cancel
Showing results for 
Search instead for 
Did you mean: 

Solution Manager 7.0 Ehp 1 Installation errror

Former Member
0 Kudos

Hello Everybody

I was installating SOlMAN on MS SQL Sever Database with WIndows 2003 Server. During ABAP import stage i had 7 failed jobs. After Analyzing the logs, i found the following errors

RROR: 2010-06-02 13:58:02 com.sap.inst.migmon.LoadTask run

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

Process 'C:\usr\sap\ER1\SYS\exe\uc\NTAMD64\R3load.exe -i SACONT01.cmd -dbcodepage 4103 -l SACONT01.log -loadprocedure fast' exited with return code 2.

For mode details see 'SACONT01.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: 2010-06-02 14:03:16 com.sap.inst.migmon.LoadTask run

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

Process 'C:\usr\sap\ER1\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL1.cmd -dbcodepage 4103 -l SAPAPPL1.log -loadprocedure fast' exited with return code 2.

For mode details see 'SAPAPPL1.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: 2010-06-02 14:12:09 com.sap.inst.migmon.LoadTask run

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

Process 'C:\usr\sap\ER1\SYS\exe\uc\NTAMD64\R3load.exe -i REPOSRC.cmd -dbcodepage 4103 -l REPOSRC.log -loadprocedure fast' exited with return code 2.

For mode details see 'REPOSRC.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: 2010-06-02 14:14:07 com.sap.inst.migmon.LoadTask run

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

Process 'C:\usr\sap\ER1\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL0.cmd -dbcodepage 4103 -l SAPAPPL0.log -loadprocedure fast' 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

After checking SAPCONt1 log i got the following error:

DB) INFO: connected to DB

(DB) INFO: SACONT01 created

(DB) INFO: SACONT01~0 created

Interface access functions from dynamic library dbmssslib.dll loaded.

(RFF) ERROR: invalid checksum in data file "C:\SOLMAN DUMPS\Solman_Inst_exports_1\DATA_UNITS\EXP2\DATA\SACONT01.001"

current table was "SACONT01"

(DB) INFO: disconnected from DB

My question is "Invalid checksum error" doesit mean that i have corrupt files in the Dumps. I am installing from the CD's that i receieived from SAP?

Accepted Solutions (0)

Answers (1)

Answers (1)

vincentlim826
Employee
Employee
0 Kudos

Hi,

Copy all the installation files from dvd or cd to local disk and run the installation locally. make sure all the files are copied fully.

cheers,

Vincent

Former Member
0 Kudos

Hi Vincent

Thanks for the prompt response. I have already copied all the media on my local hard disk and started the installation. The installation is stuck at ABAP import stage for the past 8 to 10 hrs with 7 failed jobs.

Thanks in advance

Ahmed

vincentlim826
Employee
Employee
0 Kudos

Hi Ahmed,

Invalid checksum error normally indicates files not complete or corrupted files.

You can compare the checksums of both the source and the target file(s) by using a tool such as 'md5sum' which is available on Linux/HP-UX or others relevant tool as well.

If you have access to SAP Notes in Service Marketplace, take a look at Note 769476.

Make sure the installation media is the correct one as well.

Regards,

Vincent

Former Member
0 Kudos

Thanks Everybody. Downloaded a fresh set of dumps from Service marketplace and the installation went on successfully.

Thanks once again.