Error in Table Conversion (CSV to Oneworld table)

ayazuddin

Member
Hello,
I got this error while doing table conversion.

Prinqueue log is as follows :

Opening UBE Log for report R55TEST2, version AML0001
--UBE--[0]-- Start Time : 10:12:36
TCEngine Level 0 \b9\system\TCEngine\tcdtaref.c : TCE009025 - Could not find column sequence 72

--UBE--[0]-- End Time : 10:12:52
UBE Job Finished with Error(s).
Increase Debug Level into your jde.ini to view the cause of this error.

Waiting for prompt reply.
 
Ayazuddin,

Did you modify your table after ?
Ifso redefine your TC
 
check whether your csv file column sequence and oneworld table column sequence is same and also check your mapping is proper or not and also check your data type and length of data items.
thanks
 
We had a similar problem creating a new conversion table report from a previous batch. We had to copy all the er logic and then edit it in order to recover all the missing "links". The problem (on the B733 installation) was that all the IO operations that we used was corrupted.
So we rewrited the IO operation lines and everything worked fine.
 
Back
Top