cancel
Showing results for 
Search instead for 
Did you mean: 

ERP 6.0 Installation Problem at R3Load / ABAP Import

Former Member
0 Kudos

Hi all,

I am installing an ERP 6.0 System.

The first import step produces an error, see log files below.

Can anybody pls. have a look and help to solve the problem?

Thanks a lot!

Import_Monitor.log:

INFO: 2008-06-16 08:56:43

Import Monitor is started.

CONFIG: 2008-06-16 08:56:43

Application options:

dbCodepage=4102

dbType=DB6

extFiles=no

importDirs=/mnt/sapinst/SAP/Export/51033500_1/EXP1:/mnt/sapinst/SAP/Export/51033500_1/EXP2:/mnt/sapinst/SAP/Export/51033500_1/EXP3:/mnt/sapinst/SAP/Export/51033500_1/EXP4:/mnt/sapinst/SAP/Export/51033500_1/EXP5:/mnt/sapinst/SAP/Export/51033500_1/EXP6:/mnt/sapinst/SAP/Export/51033500_2/EXP7:/mnt/sapinst/SAP/Export/51033500_2/EXP8:/mnt/sapinst/SAP/Export/51033500_2/EXP9:/mnt/sapinst/SAP/Export/51033500_2/EXP10:/mnt/sapinst/SAP/Export/51033500_2/EXP11

installDir=/mnt/sapinst/sapinst_tmp

jobNum=3

loadArgs=-stop_on_error -loadprocedure fast LOAD

monitorTimeout=30

orderBy=

r3loadExe=/usr/sap/FC1/SYS/exe/run/R3load

sapinst=

trace=all

tskFiles=yes

CONFIG: 2008-06-16 08:56:43

List of packages with table structure: 'SAP0000'.

CONFIG: 2008-06-16 08:56:43

List of packages with views: 'SAPVIEW'.

TRACE: 2008-06-16 08:56:43 com.sap.inst.migmon.imp.ImportStandardTask preCreate

Parse of '/mnt/sapinst/sapinst_tmp/DDLDB6.TPL' template file is started.

INFO: 2008-06-16 08:56:43 com.sap.inst.migmon.imp.ImportStandardTask preCreate

Parse of '/mnt/sapinst/sapinst_tmp/DDLDB6.TPL' template file is successfully completed.

Primary key creation: before load.

Index creation: before load.

INFO: 2008-06-16 08:56:44

Data codepage 1100 is determined using TOC file '/mnt/sapinst/SAP/Export/51033500_1/EXP1/DATA/SAPSSEXC.TOC' for package 'SAPSSEXC'.

INFO: 2008-06-16 08:56:46

Version table 'SVERS' is found in STR file '/mnt/sapinst/SAP/Export/51033500_2/EXP10/DATA/SAPNTAB.STR' from package 'SAPNTAB'.

INFO: 2008-06-16 08:56:46

Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file '/mnt/sapinst/SAP/Export/51033500_2/EXP10/DATA/SAPNTAB.STR' from package 'SAPNTAB'.

TRACE: 2008-06-16 08:56:46 com.sap.inst.migmon.LoadTask run

Loading of 'SAPNTAB' import package is started.

TRACE: 2008-06-16 08:56:46 com.sap.inst.migmon.LoadTask processPackage

Task file generation for 'SAPNTAB' import package:

/usr/sap/FC1/SYS/exe/run/R3load -ctf I /mnt/sapinst/SAP/Export/51033500_2/EXP10/DATA/SAPNTAB.STR /mnt/sapinst/sapinst_tmp/DDLDB6.TPL SAPNTAB.TSK DB6 -l SAPNTAB.log

ERROR: 2008-06-16 08:56:46 com.sap.inst.migmon.LoadTask run

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

Process '/usr/sap/FC1/SYS/exe/run/R3load -ctf I /mnt/sapinst/SAP/Export/51033500_2/EXP10/DATA/SAPNTAB.STR /mnt/sapinst/sapinst_tmp/DDLDB6.TPL SAPNTAB.TSK DB6 -l SAPNTAB.log' exited with return code 2.

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

WARNING: 2008-06-16 08:57:13

Cannot continue import because not all import packages with data conversion tables are loaded successfully.

WARNING: 2008-06-16 08:57:13

1 error(s) during processing of packages.

INFO: 2008-06-16 08:57:13

Import Monitor is stopped.

SAPNTAB.log:

/usr/sap/FC1/SYS/exe/run/R3load: START OF LOG: 20080616095646

/usr/sap/FC1/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP

/usr/sap/FC1/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]

Compiled Aug 29 2006 04:58:01

/usr/sap/FC1/SYS/exe/run/R3load -ctf I /mnt/sapinst/SAP/Export/51033500_2/EXP10/DATA/SAPNTAB.STR /mnt/sapinst/sapinst_tmp/DDLDB6.TPL SAPNTAB.TSK DB6 -l SAPNTAB.log

(TPL) ERROR: unknown template variable "fld_cast"

/usr/sap/FC1/SYS/exe/run/R3load: job finished with 1 error(s)

/usr/sap/FC1/SYS/exe/run/R3load: END OF LOG: 20080616095646

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

Try to update

- R3load

- dbdb6slib.(s)o

and put them in the kernel directory.

The kernel CD you used is too old

Markus

Answers (6)

Answers (6)

Former Member
0 Kudos

hi all

i've also same problem while installing erp error at abap import

former_member184709
Participant
0 Kudos

Hi all,

I know this is an old thread, but just wanted to post here that Markus solution also helped us on a Netweaver 7.0 export/import. We were having the same error, but updated R3load and the db6 library and that fixed the errors.

It always seems to be best practices with R3load operations to get the newest version available.

Former Member
0 Kudos

Hi all,

oss OSS 1166540 was it !!

Martin

Former Member
0 Kudos

Hi,

i found this, but it doesn't help:

DB6: "CLI0125E Function sequence error" in R3load

*SAP Note Number: 1152219*

Symptom

The following error occurs when you use R3load and the option CLI LOAD to load data:

(DB6) [IBM][CLI Driver] CLI0125E Function sequence error.

SQLSTATE=HY010(IMP) ERROR: EndFastload: rc = 2

Other terms

UDB, LUW, DB6, API

Reason and Prerequisites

You started R3load with the option "-continue_on_error". After CLI LOAD terminated in a table with an unexpected error, the error mentioned above occurs for a subsequent table that is to be loaded using CLI LOAD (see Symptom).

The unexpected error is as follows:

(DB6) [IBM][CLI Driver][DB2/AIX64] SQL0973N Not enough storage is

available in the "UTIL_HEAP_SZ" heap to process the statement.

SQLSTATE=57011

(IMP) ERROR: ExeFastload: rc = 2

R3load does not release the CLI statement after the first termination. When you try to restart CLI LOAD on a new statement, CLI returns the error mentioned under 'Symptom'.

Solution

Use a more recent version of R3load.

Regards

Martin

Former Member
0 Kudos

Hi Markus,

here it is:

/usr/sap/D10/SYS/exe/uc/rs6000_64/R3load: START OF LOG: 20080808112349

/usr/sap/D10/SYS/exe/uc/rs6000_64/R3load: sccsid @(#) $Id: //bas/710_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP

/usr/sap/D10/SYS/exe/uc/rs6000_64/R3load: version R7.20/V1.4 [UNICODE]

Compiled Jun 25 2008 20:59:53

/usr/sap/D10/SYS/exe/uc/rs6000_64/R3load -i SAPNTAB.cmd -dbcodepage 4102 -l SAPNTAB.log -stop_on_error -loadprocedure fast LOAD

(DB) INFO: connected to DB

(DB) INFO: DDNTF deleted/truncated #20080808112452

(DB6) Using LOAD API for table DDNTF

(DB6) [IBM][CLI Driver] CLI0125E Function sequence error. SQLSTATE=HY010(IMP) ERROR: ExeFastload: rc = 2

(DB) INFO: disconnected from DB

/usr/sap/D10/SYS/exe/uc/rs6000_64/R3load: job finished with 1 error(s)

/usr/sap/D10/SYS/exe/uc/rs6000_64/R3load: END OF LOG: 20080808112522

Martin

Former Member
0 Kudos

Hi all,

i've the same error by installing PI7.10, i've changed R3load and the lib-file, but it doesn't work.

Is there someone else with the error?

WARNING 2008-08-08 11:25:48.146

Execution of the command "/tmp/sapinst_instdir/PI71/INSTALL/SYSTEM/DB6/STD/AS/sapjvm/sapjvm_5/bin/java -classpath migmon.jar -showvers

ion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 103. Output:

java version "1.5.0_12"

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

SAP Java 64-Bit Server VM (build 5.1.015, Nov 6 2007 03:08:04 - 01_REL - optU - aix ppc64 - bas2:88748 (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.

WARNING[E] 2008-08-08 11:25:48.154

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

log.

ERROR 2008-08-08 11:25:49.480

FCO-00011 The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateD

BandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|6|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was exe

cuted with status ERROR .

Regards

Martin

markus_doehr2
Active Contributor
0 Kudos

> Loading of 'SAPNTAB' import package: ERROR

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

Please post the content (last lines containing the error) of SAPNTAB.log

Markus

Former Member
0 Kudos

Hi,

This problem occured to me as well...

Refer to Note 455195.

in side the sapinst_instdir,navigate to location which is popped in Error message.

There,you will get the files which had got failed to import.

Those files would have created a file called XXX.tsk.bak file.

identify those files,stop the sapinst.

Merge those files as mentioned in note,and then rerun the sapinst.

You may have to do this,till all the files are succesfully imported.

You can also refer to CSN 1605549 2008

Regards

Usha

Former Member
0 Kudos

Hi all,

Problem is solved, Markus' hint did it.

Thanks a lot for all answers.

Rgds, Maik

Edited by: Gasterstädt Maik on Jun 17, 2008 10:29 AM