Question
Intermittent MS SQL 2005 Connection Dropping
Recently I have been having errors with my SQL SERVER 2005
datasource dropping connection.
Here's a history of the issue:
About 3 weeks ago my queries began slowing to a crawl and timing out. After some research the hosting company had my database on an overloaded server and have since moved me to a new SQL Server. The queries now complete quickly however I am receiving intermittent errors with the SQL Server Connection Dropping. (Although I was having this issue on the previous server, but not as often as the query timeout error)
The queries and use working 99% of the time, I just receive these errors intermittently.
Here are two errors I received this morning:
"Date/Time: {ts '2008-06-10 11:09:56'}
Diagnostic: Error Executing Database Query. Timed out trying to establish connection <br>The error occurred on line 9."
"Date/Time: {ts '2008-06-10 11:10:48'}
Diagnostic: The request has exceeded the allowable time limit Tag: CFSTOREDPROC <br>The error occurred on line 9."
I don't know why these errors would be popping up all of the sudden because the stored procedure at line 9 hasn't changed for over 6 months and the error is recently appearing. The error also occurs during other random queries as well. Its not always the query at line 9.
Here is some other potential useful pieces of info:
JDBC URL: jdbc:fusionreactor:wrapper:{jdbc:macromedia:sqlserver://server-info:1433;databaseName=datasource;SelectMeth od=direct;sendStringParametersAsUnicode=false;MaxPooledStatements=1000};name=sourcename
Driver Class: com.intergral.fusionreactor.jdbc.Wrapper
Maintain Connections: Checked
Timeout (Min): 20
Interval: 7
Login Timeout: 30
I hope this is clear enough. Any ideas or previous experience with this? Any help is greatly appreciated.
Thanks!
Jimmy
Here's a history of the issue:
About 3 weeks ago my queries began slowing to a crawl and timing out. After some research the hosting company had my database on an overloaded server and have since moved me to a new SQL Server. The queries now complete quickly however I am receiving intermittent errors with the SQL Server Connection Dropping. (Although I was having this issue on the previous server, but not as often as the query timeout error)
The queries and use working 99% of the time, I just receive these errors intermittently.
Here are two errors I received this morning:
"Date/Time: {ts '2008-06-10 11:09:56'}
Diagnostic: Error Executing Database Query. Timed out trying to establish connection <br>The error occurred on line 9."
"Date/Time: {ts '2008-06-10 11:10:48'}
Diagnostic: The request has exceeded the allowable time limit Tag: CFSTOREDPROC <br>The error occurred on line 9."
I don't know why these errors would be popping up all of the sudden because the stored procedure at line 9 hasn't changed for over 6 months and the error is recently appearing. The error also occurs during other random queries as well. Its not always the query at line 9.
Here is some other potential useful pieces of info:
JDBC URL: jdbc:fusionreactor:wrapper:{jdbc:macromedia:sqlserver://server-info:1433;databaseName=datasource;SelectMeth od=direct;sendStringParametersAsUnicode=false;MaxPooledStatements=1000};name=sourcename
Driver Class: com.intergral.fusionreactor.jdbc.Wrapper
Maintain Connections: Checked
Timeout (Min): 20
Interval: 7
Login Timeout: 30
I hope this is clear enough. Any ideas or previous experience with this? Any help is greatly appreciated.
Thanks!
Jimmy
