SSIS 2008 and Oracle database connectivity Issue in a 64 bit machine

  • Hi,

    I have an SSIS package that retrieves data from an Oracle database. As a common problem for oracle connectivity with a 32 bit BIDS is the program files (x86), I have mitigated this problem by using a batch file and that calls BIDS (PROGRA~2). I can created a new Oracle database connection manager using the "Microsoft OLE DB provider for Oracle" to connect to the Oracle database. We have installed a Oracle client (10.0.2) and set the appropriate connection string in the tnsname file. Whenever i test the connectivity in connection manager the system says test connection succeeded. However, when i run the package in debug mode the BIDS gives me the following error:

    ***************************************************************

    SSIS package "tst.dtsx" starting.

    Information: 0x4004300A at Transfer ABC table, SSIS.Pipeline: Validation phase is beginning.

    Error: 0xC0202009 at tst, Connection manager "MY_ORACLE": SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.

    An OLE DB record is available. Source: "Microsoft OLE DB Provider for Oracle" Hresult: 0x80004005 Description: "ORA-06413: Connection not open.

    ".

    Error: 0xC020801C at Transfer ABC table, OLE DB Source [51]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "IMT_WEBMETHODS" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.

    ***************************************************************

    Is this because my 32 bit DTEXEC is installed in the "Program Files (x86)" folder? I have looked through many posts but then i am not sure what should be the resolution for this. Should i uninstall the client tools on the server and reinstall it on a folder which does not have tany Parenthesis().

    My final objective is to save the package on the msdb database and run it from the SQL Server Agent.

    Regards,

    Srikant

  • i have met the same problem. try below steps

    * Uninstall oracle client

    * restart and delete the existing oracle folder like("app")

    and update the server patch then reinstall oracle client.

    i want to know sql server is 64 bit or 32 bit version

  • it is a 64 bit W2K8 machine with SQL2k8 installation.

  • can you tell me the registry setting for below entry and its values?

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\MTxOCI

  • As per my understanding you are using BIDS env for executing your package.

    If it is the case then BIDS env 2008 can execute the packages whose Runtime env property set to 32 bit.

    Because BIDS for sql 2008 is not compatible with 64 bit.

    if you execute executable directly without using BIDS then it may be possible

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

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