dbTalk Databases Forums  

DTS run from SQL SERVER 2008 64 BIT

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


Discuss DTS run from SQL SERVER 2008 64 BIT in the microsoft.public.sqlserver.dts forum.



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

Default DTS run from SQL SERVER 2008 64 BIT - 09-09-2009 , 07:50 AM






I am trying to run the following statements from a stored procedure in SQL
SERVER 2008 64 bit version.




SELECT @cmd1 = 'DTSRUN /S ' + @serv + ' /U xxxxx /P xxxxxx /N
Process_DTS_Package'





EXEC XP_CMDSHELL @cmd1

I think there is only limited DTS functionality on 64 bit operating systems.
I am getting the below error while running the procedure

DTSRun: Loading...

Error: -2147221005 (800401F3); Provider Error: 0 (0)
Error string: Invalid class string

Error source: Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp
Help context: 713
NULL

I just want to know whether I need to install any 32 bit DTS utilities to
run the above DTSRUN Commands on the 64 bit environment.

Looking for your valuable help on this.

Thanks....

Reply With Quote
  #2  
Old   
Gerald Aichholzer
 
Posts: n/a

Default Re: DTS run from SQL SERVER 2008 64 BIT - 09-09-2009 , 12:41 PM






ePD2010 wrote:
Quote:
I am trying to run the following statements from a stored procedure in SQL
SERVER 2008 64 bit version.
[...]

I just want to know whether I need to install any 32 bit DTS utilities to
run the above DTSRUN Commands on the 64 bit environment.

have a look here:
http://msdn.microsoft.com/en-us/library/bb500440.aspx
Support for Data Transformation Services (DTS) in SQL Server 2008

there you should find everything you need

hth,
Gerald

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 - 2012, Jelsoft Enterprises Ltd.