Good Morning,
In my package i have a dataflow task and it has a red cross on it , but when i opened the data flow task i didn't see any of the components having that ed cross mark. I checked the error details and i found out the following error, can anyone please tell me what it means?
Error 17 Validation error. Load Disposed Cases Update Case Detail [696]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E0C. An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80040E0C Description: "Command text was not set for the command object.". casesS.dtsx
I'm using a OLEDB Command transformation in the data flow task to update the field 'CaseDetail' TABLE
update CaseDetail
set CaseTypeID = ?, CaseStatus = ?, FileDate = ?, DispositionDate = ?
where CaseDetailID = ?
I mapped these five fields to five parameters. Please need advice.
Thanks
SV