cancel
Showing results for 
Search instead for 
Did you mean: 

error reported by the step: Process call '/usr/sap/ECC/SYS/exe/uc/linuxx86_64/R3load -testconnect' exits with error code 2."

former_member686472
Participant
0 Kudos

Dear All,

I am installing ecc6 ehp5 on suselinux 11 but at the time of import abap phase, getting a error ,if any body know how to resolve then let me know...

thanks to all...

"Enhancement Package 5 for SAP ERP 6.0 > SAP Application Server ABAP > Oracle > Central System > Central System( Last error reported by the step: Process call '/usr/sap/ECC/SYS/exe/uc/linuxx86_64/R3load -testconnect' exits with error code 2."

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Arpit,

Can you please provide the import_monitor.log,so that we I can analyze the error properly.You must

paste any logs so that anyone can analyze the errors.And one more thing are you sure your Installation Media's are properly downloaded and extracted properly.Because Media can also causes Issues in the IMPORT_ABAP Phase.

Many Thanks

Ajitabh

former_member686472
Participant
0 Kudos

Dear Ajitabh ,

I was finding a resolution of that error but i couldn't , exectally i am getting this error , check bellow log..

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

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

/usr/sap/ECC/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20131204003131

/usr/sap/ECC/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id: //bas/720_REL/src/R3ld/R3load/R3ldmain.c#3 $ SAP

/usr/sap/ECC/SYS/exe/uc/linuxx86_64/R3load: version R7.20/V1.4 [UNICODE]

Compiled May  6 2010 20:24:53

/usr/sap/ECC/SYS/exe/uc/linuxx86_64/R3load -testconnect

DbSl Trace: CONNECT failed with sql error '12543'

(DB) ERROR: db_connect rc = 256

DbSl Trace: CONNECT failed with sql error '12543'

(DB) ERROR: DbSlErrorMsg rc = 99

/usr/sap/ECC/SYS/exe/uc/linuxx86_64/R3load: job finished with 1 error(s)

/usr/sap/ECC/SYS/exe/uc/linuxx86_64/R3load: END OF LOG: 20131204003141 "

if you know the error then lt me know how to resolve..thanks for your response.

Reagan
Advisor
Advisor
0 Kudos

It looks like the connection to the database is the problem.

Is the listener up and running ?

su - oraecc

lsnrctl status

If the listener is stopped then start it

lsnrctl start

Regards

RB

0 Kudos

Hey Aropit

First of all check that you can see a pmon and a listener process (using ps-ef). Afterwards, you should try to log onto the DB using <sid>adm and sqlplus / as sysdba.

If this works, past the log of "R3trans -x" runed as <sid>adm. The trans.log can be found in the same directory, where you launched R3trans.

Hope, you may debug successfully.

Greets, Michi