SQL Anywhere 17.0.0.1358 constantly crashes (assertion fails 200505, 101412)
For following week me and my team had problem with SQL Anywhere 17 (17.0.0.1211 and 17.0.0.1358) constant assertion crashes.Database was completely reloaded and engine updated to the latest version,...
View ArticleSetting a version number to procedures and functions
Hello, allI need to help the technical support department in my company to identify db objects, which require updating from the central location. In order to do that I need some point of reference,...
View ArticleApplying DDL changes without human control
Hello, allWe have around 1000 installations of our PMS system in various properties around the world and we need to figure out how to update the DB schema without having to manually connect and run...
View ArticleASA9 terminating abnormally with message about a "null" table!?
Hi,Since this morning we have an ASA9 database terminating abnormally. This below is a portion of the console log right before the database terminates abnormally.E. 06/01 11:17:56. *** ERROR ***...
View ArticleQuestion about using the UNLOAD statement
Hi, I have a relatively large database I need to rebuild from scratch. I can't use the dbunload utility because the database is corrupt, so I have to go table by table. I also thought that since I...
View ArticleMobilink ASA remote database synchronizing with two consolidated database...
Hi Community, Is there a way to have a Mobilink ASA remote database synchronizing with two consolidated databases (MySQL)? I have an scenario in which we need to synchronize an ASA remote database,...
View ArticleUltraLiteJ Error[-1305]: MobiLink communication error -- code: 220,...
Hi , I am stuck with this past two days. Request if some one can help com.ianywhere.ultralitejni16.implementation.JniException: UltraLiteJ Error[-1305]: MobiLink communication error -- code: 220,...
View ArticleHigh Availability on normal shutdown
This is a pretty embarrassing question but my Google skills have failed me and I couldn't find an answer in the manual. (Yes, I admit I read the manual ) . In a HA environment, we have one primary and...
View ArticleSQLErrText
Hello, How does one go about getting the Sql Error Text associated with the SQLCODE in a SQLAnywhere 16 stored procedure. I can't seem to find a variable like the PowerBuilder SQLErrText that would...
View ArticleSynchronize profile
SQL Anywhere 12.0.1.3797 We use the "Synchronize profile" statement to upload data to our consolidated database. On one computer we have a problem, the upload is not starting. When we use the program...
View ArticleMobiLink is deleting my data
I'm using Sql Anywhere 16, with MobiLink. Both consolidated and remote are SQL Anywhere. I'm using a timestamp-based download technique. The problem:1. Users want to change the case of text in Primary...
View Articlequery error message is missing. Can I reactivate it?
Hi, unfortunately sap no longer shows the query error messages. Can I reactivate it?
View ArticleUpgrade UDB schema using SQL file
Hi , Our iPad application uses UDB in iOS and Mobilink as middleware. We used to have 4 publications. We modified it to 3 publications to improve Sync performance. From iOS end, we upgrade UDB schema...
View Article"Client application does not allow transfer of data" error?
SQL Anywhere 11.0.1 I am having a problem with several stored procedures that attempt to EXECUTE IMMEDIATE 'UNLOAD SELECT.........INTO CLIENT FILE ''' + filepath_filename + ''' ENCODING ''UTF-8''...
View ArticleMobiLink timestamp-based download resends uploaded changes?
I've implemented a standard timestamp-based download in a MobiLink setting with SQL Anywhere 16 as consolidated and remote.The table has a timestamp column called last_modified_tsThere is a shadow...
View Article"Insert on existing update" - updates pKey fields
Hello, allI have a question: why command "insert on existing update" updates not only data fields, but the key fields as well? Here is my use case: The database is no case sensitiveA record is entered...
View ArticleUse and distribute sql anywhere 2 dlls
Hi, I have developed a application for SQL Anywhere that needs 2 DLLs namely dbtool17.dll & dblib17.dllI do not have any installation of SQL Anywhere nor have a license for it.My query is: Can I...
View Article"Not enough values for host variables" when setting more than one variable...
The following statements all work perfectly: cur.execute('SELECT ?, ?', [1, 2])cur.execute('BEGIN DECLARE a int; set a = ?; SELECT 1; END', [1])cur.execute('BEGIN DECLARE a int; set a = ?; SELECT a;...
View ArticleCONTAINS suffix search
Dear support team, your online help shows up, that you can use text indexes with the search function CONTAINS to do a prefix search ( SyBooks Online ) - for example: SELECT x FROM y WHERE CONTAINS(x,...
View ArticleHandling Non-English characters in XML output file
Hi Gurus, I am facing an issue to export Non-English characters into an XML file using XML EXPLICIT. Any idea how I can export the correct Non-English data into a XML file. 1. My DB file has character...
View Article