Re: dbsrv11.exe exception 0xc0000005
Hi Andrey, Because version 11 is end-of-life, any support will be 'best effort'. The bug may not be resolvable without a code change (which isn't possible on 11). Do you have any plans to move to 16 in...
View ArticleRe: dbsrv11.exe exception 0xc0000005
Only jConnect JDBC connections are susceptible to this particular issue. The issue should be fixed in version 16.0.0.1817+, 12.0.1.4067+, and 11.0.1.3108+.
View ArticleRe: dbsrv11.exe exception 0xc0000005
Hi Mikel,We have plans to move on 16 version but only in middle of 2016 because of budget lacks. In C:\ProgramData\SQL Anywhere 11\diagnostics folder a lot of .dmp files located. For each crush I...
View ArticleRe: dbsrv11.exe exception 0xc0000005
Hi Andrey, We currently don't have "single incident" support options for SQL Anywhere customers. Could you send me a quick email at firstname.lastname@sap.com? Thanks,Mikel
View ArticleRe: ISQL 16 Autocommit
Our developers have looked into this enhancement request and turning off the dialog would mean an implicit ROLLBACK on disconnect or shutdown. You should add a commit or rollback as needed for...
View ArticleRe: ISQL 16 Autocommit
Please explain your response. If "implicit ROLLBACK" means "dbisql would have to execute a ROLLBACK before disconnecting", the question is "who is currently doing the COMMIT"? The SQL Anywhere server...
View ArticleRe: Column order in Mobilink 16
Hello, HanbinI was wondering if this issue is something that SAP intends to fix.Because having a separate upload script (actually, a whole model) just for incorrect field order is not something that is...
View ArticleRe: Column order in Mobilink 16
This is being look into still. Outside of your databases, we were not able to mock this up here so are still trying to determine what specifically is happening when it is your files that are invovled....
View ArticleRe: Column order in Mobilink 16
Hi, NickAll you had to do was ask It is, actually, quiet simple. Here are the exact steps to recreate the problem:1. Create a consolidated DB (like the cons.db, which I sent). Create the table only,...
View ArticleRe: Column order in Mobilink 16
I'll start by clarifying a few points : 1) Dbmlsync never initially sends it's schema during a synchronization. It will generate an MD5 hash that represents the schema of the remote database and send...
View ArticleSQL Anywhere 10.0.1 Supported Platforms
Hi All, Our company currently has Sybase SQL Anywhere Version 10.0.1 installed on Windows Server 2003 and are looking to upgrade to a version of Windows Server 2008. What are all of the supported...
View ArticleRe: Column order in Mobilink 16
It was the use of Sybase Central and Synchronization Models that was the source of the problem here. When you create a synchronization model, the MobiLink Plug-in continues to use the ml_add_column...
View ArticleRe: Column order in Mobilink 16
Thank you, RegSo, in order to avoid this problem in the future, all I need to do is to remove the ml_add_column commands form the model script? And, if I remove all records from ml_column table, this...
View Article2 DB instances - 1 SAP application server
Hello All, Can I connect to two different database servers/instances parallelly to one application server(SAP)? Does it not create a problem in accessing the content of table with the same name on...
View ArticleHow to move mirrored SQL Anywhere 12 databases to a new environment?
How would one manage moving a mirrored server environment from one environment to another? Our current setup is 2 SQL Anywhere database servers running in a mirrored configuration (each using the '-xp...
View ArticleRe: Column order in Mobilink 16
> So, in order to avoid this problem in the future, all I need to do is to remove the ml_add_column> commands form the model script?> And, if I remove all records from ml_column table, this...
View ArticleRe: Column order in Mobilink 16
Reg Domaratzki wrote: > I used to get errors when the ml_column collection for the table did not match the remote publication.I'm not quite sure I understand this comment. Currently, the ml_column...
View ArticleRe: Column order in Mobilink 16
Arcady Abramov wrote: Reg Domaratzki wrote: > I used to get errors when the ml_column collection for the table did not match the remote publication.I'm not quite sure I understand this comment....
View ArticleInserted Rows
Hi All Need your help please. Is there an equivalent to MS SQL Server inserted system table in SQL Anywhere. I'm trying obtain the rows that was inserted in one given transaction. RegardsBenjamin
View ArticleRe: Inserted Rows
Hi Benjamin,are you referring to 'inserted' or 'deleted' tables used in MS SQL Server triggers , or in some ordinary SQL transaction outside triggers ? If the first one, then in SQL Anywhere you can...
View Article