Re: UltraLiteJ Error[-121]: Permission denied: set read-only
Hi Chris, Thank you very much for your solution. I changed my update query to update non-primary key and it is working fine. Thanks and RegardsShashi
View ArticleRe: Experiences with SQL Anywhere 16 ODBC clients and ASA 9.0.2 servers?
While this is not a supported configuration, my educated guess would be that things will generally work ok for you in this scenario, but you should thoroughly test all parts of your application.As to...
View ArticleRe: Experiences with SQL Anywhere 16 ODBC clients and ASA 9.0.2 servers?
Why are you changing the ODBC drivers? Why not continue to use the V9 drivers when connecting to V9 servers? FWIW V9 and V16 drivers can coexist on the same client computer, if you are also connecting...
View ArticleRe: Sporadic database delay with 12.0.1 build 4085
Try using dbsrv12 -gna 0 or calling sa_server_option ( 'AutoMultiProgrammingLevel', 'NO' ) to turn off dynamic tuning of the multiprogramming level.Here is a page that may not apply to your situation,...
View ArticleRe: JDBC driver for SQL Anywhere
SQL Anywhere JDBC 4.0 driver should be fine. It was used to connect to version 11.0.1 as well.I do not know about licensing ....
View ArticleRe: Limit n° services Adaptive Anywhere on Windows 2012?
Hi Jeff, it's been a while, apologies for that.our tech guys tried to open the heapmem program on the windows 2012r2 server, but they were not able to open or install it. the program doesn't respond...
View ArticleRe: JDBC driver for SQL Anywhere
Typically licensing is done at the server level. I'm not sure if SAP does 'network seat' licensing or not.
View ArticleRun Arbiter as a service
Hi Guys, We have installed SQL Anywhere 16 as a cluster in our systems. We are using the mirroring settings to replicate the data from the primary DB to the secondary. Everything works fine as...
View ArticleRe: Run Arbiter as a service
Hi George, You are missing a terminating quote mark after the executable name. dbsvc -as -i -s auto -sd "The SQL Anywhere 16 Arbiter Database Service" -t network -w SQLAnywhere16DBArbiter...
View ArticleRe: Run Arbiter as a service
Hi Mikel, On which quote you are referring? I have just tried using your updated command and still get the same error. Thanks!! George Lazaridis
View ArticleRe: Run Arbiter as a service
Hi George, The original command didn't have a quote after the dbsrv16 part. Compare:"F:\SAP\SQLAnywhere16\Bin64\dbsrv16.exe" <... params>in your other commands to:...
View ArticleRe: Run Arbiter as a service
Hi Mikel, Very good catch here with the quote. That's was missing. I have created the service, started it and its working fine. I can see n Sybase central the arbiter connected to the mirroring system...
View ArticleRe: Run Arbiter as a service
Glad it's working now! Let us know if you run in to any more problems. Sybase Central also has a view to create and edit services, although it wouldn't be script-able like the dbsvc commands Creating...
View ArticleRe: UltraLite: batch process
There is not a batch mechanism for UltraLiteJ. While there are similarities to JDBC, it is not JDBC.
View ArticleRe: Sybase Anywhere 11 installation on Linux
Is it possible to buy an upgrade to V 12.0.1 ? And if, where can I get it?
View ArticleControlling Mobilink server updates (v16)
Hello, allI was wondering if there is a way to make Mobilink update certain tables only in single row mode and not in bulk? I have 2 tables, with frequent massive updates and these updates trigger...
View ArticleSAP SQL Anywhere 12 - Support Packs
Hello, An old sybase customer has SQL anywhere 12 developer edition is looking for Support Packs however he does not have access to the SAP Support Portal as he does not have a maintenance contract...
View ArticleRe: Sybase Anywhere 11 installation on Linux
"Upgrading" is possible by purchasing (a) new license(s) through the SAP Store or 3rd party webstores. Once the purchase has been registered with SAP you will receive a mail with login credentials to...
View ArticleRe: SAP SQL Anywhere 12 - Support Packs
I am afraid that it is not possible to download software without a valid support contract. Also remind your customer that developer edition of SQL Anywhere cannot be installed in production.
View ArticleRe: Can the substitution character be changed?
In short there is no way to change the substitution character. Versions 10 and up use ICU for character set translation (and/or information derived from ICU) and ICU uses a specific default...
View Article