HELP - connectivity with asp and SQL Server

P

patty

I have a problem with internal websites written in ASP that connect to
SQL Server.
Occassionally while trying to access these sites, the following error
is generated:

Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
access denied.
/Mvp/admin_login.asp, line 0


I've looked on MS site and the solutions seem to be for problems that
are consistant. Sometimes the sites can be accessed other times they
cannot. Does anyone have any ideas what could be causing the server to
time out?
 
B

Bob Barrows [MVP]

patty said:
I have a problem with internal websites written in ASP that connect to
SQL Server.
Occassionally while trying to access these sites, the following error
is generated:

Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
access denied.
/Mvp/admin_login.asp, line 0


I've looked on MS site and the solutions seem to be for problems that
are consistant. Sometimes the sites can be accessed other times they
cannot. Does anyone have any ideas what could be causing the server to
time out?

Bad programming practices may be preventing connection pooling from working,
causing your sql server to fail to respond due to too many connections open
against it:
http://support.microsoft.com/default.aspx?scid=kb;en-us;328476
 
P

patty

Thank you! I need to try this on Mon. & see if it fixes the problem.
I'm not a programmer nor did I write the applications. Unfortunately,
I'm just the person who needs to fix the problem. Thanks again! :)
patty said:
I have a problem with internal websites written in ASP that connect to
SQL Server.
Occassionally while trying to access these sites, the following error
is generated:

Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
access denied.
/Mvp/admin_login.asp, line 0


I've looked on MS site and the solutions seem to be for problems that
are consistant. Sometimes the sites can be accessed other times they
cannot. Does anyone have any ideas what could be causing the server to
time out?

Bad programming practices may be preventing connection pooling from working,
causing your sql server to fail to respond due to too many connections open
against it:
http://support.microsoft.com/default.aspx?scid=kb;en-us;328476

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top