cancel
Showing results for 
Search instead for 
Did you mean: 

Installation Error: Import ABAP - testdatabase Connection RC = 2

Former Member
0 Kudos

Hallo Gurus,

i try to install a BW System (NW 2004S SR3) on my Windows 2003 Server, but iu00B4m not able to end the import abap phase.

SID = BE1

SN = 10

SCS = 02

The error in sapinst logbrowser is the following:

WARNING 2009-08-27 15:32:53.249

Execution of the command "C:\usr\sap\BE1\SYS\exe\uc\NTAMD64\R3load.exe -testconnect" finished with return code 2. Output:

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

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

C:\usr\sap\BE1\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20090827153252

(DB) ERROR: db_connect rc = 256

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:[1] unknown host name))

(DB) ERROR: DbSlErrorMsg rc = 99

WARNING[E] 2009-08-27 15:32:53.265

CJS-30023 Process call 'C:\usr\sap\BE1\SYS\exe\uc\NTAMD64\R3load.exe -testconnect' exits with error code 2. For details see log file(s) R3load.exe.log.

ERROR 2009-08-27 15:32:53.327

FCO-00011 The step testDatabaseConnection with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|testDatabaseConnection was executed with status ERROR .

-


I checked the R3load.exe.log:

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

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

C:\usr\sap\BE1\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20090827153252

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

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

Compiled Jan 24 2008 01:41:44

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

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:[1] unknown host name))

(DB) ERROR: db_connect rc = 256

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:[1] unknown host name))

(DB) ERROR: DbSlErrorMsg rc = 99

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

C:\usr\sap\BE1\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20090827153253

-


The maxdb instance was succesfully created and in the services i can see the MAXDB BE1 Service but not the service SAPBE1_<SN>.

-


DVD are already on the server.

BS_2005_SR3_SAP_Installation_Master - 51033511

SAP Netweaver 7.0 SR3 installation Export - 51033493

Java Based Software Components - 51033513

RDBMS_MAXDB_7.6.03_Build_09 - 51033492

NW_7.0_SR3_Kernel_WINDOWS__LNX_X86 - 51033508

-


xuser_c.1.log, xuser_c_J2EE.1.log, xuser_DEFAULT.1.log, xuser_w.1.log, xuser_c.log, xuser_c_J2EE.log, xuser_DEFAULT.log, xuser_w.log are all the same:

FATAL: Open xuser entry file failed: could not get logon USER name [1332]

What is happened to my x-users?

i didnu00B4t change anything manually, and i tried already many times to uninstall the system and to restart the installation from sapinst. But the error always appears.

If i digit the command xuser in dos, i donu00B4t receive output (empty).

Why the error: sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline?

Please could you help me?

Thanks in advance..

Regards

Alberto

Edited by: Alberto Di Fazio on Aug 27, 2009 4:37 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

What is the database? Check logging into database manually. Check listner is up in case of oracle.

Former Member
0 Kudos

MAXDB is the Database

This is the end of the installation_log in the Diagnosis Files in Database Manager:

INSERT SYSDBA.SYSUPGRADEHISTORY VALUES (

(SELECT ID FROM SYSINFO.VERSION), TIMESTAMP, 'LOAD_SYSTAB',

'7.6.03 Build 009')

// *

// M START 20090827 00153159

// *

COMMIT

// *

// R ==================================

// *

// R Installation successfully finished

// *

// R ==================================

// *

// M Releasing user connection (USER: 'SUPERDBA'). Open transactions are rolled back (AUTOCOMMIT OFF session).

// *

There is no error in the Database Log Files.

The DB instance seems to be installed..the problem is probably to find into the XUSERs

Former Member
0 Kudos

Hello,

iu00B4ve found the Xuser, the cmd shell was not properly open (iu00B4ve opened it with full size mode and then i found the Xusers).

The only error that i see now in the R3load.exe is:

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

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:[1] unknown host name))

(DB) ERROR: db_connect rc = 256

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:[1] unknown host name))

(DB) ERROR: DbSlErrorMsg rc = 99

Former Member
0 Kudos

Solved. Error was the nodename in the XUser SAPSID (Key Default).

Edited by: Alberto Di Fazio on Aug 28, 2009 11:40 AM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hallo,

PS: i tried also the command R3trans -x but i get the error:

...

"EETW169 no connect possible: "DBMS = ADABAS D -

-


DBNAME = ´ ´ ´´

R3trans finished <0012>

Thanks