Link to home
Start Free TrialLog in
Avatar of rsmuckles
rsmucklesFlag for United States of America

asked on

DataReader Source "cannot acquire a managed connection" in Visual Studio

I'm creating a new .dtsx package and have added a source I use all the time in the Connection Manager.  If I test the connection to the source there I succeed.  If I add a new Data Flow Task and try to use that connection as a DataReader source I get the following error:

Error at Data Flow Task [Data Reader Source 715]]: Cannot acquire a managed connection from the run-time connection manager.  

I can open up complex .dtsx jobs in the same directory which use the same connection in Connection Manager and run them all day, and my credentials don't seem to be the problem.  I have tried starting a new project for this and even copying an old one that works and deleting everything but a single Data Flow Task that includes a simple SELECT from the table I am using.  Oddly the old jobs work fine, but I cannot create a new one.

has anyone seen this kind of behavior before?
ASKER CERTIFIED SOLUTION
Avatar of reb73
reb73
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rsmuckles

ASKER

Here's the solution from the link by the way:  Create a ADO.Net:ODBC connection first then point to that connection at DataReaderSrc.  There is nothing intuitive about choosing this connection - but it worked for me.