Hello
I have a SSIS project that exports data from MySQL to Oracle, this work very well however the last couple of days it been sending data to the Error text file instead of inputting it into the Oracle database.
Here is a sample of the error data;
"ORDER_ITEMID","GIFTAIDED","TRANSID","SALE_DATE","LOC_REF","CAT1","CAT2","CAT3","CAT4","PRICE_PAID","VAT_AMT","UNIT_COST","STATUS","STF_ID","ErrorCode","ErrorColumn"
"32000086","RA","19201859","2016-11-16 10:56:33","0","Gaming","Raffle","2016","Q4",".50",".00",".00","1","9292","8","0"
I have looked on the internet but can not find what error code 8 means, does any one know?
Also the only error I see in the data is that the LOC_REF should say 58 but it says 0 in the data.
I have run the job manual and no data was sent to the error file, doe any one know what this could be?
Regards
SQLSearcher99