SQL Anywhere Installation Keys
Hi, are the SQL Anywhere installation keys generated at the SAP Support Portal now platform independent? Is it possible to use an OEM-Edition key generated for Windows on Linux or vice versa? When I...
View ArticleRe: Connection String Special char
1) What version and build are you running for jConnect and SQL Anywhere? I’ve used jconn2 and jconn3, for the moment I’m using 3SQL Anywhere = 9.0.2.3198 on my developer system 2) Can you post the...
View ArticleRe: Connection String Special char
I tested this in current versions of SA - v12 and v16. SQL Anywhere 9 is relatively dated and the EBF that you are running is also relatively old.As for dbinfo, it is a command line utility dbinfo...
View ArticleRe: Connection String Special char
Hi Chris, First of all, thank you for keep trying to help me, it's much appreciated I've started one of the problem database manually and I got this with dbinfo:...
View ArticleRe: Connection String Special char
This behavior is limited to jConnect. SQL Anywhere JDBC driver does not appear to encounter this issue. My initial quick test worked because 1) my test had only one database running on the server and...
View ArticleRe: SQL Anywhere Installation Keys
Hi Robert - the keys are not platform specific so you should be ok.Regards, Mike
View ArticleRe: Connection String Special char
Thank you so much Chris, the backslash did the trick.
View ArticleHow to locate the origin of connection?
Hello, allOne of our clients recently started receiving errors of type "all threads are blocked"When I go into Sybase Central to look at the connected users, I see dozens of strange connections. There...
View ArticleRe: How to locate the origin of connection?
Hi. First of all what version of SQL Anywhere are you using? Have you tried to see properties for one of those "strange" connections? If you right click on anyone and choose properties do you se a...
View ArticleRe: How to locate the origin of connection?
Thank you, AndreasI think that we are witnessing the known undroppable connection bug, the client is using a version 12.0.1.35xx I will advise their IT to upgrade to the latest EBF. Arcady
View ArticleDeleting a log file when using mirror server.
BHHi, I'm trying to delete the database log file, because it is getting too big. Before we were using the mirror server, i was able to just stop the database, delete the log file, restart the...
View Article[SQL Anywhere 12.0.1.4086] Assertion failed
Hello, the following exception occured while trying to connect to database: *** FEHLER *** Assertierung fehlgeschlagen: 200130 (12.0.1.4086)[MC500]Invalid page found in index If Sybase Central is used...
View ArticleRe: How to locate the origin of connection?
You are seeing internal child connections spawned by a parent connection that is using intra-query parallelism. See these blog posts... Pssst! Wanna see some Intra-Query Parallelism? Case Study:...
View ArticleRe: [SQL Anywhere 12.0.1.4086] Assertion failed
See this forum post: An assertion failures on SQL Anywhere 12 If you don't get an answer here, try posting on that forum as well.
View ArticleReturn resultset from CLR
Hi. I've created a C# DLL which is called in a CLR Function in a SA12 database.The DLL successfully returns a decimal value from this call: SELECT sfw_GetKostverdi(param1, param2 ....paramN);No...
View ArticleRe: Return resultset from CLR
Please show us the code that is not working (either your code, the sample you found, or both). SQL Anywhere 12 comes with sample code in this folder... C:\Users\Public\Documents\SQL Anywhere...
View ArticleRe: Return resultset from CLR
I tried the example in the reply to this post:http://sqlanywhere-forum.sap.com/questions/11524/generating-resultset-from-clr In short, I have this function in my DLL: public static Dataset...
View ArticleRe: Return resultset from CLR
I've tried the provided examples, and they all work good.But as soon as I add an in-parameter to both the CLR Stored procedure and the function "GetResultSet1", the call fails with the same error as my...
View ArticleRe: Return resultset from CLR
That string ExtEnvResultSetNN appears nowhere that I could find on either Google or in the SQL Anywhere 12 executables... is it in your code?Please show us the ACTUAL code for your procedure (not just...
View ArticleRe: Return resultset from CLR
The error appears in Interactive SQL when running either "call procedure()" or "select * from procedure()". I've modified the example that you provided in this folder:C:\Users\Public\Documents\SQL...
View Article