Error while executing SSIS package through stored procedure in SQL server 2008 R2

  • Hi All

    I am executing SSIS package through stored procedure but getting following error..

    " Description: SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED:

    The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available.

    End Error

    Error: 2014-09-30 05:52:58.11

    Code: 0xC020801C

    Source: Load Benefit String Info Excel Source [926]

    Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.

    The AcquireConnection method call to the connection manager "Excel Connection Manager" failed

    with error code 0xC00F9304. There may be error messages posted before this

    with more information on why the AcquireConnection method call failed. "

    SSIS package loads the excel data and dumps into sql table. This package runs correctly when run through manual or by job but it didnt work when called from stored procedure.

    64bit in debug is set to false as per some blogs which i have went throgh..

    If anybody aware of this error please do let me know..

    Thanks in Advance 🙂

Viewing 0 posts

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