all groups > sql server dts > december 2005 >
You're in the

sql server dts

group:

2005 SSIS Package using ODBC


2005 SSIS Package using ODBC TomT
12/29/2005 6:37:02 PM
sql server dts:
I'm trying to create a package based on an ODBC connection, to a legacy
accounting database.

I've created a system DSN, which tests successfully. In the package
designer, I added a connection based on the DSN, and again it tests fine.
However, when I add a datareader, and use the connection, I get the following:

Error at Data Flow task [DataReader Source[20]]: Cannot acquire a managed
connection from the run-time connection manager.

I have on some occassions gotten the connection to work after I select it in
connection managers, and seen the table I was looking for (via a select* from
in the SQLCommand), however I still got errors which prevented me from going
any further.

Any ideas as to how to get this working?

thanks in advance,

TomT

RE: 2005 SSIS Package using ODBC petery NO[at]SPAM online.microsoft.com
12/30/2005 9:36:54 AM
Hello Tom,

This seems to be a compatible issue between ODBC driver of the datasource
and SSIS. What is the type of the database you want to connect? Could you
find any oledb provider or updated odbc driver for the database? We saw
similar issues when using some old DB2 OLEDB provider.

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================



This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
[quoted text, click to view]
RE: 2005 SSIS Package using ODBC Giles
1/17/2006 2:33:05 AM
I was also having the same problem with just testing out simple ODBC
connections until I came across the following post

http://blogs.sqlxml.org/bryantlikes/archive/2004/07/28/876.aspx

And this worked for me. Surely this suggests problems with the ODBC
connection manager not the ODBC driver its self?

Regards

Giles

[quoted text, click to view]
AddThis Social Bookmark Button