cancel
Showing results for 
Search instead for 
Did you mean: 

SAP 4.7d Installation

Former Member
0 Kudos

Dear All,

I am installating SAP4.7d version and I am stuck in Data upload point where is error occurs. Detail of machine are :

Operating System           :              Linux 4.8 32 Bit (Other Higher Version are not accepted by SAP).

SAP Application               :               4.7X200 Enterprise

Db : oracle 9i

I had set the enviroment variable like

NLS_LANG

ORA_NLS33

LD_LIBRARY_PATH

LD_ASSUME_KERNEL="2.4.1"

please see below sapinst.log file.

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911160019

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3lo

ad/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -ctf I /sapdata/sapdata/cd8/DATA/SAPFUNCT.STR

/tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/DDLORA.TPL /tmp

/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAPFUNCT.TSK ORA -l

/tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAPFUNCT.log

/sapmnt/CYP/exe/R3load: job completed

/sapmnt/CYP/exe/R3load: END OF LOG: 20130911160019

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911161327

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3lo

ad/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E4

7X2/SYSTEM/ABAP/ORA/NUC/DB/SAPFUNCT.cmd -l /tmp/sapinst_instdir/R3E4

7X2/SYSTEM/ABAP/ORA/NUC/DB/SAPFUNCT.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1004

DbSl Trace: CONNECT failed with sql error '1004'

DbSl Trace: NLS_LANG not set appropriately (DB installation requires

AMERICAN_AMERICA.WE8ISO8859P1) ==> connection refused

(DB) ERROR: db_connect rc = 256

DbSl Trace: Already connected to CYP

(DB) ERROR: DbSlErrorMsg rc = 29

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130911161327

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911172735

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3lo

ad/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E4

7X2/SYSTEM/ABAP/ORA/NUC/DB/SAPFUNCT.cmd -l /tmp/sapinst_instdir/R3E4

7X2/SYSTEM/ABAP/ORA/NUC/DB/SAPFUNCT.log -stop_on_error

regards,

Syed Tayab Shah

Accepted Solutions (0)

Answers (2)

Answers (2)

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Try with a different version of kernel

Regards

RB

Former Member
0 Kudos

I was use

export LD_ASSUME_KERNEL="2.4.1"

kernel version.

please mention the other kernel version.

regards,

Syed Tayab Shah

Former Member
0 Kudos

Dear All,

Problem was still there therefore I was discard all the volumes and install cent os 4.8 32 bit version. After set all the environment variables and pre requisite, the ./sapinst command not showing installation menu on screen. It display every time following screen

SAP NETWEAVER

Enter the host name and TCP/IP port you want to log on to:

Host      localhost

Port      21212

Logon

please provide solution.

regards,

Syed Tayab Shah

former_member206552
Active Contributor
0 Kudos

Hi

Please remove ORA_NLS33 and try the connection again

Note 393620 - Problems through incorrect ORA_NLS33

Could you please paste the output of the following,

from sqlplus

select ndp.parameter
, max(nsp.value) Sesssion
, max(nip.value) Instance
, max(ndp.value) Database
FROM nls_session_parameters nsp
, nls_instance_parameters nip
, nls_database_parameters ndp
WHERE ndp.parameter = nsp.parameter
AND ndp.parameter = nip.parameter (+)group by ndp.parameter

linux enviroment

env | grep NLS

Best Regards

Marius

Former Member
0 Kudos

Any solution please.

regards,

Syed Tayab Shah

Former Member
0 Kudos

Hi,

Check file SAPFUNCT.log for details and provide them, also check the note 51933 - No Connect to database (ORA-1004)

BR,

Kamil

Former Member
0 Kudos

Thanks Mr. Kamil,

as per Note # 8523.

user OPS$CYPADM to be created to resolve the issue. but i can see the user in dba_users table.

can you please brief it.

SAPFUNCT.log

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911160019

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3lo

ad/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -ctf I /sapdata/sapdata/cd8/DATA/SAPFUNCT.STR

/tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/DDLORA.TPL /tmp

/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAPFUNCT.TSK ORA -l

/tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAPFUNCT.log

/sapmnt/CYP/exe/R3load: job completed

/sapmnt/CYP/exe/R3load: END OF LOG: 20130911160019

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911161327

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3lo

ad/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E4

7X2/SYSTEM/ABAP/ORA/NUC/DB/SAPFUNCT.cmd -l /tmp/sapinst_instdir/R3E4

7X2/SYSTEM/ABAP/ORA/NUC/DB/SAPFUNCT.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1004

DbSl Trace: CONNECT failed with sql error '1004'

DbSl Trace: NLS_LANG not set appropriately (DB installation requires

AMERICAN_AMERICA.WE8ISO8859P1) ==> connection refused

(DB) ERROR: db_connect rc = 256

DbSl Trace: Already connected to CYP

(DB) ERROR: DbSlErrorMsg rc = 29

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130911161327

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911172735

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3lo

regards,

Syed Tayab Shah

Former Member
0 Kudos

Hi Shah,

Your error:

DbSl Trace: NLS_LANG not set appropriately (DB installation requires

AMERICAN_AMERICA.WE8ISO8859P1) ==> connection refused

Solution as per note :

381674 - Oracle and NT: NLS_LANG must be set

Solution

Set environment variable NLS_LANG for the R/3 kernel.To do this, refer to Note 31559.

BR,

Kamil

Former Member
0 Kudos

Dear Mr. Kamil,

According to note 31559 I set NLS_LANG   environment variable into bash profile, resume the installation.

again same error found

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911160021

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -ctf I /sapdata/sapdata/cd8/DATA/SAP0000.STR /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/DDLORA.TPL /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.TSK ORA -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -o D

/sapmnt/CYP/exe/R3load: job completed

/sapmnt/CYP/exe/R3load: END OF LOG: 20130911160021

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911160026

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.cmd -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1004

DbSl Trace: CONNECT failed with sql error '1004'

DbSl Trace: NLS_LANG not set appropriately (DB installation requires AMERICAN_AMERICA.WE8ISO8859P1) ==> connection refused

(DB) ERROR: db_connect rc = 256

DbSl Trace: Already connected to CYP

(DB) ERROR: DbSlErrorMsg rc = 29

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130911160027

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911171434

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.cmd -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1089

DbSl Trace: CONNECT failed with sql error '1089'

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 3113

DbSl Trace: CONNECT failed with sql error '3113'

(DB) ERROR: db_connect rc = 256

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1089

DbSl Trace: CONNECT failed with sql error '1089'

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 3113

DbSl Trace: CONNECT failed with sql error '3113'

(DB) ERROR: DbSlErrorMsg rc = 99

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130911171435

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911174744

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.cmd -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1089

DbSl Trace: CONNECT failed with sql error '1089'

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 3113

DbSl Trace: CONNECT failed with sql error '3113'

(DB) ERROR: db_connect rc = 256

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1089

DbSl Trace: CONNECT failed with sql error '1089'

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 3113

DbSl Trace: CONNECT failed with sql error '3113'

(DB) ERROR: DbSlErrorMsg rc = 99

any suggestion  Please,

regards,

Syed Tayab Shah

Former Member
0 Kudos

Hi Syed,

Did you restart SAP system accroding to note ?

To activate the new environment you need to restart the SAP system and the SAP service.

You can check the environment of a process any time using the Process Explorer Tool (Freeware at www.sysinternals.com). Select the process, go to Properties in the popup menu and then choose the Environment tab.

Download process explorer tool and double check if   environment variable NLS_LANGis set (attach the screen).

http://technet.microsoft.com/en-us/sysinternals/bb896653

BR,

kamil

Former Member
0 Kudos

Restart the System and continue to installation, sapinst.log is:

DbSl Trace: CONNECT failed with sql error '1089'

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 3113

DbSl Trace: CONNECT failed with sql error '3113'

(DB) ERROR: DbSlErrorMsg rc = 99

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130911175010

/sapmnt/CYP/exe/R3load: START OF LOG: 20130912113932

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.cmd -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1004

DbSl Trace: CONNECT failed with sql error '1004'

DbSl Trace: NLS_LANG not set appropriately (DB installation requires AMERICAN_AMERICA.WE8ISO8859P1) ==> connection refused

(DB) ERROR: db_connect rc = 256

DbSl Trace: Already connected to CYP

(DB) ERROR: DbSlErrorMsg rc = 29

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130912113934

/sapmnt/CYP/exe/R3load: START OF LOG: 20130912122926

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.cmd -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1004

DbSl Trace: CONNECT failed with sql error '1004'

DbSl Trace: NLS_LANG not set appropriately (DB installation requires AMERICAN_AMERICA.WE8ISO8859P1) ==> connection refused

(DB) ERROR: db_connect rc = 256

DbSl Trace: Already connected to CYP

(DB) ERROR: DbSlErrorMsg rc = 29

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130912122926

/sapmnt/CYP/exe/R3load: START OF LOG: 20130912131210

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.cmd -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1004

DbSl Trace: CONNECT failed with sql error '1004'

DbSl Trace: NLS_LANG not set appropriately (DB installation requires AMERICAN_AMERICA.WE8ISO8859P1) ==> connection refused

(DB) ERROR: db_connect rc = 256

DbSl Trace: Already connected to CYP

(DB) ERROR: DbSlErrorMsg rc = 29

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130912131210

/sapmnt/CYP/exe/R3load: START OF LOG: 20130912145828

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.cmd -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1004

DbSl Trace: CONNECT failed with sql error '1004'

DbSl Trace: NLS_LANG not set appropriately (DB installation requires AMERICAN_AMERICA.WE8ISO8859P1) ==> connection refused

(DB) ERROR: db_connect rc = 256

DbSl Trace: Already connected to CYP

(DB) ERROR: DbSlErrorMsg rc = 29

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130912145828

/sapmnt/CYP/exe/R3load: START OF LOG: 20130912155240

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.cmd -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1004

DbSl Trace: CONNECT failed with sql error '1004'

DbSl Trace: NLS_LANG not set appropriately (DB installation requires AMERICAN_AMERICA.WE8ISO8859P1) ==> connection refused

(DB) ERROR: db_connect rc = 256

DbSl Trace: Already connected to CYP

(DB) ERROR: DbSlErrorMsg rc = 29

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130912155240

/sapmnt/CYP/exe/R3load: START OF LOG: 20130912162516

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.cmd -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1004

DbSl Trace: CONNECT failed with sql error '1004'

DbSl Trace: NLS_LANG not set appropriately (DB installation requires AMERICAN_AMERICA.WE8ISO8859P1) ==> connection refused

(DB) ERROR: db_connect rc = 256

DbSl Trace: Already connected to CYP

(DB) ERROR: DbSlErrorMsg rc = 29

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130912162516

/sapmnt/CYP/exe/R3load: START OF LOG: 20130913112905

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.cmd -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1004

DbSl Trace: CONNECT failed with sql error '1004'

DbSl Trace: NLS_LANG not set appropriately (DB installation requires AMERICAN_AMERICA.WE8ISO8859P1) ==> connection refused

(DB) ERROR: db_connect rc = 256

DbSl Trace: Already connected to CYP

(DB) ERROR: DbSlErrorMsg rc = 29

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130913112905

cloudsap:oracyp 6>

cloudsap:oracyp 6> su root

Password:

[root@cloudsap DB]# reboot

Broadcast message from root (pts/0) (Fri Sep 13 13:57:33 2013):

The system is going down for reboot NOW!

[root@cloudsap DB]#

Connection was reset.

Last login: Thu Sep 12 11:34:21 2013 from 175.107.192.168

[root@cloudsap ~]# cd /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/

[root@cloudsap DB]# cat SAP0000.log

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911160021

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -ctf I /sapdata/sapdata/cd8/DATA/SAP0000.STR /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/DDLORA.TPL /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.TSK ORA -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -o D

/sapmnt/CYP/exe/R3load: job completed

/sapmnt/CYP/exe/R3load: END OF LOG: 20130911160021

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911160026

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.cmd -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1004

DbSl Trace: CONNECT failed with sql error '1004'

DbSl Trace: NLS_LANG not set appropriately (DB installation requires AMERICAN_AMERICA.WE8ISO8859P1) ==> connection refused

(DB) ERROR: db_connect rc = 256

DbSl Trace: Already connected to CYP

(DB) ERROR: DbSlErrorMsg rc = 29

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130911160027

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911171434

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.cmd -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1089

DbSl Trace: CONNECT failed with sql error '1089'

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 3113

DbSl Trace: CONNECT failed with sql error '3113'

(DB) ERROR: db_connect rc = 256

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1089

DbSl Trace: CONNECT failed with sql error '1089'

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 3113

DbSl Trace: CONNECT failed with sql error '3113'

(DB) ERROR: DbSlErrorMsg rc = 99

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130911171435

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911174744

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.cmd -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -stop_on_error

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1089

DbSl Trace: CONNECT failed with sql error '1089'

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 3113

DbSl Trace: CONNECT failed with sql error '3113'

(DB) ERROR: db_connect rc = 256

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1089

DbSl Trace: CONNECT failed with sql error '1089'

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 3113

DbSl Trace: CONNECT failed with sql error '3113'

(DB) ERROR: DbSlErrorMsg rc = 99

/sapmnt/CYP/exe/R3load: job finished with 1 error(s)

/sapmnt/CYP/exe/R3load: END OF LOG: 20130911174745

/sapmnt/CYP/exe/R3load: START OF LOG: 20130911175009

/sapmnt/CYP/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

/sapmnt/CYP/exe/R3load: version R6.40/V1.4

/sapmnt/CYP/exe/R3load -dbcodepage 1100 -i /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.cmd -l /tmp/sapinst_instdir/R3E47X2/SYSTEM/ABAP/ORA/NUC/DB/SAP0000.log -stop_on_error

regards,

Syed Tayab Shah

Former Member
0 Kudos

Hi,

Can you please try to start the database manually and then try to rerun the installation.

if not then try to patch the dboraslib

You simply need to import the latest patch version of the dboraslib.<ext> database client library. To do this, proceed as described in note 19466.

Thanks

Rishi Abrol