Application Development 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: 

Errors during Unicode Import

former_member424387
Participant
0 Kudos

Hello,

I am getting errors during Import of Unicode Conversion. AABLG is a Cluster Table.

/usr/sap/P01/SYS/exe/run//R3load: START OF LOG: 20110110220222

/usr/sap/P01/SYS/exe/run//R3load: sccsid @(#) $Id: //bas/701_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP

/usr/sap/P01/SYS/exe/run//R3load: version R7.01/V1.4 [UNICODE]

Compiled Jun 19 2010 01:48:51

/usr/sap/P01/SYS/exe/run//R3load -ctf I /disk2/ABAP/DATA/SAPCLUST_1.STR /disk4/instdir/DDLORA.TPL SAPCLUST_1.TSK ORA -l SAPCLUST_1.log

/usr/sap/P01/SYS/exe/run//R3load: job completed

/usr/sap/P01/SYS/exe/run//R3load: END OF LOG: 20110110220222

/usr/sap/P01/SYS/exe/run//R3load: START OF LOG: 20110111135853

/usr/sap/P01/SYS/exe/run//R3load: sccsid @(#) $Id: //bas/701_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP

/usr/sap/P01/SYS/exe/run//R3load: version R7.01/V1.4 [UNICODE]

Compiled Jun 19 2010 01:48:51

/usr/sap/P01/SYS/exe/run//R3load -i SAPCLUST_1.cmd -dbcodepage 1100 -l SAPCLUST_1.log

DbSl Trace: ORA-1403 when accessing table SAPUSER

(DB) INFO: connected to DB

(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8

(CNV) WARN: you set dbcodepage '1100' but platform requires '4102'.

(CNV) WARN: dbcodepage rectified to required value.

(GSI) INFO: dbname = "P0120110110060126 "

(GSI) INFO: vname = "ORACLE "

(GSI) INFO: hostname = "ecctemp "

(GSI) INFO: sysname = "HP-UX"

(GSI) INFO: nodename = "ecctemp"

(GSI) INFO: release = "B.11.31"

(GSI) INFO: version = "U"

(GSI) INFO: machine = "ia64"

(DB) INFO: AABLG created #20110111135853

myCluster (63.25.Imp): 679: error when retrieving table description for physical table AABLG.

myCluster (63.25.Imp): 682: return code received from nametab is 2

myCluster (63.25.Imp): 302: error when retrieving physical nametab for table AABLG.

(CNV) ERROR: data conversion failed. rc = 2

(DB) INFO: AABLG~0 created #20110111135854

3 REPLIES 3

Former Member
0 Kudos

Hi,

Is any error during export ?

Is export terminated in between ?

Regards

Rahul

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

you need to ensure that the Unicode conversion is done during export (target code page 4102 or 4103).

This error typically occurs if the export does not include the Unicode conversion (simple system copy with Non-Unicode).

Best regards,

Nils Buerckel

Globalization Services

SAP AG

0 Kudos

Neils - you are right