lindss01
SSCrazy
Points: 2264
More actions
July 7, 2005 at 2:40 pm
#66314
In SQL Server 2000 I am getting the message "ActiveX Scripting was not able to initialize the script engine". I recently install Visual Studio .NET. What does this mean and how do restore the scripting functionality to DTS?
Thanks
Steve
urvashi
SSC Enthusiast
Points: 115
July 8, 2005 at 2:31 am
#572210
Normally you can fix this by simply re-registering the DTS ActiveX Script Host DLL (axscphst.dll), using the Regsvr32.exe utility.
Regsvr32.exe "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\axscphst.dll"
Hope this works
Urvashi
July 8, 2005 at 6:30 am
#572269
Excellent!
Thanks, that was the answer!
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply