Dear Experts,
I am in the process of performing the system copy and in Import ABAP phase and I noticed errors in import_monitor.jave.log:
ERROR: 2011-05-30 23:14:27 com.sap.inst.migmon.LoadTask run
Loading of 'SAP0000' import package is interrupted with R3load error.
Process 'E:\usr\sap\SE1\SYS\exe\uc\NTAMD64\R3load.exe -i SAP0000.cmd -dbcodepage 4103 -k 1G5fdEM50DmIrBzjt6TE5Pae -l SAP0000.log -stop_on_error' exited with return code 2.
For mode details see 'SAP0000.log' file.
Standard error output:
sapparam: sapargv( argc, argv) has not been called.
sapparam(1c): No Profile used.
sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
ERROR: 2011-05-30 23:14:27 com.sap.inst.migmon.LoadTask run
Loading of 'SAPSLEXC' import package is interrupted with R3load error.
Process 'E:\usr\sap\SE1\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSLEXC.cmd -dbcodepage 4103 -k 1G5fdEM50DmIrBzjt6TE5Pae -l SAPSLEXC.log -stop_on_error' exited with return code 2.
For mode details see 'SAPSLEXC.log' file.
Standard error output:
sapparam: sapargv( argc, argv) has not been called.
sapparam(1c): No Profile used.
sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
Now following note:
SAP Note 1120872 - Hom./Het.System Copy SAP NetWeaver 7.0 SR3
I decided to update my MIGRATION monitor to patch 6 as this note recommends atleast patch 4
When I uncarred MIGMON.SAR into install directory
I am now seeing errors
java version "1.4.2_30"
Java(TM) Platform, Standard Edition for Business (build 1.4.2_30-b04)
Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_30-b04, mixed mode)
Incorrect application options:
Mandatory options are missing: 'dbType', 'importDirs', 'installDir', 'tskFiles'.
in my import_monitor.java.log
From my search in SDN I have found that it happens because the import_monitor.properties file is empty.
Now what is correct way to uncar MIGMON.SAR
Do I keep the old properties file and update everything else from the SAR package.
Kindly advice.
I am rerunning the instalation now. I copied now the latest MIGMON.SAR to my INSTALL folder so that SAPInst will uncar it by itself.
But I want to know this for future reference that if I uncar the MIGMON.SAR as per note
Note 784118 - System Copy Java Tools should I keep old properties file
Thanks in advance.