Results 1 to 2 of 2

Thread: DTS Error

  1. #1
    Join Date
    Dec 2006
    Posts
    6

    DTS Error

    I have a DTS package that will run and execute with no problem when you start it. But when I schedule the dts package. The task fails with the following message.

    Executed as user: company\user. DTSRun: Loading... DTSRun: Executing... DTSRun OnStart: DTSStep_DTSActiveScriptTask_1 DTSRun OnError: DTSStep_DTSActiveScriptTask_1, Error = -2147220421 (8004043B) Error string: The task reported failure on execution. Error source: Microsoft Data Transformation Services (DTS) Package Help file: sqldts80.hlp Help context: 1100 Error Detail Records: Error: -2147220421 (8004043B); Provider Error: 0 (0) Error string: The task reported failure on execution. Error source: Microsoft Data Transformation Services (DTS) Package Help file: sqldts80.hlp Help context: 1100 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_1 DTSRun OnStart: DTSStep_DTSSendMailTask_1 DTSRun OnFinish: DTSStep_DTSSendMailTask_1 DTSRun: Package execution complete. Process Exit Code 1. The step failed.

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Usually caused by sql agent service account permission issue, have to start sql agent with domain account and assign sysadmin as job owner if the package accesses remote data file.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •