cancel
Showing results for 
Search instead for 
Did you mean: 

Error loading of 'SAPNTAB' import package - NW 7.01 - HP-UX ORACLE

former_member189462
Participant
0 Kudos

Hi All,

We are currently facing an error in the import ABAP phase while installing SRM 7.0 /NW 7.01 on HP-UX/ORACLE.

The sapinst_dev.log shows the following message:

WARNING[E] 2010-10-05 23:54:18.580

CJSlibModule::writeError_impl()

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

The contents of the above mentioned logs are the following:

Import_monitor_java.log

java version "1.4.2.24"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2.24-091126-22:05)

Java HotSpot(TM) 64-Bit Server VM (build 1.4.2 1.4.2.24-091126-23:00-IA64W IA64W, 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.

Import_monitor.log

Task file generation for 'SAPNTAB' import package:

/usr/sap/<SID>/SYS/exe/run/R3load -ctf I /oracle/MD1/sapdata1/DVD/srminstall/51036866/DATA_UNITS/EXP3/DATA/SAPNTAB.STR /tmp/sapinst_instdir/SRM70/AS-ABAP/ORA/CENTRAL/DDLORA.TPL SAPNTAB.TSK ORA -l SAPNTAB.log

ERROR: 2010-10-05 23:53:49 com.sap.inst.migmon.LoadTask run

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

Process '/usr/sap/SR2/SYS/exe/run/R3load -ctf I /oracle/MD1/sapdata1/DVD/srminstall/51036866/DATA_UNITS/EXP3/DATA/SAPNTAB.STR /tmp/sapinst_instdir/SRM70/AS-ABAP/ORA/CENTRAL/DDLORA.TPL SAPNTAB.TSK ORA -l SAPNTAB.log' exited with return code 255.

For mode details see 'SAPNTAB.log' file.

Regarding the above message, I tried to locate the SAPNTAB.log file in the sapinst_instdir directory but it was not there (that looked very strange to me). So, in order to reproduce the error, Iu2019ve ran the failing command outside the sapinst logged in as sidadm. This time, the SAPNTAB.log file was generated and this is its content:

./R3load: START OF LOG: 20101005163820

./R3load: sccsid @(#) $Id: //bas/701_REL/src/R3ld/R3load/R3ldmain.c#5 $ SAP

./R3load: version R7.01/V1.4 [UNICODE]

Compiled Feb 24 2009 22:00:51

./R3load -ctf I /oracle/MD1/sapdata1/DVD/srminstall/51036866/DATA_UNITS/EXP3/DATA/SAPNTAB.STR /tmp/sapinst_instdir/SRM70/AS-ABAP/ORA/CENTRAL/DDLORA.TPL SAPNTAB.TSK ORA -l SAPNTAB.log

./R3load: job completed

./R3load: END OF LOG: 20101005163820

Iu2019ve already updated the R3load tool but with no luck.

Could you please help in determine the root cause of this issue? I'm not able to see theissue. Also, why SAPNTAB.log is not being generated during the sapinst run while DDLORA.TPL SAPNTAB.TSK do? Have you ever face this behavior?

Thanks for your help. Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have you checked if /tmp has enough space?

Thanks,

-S

former_member189462
Participant
0 Kudos

Hi Saba,

There is enough free space on /tmp dir. I've already checked it.

Thanks