Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 DTS Scheduled package not running...

Author  Topic 

murrayb3024
Yak Posting Veteran

79 Posts

Posted - 2005-11-08 : 16:28:03
I created a small DTS package. I scheduled a job to run this DTS package. It has failed the last few times and I get the following error:

Executed as user: server\user. DTSRun: Loading... DTSRun: Executing... DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart: DTSStep_DTSActiveScriptTask_1 DTSRun OnError: DTSStep_DTSActiveScriptTask_1, Error = -2147220482 (800403FE) Error string: ActiveX Scripting encountered a Run Time Error during the execution of the script. Error source: Microsoft Data Transformation Services (DTS) Package Help file: sqldts80.hlp Help context: 4500 Error Detail Records: Error: -2147220482 (800403FE); Provider Error: 0 (0) Error string: ActiveX Scripting encountered a Run Time Error during the execution of the script. Error source: Microsoft Data Transformation Services (DTS) Package Help file: sqldts80.hlp Help context: 4500 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_1 DTSRun: Package execution complete. Process Exit Code 1. The step failed.

any ideas?

murrayb3024
Yak Posting Veteran

79 Posts

Posted - 2005-11-09 : 09:09:00
Still not having any luck, has anyone seen this before?
Go to Top of Page

pmckee
Starting Member

1 Post

Posted - 2005-12-01 : 11:29:40
I have gotten a similar error message and am not having any luck fixing the problem. My DTS job ran successfully and now it doesn't.
Go to Top of Page

14437
Starting Member

7 Posts

Posted - 2005-12-01 : 12:28:39
Murray,

Are you able to parse and run the ActiveX step manually?
Go to Top of Page

karuna
Aged Yak Warrior

582 Posts

Posted - 2005-12-01 : 22:26:47
I would suggest open the DTS in DTS Designer execute step by step and see which task fails. That will give an idea.

Thanks

Karunakaran
Go to Top of Page
   

- Advertisement -