Results 1 to 3 of 3

Thread: ActiveX scripting was not able to initialize the script execution engine

  1. #1
    Join Date
    Jul 2004
    Posts
    9

    ActiveX scripting was not able to initialize the script execution engine

    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!

  2. #2
    Join Date
    Sep 2002
    Posts
    169
    Try reinstalling IE - this installs the ActiveX script engine which is one of the reasons that SQL Server has a requirement for IE before it will install.

  3. #3
    Join Date
    Jul 2004
    Posts
    9
    2Stephen

    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]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •