cancel
Showing results for 
Search instead for 
Did you mean: 

Error while Importing ABAP process call error code 2

Former Member
0 Kudos

Hi every one..

I am In stalling SAP IDES ECC 6. Today morning i got an error while importing ABAP phase as below:

System Info:

2008 Server 64bit

10g oracle

patch installed

An error occurred while processing option 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 'D:\usr\sap\JJJ\SYS\exe\uc\NTAMD64\R3load.exe -testconnect' exits with error code 2. For details see log file(s) R3load.exe.log.).

Log File :

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

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

D:\usr\sap\JJJ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20130110072537

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

D:\usr\sap\JJJ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.20/V1.4 [UNICODE]

Compiled May  7 2010 03:19:51

D:\usr\sap\JJJ\SYS\exe\uc\NTAMD64\R3load.exe -testconnect

DbSl Trace: CONNECT failed with sql error '12541'

(DB) ERROR: db_connect rc = 256

DbSl Trace: CONNECT failed with sql error '12541'

(DB) ERROR: DbSlErrorMsg rc = 99

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

D:\usr\sap\JJJ\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20130110072541


Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Experts

I'm getting the same error while installing database instance in distributed environment (ASCS is already installed successfully). Can anyone please help in getting rid of this..

Error in Import ABAP phase -

Logs from R3load.exe.log file -

Logs from sapinst_dev.log file -

Regards

Hardeep

former_member182034
Active Contributor
0 Kudos

Dear Shamil,

You need to check/Reconfigure the Listener with Net Configuration Assistant,

Confirm the Same Ports Specified for Listener from Oracle Net Manager and (tsnames.ora, listener.ora):

>\oracle\SID\102\NETWORK\ADMIN

>\usr\sap\SID\SYS\profile\oracle

Restart the Oracle Services.

Regards,


Former Member
0 Kudos

Dear Jamil,

Did as you said but getting an error as i mentioned above

former_member182034
Active Contributor
0 Kudos

Dear shamil,

Please go through the SAP Note: 491174  for ORA-01034.

Regards,


former_member188883
Active Contributor
0 Kudos

Hi,

Sql error 12541 is related to TNS Listener. Please check whether Oracle listener is running or not.

If not, please start it using the command lsnrctl start.

Later continue with abap import using sapinst.

Regards,

Deepak Kori

former_member188883
Active Contributor
0 Kudos

Hi,

Additionally you may refer thread http://scn.sap.com/thread/1672432 where similar issue has been faced and resolved.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak..

oracle listner is running.

former_member188883
Active Contributor
0 Kudos

Hi Shamil,

Please stop the listener and start it again. Retry abap import again.

If the error still persists share the updated R3load.log , sapinstdev.log files

Regards,

Deepak Kori

Former Member
0 Kudos

This is issue with oracle listener connection. R3load -testconnect check the connection to database to start the imports.

Please check the listener connections as Db is not listening here

R3load -x

check whether the Oracle is installed correctly

Former Member
0 Kudos

If you sure that Oracle listener is up and running please check that TNSNAMES.ORA files have correct ip address and port for connection.

Regards,

Roman