SQL server Driver Version : 2017
Mainframe DB2 Version : Version 11 Release 2
I am trying to import tables from DB2 using SSIS to SQL Server. I am facing issues when the tables have XML column in DB2. Its throws error stating "XML parsing: line 1, character 71417, illegal xml character ".
SQL Server is taking the XML columns as LOB objects, not joining with the anxillary tables in DB2 and fetching the content of the XML.
Is there a workaround in importing xml column based tables.