Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 DTS Designer in 64 Bit Version

Author  Topic 

svicky9
Posting Yak Master

232 Posts

Posted - 2007-10-17 : 06:40:35
Have anyone tried installing the DTS Designer 2000 Components in 64 Bit Environment

Vic

dinakar
Master Smack Fu Yak Hacker

2507 Posts

Posted - 2007-10-17 : 12:17:30
I dont think its supported on 64 bit server.

Dinakar Nethi
************************
Life is short. Enjoy it.
************************
http://weblogs.sqlteam.com/dinakar/
Go to Top of Page

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2007-10-17 : 13:42:48
DTS designer is supported in x64.



-ec
Go to Top of Page

dinakar
Master Smack Fu Yak Hacker

2507 Posts

Posted - 2007-10-17 : 14:06:55
quote:
Originally posted by eyechart

DTS designer is supported in x64.



-ec



you mean on 2005 server?

Dinakar Nethi
************************
Life is short. Enjoy it.
************************
http://weblogs.sqlteam.com/dinakar/
Go to Top of Page

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2007-10-17 : 16:09:34
quote:
Originally posted by dinakar
you mean on 2005 server?




ok, I see what the original question is. the DTS runtime components are x64, so DTS packages can run on SQL2K5 64bit. The design components are only x86. You would install the design components on your workstation and be able to modify DTS packages that reside on your SQL2K5 x64 system.



-ec
Go to Top of Page

svicky9
Posting Yak Master

232 Posts

Posted - 2007-10-18 : 04:52:13
thanks for that...One more question i am trying to run a dts package by using the DTSEXEC i get the error as the specified module cannot be found and some OLEDB Errors

The errors are as follows

Could Not Load Package "MIS_XLS_ESOutputMonthly" because of error 0xC00100A
The specified package could not be loaded on the SQL SERVER Database

The package does exists...Any Recommendations

Vic
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-10-19 : 23:36:53
Tried with dtsrun?
Go to Top of Page
   

- Advertisement -