I have Master Package and a child package. I have package configuration in child package where i am getting connection configuration strings from master package. 2 connections and 2 variables in child package and have expression on both connections so that getting the configuraion string values from variables. If i disable the Package configuration and run child package having variables the config. string values it runs but when i enable the package configuration with no values in variables to get the connection strings from parent it fails with error :
Error: 0xC0202009 at RTS_ETL BE_2_DUNS_childPackage, Connection manager "DBS": 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 Load BE_2_DUNS, OLE DB Source [1]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "DBS" 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 Load BE_2_DUNS, DTS.Pipeline: component "OLE DB Source" (1) failed validation and returned error code 0xC020801C.
Error: 0xC004700C at Load BE_2_DUNS, DTS.Pipeline: One or more component failed validation.
Error: 0xC0024107 at Load BE_2_DUNS: There were errors during task validation.
Any Idea whats wrong?
I am using sql 2005.