Re: connection timeouts
- From: Joe Weinstein <joeNOSPAM@xxxxxxx>
- Date: Tue, 28 Aug 2007 09:19:43 -0700
Kev wrote:
Hi,
Experiencing a problem whereby a jdbc connection seems to become stuck while executing a prepared/callable statement (and does not return from the call). The connection will then throw an SQLServerException some time later reporting a Connection Timed Out error. It appears to be random and does not consistently fail on the same area of code.
Also, is there a way to set a connection timeout that may help with this?
SQL Server 2005 SP1
Anyone else experienced this problem or has any ideas?
Cheers.
The first thing you'd want to look at is at the DBMS. You'd want
to find out what the DBMS thinks is going on with that connection.
It might be that your statement's SQL is blocked by locks in the
DBMS that are being held by another process.
.
- Prev by Date: Re: Odd JDBC behavior with LIKE ... ESCAPE query...
- Next by Date: Re: connection timeouts
- Previous by thread: Odd JDBC behavior with LIKE ... ESCAPE query...
- Next by thread: Re: connection timeouts
- Index(es):
Relevant Pages
|
Loading