cancel
Showing results for 
Search instead for 
Did you mean: 

IDE Installation

Former Member
0 Kudos

Hi All,

Using

VERSION :: ECC6

DB WITH SQL 2005

OS :: WINDOWS SERVER 2003 STANDARD

I am doing a central installation.

I have 4 GB of memory.

I am using an AMD phenom 9500.

I'm trying to install ECC 6 IDES Netweaver SR2.It ran smoothly up to Import ABAP Phase.Then all Imports failed and the installation stopped. Looking forward for a solution to this.

Any Help would be appreciated.

The log that i have is this:

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

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

C:\usr\sap\AHA\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20201204191002

C:\usr\sap\AHA\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP

C:\usr\sap\AHA\SYS\exe\uc\NTAMD64\R3load.exe: version R7.00/V1.4 [UNICODE]

Compiled Jul 17 2007 00:40:17

C:\usr\sap\AHA\SYS\exe\uc\NTAMD64\R3load.exe -testconnect

(DB) ERROR: DbSlControl(DBSL_CMD_IMP_FUNS_SET) rc = 20

(DB) ERROR: DbSlErrorMsg rc = 20

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

C:\usr\sap\AHA\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20201204191002

Thanks & regards,

Alejo

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

That error is coming because SR2 uses by default the load option "-loadprocedure fast" but the necessary R3load and dbmsslib.dll doesnu00B4t provide that functionality.

To solve your problem do the following:

http://service.sap.com/patches

--> Entry by Application Group

--> SAP NetWeaver

--> SAP NETWEAVER

--> SAP NETWEAVER 7.0

--> Entry by Component

--> Application Server ABAP

--> SAP KERNEL 7.00 64-BIT UNICODE

--> Windows Server on x64 64bit

--> MS SQL SERVER

Download there the latest

lib_dbsl

R3load

to a temporary directory. Execute

SAPCAR -xvf <filename> for both of the .SAR files and copy them to C:\usr\sap\AHA\SYS\exe\uc\NTAMD64\

Then press on retry in sapinst.

Markus

Former Member
0 Kudos

Thanks!!!

Answers (0)