cancel
Showing results for 
Search instead for 
Did you mean: 

Installation Error While Configuring Additional Cluster Node for SAP NW CE 7.2

Former Member
0 Kudos

Hi,

We are performing Installation of SAP NW CE 7.2 on MSCS Cluster with MSSQL 2008 on Windows 2008 Server.

We completed the First Cluster Node Installation and Database Installation. While starting with the Additional Cluster Node we are facing the below error.

TRACE[W]   2012-04-27 07:19:04.762 [ianxcreghelper.cpp:283]
           CNTRegistryKey::CNTRegistryKey(sapadc101, HKEY_LOCAL_MACHINE, Software\SAP\SK1, ...)
Error 2 (The system cannot find the file specified.

) in execution of a 'RegOpenKeyEx' function, line (78), with parameter (Software\SAP\SK1).

TRACE[W]   2012-04-27 07:19:04.762 [ianxcreghelper.cpp:465]
           CNTRegistryKey::CNTRegistryKey(sapadc101, HKEY_LOCAL_MACHINE, Software\SAP\SK1, ...)
The subkey 'HKEY_LOCAL_MACHINE\Software\SAP\SK1' does not exist on the 'localhost' host.

TRACE      2012-04-27 07:19:04.918 [iaxxejsctl.cpp:241]
           EJS_ControllerImpl::dumpScript

.

.

.

15067:   try {

15068:     var hive = new RegistryHive("HKEY_LOCAL_MACHINE", host);

15069:     var key = hive.getKey("Software/SAP/" + this.getSID());

15070:     var adm = key.getValue("AdmUser");

15071:     if (adm && adm.value()) {

15072:       var match = /^(.*)[\\\/]/.exec(adm.value());

15073:       if (match) {

15074:         var sapDomain = match[1];

15075:         this.setSAPDomain(sapDomain);

15076:       }

15077:     }

.

.

.

ERROR      2012-04-27 07:19:05.262 [iaxxejsbas.cpp:211]
FJS-00003  TypeError: key has no properties (in script NW_SecondClusterNode|ind|ind|ind|ind, line 15070: ???)

ERROR      2012-04-27 07:19:05.745 [sixxcstepexecute.cpp:937]
FCO-00011  The step getDomain with step key |NW_SecondClusterNode|ind|ind|ind|ind|0|0|NW_GetSidFromClusterSecond|ind|ind|ind|ind|getSid|0|getDomain was executed with status ERROR ( Last error reported by the step: TypeError: key has no properties (in script NW_SecondClusterNode|ind|ind|ind|ind, line 15070: ???)).

We started our installation in the second node with option SAPINST_USE_HOSTNAME as same as the first node.

Thanks & Regards,

Ravikiran Ch

Accepted Solutions (0)

Answers (1)

Answers (1)

JPReyes
Active Contributor
0 Kudos

I would check the Registry for HKEY_LOCAL_MACHINE\Software\SAP\ and see what paths are available. You could manually create SK1 and try again.

Also, are you doing the install with a user with Local Admin rights?

Regards

Juan