March 23, 2015 at 1:38 pm
Hello,
We have a web service job running nightly. But last night it failed with the following message.
It looks like the application server tries to connect to SQL server, but timed out at the very beginning of the job.
The only thing I know is at weekend our network team did some battery and SAN migration changes on the application server and database server, and rebooted both servers, but the order of rebooting is application server first, then database server second. So I think maybe we should restart the server in the right order- SQL server first then application server next.
But there are another web service job running early this morning too, they use both of servers and completed successfully.
So I wonder what other clues are?
The error is as below:
FATAL 2015-03-22 23:28:00,943 [8] SEASService.App_Code.BatchService - Failed
[SqlException]: hashcode { 57932624 }
{
Message : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
StackTrace : at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
March 23, 2015 at 1:50 pm
Well yes if the web server was restarted before sql server and it tried to run a job that needed to connect to sql server before sql server was running then it would be expected it would time out?
March 23, 2015 at 1:52 pm
Thanks,
Both servers were rebooted on Saturday morning.
But the job rans on Sunday night when both servers have already rebooted.
March 23, 2015 at 11:01 pm
I guess I don't understand. Why would you think you wouldn't have a problem if the Web Service was running when you rebooted SQL Server? Disable the Web Service job until SQL Server is back up, running, and steady.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 24, 2015 at 9:49 am
The web service was not running at that time. We rebooted the servers a day ago in the morning, the job only at night.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply