![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
go to the Active script task | parse it/run it |
#2
| |||||
| |||||
|
|
I have a DTS package that has a scheduled job. It has been running fine for over 2 years now from a scheduled job. The scheduled job will not run |
|
DTSRun: Loading... DTSRun: Executing... DTSRun OnStart: DTSStep_DTSActiveScriptTask_1 DTSRun OnError: |
|
Any suggestions, as I can't find any info on this error. Thanks Subject: Re: scheduled job failure 1/9/2004 12:28 PM PST By: Allan Mitchell (search by author) In: microsoft.public.sqlserver.dts Show us what is inside the Active X Script DTSStep_DTSActiveScriptTask_1 By: kmartin (search by author) In: microsoft.public.sqlserver.dts I can run this same script on our testing site and it runs fine in Enterprise Manager and as a job, the scipt has not changed at all. It is a |
|
By: Diana (search by author) In: microsoft.public.sqlserver.dts It is hard to tell what the issue is. But high probability is that you have security problem(because you can run DTS package and it fails as a |
|
By: Allan Mitchell (search by author) In: microsoft.public.sqlserver.dts OK The error says it cannot parse the file "Error parsing script " Do you reference external dlls or do some CREATEOBJECT() stuff? There is something on your Production Server that the script does not like. Running it on your Testing site is rather like comparing Apples and Pears. Does the job owner belong to the sysadmin role? Yes: Log onto the production server as that account | Open the package | go to the Active script task | parse it/run it. By: kmartin (search by author) In: microsoft.public.sqlserver.dts Yes there are store prodcedures that are checked in the script (see below). Yes, I have checked the ownership and this is correct. Set rsData = CreateObject("ADODB.Recordset") Set cnn = CreateObject("ADODB.Connection") Any more info, please? |
![]() |
| Thread Tools | |
| Display Modes | |
| |