Error: activeX scripting was not able to initalize the script... -
03-24-2006
, 02:03 PM
Hello. I am getting the following error when running a DTS package:
activeX scripting was not able to initalize the script execution engine
I found this advice on SQLDTS.com: Normally you can fix this by simply
re-registering the DTS ActiveX Script Host DLL (axscphst.dll), using the
Regsvr32.exe utility. If this does not solve the problem, then try
re-registering the following DLLs in the same way: dtspkg.dll, dtspump.dll.
and
Regsvr32.exe "C:\Program Files\Microsoft SQL
Server\80\Tools\Binn\axscphst.dll"
(SQL Server 2000)
This did not solve the problem unfortunately. Any ideas?
Ric |