Hello,
I need to pull in data from a progress database into a table in SQL server 2005. I have an ODBC conncetion on the server where I am working.
I am new to SSIS but have used DTS. I need to succsefully pull the data into a table in SQL server 2005 from this progress database.
I have setup my ODBC connection but I cannot pull the data using this connection. The connection test succeeded for the connection manager. When I attempt to use the datasource reader and point to the ODBC Connection Manager entry I recieve Cannot acquire a managed connection from the run time connection manager
Any help is appreciated.
Thanks,
Tony
Hi Tony,
you need to configure your connection as ADO.NET for ODBC. DataReader source can only work with ADO.NET connections.
|||Try to create connection using .NET Provider\ODBC Data Provider I have tried it at my end it's working fine.
No comments:
Post a Comment