Hi,
I am having an issue with one of my packages that is having an OLE DB source. The source is working in VS in design mode so that I can view the preview of data in the source but when I try to run the package, still in VS, I get the following error message.
[SRC_MDS_V_FictiveItems [426]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "MDS OLEDB" failed with error code 0xC0202009. There may be error
messages posted before this with more information on why the AcquireConnection method call failed.
I also have a different problem with the same package in my production environment but the error message there is different. It says that the data is trying to insert duplicates in my destination table but not duplicates exists in the source.
DFT_MSD2DW_FictiveItem:Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "The statement has been terminated.".
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "Violation of UNIQUE KEY constraint 'cont_LocalItemKey_Unique'. Cannot insert duplicate key in object 'dbo.dLocalItem'.
The duplicate key value is (PR_DENMARK_AS_1030536).".
Grateful for all clues I can get!
//Patrick