Hi all,
I have an SSIS Package which loads fro FlatFile Source to SQL Server Destination(using OLEDB Destination). The Flat File has almost 40 Columns(~90k Records). I am using 15 Derived Columns and 15 Unionall components in DataFlow.
The issue is when i running on local machine it was running fine. When i deployed and start running as Job on server it was failing due to this error .I am not using any Package Configurations.
"The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020."
So can any face the similar issue. Do i need to use extra steps while deploying.Any help is appreciated