Problems with SSIS packages

  • I have a problem, I have a job in SQL Server 2005 with two steps, the first step is a SSIS package from INtegration Services, the second step is an insert of trace.

    The second step in successfully calls the first setp whit a delay of 3 seconds.

    The job work fine, but then of 3 hours the job is cancel.

    The message is "The step was cancelled (stopped) as the result of a stop job request."

    What may be happening. Thanks.

  • Have you checked log files for any errors?

  • No errors

  • Please check timeout option for SSIS package. Also check the query timeout option in SQL server.

  • Check the Error Log under SQL Server Agent if not there check the server Error log. Does it return any code beside that message?

  • I had this error as well with one of my jobs. When looking at the history of the job, I would see "The step was cancelled (stopped) as the result of a stop job request." I followed Scott's recommendation to check the SQLAgent history and found out that the server was rebooting in the middle of my job and therefore stopping SQLAgent. Thanks for pointing me in the right direction Scott.

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply