cancel
Showing results for 
Search instead for 
Did you mean: 

ECC 6.0 Installation error

Former Member
0 Kudos

Hi All,

Am trying to install Ecc 6.0 with Oracle 10.2 on Win 2003 server, I got an error during create database phase. The log details are as follows:

WARNING 2009-04-08 04:53:01

Execution of the command "D:\usr\sap\TSP\SYS\exe\uc\NTI386\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

D:\usr\sap\TSP\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20090408045252

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

D:\usr\sap\TSP\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]

Compiled Jul 17 2007 01:28:45

D:\usr\sap\TSP\SYS\exe\uc\NTI386\R3load.exe -testconnect

DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541

DbSl Trace: CONNECT failed with sql error '12541'

DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541

DbSl Trace: CONNECT failed with sql error '12541'

(DB) ERROR: db_connect rc = 256

DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541

DbSl Trace: CONNECT failed with sql error '12541'

DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541

DbSl Trace: CONNECT failed with sql error '12541'

(DB) ERROR: DbSlErrorMsg rc = 99

D:\usr\sap\TSP\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)

D:\usr\sap\TSP\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20090408045301

ERROR 2009-04-08 04:53:01

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

ERROR 2009-04-08 04:53:01

FCO-00011 The step testDatabaseConnection with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|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 .

Regards,

Balakrishnan

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Please check your listner.ora file.

Please check below SAP notes.

Note 556232 - Environment settings for R/3/Oracle on Windows

1295918 - ERROR: OCI call <OCIServerAttach> for connection <xx> failed: <ORA-12154: TNS: could not resolve the connect identifier specified>. (BODI-1111340) - Data Services

Also check this thread.

Thanks,

Sushil

Former Member
0 Kudos

Dear Bala,

you have a problem related to environment variable...ok

just set those or do one thing login with <SID>adm user and then check environment varible ok

and then status of listner

just type LSNRCTL and then check status or you can start it...

then

sqlplus

System/@ as sysdba

and run startup nomount

ok then contt the installation....

it will work....

ok

Cheers

Former Member
0 Kudos

Balakrishnan,

Make sure your listner is running, rc=12541 indicates that listner is down.

>lsnrctl status

>lsnrctl start

Hope this helps.

Manoj

Former Member
0 Kudos

Hi

Have you installed Oracle patch set?

Note 839187 - Oracle 10.2.0: Applying patch set/patches/patch collection

Did you set the ORACLE_HOME parameter in environement variable?

r u using the right Kernel ?

can you provide the details about RAM you have

Regards

Uday