Re: Exceeding Page Size Assertion
What build of SQL Anywhere is being used (e.g. 12.0.1.3324)? This might possibly be a bug that has been fixed in a recent service pack.
View ArticleRe: Exceeding Page Size Assertion
What is the page size? What is the exact assertion error message? Historically speaking, there have been problems when "a large number of X conflicts with a small page size Y"; e.g., millions of locks...
View ArticleRe: Import multiple sybase .db files into SQL Server 2014
Are you simply trying to do a one-time import of the data in the SQL Anywhere databases into SQL Server, or are you trying to setup a synchronization environment to keep data in synch from these 500...
View ArticleRe: HTTP/1.1 400 Failed to attach to Relay Server state store
Sorry Vance, I didn't get back to this until after you've already sorted it yourself. I suspect it was the change of the identity of the AppPool definition that resolved the issue. The rshost process...
View ArticleRe: Import multiple sybase .db files into SQL Server 2014
I would like to know both the ways For time being i will load one-time import. But in future I want to sync with SQL server.
View ArticleRe: Exceeding Page Size Assertion
SQLANYs_roommaster*** ERROR *** Assertion failed: 109505 (12.0.1.4216)[xdb]Memory allocation size too large They are on Sybase 12.0.1.4216
View ArticleRe: Mobilink client stops when remote DB is unreachable
The remote database is also a windows service.The mobilink client does not always run on the same box as the DB server. And restarting automatically does not help, because this only works, when service...
View ArticleRe: Mobilink client stops when remote DB is unreachable
This is the error in the Mobilink client log file://--------------------------E. 2015-12-08 12:36:05. SQL statement failed: (-832) Connection error: Timeout occurred while waiting for connection...
View ArticleSQL anywhere upgrade from 12 to 16
Hi all, I am new to SQL Anywhere and I have been asked to upgrade the existing SQL anywhere DB v12 to v16 which is installed as part of BODS.Please let me know how it can be done and what are the major...
View ArticleRe: SQL anywhere upgrade from 12 to 16
Hello Sandy, Please see the below about the upgrading of the SQL Anywhere Server. SQL Anywhere Server upgradesAnd you should ask upgrade procedures in the BODS side. Data Services and Data QualityThanks
View ArticleRe: Mobilink client stops when remote DB is unreachable
Hi Arcady, Have you considered this option : RetryConnectionTimeout :http://dcx.sap.com/index.html#sa160/en/dbadmin/conparm-s-4536742.html You can set this value from the ODBC Driver Manager, to...
View ArticleRe: SQL Anywhere monitoring tools
Is there any limited trial for Foxhound (just a few days) just to install it and see how it works?
View ArticleVisual Studio 2015 Web connect to SQL Anywhere 16
I cannot establish a connection from VS 2015 express for Web to SQL Anywhere 16. I can get to SA16 from PowerBuilder and from isql. I have connected by following this article that connects and allows...
View ArticleRe: Visual Studio 2015 Web connect to SQL Anywhere 16
Did you add a Reference for SQL Anywher .NET Data Provider? i.e. following is a screen captured from VS 2013.. From Solution Explorer, if you expand your project name.. and then expand References..do...
View ArticleRe: Visual Studio 2015 Web connect to SQL Anywhere 16
That the problem, it does not show up in the list. I've run the SetUpVSPackage.exe successfully but it still does not show up.
View ArticleRe: Visual Studio 2015 Web connect to SQL Anywhere 16
If you don't see it in the list... then that most likely means you have not added a Reference..So right click on References icon and click "Add Reference"... From Reference Manager.. click Extension.....
View ArticleRe: Visual Studio 2015 Web connect to SQL Anywhere 16
Thank you getting closer. I see it now, select it and it is in the reference list. Now when I add an entity and select that it is asking for a connection. I click on new connection and the only options...
View ArticleRe: Visual Studio 2015 Web connect to SQL Anywhere 16
I also made sure to select both SQL Anywhere 16 providers.
View Article