cancel
Showing results for 
Search instead for 
Did you mean: 

SAP SOLMAN installation error 103

Former Member
0 Kudos

Hello.

During installation of SAP Solution Manager 7.1 + MS SQL Server 2008 R2 Standart error occurred:

      An error occurred while processing option SAP Solution Manager 7.1 SR1 > SAP Systems > MS SQL Server > 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.).    

From import_monitor.java.log:

java version "1.4.2_32"

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

SAP Java Server VM (build 4.1.016 1.6-b03, Dec 31 2011 00:41:53 - 41_REL - optU - windows amd64 - 6 - bas2:164914 (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.

From import_monitor.log:

...

INFO: 2012-07-12 09:40:46

Version table 'SVERS' is found in STR file 'D:\SAP\Distr\SAP SOLMAN 7.1 SR1 Inst. Export\51042607_2\DATA_UNITS\EXP4\DATA\SAPNTAB.STR' from package 'SAPNTAB'.

INFO: 2012-07-12 09:40:46

Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'D:\SAP\Distr\SAP SOLMAN 7.1 SR1 Inst. Export\51042607_2\DATA_UNITS\EXP4\DATA\SAPNTAB.STR' from package 'SAPNTAB'.

TRACE: 2012-07-12 09:40:46 com.sap.inst.migmon.LoadTask run

Loading of 'SAPNTAB' import package is started.

TRACE: 2012-07-12 09:40:46 com.sap.inst.migmon.LoadTask processPackage

Loading of 'SAPNTAB' import package into database:

C:\usr\sap\DEV\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -loadprocedure fast

ERROR: 2012-07-12 09:40:46 com.sap.inst.migmon.LoadTask run

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

Process 'C:\usr\sap\DEV\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -loadprocedure fast' 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: 2012-07-12 09:41:15

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

WARNING: 2012-07-12 09:41:15

1 error(s) during processing of packages.

INFO: 2012-07-12 09:41:15

Import Monitor is stopped.

Please help. Who can explain what problem is?

The entire logs (installation.log, import_monitor.java.log and import_monitor.log) in attachment.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Forgot to attach SAPNTAB.log in previous post

It says:

[Microsoft][SQL Server Native Client 10.0][SQL Server]Cannot enable compression for object 'SVERS'. Only SQL Server Enterprise Edition supports compression.

is this the cause of the problem? and I have to use the Enterprise version of 2008 server.

Former Member
0 Kudos

It is likely. You can check edition of SQL Server with the commands

SELECT SERVERPROPERTY('edition') as EDITION

or

SELECT @@VERSION AS VERSION

Regards

Roman


Former Member
0 Kudos

Thanx for reply.

I know that the edition of my server is standard.

According to the logs - that might the problem. But the change of the server version is not a trivial task, because due to the purchases of the license.

So I'm trying to figure out that this is causing the error.

Former Member
0 Kudos

Please read Note 62988 - Service Packs for Microsoft SQL Server which say:

"Supported editions

All supported SQL Server versions are tested by SAP in the Enterprise Edition only. Therefore, only the Enterprise Edition is supported. The SAP support may not be able to solve problems that occur with other editions."

Regards

Roman