Hi All,
In my package, i have one data flow task. Inside the data flow is like below image. In my excel source, one of the column text was more than 255 characters which would be in last row. Due to this SSIS reading that column as DT_WSTR instead of DT_NTEXT.
i have added the Dummy task to redirect the rows which has truncation or error records. My package is working fine in debugging mode. But when i moved this package to msdb and created a job with this package was giving error when i run that job.
Please let me know how to resolve this issue.
------------------------------------------------------------------------ Please mark it as complete, if you get the solution with this reply. TQ.