Hi All,
I'm trying to install SAP ERP 6.0 EHP5 in HA environemnt, there are 2 physical nodes.
OS: Linux
node1: ASCS (virtual hostname: SAPHTS) + CI
node2: DB (virtual hostname: SAPDB2) + DI + ERS
There were no problem in installing ASCS and DB in node1 and node2 separately.
Details about installation
ASCS: (on node1, instance number = 00)
#./sapinst SAPINST_USE_HOSTNAME=sapinst
--> installation completed wihtout any problem
DB: (on node2)
#./sapinst SAPINST_USE_HOSTNAME=sapdb2
--> installation completed wihtout any problem
CI: (on node1, instance number = 01)
#./sapinst
However, i got the following error message when installing it.
"Caught ESAPinstException in module call: There exist no dialog element with name instanceNumber and also no mapping for that name in the current keydb client. Please inform the component developer about the bug.."
By checking the sapinstdev.log, here is part of the output_
TRACE 2012-01-10 23:48:05.678
Call block:NW_CI_Instance_ind_ind_ind_ind
function:NW_CI_Instance_ind_ind_ind_ind_DialogPhase_askCINumberValidator_default
is validator: true
ERROR 2012-01-10 23:48:05.678 [iaxxguiclb.cpp:100]
FCO-00064 DIAGNOSIS: There is no mapping information about the parameter instanceNumber within the current keydb client. SOLUTION: Contact the component developer (Instance ID |NW_ABAP_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|10|0) />
TRACE 2012-01-10 23:48:05.680 [iaxxejsbas.hpp:413]
handleException<ESAPinstException>()
Converting exception into JS Exception Exception.
TRACE 2012-01-10 23:48:05.680
Function setMessageIdOfExceptionMessage: modlib.jslib.caughtException
TRACE 2012-01-10 23:48:05.782 [iaxxgenimp.cpp:707]
CGuiEngineImp::showMessageBox
I have tried to download the latest sapinst and sapinstgui and run the installation again with no luck.
Anything wrong in my installation?
Can anyone help and advice.
Thanks,
Halu Wong