hi DTS people,
Today, we had a DTS Package (SQL Server 2000) that failed with the following error - (You must turn on package logging, then exec package to be able to see the actual cause of this failure).
The Package Log showed:
Step Error Source: Microsoft Data Transformation Services (DTS) Package
Step Error Description:ActiveX Scripting was not able to initialize the script execution engine.
But it failed on only 1 client machine. The package ran successfully on several others.
Anyway, the solution was to re-register this .dll on the problem PC:
Regsvr32.exe "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\axscphst.dll"
(Of course you will need to change the path to fit your installation of SQL Server 7 or 2000)
Then the PC was able to execute the package.
I found this, thanks to google.com
Maybe this will help someone else.
John
Today, we had a DTS Package (SQL Server 2000) that failed with the following error - (You must turn on package logging, then exec package to be able to see the actual cause of this failure).
The Package Log showed:
Step Error Source: Microsoft Data Transformation Services (DTS) Package
Step Error Description:ActiveX Scripting was not able to initialize the script execution engine.
But it failed on only 1 client machine. The package ran successfully on several others.
Anyway, the solution was to re-register this .dll on the problem PC:
Regsvr32.exe "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\axscphst.dll"
(Of course you will need to change the path to fit your installation of SQL Server 7 or 2000)
Then the PC was able to execute the package.
I found this, thanks to google.com
Maybe this will help someone else.
John