Skip to Content
0
Former Member
Jan 15, 2011 at 06:09 AM

SAP R/3 4.7 Migration from HP-UX to Windows

62 Views

Hello Everyone,

I am doing migration of 4.7 system from HP -UX to windows.The export completed successfully but I am stuck during the import phase (Database upload(Post processing) .All the log files in sapinst directory shows the code page error as below.

>>>DbSl Trace: ORA-1403 when accessing table SAPUSER

(DB) INFO: connected to DB

(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC

(CNV) ERROR: rscpMCInit rc = 2048

----


2-

code: 2048 RSCPENOCONV

convert MDMP to Unicode during export only

module: rscpexmh location: 4 line: 460

TSL01: CQI p3: MDMP&->&1100&during export only&&

----


.

E:\usr\sap\DRP\SYS\exe\run/R3load.exe: job finished with 1 error(s)

E:\usr\sap\DRP\SYS\exe\run/R3load.exe: END OF LOG: 20110112183108

>>>

-


I had followed the step "System copy of MDMP systems" from Note

Note 970518 - Hom./Het.System Copy SAP NetWeaver 7.0 (2004s) SR2 ,,,but still it is failing at the same step and the Dialog.xml is overwritten with the original as it was before modifying.Not Sure where exactly the problem lies.Can someone please help.

Original :

<field sid="fiDBCodePage_i" highlight="false" enabled="true">

<caption>DB code page</caption>

<whatsthishelp>The DB code page or rather the code page used by the DbSl interface on the platform where R3load is run</whatsthishelp>

<value maxlength="4" minlength="4" type="numeric">1100</value>

</field>

<field sid="fiNumberOfJobs_i" highlight="false" enabled="true">

<caption>Number of parallel jobs</caption>

<value maxlength="4" minlength="1" type="numeric">1</value>

Modified to before starting the import as per the above Note:

<field sid="fiDBCodePage_i" highlight="false" enabled="true">

<caption>DB code page</caption>

<whatsthishelp>The DB code page or rather the code page used by the DbSl interface on the platform where R3load is run</whatsthishelp>

<value maxlength="4" minlength="4">1100</value>

</field>

<field sid="fiNumberOfJobs_i" highlight="false" enabled="true">

<caption>Number of parallel jobs</caption>

<value maxlength="4" minlength="1" >1</value>

Modified at two places in dialog.xml file, the SAP note doesn't mention "1100" in Dialog.xml as it currently shows in my Dailog.xml ,Not sure if I have to remove that too and start the import again from begening.

While export I had given "1100" as the code page and before starting import I modified the xml by removing the "Type numeric" and later during the import in selection field I couldn't enter the "MDMP" as it is allowing only numeric values.

Thanks

Edited by: Khaiser Khan Mohammed on Jan 15, 2011 7:10 AM

Edited by: Khaiser Khan Mohammed on Jan 15, 2011 7:58 AM