I have an SSIS project in SQL Server 2012 deployed via VS 2012 SSDT-BI.
If I run this from my local SQL Server it works correctly, however if I push it to another server and run it I always get a
Cannot acquire a managed connection from the run-time connection manager.
The connection looks like this..
Document Url=http://myodata;Include Atom Elements=Auto;Include Expanded Entities=False;Integrated Security=SSPI;Persist Security Info=False;Time Out=600;Schema Sample Size=25;Retry Count=5;Retry Sleep=100;Keep Alive=True;Max Received Message Size=4398046511104Any ideas?
Paul