Before you can begin using the Batch Activity Dashboard
application, you must first configure the runtime environment variables.
About this task
To configure the Batch Activity Dashboard runtime environment:
Procedure
- Open a browser and navigate to http://<host>:<port>/ProcessAdmin.
Replace <host> and <port> with the specific host and port
used by your installation of the Process Admin Console.
- At the login page, provide your administration user name
and password, then click Login.
- From the main Process Admin Console menu, click Installed
Apps, then click All to show all
process applications.
- Click on the snapshot for the imported Batch Activity Dashboard
application, then click Environment Vars.
The Batch Activity Dashboard environment variables appear.
- Type the appropriate values for each environment variable:
- For batch_home, type the home
path of the batch processor, such as /usr/IBM/MDM/BatchProcessor.
- For batch_instance, type the
name of the batch processor instance, such as batch02.
Note: The batch_home and batch_instance variables
enable the Batch Activity Dashboard to start the MDM batch processor
directly. This batch instance must reside at the same location where
the BPM server is installed.
Note: The batch_instance variable
must match the value of the instance_name property
in the Batch.properties file of the batch instance
specified by batch_home. Otherwise, the Batch Activity
Dashboard may incorrectly disable the Process Now button.
- For mdm_server_password, type
the password used to access InfoSphere® MDM.
Tip: To prevent the password from being shown in
clear text, you can use WebSphere® Application
Server to encode the password in a file:
- Create a text file called batchuser.txt.
- Edit batchuser.txt to add the line
mdm_server_password=<user-password>.
- Run the following command to encode the password value:
- Open the batchuser.txt and copy the encoded
password value to the Batch Activity Dashboard environment variable
mdm_server_password.
- For mdm_server_url, type the
URL of the InfoSphere MDM instance,
following the format https:/<mdm-server-host>:<mdm-WC_defaulthost_secure>/MDMWSProvider/MDMService.
- For mdm_server_user, type the
user name used to access InfoSphere MDM.
- For pme_match_engine, type true if InfoSphere MDM uses
the Probabilistic Matching Engine (PME); otherwise, type false.
- To apply your configuration changes, you must deactivate
and then reactivate the Batch Activity Dashboard application.
What to do next
Attention: Due to an issue in BPM, your configured
runtime environment variables may not take effect. As an alternative,
you can configure the runtime environment variables within a snapshot,
and then import the snapshot to the server. For details about this
workaround, see
Configuring runtime environment variables using a snapshot.