cancel
Showing results for 
Search instead for 
Did you mean: 

Hostname Length Issue+SAP Netweaver CE

Former Member
0 Kudos

Dear all,

I am in the middle of SAP Netwevae CE installtion now i am facing issue in Execution phase the as per the error its saying Hostname is longer my Hostname is 15 charcters length.

My domain name is am.ae I am able to ping this from other servers as well.

Is it possible to Instead of Hostname can I use domain name.(without changing the Hostname).

Please suggest ..

Below is the error while running sapinst execution phase:

2013-02-05, 14:34:11 SAPINST ORACLE start logging for

@@SAPDBA_ADDITIONAL.SQL
exit;

Output of SQL executing program:

SQL*Plus: Release 11.2.0.2.0 Production on Tue Feb 5 14:34:11 2013

Copyright (c) 1982, 2010, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

Connected.
old   3:   :sSchemaUser := upper('&&1');
new   3:   :sSchemaUser := upper('SAPSR3DB');
old  11:   :sSapSid := upper('&&4');
new  11:   :sSapSid := upper('DSM');
old  19:   if upper('&&2') = 'NT' then
new  19:   if upper('NT') = 'NT' then
old  21:     :sDomain := upper('&&3');
new  21:     :sDomain := upper('MUNTFMSTSTFUT02\dsmadm');
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:   O$
.  OPS$SIDADM:          O$MUNTFMSTSTFUT02\DSMADM
.  SAP SID:          DSM
.  DB  SID:          DSM
.  R/3 Service User:         O$MUNTFMSTSTFUT02\SAPSERVICEDSM
.  Computer or Domain:         MUNTFMSTSTFUT02\DSMADM
.
old 119:   if upper('&&5') = 'SYN' then
new 119:   if upper('SYN') = 'SYN' then
old 137:   if upper('&&5') = '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: O$MUNTFMSTSTFUT02\SAPSERVICEDSM
begin
*
ERROR at line 1:
ORA-00972: identifier is too long
ORA-06512: at line 46


Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options


SAPINST: End of output of SQL executing program D:\oracle\DSM\11202/bin/sqlplus.

SAPINST found errors.
SAPINST The current process environment may be found in sapinst_ora_environment.log.

2013-02-05, 14:34:11 SAPINST ORACLE stop logging

Accepted Solutions (1)

Accepted Solutions (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

You cannot use domain name to install SAP system. You have to reduce number of characters from hostname.

Thanks

Sunny

Former Member
0 Kudos

Dear Sunny ,

Thanks for u r prompt response.

as per the my above log thi is issue is belongs to hostname or not?

Is their any other way to go head do install without chnaging the hostname.

Please suggest

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

This is related to hostname only. You can refer to SAP note 314671.

Thanks

Sunny

Former Member
0 Kudos

Hi All,

I Have reduced my hostname to 12 charcters ,can i close the sapinst and start installtion with new option or i need to unisnatll .

I f i need to do uninstall whats the procedure.

Please suggest

Former Member
0 Kudos

Hi,

Please open the sapinst and there you can see an option "Additional options" or software lifecycle options" last option you can see the option to uninstall.


Use that option to remove the installations done so far.

Hope it helps.

Thanks and Regards,

Vimal

Answers (1)

Answers (1)

former_member185239
Active Contributor
0 Kudos

Hi Sap,

Note 314671 - Long WINDOWS domain names and Oracle 8.1.x or higher

You can go through the above sapnote.

With Regards

Ashutosh