August 9, 2005 at 12:28 am
When I attempt to run my DTS Pkg that contains ActiveX task, I get following error:
"ActiveX Scripting was not able to initialize the script execution engine"
When I run this from another computer, it runs fine.
I have tried reregistrate DTS DLLs:
Regsvr32.exe "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\axscphst.dll"
Regsvr32.exe "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\dtspkg.dll"
Regsvr32.exe "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\dtspump.dll"
But it does not help.
I am worried the great site for DTS issues "http://www.sqldts.com " is down 🙁
Any ideas ?
My System:
Windows Server 2003 + SP1
MS SQL Srrver 2000 + SP4
I will appreciate any thoughts you have!
August 9, 2005 at 11:00 am
Oleg,
Are you able to run this script outside DTS on the problem computer?
Please also compare the script versions on both good and a problem computer. To get the script version do:
Start -> Run -> cmd to bring up the command prompt. In the command prompt type the word cscript and click Enter. It will return Scripting Host Version in the first line before the parameter explanation.
To run the script: copy the script to Notepade and save the file with the extension vbs
Yelena
Regards,Yelena Varsha
August 9, 2005 at 11:34 pm
2Yelena
Thanks a lot...
I found out ,wthat is a reason: Our Sysadmins remove from
registry keys:
REGEDIT4
[-HKEY_CLASSES_ROOT\VBScript]
@="VB Script Language"
[-HKEY_CLASSES_ROOT\VBScript\CLSID]
@="{B54F3741-5B07-11cf-A4B0-00AA004A55E8}"
[-HKEY_CLASSES_ROOT\VBScript\OLEScript]
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply