Previous Topic: Install Workpoint Designer on Windows/JBoss

Next Topic: Configuring the Server Post Installation

Install and Configure Workpoint Designer to Work with WebSphere

Workpoint Designer is a client application used to edit process flows. Designer is installed on a Windows computer. Configuration changes are necessary to allow this client to work with the Workpoint server cluster on the WebSphere Application Server.

To install and configure Workpoint Designer to work with WebSphere

  1. Download the IBM Application Client for WebSphere Application Server, and install it on the Windows computer.
  2. The CA RCM installer places a copy of the Workpoint Designer installation package under the directory
    RCM_install\Server\eurekify-jboss\Workpoint\
    

    Note: RCM_install is the CA RCM installation directory.

  3. Copy the installation package to a 32-bit Windows computer.
  4. Run the installation.
  5. Define an ODBC Data Source that points to the CA RCM Workpoint database:
    1. From the Windows Control Panel, click Administrative Tools, Data Sources.
    2. On the User DSN tab, click Add.
    3. The Create New Data Source wizard begins.
    4. Select the SQL Server driver and click Finish.
    5. Enter a label. Specify the SQL Server that hosts CA RCM databases. Click Next.
    6. Select the With SQL Server authentication option. Provide login information for the SQL Server. Click Next.
    7. Select the Change the default database to option and specify WPDS. Click Next.
    8. Accept language and logging defaults, and click Finish.
    9. Click Test Connection to verify that the Data Source attaches to the database. Click OK to conclude.
  6. Edit the file c:\workpoint\conf\workpoint-client.properties and make the following changes:

    Under the J2EE Client Configuration header, change all lines in the JBoss SETTINGS section into remarks by adding the # character. Remove the # character from all lines of the IBM WEBSPHERE SETTINGS section to make these lines active.

    Edit the property java.naming.provider.url to define the DNS and port information for the Workpoint cluster load balancer in your configuration. Typically this is the Bootstrap Address of the application server.

  7. Edit the file c:\workpoint\bin\init.bat and make the following changes:

    Add the rem keyword to all lines in the USE WITH JBoss section, and remove the rem keyword from all lines in the USE WITH IBM WEBSPHERE section.

    Set the JAVA_HOME and WAS_HOME properties to the WebSphere Application Server client application. Typically the values are:

    SET JAVA_HOME=C:\PROGRA~1\IBM\WebSphere\AppClient\java\jre
    
    SET WAS_HOME=C:\PROGRA~1\IBM\WebSphere\AppClient
    
  8. Start Workpoint Designer with the command c:\workpoint\bin\Designer.bat. Do not use Designer.exe when working with WebSphere environments.