Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unicode conversion on Informix

0 Likes
544

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!

1 ACCEPTED SOLUTION
Read only

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Likes
474

Hi,

please try to use upper case characters for the table names in the file.

Best regards,

Nils Buerckel

SAP AG

2 REPLIES 2
Read only

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Likes
475

Hi,

please try to use upper case characters for the table names in the file.

Best regards,

Nils Buerckel

SAP AG

Read only

0 Likes
474

HI,

Thnks for the update.

It got solved.

Cheers,

Vamshi T