January 18, 2006 at 9:52 am
I get the following error
ActiveX Scritping was not able to initialize the script execution engine
When executing a VBScript within SQL Server. The catch is. All work fine under my login. But Get this error when anybody else tries to execute a VBScript. To include our service account.
I have re-registered : dtspump.dll, dtspckg.dll, and axscphst.dll
Please let me know if you have encountered this before and have any suggestions
-JG
January 18, 2006 at 10:09 am
We had some problems when creating ActiveX script jobs. What we did is to save a script as a file with extension vbs (like mysript.vbs) and then create a job step as Operating System command line script. In the Command textbox you will enter:
cscript myscript.vbs
Regards,Yelena Varsha
January 18, 2006 at 11:35 am
We have ActiveX scripts through out all our DTS packages. I am not sure your solution would help in this instance?
-JG
January 18, 2006 at 12:01 pm
You may use xp_cmdshell or use Execute Process task.
Regards,Yelena Varsha
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply