cancel
Showing results for 
Search instead for 
Did you mean: 

Import Monitor error while installing SAP IDES ECC 6.0

Former Member
0 Kudos

Hi,

I'm installing a central system of SAP IDES ECC 6, with:

- Windows Server 2003 x64

- Oracle 10.2.0.4

- Java 1.4.2_19

And I'm getting this import error in ABAP Import step:

WARNING 2022-04-17 14:57:44.093

Execution of the command "C:\JDK\bin\java.exe -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 103. Output:

java version "1.4.2_19"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_19-b04)

Java HotSpot(TM) Client VM (build 1.4.2_19-b04, mixed mode)

Import Monitor jobs: running 1, waiting 47, completed 57, failed 0, total 105.

Import Monitor jobs: running 2, waiting 46, completed 57, failed 0, total 105.

Import Monitor jobs: running 3, waiting 45, completed 57, failed 0, total 105.

Loading of 'SAPAPPL2_1' import package: ERROR

I watched a lot of logs and I found the Import Monitor is getting crashed

Loading of 'SAPAPPL2_5' import package: OK

Import Monitor jobs: running 2, waiting 49, completed 54, failed 0, total 105.

Import Monitor jobs: running 3, waiting 48, completed 54, failed 0, total 105.

Loading of 'SAPAPPL1_11' import package: ERROR

Import Monitor jobs: running 2, waiting 48, completed 54, failed 1, total 105.

Loading of 'SAPAPPL2_1' import package: ERROR

Import Monitor jobs: running 1, waiting 48, completed 54, failed 2, total 105.

Loading of 'SAPAPPL0_1' import package: ERROR

.....

WARNING[E] 2022-04-17 14:57:44.312

CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.

.......

In the import_monitor.log I just found this:

ERROR: 2012-04-17 17:55:03 com.sap.inst.migmon.LoadTask run

Loading of 'SAPDODS' import package is interrupted with R3load error.

Process 'C:\usr\sap\PAS\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDODS.cmd -dbcodepage 4103 -l SAPDODS.log -stop_on_error' exited with return code 2.

For mode details see 'SAPDODS.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

Could anyone help me to solve that error and finish the installation. I'm attaching all the relevant logs.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Kindly start the your D/B and listener and start again, this is only a try don't think this is the issue only in my point of view y don't u start a fresh installation there are lot error's are came regarding O/S level,

i think there must be a O/S patch level has been missing.

Better solution is uninstall the SAP format the windows and start the fresh installation.

Kindly correct me guy's if i was wrong......

Regards,

Anil

Former Member
0 Kudos

I have tried restart the database, restart the OS, but always the same. It starts processing the import package and crash.

Former Member
0 Kudos

Problem solved:

- Changed the oracle parameter in INIT<SID>.ORA:

     SHARED_POOL_SIZE according to SAP Note 690241

- Restart all the server

- Manually start Oracle Listener:

     -Open CMD

     -Type C:\>lsnrctl

     -Type LSNRCTL>start

- Continue the installation

Thanks

Answers (0)