dbTalk Databases Forums  

ActiveX Script and DTS.Package

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss ActiveX Script and DTS.Package in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tony Skalski
 
Posts: n/a

Default ActiveX Script and DTS.Package - 05-19-2008 , 04:59 PM






Greetings,

We have a new SQL 2005 x64 sever that runs an export which uses DTS
(from 2000). One of the steps in an ActiveX script which is failing on
the line:

Set oPkg = CreateObject("DTS.Package")

We get error 800A01AD when scheduled or interactively. I think this is a
32- vs 64-bit issue as I can run the script manually using
c:\windows\syswow64\cscript.exe.

What DLL(s) is responsible for implementing CreateObject("DTS.Package"),
from where is it installed and is there a 64-bit version I can register?
Client tools, legacy support, SSIS, and SQLServer2005_DTS.msi are
installed, FWIW.

This is a 3rd party app, so upgrading the DTS to SSIS is not possible
(for us).

Thanks,

ajs

Reply With Quote
  #2  
Old   
Tony Skalski
 
Posts: n/a

Default Re: ActiveX Script and DTS.Package - 05-20-2008 , 05:02 PM






Nevermind about this. After a week of troubleshooting, the vendor
informed us today they don't support SQL 64-bit.

ajs

Tony Skalski wrote:
Quote:
Greetings,

We have a new SQL 2005 x64 sever that runs an export which uses DTS
(from 2000). One of the steps in an ActiveX script which is failing on
the line:

Set oPkg = CreateObject("DTS.Package")

We get error 800A01AD when scheduled or interactively. I think this is a
32- vs 64-bit issue as I can run the script manually using
c:\windows\syswow64\cscript.exe.

What DLL(s) is responsible for implementing CreateObject("DTS.Package"),
from where is it installed and is there a 64-bit version I can register?
Client tools, legacy support, SSIS, and SQLServer2005_DTS.msi are
installed, FWIW.

This is a 3rd party app, so upgrading the DTS to SSIS is not possible
(for us).

Thanks,

ajs

Reply With Quote
  #3  
Old   
Tony Skalski
 
Posts: n/a

Default Re: ActiveX Script and DTS.Package - 05-20-2008 , 05:02 PM



Nevermind about this. After a week of troubleshooting, the vendor
informed us today they don't support SQL 64-bit.

ajs

Tony Skalski wrote:
Quote:
Greetings,

We have a new SQL 2005 x64 sever that runs an export which uses DTS
(from 2000). One of the steps in an ActiveX script which is failing on
the line:

Set oPkg = CreateObject("DTS.Package")

We get error 800A01AD when scheduled or interactively. I think this is a
32- vs 64-bit issue as I can run the script manually using
c:\windows\syswow64\cscript.exe.

What DLL(s) is responsible for implementing CreateObject("DTS.Package"),
from where is it installed and is there a 64-bit version I can register?
Client tools, legacy support, SSIS, and SQLServer2005_DTS.msi are
installed, FWIW.

This is a 3rd party app, so upgrading the DTS to SSIS is not possible
(for us).

Thanks,

ajs

Reply With Quote
  #4  
Old   
Tony Skalski
 
Posts: n/a

Default Re: ActiveX Script and DTS.Package - 05-20-2008 , 05:02 PM



Nevermind about this. After a week of troubleshooting, the vendor
informed us today they don't support SQL 64-bit.

ajs

Tony Skalski wrote:
Quote:
Greetings,

We have a new SQL 2005 x64 sever that runs an export which uses DTS
(from 2000). One of the steps in an ActiveX script which is failing on
the line:

Set oPkg = CreateObject("DTS.Package")

We get error 800A01AD when scheduled or interactively. I think this is a
32- vs 64-bit issue as I can run the script manually using
c:\windows\syswow64\cscript.exe.

What DLL(s) is responsible for implementing CreateObject("DTS.Package"),
from where is it installed and is there a 64-bit version I can register?
Client tools, legacy support, SSIS, and SQLServer2005_DTS.msi are
installed, FWIW.

This is a 3rd party app, so upgrading the DTS to SSIS is not possible
(for us).

Thanks,

ajs

Reply With Quote
  #5  
Old   
Tony Skalski
 
Posts: n/a

Default Re: ActiveX Script and DTS.Package - 05-20-2008 , 05:02 PM



Nevermind about this. After a week of troubleshooting, the vendor
informed us today they don't support SQL 64-bit.

ajs

Tony Skalski wrote:
Quote:
Greetings,

We have a new SQL 2005 x64 sever that runs an export which uses DTS
(from 2000). One of the steps in an ActiveX script which is failing on
the line:

Set oPkg = CreateObject("DTS.Package")

We get error 800A01AD when scheduled or interactively. I think this is a
32- vs 64-bit issue as I can run the script manually using
c:\windows\syswow64\cscript.exe.

What DLL(s) is responsible for implementing CreateObject("DTS.Package"),
from where is it installed and is there a 64-bit version I can register?
Client tools, legacy support, SSIS, and SQLServer2005_DTS.msi are
installed, FWIW.

This is a 3rd party app, so upgrading the DTS to SSIS is not possible
(for us).

Thanks,

ajs

Reply With Quote
  #6  
Old   
Tony Skalski
 
Posts: n/a

Default Re: ActiveX Script and DTS.Package - 05-20-2008 , 05:02 PM



Nevermind about this. After a week of troubleshooting, the vendor
informed us today they don't support SQL 64-bit.

ajs

Tony Skalski wrote:
Quote:
Greetings,

We have a new SQL 2005 x64 sever that runs an export which uses DTS
(from 2000). One of the steps in an ActiveX script which is failing on
the line:

Set oPkg = CreateObject("DTS.Package")

We get error 800A01AD when scheduled or interactively. I think this is a
32- vs 64-bit issue as I can run the script manually using
c:\windows\syswow64\cscript.exe.

What DLL(s) is responsible for implementing CreateObject("DTS.Package"),
from where is it installed and is there a 64-bit version I can register?
Client tools, legacy support, SSIS, and SQLServer2005_DTS.msi are
installed, FWIW.

This is a 3rd party app, so upgrading the DTS to SSIS is not possible
(for us).

Thanks,

ajs

Reply With Quote
  #7  
Old   
Tony Skalski
 
Posts: n/a

Default Re: ActiveX Script and DTS.Package - 05-20-2008 , 05:02 PM



Nevermind about this. After a week of troubleshooting, the vendor
informed us today they don't support SQL 64-bit.

ajs

Tony Skalski wrote:
Quote:
Greetings,

We have a new SQL 2005 x64 sever that runs an export which uses DTS
(from 2000). One of the steps in an ActiveX script which is failing on
the line:

Set oPkg = CreateObject("DTS.Package")

We get error 800A01AD when scheduled or interactively. I think this is a
32- vs 64-bit issue as I can run the script manually using
c:\windows\syswow64\cscript.exe.

What DLL(s) is responsible for implementing CreateObject("DTS.Package"),
from where is it installed and is there a 64-bit version I can register?
Client tools, legacy support, SSIS, and SQLServer2005_DTS.msi are
installed, FWIW.

This is a 3rd party app, so upgrading the DTS to SSIS is not possible
(for us).

Thanks,

ajs

Reply With Quote
  #8  
Old   
Tony Skalski
 
Posts: n/a

Default Re: ActiveX Script and DTS.Package - 05-20-2008 , 05:02 PM



Nevermind about this. After a week of troubleshooting, the vendor
informed us today they don't support SQL 64-bit.

ajs

Tony Skalski wrote:
Quote:
Greetings,

We have a new SQL 2005 x64 sever that runs an export which uses DTS
(from 2000). One of the steps in an ActiveX script which is failing on
the line:

Set oPkg = CreateObject("DTS.Package")

We get error 800A01AD when scheduled or interactively. I think this is a
32- vs 64-bit issue as I can run the script manually using
c:\windows\syswow64\cscript.exe.

What DLL(s) is responsible for implementing CreateObject("DTS.Package"),
from where is it installed and is there a 64-bit version I can register?
Client tools, legacy support, SSIS, and SQLServer2005_DTS.msi are
installed, FWIW.

This is a 3rd party app, so upgrading the DTS to SSIS is not possible
(for us).

Thanks,

ajs

Reply With Quote
  #9  
Old   
Tony Skalski
 
Posts: n/a

Default Re: ActiveX Script and DTS.Package - 05-20-2008 , 05:02 PM



Nevermind about this. After a week of troubleshooting, the vendor
informed us today they don't support SQL 64-bit.

ajs

Tony Skalski wrote:
Quote:
Greetings,

We have a new SQL 2005 x64 sever that runs an export which uses DTS
(from 2000). One of the steps in an ActiveX script which is failing on
the line:

Set oPkg = CreateObject("DTS.Package")

We get error 800A01AD when scheduled or interactively. I think this is a
32- vs 64-bit issue as I can run the script manually using
c:\windows\syswow64\cscript.exe.

What DLL(s) is responsible for implementing CreateObject("DTS.Package"),
from where is it installed and is there a 64-bit version I can register?
Client tools, legacy support, SSIS, and SQLServer2005_DTS.msi are
installed, FWIW.

This is a 3rd party app, so upgrading the DTS to SSIS is not possible
(for us).

Thanks,

ajs

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.