Timeout Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Intermittently, I get the foloing error at my page.

Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver]Timeout expired
/AnomalyMain.asp, line 1247

I tried increasing the timeout value and still it does this.
 
Which timeout did you change - ASP.NET's or the ODBC?

You might want to check the query or other action that is going on there. It
might be causing an error or loop that can't be completed.
 
ODBC's

Ken Cox said:
Which timeout did you change - ASP.NET's or the ODBC?

You might want to check the query or other action that is going on there. It
might be causing an error or loop that can't be completed.


rkbnair said:
Intermittently, I get the foloing error at my page.

Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver]Timeout expired
/AnomalyMain.asp, line 1247

I tried increasing the timeout value and still it does this.
 
rkbnair said:
Intermittently, I get the foloing error at my page.

Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver]Timeout expired
/AnomalyMain.asp, line 1247

I tried increasing the timeout value and still it does this.
 

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

Back
Top