cancel
Showing results for 
Search instead for 
Did you mean: 

NW 2004s installation problem

Former Member
0 Kudos

Hi,

I am trying to install NW 2004s AS JAVA on Windows and Oracle 10.2 as a central installation. During the installation it fails on step 21 out of 36 with the following error messages:

SAP ERROR:

ERROR 2008-07-07 18:00:38

CJS-00084 SQL statement or script failed.<br>DIAGNOSIS: Error message: Executable C:\oracle\product\10.2.0\db_1/bin/sqlplus returns 972..<br>SOLUTION: See ora_sql_results.log and the Oracle documentation for details.

ERROR 2008-07-07 18:00:38

MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

ERROR 2008-07-07 18:00:38

FCO-00011 The step runSapdbaAdditionalSql with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Postload|ind|ind|ind|ind|10|0|NW_Postload_ORA|ind|ind|ind|ind|0|0|runSapdbaAdditionalSql was executed with status ERROR .

ORACLE LOG:

2008-07-07, 18:00:37 SAPINST ORACLE start logging for

@@SAPDBA_ADDITIONAL.SQL

exit;

Output of SQL executing program:

SQL*Plus: Release 10.2.0.2.0 - Production on Mon Jul 7 18:00:37 2008

Copyright (c) 1982, 2005, Oracle. All Rights Reserved.

Connected to:

Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production

With the Partitioning, OLAP and Data Mining options

Connected.

old 3: :SSchemaUser := upper('&&1');

new 3: :SSchemaUser := upper('SAPSR3DB');

old 19: if upper('&&2') = 'NT' then

new 19: if upper('NT') = 'NT' then

old 21: :SDomain := upper('&&3');

new 21: :SDomain := upper('JPerepelitsa-lt\k26adm');

old 32: elsif upper('&&2') = 'UNIX' then

new 32: elsif upper('NT') = 'UNIX' then

old 37: RAISE_APPLICATION_ERROR(-20004,'Invalid OS, must be "NT" or "UNIX": ' || upper('&&2'));

new 37: RAISE_APPLICATION_ERROR(-20004,'Invalid OS, must be "NT" or "UNIX": ' || upper('NT'));

using following Parameters:

.

. Schema User: SAPSR3DB

. Parametervalue os_authent_prefix: OPS$

. OPS$SIDADM: OPS$JPEREPELITSA-LT\K26ADM

. SAP SID: SR3

. DB SID: K26

. R/3 Service User: OPS$JPEREPELITSA-LT\SAPSERVICESR3

. Computer or Domain: JPEREPELITSA-LT\K26ADM

.

old 119: if upper('&&4') = 'SYN' then

new 119: if upper('SYN') = 'SYN' then

old 137: if upper('&&4') = 'SYN' then

new 137: if upper('SYN') = 'SYN' then

create synonym: SAP_SDBAH SAPSR3DB.SDBAH

create synonym: SAP_SDBAH SAPSR3DB.SDBAD

unable to delete user: OPS$JPEREPELITSA-LT\SAPSERVICESR3

begin

*

ERROR at line 1:

ORA-00972: identifier is too long

ORA-06512: at line 46

As I understand, the problem is with the laptop name.

Is there any way to overcome that?

Thank you and regards,

Dmytro

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There's a max name length and some character restrictions for server names when it comes to installing SAP. There's 3 fixes to this.

1. Let's start w/ the worst fix: Adjust the install xml files to by-pass this error. If you manage to get SAP installed on an unsupported name, you may run into issues w/ various transactions (e.g. rz*) later on.

2. Rename your lap top. Yes, this may not always be possible.

3. Follow note 962955 regarding parameter SAPINST_USE_HOSTNAME.

Answers (0)