|
 |
access_asp thread: Error when trying to connect: Provider error '80004005'
Message #1 by "Ramon Jesus Gonzlaez Marquez" <rjmarquez@c...> on Mon, 20 Aug 2001 17:26:28
|
|
I obtain this error: Provider error '80004005' when I try to connect to
the same database in two diferent pages. If i wait a little, the erro
disspears.
What can I do?
Message #2 by Roger Balliger <Roger@i...> on Mon, 20 Aug 2001 09:49:15 -0700
|
|
Ramon,
I've experienced similar problems before. It is as if some process on the
server needs to timeout before the connection is re-established. I thought
it had something to do with connection pooling (set in the ODBC interface).
But when I changed it, that didn't seem make a difference. Theoretically,
why would it? All connection pooling does is let an established connection
be reused after is has been closed. If a connection wasn't available, a new
one would be created. You might try rebooting the server to erase any
memory errors. Also, if you want, paste your code, so we can look at it for
anything that might cause errors.
Roger
-----Original Message-----
From: Ramon Jesus Gonzlaez Marquez [mailto:rjmarquez@c...]
Sent: Monday, August 20, 2001 10:26 AM
To: Access ASP
Subject: [access_asp] Error when trying to connect: Provider error
'80004005'
I obtain this error: Provider error '80004005' when I try to connect to
the same database in two diferent pages. If i wait a little, the erro
disspears.
What can I do?
Message #3 by "Ramon Jesus Gonzlaez Marquez" <rjmarquez@c...> on Mon, 20 Aug 2001 18:25:39
|
|
I've just rebooted my server as you said, and things seem to work properly.
Thanks!
|
|
 |