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.
Author |
Topic |
imarchenko@hotmail.com
Starting Member
6 Posts |
Posted - 2009-02-03 : 15:05:48
|
Hello! I have converted DTS package into SSIS on SQL Server 2005 64-bit server. I am getting an error when tring to open connection to Text File: 'The new connection manager could not be created. Additional information: Exception from HRESULT: 0xC0010014 (Microsoft.SQLServer.DTSRuntimeWrap'. I can open OLE DB connection though. I tried regsvr32 "%ProgramFiles%\Microsoft SQL Server\90\DTS\Binn\DtsConn.dll", but it didn't work. Any advice is greately appreciated.Igor |
|
vijayisonly
Master Smack Fu Yak Hacker
1836 Posts |
Posted - 2009-02-04 : 13:53:00
|
Try this .regsvr32 "\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\DTS.dll" |
 |
|
|
|
|