cancel
Showing results for 
Search instead for 
Did you mean: 

Database server not found

2,316

Hello, support We are having a continuing problem in our production environment where attempted ODBC connections return error "Database server not found". Usually, in a few seconds, the connections work again. The DB server itself never goes down.

We checked everything that could be checked on the network level, so now we need to know. Are there any known issues with DB server accepting new connections when long update/insert transactions are running? These DBs have ML servers synchronizing data from various locations. Sometimes, the data chunks are very big, it can take up to a minute to commit them.

Thank you Arcady

Accepted Solutions (0)

Answers (1)

Answers (1)

VolkerBarth
Contributor
0 Kudos

Does your server run routinely at a non-default port (i.e. not at the default SQL Anywhere port 2638)? Are there other database servers running at the same machine, so another database server uses the default port (and then all further database servers will use the ephemeral ports 49152 and above by default)?

Error 10061 is a network (WinSock) error "No connection could be made because the target machine actively refused it".

I'd suggest to have a look at that FAQ which deals with many details of connecting, including an explanation on that error.

0 Kudos

There is more than 1 DB service on this server and there really was no port in the client settings. I set up the port, we shall see if it helps

Thank you for now

VolkerBarth
Contributor
0 Kudos

In my (limited!) understandig, your client log seems to imply that there is no database server running at the default port 2638. Is that correct?

What does "dblocate -dv 10.10.100.64" show? (No need to show that publically!) - Does that fit your expectations?