Configure a local client for a cluster node (32-bit)

If you want to run a cluster node on a 32-bit system, follow this procedure.

Before you begin

Tip: If your Workflow client starts but tries to update its product options and fails, then you must restart the Proficy Server service. Restarting this service ensures that the client product options are upgraded.

Procedure

  1. To set up a local client, perform the following procedure.
    1. Create a copy of the file, UserStartup.dita. To find this file, go to <install location>\Program Files (x86)\Proficy\Proficy Workflow\Program\Data\UserStartup.dita.
    2. Name the new copy UserStartupClient.dita.
    3. In the new file, change ServerDNSName to the name of the new cluster. For example, if it is called soaCluster2012: <ServerDNSName>soaCluster2012</ServerDNSName>.
  2. In the file, ProficyClient.exe.config, make these changes. To find this file, go to <install location>\Program Files (x86)\Proficy\Proficy Workflow\Program\ProficyClient.exe.config.
    Note: It is recommended that you make a backup copy of this file before proceeding.
    1. From the line <add key="stsUrl" value="http://<computer node name>:8112/ProficySTS">, change <computer node name> to the name of the cluster, such as soaCluster2012.
    2. In the following two lines, change the old file name (UserStartup.dita) to the new file name (UserStartupClient.dita).
      • <add key="url" value="./Data/UserStartupClient.dita">
      • <add key="UserStartupUrl" value="./Data/UserStartupClient.dita">