cancel
Showing results for 
Search instead for 
Did you mean: 

problem with R3load (ABAP import)

Former Member
0 Kudos

Hello all,

I´m facing an error during the Target Installation - Import ABAP step

Errors list

ERROR 2011-04-06 10:29:32.083

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

checked log file mport_monitor.java.log:

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

log file (import_monitor.log)

...

ERROR: 2011-04-06 10:27:02 com.sap.inst.migmon.LoadTask run

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

Process '/usr/sap/KSD/SYS/exe/run/R3load -ctf I /distr/EXPORT_SAPEX_01042011/ABAP/DATA/SAPSDIC.STR /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS/DDLORA.TPL SAPSDIC.TSK ORA -l SAPSDIC.log' exited with return code 2.

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

ERROR: 2011-04-06 10:27:02 com.sap.inst.migmon.LoadTask run

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

Process '/usr/sap/KSD/SYS/exe/run/R3load -ctf I /distr/EXPORT_SAPEX_01042011/ABAP/DATA/SAPSSRC.STR /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS/DDLORA.TPL SAPSSRC.TSK ORA -l SAPSSRC.log' exited with return code 2.

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

...

checked three log files (SAPSSRC.log, SAPSDIC.log, SAP0000.log)

...

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

/usr/sap/KSD/SYS/exe/run/R3load: version R7.00/V1.4

Compiled Jan 23 2008 17:39:05

/usr/sap/KSD/SYS/exe/run/R3load -ctf I /distr/EXPORT_SAPEX_01042011/ABAP/DATA/SAP0000.STR /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS/DDLORA.TPL SAP0000.TSK ORA -l SAP0000.log -o D

(TPL) ERROR: unknown template variable "compress"

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

/usr/sap/KSD/SYS/exe/run/R3load: END OF LOG: 20110406102902

...

Source

Description: Red Hat Enterprise Linux Server release 5.3 (Tikanga)

Database: Oracle DB 10.2g (10.2.0.4)

Target

Description: Red Hat Enterprise Linux Server release 5.3 (Tikanga)

Database: Oracle DB 10.2g (10.2.0.4)

Regads

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor

> (TPL) ERROR: unknown template variable "compress"

Read

Note 1511197 - R3load(TPL) ERROR: unknown template variable "compress"

Markus

Former Member
0 Kudos

thanks

problem solved

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shamanof,

I'm afraid that you have to re-export your database with the latest R3load.

I remember having this kind of problem, and deleting &compress& from all .TPL file do not help, because the .TPL file is being regenerated just before the import.

You may try it though.

Thanks

markus_doehr2
Active Contributor
0 Kudos

> I'm afraid that you have to re-export your database with the latest R3load.

This is not necessary because...

> I remember having this kind of problem, and deleting &compress& from all .TPL file do not help, because the .TPL file is being regenerated just before the import.

The template files are generated by "R3ldctl".

That kind of error usually happens if a newer R3ldctl is used for the export and the default DVDs for the system copy are used where the kernel is older and doesn't supported new R3load options.

I recommend always to use the latest system copy tools (R3ldctl, R3load, lib_dbsl) on both source system and target system. This can be accomplished on the target system by selecting "start migration monitor manually". Sapinst stops then and you can update the kernel and the system copy toosl and then start the import using migmon manually with the new tools.

Migration monitor is pretty easy to use and configure, with that you can better control what's happening on your system.

Markus

Former Member
0 Kudos

Hi Markus,

Thanks a lot for your explanation.

Wish I active in this forum sooner