‎2011 Mar 25 7:59 PM
Hello All,
We are doing unicode conversion on SAP ECC 5.0 system running on Informix database.
We want to use the table split method. In the table split preparation step, we give the file with the large tables and the number of splits the file is as below:
aablg%3
auak%2
aufk%9
bkpf%14
bsad%12
bsak%14
bsas%2
bse_clr%4
bsis%17
cdcls%9
cdhdr%6
cobk%9
cobrb%2
The preparation step fails with error
WARNING: build_dbdiff_list(): description for "MLICHECK" may be missing or incorrect
WARNING: build_dbdiff_list(): description for "SCI_TEMPT" may be missing or incorrect
WARNING: build_dbdiff_list(): description for "TRDIR" may be missing or incorrect
ERROR: aablg is not a DB table
ERROR: couldn't read file "Split/table_splitter_R3ldctl.txt"
ERROR 2011-03-25 15:58:31
CJSlibModule::writeError_impl()
CJS-00396 Call to R3ldctl failed. Return code: 2
Any clue why this could be happening??
Thanks!
‎2011 Mar 28 9:57 AM
Hi,
please try to use upper case characters for the table names in the file.
Best regards,
Nils Buerckel
SAP AG
‎2011 Mar 28 9:57 AM
Hi,
please try to use upper case characters for the table names in the file.
Best regards,
Nils Buerckel
SAP AG
‎2011 Mar 28 6:12 PM
HI,
Thnks for the update.
It got solved.
Cheers,
Vamshi T