August 19, 2021 at 2:33 am
I have a SSIS package with the following Connections:
The Windows DSN tests successful, & all SSIS Connections test successfully.
I added the SSIS Data flow that contains the following:
The ODBC source in the Data Flow immediately warns the following "Row by Row fetch method is enforced because the table has LOB column(s). Column content is LOB <column name>". The column it reports as LOB is actually just text with character count max 500. No errors reported.
Once I start the debug process it cancels almost immediately reporting the following output:
The progress of the debug never proceeds past Validating the Data Flow Task, just sits at 0 percent complete.
Any ideas why this SSIS package will not debug or execute? If I'm in the wrong forum please accept my apologies.
August 20, 2021 at 3:10 am
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
September 10, 2021 at 11:32 am
This was removed by the editor as SPAM
September 10, 2021 at 11:32 am
This was removed by the editor as SPAM
September 29, 2021 at 8:27 pm
In SSIS, on the data flow, check the properties, and set the ValidateExternalMetadata property of a data flow component, make it False so that it continues with the execution of package.
Also change the destination to OLE DB Destination to properly handle LOB columns.
=======================================================================
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply