cancel
Showing results for 
Search instead for 
Did you mean: 

Migration Monitor' exits with error code 103'

Former Member
0 Kudos

We are installing SAP.EHP.ERP.6.0 using Oracle database 11g2.

We are facing this issue in the IMPORT ABAP Phase.

import_monitor.java:

java version "1.6.0_71"

Java(TM) SE Runtime Environment (build 6.1.062)


Loading of 'E071K' import package: ERROR

Import Monitor jobs: running 2, waiting 1, completed 139, failed 1, total 143.

Loading of 'REPOSRC' import package: ERROR

Import Monitor jobs: running 1, waiting 1, completed 139, failed 2, total 143.

Loading of 'D010TAB' import package: ERROR

Import Monitor jobs: running 0, waiting 1, completed 139, failed 3, total 143



Import_monitor.log
ERROR: 2015-04-27 06:39:12 com.sap.inst.migmon.LoadTask run

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

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

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

WARNING: 2015-04-27 06:39:33

Cannot start import of packages with views because not all import packages with tables are loaded successfully.

WARNING: 2015-04-27 06:39:33

3 error(s) during processing of package.



E071k.log

(TSK) ERROR: file <C:\Program Files\sapinst_instdir\BS2011\ERP606\AS-ABAP\ORA\CENTRAL\E071K.TSK.bck> already seems to exist

             a previous run may not have been finished cleanly

             file <C:\Program Files\sapinst_instdir\BS2011\ERP606\AS-ABAP\ORA\CENTRAL\E071K.TSK> possibly corrupted

           

[4/27/2015 12:26 PM] Akshay Patil:

D:\usr\sap\AV1\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)

D:\usr\sap\AV1\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20150427051621

D:\usr\sap\AV1\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20150427055917

D:\usr\sap\AV1\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/720_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP

D:\usr\sap\AV1\SYS\exe\uc\NTAMD64\R3load.exe: version R7.20/V1.4 [UNICODE]

Compiled Oct 20 2010 02:35:52

D:\usr\sap\AV1\SYS\exe\uc\NTAMD64\R3load.exe -i E071K.cmd -dbcodepage 4103 -l E071K.log -stop_on_error

DbSl Trace: CONNECT failed with sql error '12541'

(DB) ERROR: db_connect rc = 256

DbSl Trace: CONNECT failed with sql error '12541'


PLEASE HELP RESOLVING THIS ISSUE


Thank you

Accepted Solutions (1)

Accepted Solutions (1)

former_member185954
Active Contributor
0 Kudos

Hello Sharath,

Your error seems to be related to a previous run of import.


(TSK) ERROR: file <C:\Program Files\sapinst_instdir\BS2011\ERP606\AS-ABAP\ORA\CENTRAL\E071K.TSK.bck> already seems to exist

             a previous run may not have been finished cleanly

             file <C:\Program Files\sapinst_instdir\BS2011\ERP606\AS-ABAP\ORA\CENTRAL\E071K.TSK> possibly corrupted

Are you retrying an interrupted import ? In that case you need to sort out your previous import first.

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you so much issue was resolved, as you people had suggested to delete off the pre-existing file from   *.BCK file in folder C:\Program Files\sapinst_instdir\BS2011\ERP606\AS-ABAP\ORA\CENTRAL\ and restarted and continued with re-installation

former_member185954
Active Contributor
0 Kudos

Hello Sharath,

You should close the thread in that case.

Regards,

Siddhesh

Former Member
0 Kudos

Thank you for all your support and answers.

You people meant to say there are some pre-existing files which is causing this error. How to take off the pre-exisitng files.

former_member185954
Active Contributor
0 Kudos

Hello Sharath,

Just follow, what Eric Brunelle has mentioned.

Regards,

Siddhesh

former_member204746
Active Contributor
0 Kudos

quick and dirty fix:

1. reboot your server

2. delete all *.BCK file in folder C:\Program Files\sapinst_instdir\BS2011\ERP606\AS-ABAP\ORA\CENTRAL\

3. try to restart the install.

good luck.