I'm struggling a lot with an SSIS package I’m trying to execute. I have a OLE DB SOURCE which is populated using a SQL Command, and it was working just fine, the preview works fine.
When I try to add a new column in the SELECT query, which is of type uniqueidentifier
, then I have this error message:
Value does not fall within the range in SSIS package
I am using a OLE DB SOURCE and an OLE DB DESTINATION. I'm using SQL Server, and the OLE DB SOURCE is the one failing with this error:
Outputs[OLE DB Source Output].Columns[LegalAddressCode] on the non-error output has no corresponding output column on the error output.