SSIS data connection to Oracle database issue

  • Hi All,

    I have looked at thhis issue for couple of days and endless googling did not come out with the solution. I have tried many solution but did not help at all. Below is what I am getting when I am trying to run the package...

    OLE DB Destination [38]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER

    I have OLE DB connection(source) from Oracle database and some formation then using OLE DB connection (destination) to same Oracle database but different schema. full log is copied below. Please help I am out of option at this point.

    SSIS package "c:\SSIS\datahub\test\test\Package.dtsx" starting.

    Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.

    Error: 0xC020801C at Data Flow Task, OLE DB Destination [38]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "CORDBDEV.SSLIAP1" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.

    Error: 0xC0047017 at Data Flow Task, SSIS.Pipeline: OLE DB Destination failed validation and returned error code 0xC020801C.

    Error: 0xC004700C at Data Flow Task, SSIS.Pipeline: One or more component failed validation.

    Error: 0xC0024107 at Data Flow Task: There were errors during task validation.

    Thanks,

    Jay

  • Can you connect to source and destination in BIDS/SSDT?

    Are you running 32 bit or 64 bit SQL Server? If 64 bit, have you installed 32 and/or 64 bit Oracle Client?

  • hi,

    Within the BIDS I can see the Table previews and be able to see the data in there. But when I try to execute I get that error. ALso I have tried solution where I use the configuration file to insert password manually but did not work. I am using 32bit version of the SQL server.

    Thanks,

    Jay

  • Do you get the error when you execute the package in BIDS or with DTExec?

  • The error happens when I click to execute it from the BIDS and dtExec

  • I did a quick search and it seems that this is a known issue. Hopefully some of these links can help you out:

    http://support.microsoft.com/kb/2009312

    http://blogs.msdn.com/b/jorgepc/archive/2008/02/12/ssis-error-dts-e-cannotacquireconnectionfromconnectionmanager-when-connecting-to-oracle-data-source.aspx

Viewing 6 posts - 1 through 5 (of 5 total)

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