cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Installing Netweaver 7.0 - Step: Import ABAP

Former Member
0 Kudos

Hello helpers around the world,

I am new to SAP and I dont come along with a problem. While I am installing SAP the following


message pops up:

An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 3 > SAP Application Server ABAP > MaxDB > Central System > Central System( Last error reported by the step: Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.). You can now:

  • Choose Retry to repeat the current step.
  • Choose Log Files to get more information about the error.
  • Stop the option and continue with it later.

Log files are written to C:\Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/.

Here are  some extracts of the logs:

import_monitor.java.log:


java version "1.4.2_32"

Java(TM) 2 Runtime Environment, Standard Edition (build 4.1.012)

SAP Java Server VM (build 4.1.012 1.6-b03, Oct 21 2011 14:18:45 - 41_REL - optU - windows amd64 - 6 - bas2:161688 (mixed mode))

Import Monitor jobs: running 1, waiting 1, completed 30, failed 0, total 32.

Loading of 'REPOSRC' import package: ERROR

Import Monitor jobs: running 0, waiting 1, completed 30, failed 1, total 32.

import_monitor.log:


ERROR: 2015-04-26 13:07:11 com.sap.inst.migmon.LoadTask run

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

Process 'C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i REPOSRC.cmd -dbcodepage 4103 -l REPOSRC.log -nolog -c 50000 -force_repeat -loadprocedure dbsl' exited with return code 2.

For mode details see 'REPOSRC.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-26 13:07:41

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

WARNING: 2015-04-26 13:07:41

1 error(s) during processing of packages.

INFO: 2015-04-26 13:07:41

Import Monitor is stopped.

REPOSRC.log:

C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20150426130711

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

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

Compiled Mar 20 2012 14:38:25

patchinfo (patches.h): (0.200) MaxDB database SAP DDIC inconsistency /MAXDB/DUMMYTAB<No> (note 1635572)

process id 9020

C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i REPOSRC.cmd -dbcodepage 4103 -l REPOSRC.log -nolog -c 50000 -force_repeat -loadprocedure dbsl

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:[5] database not running))

(DB) ERROR: db_connect rc = 256

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:[5] database not running))

(DB) ERROR: DbSlErrorMsg rc = 99

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

C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20150426130711

Database 'NSP' not running

Database 'NSP' not running

MY QUESTION: DO YOU KNOW HOW TO SOLVE THIS PROBLEM???

Best regards

Moritz

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi mortiz,

Check if your DB is up and running. as per the log DB is down:-


DB) ERROR: db_connect rc = 256

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:[5] database not running))

also you mas db should be in Online state no in Admin or offline.

Check using below command:-

dbmcli -d <MAx DB> -u Control,<Password> db_state

Which will give your DB state.

Let us know if you need any further help on same.

Regards,

Ram

former_member185239
Active Contributor
0 Kudos

Hi Mortiz,

REPOSRC.log says that Database is not running.

So start your database and retry the steps with sapinst.

With Regards

Ashutosh Chaturvedi

Former Member
0 Kudos

Hello Moritz,

Have you gone through the note which is displayed in the error log?

1635572 - MaxDB database SAP DDIC inconsistency "/MAXDB/DUMMYTAB<No>"

There is a program error and the solution is to update the Kernel patch.

PS. You need SMP(http://service.sap.com/swdc) access/credentials to download the same.

thanks,

pavan

Former Member
0 Kudos

Hi Mortiz,

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:[5] database not running))

(DB) ERROR: db_connect rc = 256

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:[5] database not running))

As per the log, I see that DB is not up and running. Can you please start the DB manually and repeate the installation phase again.

Regards,

Sumanth

Sriram2009
Active Contributor
0 Kudos

Hi Moritz

1. On your source and target system kernel & DBSL patch level are same?

2. Just stop the system import, just do the full system restart and then start the import on the same phase.

3.  Still the issue are same you may require to upgrade the latest kernel from SMP

BR

SS