cancel
Showing results for 
Search instead for 
Did you mean: 

problem when installing ECC6.0 with PI

Former Member
0 Kudos

hi

this is yugandhar.

when iam installing ecc6.0 with PI,

in (19 of 95)th step:-Import Abap ....

we got an error that r3load.exe -test connection returns 2 .

plz tell me where it went wrong.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This is happened in the step 19 of 95:- import abap is the name of the step.

here is the contents of the LOG file. r3load.exe.log

-


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

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

D:\usr\sap\ERP\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20140918160154

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

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

Compiled Apr 2 2006 23:26:45

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

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

DbSl Trace: CONNECT failed with sql error '12541'

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

DbSl Trace: CONNECT failed with sql error '12541'

(DB) ERROR: db_connect rc = 256

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

DbSl Trace: CONNECT failed with sql error '12541'

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

DbSl Trace: CONNECT failed with sql error '12541'

(DB) ERROR: DbSlErrorMsg rc = 99

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

D:\usr\sap\ERP\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20140918160158

-


former_member183906
Active Contributor
0 Kudos

Hii

I guess, the application is expecting some values from database as an argumenmt to the sapparam. And in database side there is no TNS listner is running. So please Ensure that the supplied destination address matches one of the addresses used by the listener - compare the TNSNAMES.ORA entry with the appropriate LISTENER.ORA file (or TNSNAV.ORA if the connection is to go by way of an Interchange). Start the listener on the remote machine.

Hope this will help you.