Hi Gurus,
I am pulling data from Oracle to sql serevr and got bellow error in mid of the process.
Data conversion failed while converting column "comment" (72) to column "comment" (22). The conversion returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.". End Error Error: 2019-03-05 09:31:50.22 Code: 0xC020902A .
I changed "comment" column property from "'ro_failcomponent" to"ro_ignoreFailure"' in data conversion task for destination column
job is processing and just want to know .. if job was succeed .. is there any data loos issue. shall i get all data from source..
Thanks,