I have a DTS package that has been migrated to SSIS (basically it pulls data from a table in and access db and dumps into a sql db table) - I have updated the connections as required and tested that they work correctly (I can preview the data within the access table that I want to copy over).
However when I run the SSIS package I get the following error:
SSIS package "LLPG_FILE_IMPORT into Live APPS LLPG.dtsx" starting.
Information: 0x4004300A at Copy Data from Pd_Addresses to APPS dbo LLPG Task, DTS.Pipeline: Validation phase is beginning.
Error: 0xC0202009 at LLPG_FILE_IMPORT into Live APPS LLPG, Connection manager "Connection 1": SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040154.
An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered".
Error: 0xC020801C at Copy Data from Pd_Addresses to APPS dbo LLPG Task, OLE DB Source [1]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Connection 1" 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 Copy Data from Pd_Addresses to APPS dbo LLPG Task, DTS.Pipeline: component "OLE DB Source" (1) failed validation and returned error code 0xC020801C.
Error: 0xC004700C at Copy Data from Pd_Addresses to APPS dbo LLPG Task, DTS.Pipeline: One or more component failed validation.
Error: 0xC0024107 at Copy Data from Pd_Addresses to APPS dbo LLPG Task: There were errors during task validation.
SSIS package "LLPG_FILE_IMPORT into Live APPS LLPG.dtsx" finished: Failure.
Is anyone able to give any advice??
However when I run the SSIS package I get the following error:
SSIS package "LLPG_FILE_IMPORT into Live APPS LLPG.dtsx" starting.
Information: 0x4004300A at Copy Data from Pd_Addresses to APPS dbo LLPG Task, DTS.Pipeline: Validation phase is beginning.
Error: 0xC0202009 at LLPG_FILE_IMPORT into Live APPS LLPG, Connection manager "Connection 1": SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040154.
An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered".
Error: 0xC020801C at Copy Data from Pd_Addresses to APPS dbo LLPG Task, OLE DB Source [1]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Connection 1" 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 Copy Data from Pd_Addresses to APPS dbo LLPG Task, DTS.Pipeline: component "OLE DB Source" (1) failed validation and returned error code 0xC020801C.
Error: 0xC004700C at Copy Data from Pd_Addresses to APPS dbo LLPG Task, DTS.Pipeline: One or more component failed validation.
Error: 0xC0024107 at Copy Data from Pd_Addresses to APPS dbo LLPG Task: There were errors during task validation.
SSIS package "LLPG_FILE_IMPORT into Live APPS LLPG.dtsx" finished: Failure.
Is anyone able to give any advice??