Hi,
I am using Fastload option to load a table in data flow. This package is running fine if i execute it from Visual Studio. But the same package is failing if i run from C# code.
I have set the Delay validation to True. The table has identity column. So i am using the fast load option to explicitly set the values for identity column. Why is the package behaves differently when run from C# code. Please suggest me the fix for this issue.
Below is the error message i am getting.
Error Code - -1071636471. Source - dftDbLoadAccountCode. Description - 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 SQL Server" Hresult: 0x80004005 Description: "Unable to resolve column level collations. Bulk-copy cannot continue.".
Error Code - -1071636416. Source - dftDbLoadAccountCode. Description - Failed to open a fastload rowset for "[Accounting].[AccountCode]". Check that the object exists in the database.
Error Code - -1073450982. Source - dftDbLoadAccountCode. Description - dstDbAccountCodeInsert failed the pre-execute phase and returned error code 0xC0202040.
Thank you.
Regards
Vikram