VISUAL STUDIO 2005 ALWAYS THROW AN ERROR DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER

  • HI!

    I have SSIS Package and I set the protection level to DontSaveSensitive. I'm using Xml File and SQL Database as my configuration.

    It works fine in my machine then I copy my ssis project to other machine and It won't compile anymore.

    Visual Studio 2005 in that machine always throw an error(see below) for the connection manager that is saved in sql server.

    The connection manager that is saved in xml doesn't throw an error at all.

    DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "[TESTTABLE]" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.

  • Hi u can try this option,

    Right click on your SSIS project in your “Solution Explorer”

    Then Select “Properties”

    On the “Property Pages” click on “Debugging”

    and Under “Debug Options” ->”Run64ButRuntime”

    Switch it from “True” to “False”

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply