ODBC Driver for SQL Anywhere 11 very slow
Hi, we are using SQL Anywhere 11.If we connect via ODBC to the database than the process of communication Need very much time.Very easy SQL-Query's need more than 15 seconds to deliver results. By...
View ArticleRe: ODBC Driver for SQL Anywhere 11 very slow
If you have previously enabled ODBC Tracing, having that set can slow you down by this much (and often even more so). Disabling that can be done from the ODBC Administrator (ODBCAD32.exe). If running...
View ArticleHow to Connect to Sql Anywhere 12 Remotely
I'm pretty new to Database Management/Networking and I've been tasked with remotely hooking into a Sql Anywhere 12 database so that my app can interact with another app's data. The DBA of the other app...
View ArticleRe: How to Connect to Sql Anywhere 12 Remotely
Hi Ryan, If you want to use an ODBC on a Mac, you will need setup of the ODBC Driver.Perhaps you will be able to use an ODBC data source from node-odbc. You can see the following manuals for ODBC on a...
View ArticleRe: How to disallow read/write client files from the client?
Would (denial of) the WRITE CLIENT FILE system privilege have been useful here? So, user has a role that specifically doesn't include the WRITE CLIENT FILE system privilege.
View ArticleRe: How to disallow read/write client files from the client?
System privileges (READ CLIENT FILE as well): http://dcx.sap.com/index.html#sqla170/en/html/815123706ce210149ee4965636453aec.html
View ArticleRe: How to disallow read/write client files from the client?
Not really because the hypothetical exploit would come from the IQ/SQL Anywhere server (think data stream injection). The call back DB_CALLBACK_VALIDATE_FILE_TRANSFER supplied by Jason allows the...
View ArticleSQL FOR CRYSTAL REPORTS
This the the SQL Query for which I keep receive the error qty completed is ambigious. I only want the report to pull the information from jobs that are still not completed. SELECT...
View ArticleRe: SQL FOR CRYSTAL REPORTS
http://scn.sap.com/community/crystal-reports Hello,You have posted your question to SAP SQL Anywhere space.Is Crystal Reports connecting to SAP SQL Anywhere? Otherwise, above the link to SAP Crystal...
View ArticleRe: SQL FOR CRYSTAL REPORTS
Hi Mirco, Have question on Crystal Report. We have 4 regions , client want to create a global list of value for all the region in crystal report for enterprise. so users can select from the global...
View ArticleLimit rows send to consolidate db from remote db with mobilink
I need to limit the rows that send the remote database to the consolidate database with mobilink 16. I have a case that only need to send the rows for a table that only exists in another table to the...
View ArticleRe: SQL FOR CRYSTAL REPORTS
http://scn.sap.com/community/crystal-reports Please post your question to Crystal Reports space (link above)
View ArticleSQL Anywhere 16: TLS handshake failed, error code 20
I'm testing TLS connections on SQL Anywhere 16.0.0.2158 and am getting a TLS handshake failed, error code 20 error message. I've read the following documents with no...
View ArticleRe: Where can I download the jconn4.jar for SQLA 16
Hi Jeff As a developer using the SQL Anywhere 16 database on OS X, how can I get this jconn4.jar file? As ASE is only available on Windows and Unix, not on OS X, can I run the above shown installer on...
View ArticleRe: SQL Anywhere 16: TLS handshake failed, error code 20
Hi Susan, I think that you ran into the issue of the next KBA. http://service.sap.com/sap/support/notes/2108057 "2108057 - The TLS handshake failed with OpenSSL" Thanks
View ArticleRe: Limit rows send to consolidate db from remote db with mobilink
Hi Julio, The log-based synchronization(default) will upload all client changes.So, I think that you will need to use the "Scripted upload" instead of "log-based synchronization".Using "Scripted...
View ArticleRe: Limit rows send to consolidate db from remote db with mobilink
2 other pointers that might be useful to limit data during upload - Where clause in a publication : Only simple intra table clauses, so not useful if you need to join with another table, but then you...
View ArticleRe: SQL Anywhere 16: TLS handshake failed, error code 20
Susan, You posted about your problems accessing this KBA on a new thread (out of context) so I am adding a note in this thread on your behalf. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -...
View ArticleRe: SQL Anywhere 16: TLS handshake failed, error code 20
Sorry about that. I thought I had clicked "Reply" below that last post. Our production environment is currently using 12.0.1.3851 and are using the sajdbc.jar, dbjdbc12.dll and dbrsa12.dll with the...
View ArticleRe: SQL Anywhere 16: TLS handshake failed, error code 20
I think I see the issue. Since you are using the newer software to generate you own self-signed certificate thenthe issue would seem to be you need to add "7 - CRL Signing" which is now required. See...
View Article