August 30, 2006 at 4:42 am
Hi all
I dropped and recreated a DTS package and reschedule it as a job but only runs successfully as a DTS package, it fails with the following when executed as a job
Executed as user: Servername\sqlserver. ...art: DTSStep_DTSDynamicPropertiesTask_1 DTSRun OnFinish: DTSStep_DTSDynamicPropertiesTask_1 DTSRun OnStart: DTSStep_DTSActiveScriptTask_1 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_1 DTSRun OnStart: DTSStep_DTSExecutePackageTask_2 DTSRun OnProgress: DTSStep_DTSExecutePackageTask_2; DTSStep_DTSDataPumpTask_1: 0 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 0 DTSRun OnProgress: DTSStep_DTSExecutePackageTask_2; DTSStep_DTSDataPumpTask_2: 0 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 0 DTSRun OnProgress: DTSStep_DTSExecutePackageTask_2; DTSStep_DTSDataPumpTask_3: 0 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 0 DTSRun OnProgress: DTSStep_DTSExecutePackageTask_2; DTSStep_DTSDataPumpTask_4: 0 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 0 DTSRun OnProgress: DTSStep_DTSExecutePacka... Process Exit Code 1. The step failed.
Can someone help me out please because the job runs ok prior to my changing the Package and also runs successfully as DTS package after the change. Thanks
August 30, 2006 at 9:35 am
What does the package log say when the package is executed from the job?
If you previously specified a specific version of the package in the DTSRUN command in the job, you should change it to run just the package name so the latest version of the package will be executed.
Greg
Greg
August 31, 2006 at 6:05 am
Does the specified user have sufficient privileges to execute the package? If you schedule the job to run with your ID does it run?
John
-------------------------------------------------------------------------
Normal chaos will be resumed as soon as possible. :crazy:
November 13, 2006 at 11:49 am
November 13, 2006 at 2:15 pm
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply