cancel
Showing results for 
Search instead for 
Did you mean: 

XI Install Error - StoreSidadmPassword Error - [RESOLVED]

Former Member
0 Kudos

I am currently attempting to instal XI on a MSCS cluster Enviroment - Windows Server 2003 Enterprise Edition, running Oracle 9.2.0.6. I have already installed our Dev, QA and Production systems successfully.

I have already installed Oracle, OraFS, ABAP+Java on MSCS Cluster, and now trying to install XI Component.

When sapinst is running, I get the following error message after I have entered the Domain, userid and password:

INFO 2006-03-08 15:46:29

Installation start: Wednesday, 08 March 2006, 15:46:25; installation

directory: C:\sapinstall\XI; product to be installed: SAP NetWeaver '04

Support Release 1> NetWeaver Components Running on Java> XI Components>

Exchange Infrastructure Installation

WARNING 2006-03-08 15:46:46

The step storeSidadmPassword with step key

ExchangeInfrastructure|ind|ind|ind|ind|ind|0|Gener icAskJavahomeAndPasswords|ind|ind|ind|ind|ind|0|st oreSidadmPassword was executed with status

ERROR.

WARNING 2006-03-08 15:46:52

An error occurred during the installation.

The password for <SID>adm has the "@" sign in,and I wondered if this is causing the error??

I have opened an OSS note with SAP, but it's a low priorty call, therefore I am exploring other avenues on the off chance I can get a fix before SAP respond.

Message was edited by: Barry Neaves

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

FIX.....

In the control.xml

Change the line:

WindowsDomain = gui.getInputValue( "fld_WindowsDomain" );

to

WindowsDomain = context.get("WindowsDomain");

Install continues......

Former Member
0 Kudos

This has been added to OSS Note 782801 - Error at Installation in a different domain (section 2)....