Problem: Sql sechduled job is failing

Problem: Sql sechduled job is failing

Executed as user: a\sqlservice. …age_Cleanup_BizTalkMsgBoxDb (from User A\sqlservice) refused because the job already has a pending request from Schedule 13 . [SQLSTATE 42000] (Error 22022)  Job ‘MessageBox_Message_Cleanup_BizTalkMsgBoxDb’ started successfully. [SQLSTATE 01000] (Message 14243)  Job ‘MessageBox_Message_Cleanup_BizTalkMsgBoxDb’ started successfully. [SQLSTATE 01000] (Message 14243)  Job ‘MessageBox_Message_Cleanup_BizTalkMsgBoxDb’ started successfully. [SQLSTATE 01000] (Message 14243)  Job ‘MessageBox_Message_Cleanup_BizTalkMsgBoxDb’ started successfully. [SQLSTATE 01000] (Message 14243)  Job ‘MessageBox_Message_Cleanup_BizTalkMsgBoxDb’ started successfully. [SQLSTATE 01000] (Message 14243)  Job ‘MessageBox_Message_Cleanup_BizTalkMsgBoxDb’ started successfully. [SQLSTATE 01000] (Message 14243)  Job ‘MessageBox_Message_Cleanup_BizTalkMsgBoxDb’ started successfully. [SQLSTATE 01000] (Message 14243)  Job ‘MessageBox_Message_Cleanup_BizTalkMsgB…  The step failed.


Solution: Sql sechduled job is failing

This means the job you tried to run is actively running.  If you look at the processes you should be able to determine which process that job is running on and kill it if you think it’s should be stopped.  If the job was on a schedule, you could have started it at the same time the schedule started it and that’s why you got the error.