cancel
Showing results for 
Search instead for 
Did you mean: 

Import ABAP:Installation Error Migration Monitor' exits with error code 103

Former Member
0 Kudos

Hi Colleagues,

I am facing an issue with my Dual stack installation of system

YX2.Host:ldciyx2,Linux64/MaxDB/

Message Number 0120031469 0002606750 2011

I am doing the DB installation and its shoeing the below error at the

step Import ABAP.

An error occurred while processing option SAP NetWeaver 7.3 including

Enhancement Package 1 > SAP Systems > Process Integration > Distributed

System > Database Instance( 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 /usr/sap/YX2/sapinst/DB.

Please see below the entry in import_monitor.java.log

lddbyx2:/usr/sap/YX2/sapinst/DB # more import_monitor.java.log

java version "1.6.0_26"

Java(TM) SE Runtime Environment (build 6.1.031)

SAP Java Server VM (build 6.1.031 17.0-b16, Aug 11 2011 00:22:26 -

61_REL - optU - linux amd64 - 6 - bas2:158131 (mixed mode))

Import Monitor jobs: running 1, waiting 28, completed 0, failed 0, total

29.

Loading of 'SAPNTAB' import package: ERROR

Import Monitor jobs: running 0, waiting 28, completed 0, failed 1, total

29.

Please see below the entry in import_monitor.log

ERROR: 2011-11-14 09:59:28 com.sap.inst.migmon.LoadTask run

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

Process '/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load -i SAPNTAB.cmd

-dbcodepage 4103 -l SAPNTAB.log -nolog -c 50000 -force_repeat -para_cnt

12' exited with return code 139.

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

sh: mc: line 1: syntax error: unexpected end of file

sh: error importing function definition for `mc'

sh: mc: line 1: syntax error: unexpected end of file

sh: error importing function definition for `mc'

WARNING: 2011-11-14 09:59:56

Cannot continue import because not all import packages with data

conversion tables are loaded successfully.

Kernel is on

kernel release 720

kernel make variant 720_EXT_REL

DBMS client library MAXDB_782_b17

DBSL shared library version 720.00

compiled on Linux GNU SLES-11 x86_64 cc4.3.4 forlinuxx86_64

compiled for 64 BIT

compilation mode Non-Unicode

compile time Aug 11 2011 20:03:24

update level 0

patch number 92

source id 0.100

i uninstalled the whole installation twice and tried.Tried SAPJVM parametets in the .csrch file.

but not getting solved.

can someone please help me

Regards,

Suvarna

Accepted Solutions (0)

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

> ERROR: 2011-11-14 09:59:28 com.sap.inst.migmon.LoadTask run

> Loading of 'SAPNTAB' import package is interrupted with R3load error.

> Process '/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load -i SAPNTAB.cmd

> -dbcodepage 4103 -l SAPNTAB.log -nolog -c 50000 -force_repeat -para_cnt

> 12' exited with return code 139.

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

> sh: mc: line 1: syntax error: unexpected end of file

> sh: error importing function definition for `mc'

> sh: mc: line 1: syntax error: unexpected end of file

> sh: error importing function definition for `mc'

This is really weird.

Is it possible, that a filesystem got filled up? (/tmp for example)?

Markus

Former Member
0 Kudos

Hi Markus,

The tmp has 2.2G available of space,i think it should be enough.

Regards,

Suvarna

former_member188883
Active Contributor
0 Kudos

Hi,

1) You jdk runtime is 1.6 version. I assume this is not supported

2)

DbSl Trace: prepare() of C_0000, rc=1, rcSQL=-942 (POS(28) Unknown table name:SVERS)

DbSl Trace: SQL PREPARE on connection 0, rc=-942 (POS(28) Unknown table name:SVERS)

Seems database schema is not set properly.

Please check above 2 points and revert back.

Regards,

Deepak Kori

markus_doehr2
Active Contributor
0 Kudos

> 1) You jdk runtime is 1.6 version. I assume this is not supported

PI 7.3 (Netwaever 7.3) is delivered with SAP JVM 6 (which is Java 1.6) - so this is correct.

> DbSl Trace: prepare() of C_0000, rc=1, rcSQL=-942 (POS(28) Unknown table name:SVERS)

> DbSl Trace: SQL PREPARE on connection 0, rc=-942 (POS(28) Unknown table name:SVERS)

> Seems database schema is not set properly.

This error is no error. R3load is tool for all databases, on MaxDB this table is irrelevant for the import.

Markus

markus_doehr2
Active Contributor
0 Kudos

> The tmp has 2.2G available of space,i think it should be enough.

And you are using /tmp as installation directory?

It seems to me that the log file get truncated at some point and the migration monitor can't parse the file properly.

Markus

former_member188883
Active Contributor
0 Kudos

Hi,

Can you paste the contents of .bash_profile and .sh_profile.

Regards,

Deepak Kori

Former Member
0 Kudos

hi expert,

i tried to search a lot for this issue but not getting any reliable answer. please help.

while installing NWASABAPTRIAL70206 i am getting an error

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 1, completed 35, failed 0, total 37.

Loading of 'SAPSSEXC_1' import package: ERROR

Import Monitor jobs: running 0, waiting 1, completed 35, failed 1, total 37.

please let me know the resolution

Former Member
0 Kudos

You need to scan the SAPSSEXC_1.log file to check the exact error.

Thanks

markus_doehr2
Active Contributor
0 Kudos

> For mode details see 'SAPNTAB.log' file.

What do you see in that logfile?

Markus

Former Member
0 Kudos

Hi Markus,

Log shown below:

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20111116103301

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id: //bas/720_REL/src/R3ld/R3load/R3ldma

in.c#13 $ SAP

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: version R7.20/V1.4

Compiled Nov 12 2011 00:54:07

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load -ctf I /sapcd3/DATA_UNITS/EXP3/DATA/SAPNTAB.STR /usr/s

ap/YX2/sapinst/DB/DDLADA.TPL SAPNTAB.TSK ADA -l SAPNTAB.log

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: job completed

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: END OF LOG: 20111116103301

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20111116103302

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id: //bas/720_REL/src/R3ld/R3load/R3ldma

in.c#13 $ SAP

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: version R7.20/V1.4

Compiled Nov 12 2011 00:54:07

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -nolog

-c 50000 -force_repeat -para_cnt 12

DbSl Trace: prepare() of C_0000, rc=1, rcSQL=-942 (POS(28) Unknown table name:SVERS)

DbSl Trace: SQL PREPARE on connection 0, rc=-942 (POS(28) Unknown table name:SVERS)

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20111116155425

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id: //bas/720_REL/src/R3ld/R3load/R3ldma

in.c#13 $ SAP

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: version R7.20/V1.4

Compiled Nov 12 2011 00:54:07

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -nolog

-c 50000 -force_repeat -para_cnt 12

DbSl Trace: prepare() of C_0000, rc=1, rcSQL=-942 (POS(28) Unknown table name:SVERS)

DbSl Trace: SQL PREPARE on connection 0, rc=-942 (POS(28) Unknown table name:SVERS)

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20111116155758

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id: //bas/720_REL/src/R3ld/R3load/R3ldma

in.c#13 $ SAP

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: version R7.20/V1.4

Compiled Nov 12 2011 00:54:07

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -nolog

-c 50000

DbSl Trace: prepare() of C_0000, rc=1, rcSQL=-942 (POS(28) Unknown table name:SVERS)

DbSl Trace: SQL PREPARE on connection 0, rc=-942 (POS(28) Unknown table name:SVERS)

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20111116155824

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id: //bas/720_REL/src/R3ld/R3load/R3ldma

in.c#13 $ SAP

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load: version R7.20/V1.4

Compiled Nov 12 2011 00:54:07

/usr/sap/YX2/SYS/exe/uc/linuxx86_64/R3load -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -nolog

DbSl Trace: prepare() of C_0000, rc=1, rcSQL=-942 (POS(28) Unknown table name:SVERS)

DbSl Trace: SQL PREPARE on connection 0, rc=-942 (POS(28) Unknown table name:SVERS)