cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Installation Error - Phase "Import ABAP"

Former Member
0 Kudos

Hello Experts,

  i am trying to install application server ABAP on linux and It stopped.

following the message:

[root@localhost ~]#cat /tmp/sapinst_instdir/NW731/ORA/INSTALL/STD/ABAP/R3load.exe.log

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

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

/usr/sap/DEV/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20150729224746

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

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

Compiled Dec  4 2013 12:47:43

/usr/sap/DEV/SYS/exe/uc/linuxx86_64/R3load -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

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

/usr/sap/DEV/SYS/exe/uc/linuxx86_64/R3load: END OF LOG: 20150729224746

I read https://scn.sap.com/thread/1184548 but it does'nt work.

Please, let me know if you need any further informations.

Best regards

Khanh

Accepted Solutions (0)

Answers (3)

Answers (3)

Brindavan_M
Contributor
0 Kudos

Hello Khanh,

Are you installing the application server in host where database is present? or different host, if its so both host are in same network domain. kindly check and ping the server for the same.

Thanks,

Brindavan

Former Member
0 Kudos

It's done and ping OK. Database and the Application in the same host.

Thanks Brindavan,

Brindavan_M
Contributor
0 Kudos

if the database and the new appliaction server in same host check for enough swap space. could you share the scree shot which phase is right now and also attache the inits log file,R3load.exe.log files.

Thanks,

Brindavan

Former Member
0 Kudos

Come on, I'm not in trouble now. I know the way to fix it, read comment above. Thanks Brindavan

Brindavan_M
Contributor
0 Kudos

hahah.. the thread is not closed I assumed issue is not resloved.. Good you have posted the solution. 



Johan_sapbasis
Active Contributor
0 Kudos

Hi Tuan,

Glad you managed to resolve your issue. But please note you posted it in the wrong space.

You should move it here

Kind Regards,

Johan

Former Member
0 Kudos

HI Johan,

I'm sr. But how to move it

crisnormand
Active Participant
0 Kudos

Hello Tuan,

As Johan explained, this space is for SAP on SAP ASE.

Therefore I'm moving the thread to SAP on Oracle threads.

Regards,

Cris

Former Member
0 Kudos

Hello Cris,

Thank you .

Former Member
0 Kudos

Resolve:

     Step 1: make sure the listener.ora, tnsnames.ora corrcect ( i changed HOST = localhost => 127.0.0.1 )

     Step 2: run: lsnrctl start

     Step 3: refresh installation

Best regards

Khanh