cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.3 EHP1 Setup: Import ABAP step error

nicola_martella2
Participant
0 Kudos

Hi everybody.

I'm installing PI in object on Windows 2008 Server R2 and Oracle 11.2.0.3.

The setup wizard in the phase of execution, fails at the step "Import ABAP" with the following error in message box:

       An error occurred while processing option SAP NetWeaver 7.0 including        Enhancement Package 3 > SAP Application Server ABAP > Oracle > 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.).

In the import_monitor.log I have the following error

ERROR: 2012-08-28 18:18:57 com.sap.inst.migmon.LoadTask run

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

Process 'C:\usr\sap\PI0\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL0.cmd -dbcodepage 4103 -l SAPAPPL0.log -stop_on_error' exited with return code 2.

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

The SAPAPPL0.log contains follow

(RFF) ERROR: invalid checksum in data file "C:\tmp\1981_2\DATA\SAPAPPL0.001"

             current table was "ECSCR_XML_STR"

(DB) INFO: disconnected from DB

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

C:\usr\sap\PI0\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20120828181857

In respect of the "invalid checksum in data file" in the SAPAPPL0.log, the support data source is directly the SAP DVD - and not an its copy on HD - from which the wizard copy into "C:\tmp\1981_2\DATA\SAPAPPL0.001".

Could someone help me about this issue?

After applied the suggestions that, I hope, you supply to me, is it possible run the R3load just on SAPAPPL0.001 or have I to start the wizard again?

Thanks a lot for your support.

Ciao

Nicola

Accepted Solutions (1)

Accepted Solutions (1)

paul_power
Active Contributor
0 Kudos

Hi Nicola,

the error 'invalid checksum in data file' indeed points to a

corruption of the file. Something gone wrong during the copy of the

dump files. So R3load could not read it, and it's needed to re-

copy the failed dump-files. Please note if you are using ftp for

file transfer from source host to target then the binary mode should be

used.

If it is just this file, you can repeat the import using the R3load command found in the SAPAPPL0 log file.

regards,

Paul

nicola_martella2
Participant
0 Kudos

Hi Paul,

I updated manually the file in tmp directory and actually was different - I don't understand because the path was empty when I start and the DVD is on the same machine of the HD.

In any case, I tried to run

C:\usr\sap\PI0\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL0.cmd -dbcodepage 4103 -l SAPAPPL0.log -stop_on_error

after to be moved in the C:\tmp\1981_2\DATA\ but the command is immediatly failed with this output

sapparam: sapargv(argc, argv) has not been called!

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

I have locally copied the file SAPAPPL0.cmd from the sapinst_instdir directory.

If you have a workaround to process just the SAPAPPL0 this evening  make another try otherwise for each try I spend some hours.

Thanks a lot and ciao

Nicola

Answers (2)

Answers (2)

former_member189725
Active Contributor
0 Kudos

The data file is corrupt it seems.

So you need to copy all the contents again under C:\tmp\1981_2\DATA\

Then restart the import with SAPINST.

Running only the SAPAPPL1 import is possible but complicated . And running it is of no use until the data file is consistent.

Regards

Ratnajit

former_member209924
Contributor
0 Kudos

This looks like a media problem.  Copy the export again and retry the installation.

Ravi