How are connection numbers assigned?
It sounds impossible, but I just had a sequence of dbping executions that ran the connection number up beyond 400,000 on a SQL Anywhere 16 database. It only takes a few milliseconds for a...
View ArticleDeny new connections
Hi.Is it possible to deny all new connections temporarily in SA12 and/or SA16? This would be great for updating the schema and debugging.br,Bjarne Anker Maritech Systems Norway
View ArticleWhy does a local connection use TCP/IP instead of Shared Memory?
I have a locally running database server (12.0.1.4216, 32-bit) on a Windows 7 system running as normal application (i.e. not as a service). When I try to establish a local connection via ODBC (32-bit...
View ArticleError: Code: -2004 Msg: Can't initialize DBCAPI
Hello,I am new to using sqlanywhere and I am seeing this issue. When I try to connect to sybase, I am seeing this error:[Error: Code: -2004 Msg: Can't initialize DBCAPI]I can connect with other clients...
View ArticleHow to test mirroring and login clients to mirrored server while failover
Hi there,our test-mirroring-system is allready and successfull running and now i have to test different scenarios for initiating a failover, before running in productive area. Is there something i have...
View ArticleFind server by broadcast fails out of a sudden.
Using 16.0.0.2076 running on Windows Server 2012 R2 we experience from time to time the problem, that the db server is not answering broadcasts anymore. After restart of the db server everything is...
View ArticleGetting list of connections with client name and name of the app
Hello,i have seen a tool that can list all connections to a sqlanywhere 12 server with name of the client pc and name of the app that has the connection opened at the client. i haven't found a system...
View ArticleTimeouts on connections that have been inactive for a while (Connection...
We have a system running on SQL Anywhere 12 which was working fine for long time, but recently we started to get random timeouts on connections that have been inactive for a while. I excluded...
View ArticleHow to connect IntelliJ IDEA to a SQL Anywhere 16 database
Dear all, I'd like to test SQL Anywhere 16 in a Java project developed using IntelliJ IDEA 14. It would be usefull to connect the IntelliJ IDEA IDE to the database but there are only options for other...
View ArticleIssue with the getUpdateCount() in UltraliteJ
There seems to be an issue when calling the PreparedStatement.getUpdateCount() in conjunction with calling the Connection.getLastIdentity() method in UltraliteJ. You get different results depending on...
View ArticleUltraliteJ 17 - Attempted two active database requests
I'm working on an Android project which makes use of UltraliteJ library for database operations. Previously we are using UltraliteJ 17 (Build number - 17.0.0.1358) library with OpenSSL version of...
View ArticleWhat to deal with Idle connections
Hello everyone,I have decided to use the SQL Profiler today, and my goal was to identify requests that take longer than 1 sec, for the execution or the blocking. This is the conditions that I have set...
View ArticleINT: Exchange, INT: Cleaner connections stall queries
We are currently testing an upgrade from SQL Anywhere 10 to 16, and I've found that certain queries hang up after the appearance of 8 "INT: Exchange" connections. I've asked about these previously, but...
View ArticleDoes DBISQL give a hint when it has re-connected a dropped connection?
Using 16.0.0.2270, I just accidentally noticed that a DBISQL session had been re-established after a short network problem. (I was not even aware that DBISQL can do that...) The server log shows the...
View ArticleNative database connection (JDBC driver)
HiI am still trying to get a running (working) native JDBC database connection to a SQL Anywhere 17 database. I tried with the following URL and Driver settings on Windows Server (2008 R2) and OS X...
View ArticleLoosing Connections to DataBaase
Good afternoon,Starting about a month ago some users (random) of our application loose, a few times a day, the connection to the DataBase and they get a (S1000) error. We also have a few applications...
View Articleconnection can not be opened
I am trying to connect sql anywhere12 database to my .net project but while connecting to the database but the connection can not be openedusing System; using System.Collections.Generic; using...
View ArticleDrop connection on webrequest http with clr hangs complete db
Hi all,We have the following situation : (running SQlAnywhere 17)From device A we have a Webrequest to a webservice on sqlanywhere. In this webrequest we have a CLR call. For testing purposes this clr...
View Articleidentify port
How do I find out what port I should connect with to a SQL Anywhere 17 database running on Linux 64 bit?Assuming I have access to the database server and I can query any view?
View Articleip address is not listed
Hi I am attempting to create a TCP listener for an existing running database using SQL Central. The ip address for the machine is 10.11.12.17:$ ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536...
View Article