cancel
Showing results for 
Search instead for 
Did you mean: 

Nametab Error - System Copy Export

Former Member
0 Kudos

Hi,

We are taking export of non unicode databse through system copy

procedure.During export we are getting following error

myCluster (63.18.Exp): 705: error when retrieving alternate nametab description for physical table AABLG.

rscpGetUmgContainer*Line,2666, l_result = 128

received return code 128 from rscpCopyContainerInfos for transparent table T52C5.(CNV) ERROR: data conversion failed. rc = 2

(DB) INFO: disconnected from DB

rscpGetUmgContainer*Line,2666, l_result = 128

received return code 128 from rscpCopyContainerInfos for transparent table TPRI_PAR.(CNV) ERROR: data conversion failed. rc = 2

(DB) INFO: disconnected from DB

rscpGetUmgContainer*Line,2666, l_result = 128

received return code 128 from rscpCopyContainerInfos for transparent table CUEX.(CNV) ERROR: data conversion failed. rc = 2

(DB) INFO: disconnected from DB

Regards

Nitin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Will the target be non unicode too? Then, you need to specify the correct codepage, probably 1100 during the export.

If you are doing a unicode migration, then you didn't execute the necessary preparation steps. Check the unicode migration guide and search for the report RADCUCNT.

Best regards, Michael