11/26/2024 4:25:41 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss general administration topics for SalesLogix (including LAN & remote topics). View the code of conduct for posting guidelines.
|
|
|
|
MSQL$SALESLOGIX on event Viewer
Posted: 05 Aug 10 11:55 AM
|
Any idea on the below error message.
SQL Server is not ready to accept new client connections. Wait a few minutes before trying again. If you have access to the error log, look for the informational message that indicates that SQL Server is ready before trying to connect again. [CLIENT: ]
|
|
|
|
Re: MSQL$SALESLOGIX on event Viewer
Posted: 05 Aug 10 1:12 PM
|
Is this a new SQL server and this is the first time connecting to it, or is this an existing server that was working and now suddenly starts showing this error? |
|
|
| |
| |
|
Re: MSQL$SALESLOGIX on event Viewer
Posted: 25 Aug 10 11:24 AM
|
Another question to ask:
Is SQL Server working? Are you just concerned about these entries on the Event Viewer?
From what I can tell, there seems as if there is an application that is trying to access SQL Server before it is ready, thus the entries in the Log. This may happen during Boot, and if that is the case, you may need to figure out what application (more than likely another Service) is trying to do this, and add a Dependency on that Service so that it doesn't Query SQL until Started.
Now, if may be possible that for some strange reasons SQL server is not ready even a few minutes after startup (e.g. had to recover some system DBs), and it may be logging this messages. If so, as advised by the entry, you should look further into the issue to try and determine why SQL is loading slowly and/or what else is going on with your Server.
|
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|