To add a new RPC Server to the drop down list of a TIBCO iProcess Workspace (Windows), edit the registry and add a new string value in the form of ServerN (where N is the next sequential number available). Run regedit and locate the following Key Name and add a new String Value for the new iProcess Engine to connect the client to.
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Staffware plc\Staffware Client\Default\RPC Servers (for 64 bit machines)
HKEY_LOCAL_MACHINE\SOFTWARE\Staffware plc\Staffware Client\Default\RPC Servers (for 32 bit machines)
Note, If there are entries added under the HKEY_CURRENT_USER\Software\Staffware plc\Staffware Client\Default\RPC Servers
location, anything listed under HKEY_LOCAL_MACHINE will be ignored.
The data for each entry consists of the following:
Data:
<hostname>,<RPCclientPort>,<PasswordEnabled>,<description>
<hostname>, enter the iPE Servers hostname or IP Address
<RPCclientPort>, check line 11 of swdefs file for the proper RPC Port
<passwordEnabled>, 1 = enabled, 0 = disabled
<Description is what appears in the Drop own List>