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.
 
Back
Top