Re: ODBC Drivers error '80004005' by Ken
Ken
Wed Feb 22 18:13:17 CST 2006
Firstly start by isolating the problem.
When the problem occurs, can you connect to SQL Server using anything else
(e.g.enterprise manager, from a remote computer?)
Is there anything being logged in the SQL Server's event logs?
Using Profiler on the SQL Server box, how many open connections etc do you
see?
Cheers
Ken
"Dannyb" <dannyb@alianza.com> wrote in message
news:uEkJFR9NGHA.3944@tk2msftngp13.phx.gbl...
: Where group would you recommend I post this problem in? I posted it in
the
: sqlserver.odbc group but I don't think anyone ever looks at it.
: "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
: news:%23GvDwO2NGHA.344@TK2MSFTNGP11.phx.gbl...
: > Sorry, but /don't/ think this is the issue. The issue here seems to be
: > related to SQL Server and/or transient network problems. This correlates
: > with the error message received, and also with the fact you need to
: > restart
: > SQL Server to get things working again.
: >
: > Cheers
: > Ken
: >
: > "Dannyb" <dannyb@alianza.com> wrote in message
: > news:ucktDwxNGHA.2604@TK2MSFTNGP09.phx.gbl...
: > : Wow, sounds like I am talking to the right person. I however, am a
: > : completely new to SQL Server. How would one go about setting up a log
: > of
: > : the odbc counters?
: > : Thanks,
: > : Danny
: > : "Jim B" <jim.butts@gmail.com> wrote in message
: > : news:1140546860.629897.250100@g43g2000cwa.googlegroups.com...
: > : > You are probably hitting the number of ODBC connection limit (per
: > : > processor). This sometimes happens if you end up looping thru the
: > : > "adocon.open" section. You could check this by looking at the ODBC
: > : > perfmon counters. Try changing to a dsnless connection using OLEDB.
: > : >
: > :
: > :
: >
: >
:
: