Knowledgebase: Others
[QODBC-Desktop] Searching for available servers message
Posted by Juliet (QODBC Support) on 13 May 2010 08:00 AM

Searching for available servers message

Troubleshooting: Searching for available servers message

Note: All the related information comes from Intuit forum.

Problem Description

      When the code reaches sessionManager, BeginSession, a message comes as follows: Searching for available servers and waits for about 10-20 seconds. This always happens in the QuickBooks POS version.

      What is it doing at that point??

Solutions

      The message above means: waiting for the response from your local network (or wide network, depending on your subnet mask). This procedure uses Sybase API for discovering Sybase servers in the network, and in my understanding, it sends a broadcast first and then waits for responses.

      To eliminate the wait, you should specify the database name (in which case it'll look on the local machine only) or the database name and server name if the data is on another machine. Then you'll connect much faster. See the manual for the format of the connection string.

(135 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please complete the captcha below (we use this to prevent automated submissions).