How do I decouple Workpoint monitors from IM application server?
search cancel

How do I decouple Workpoint monitors from IM application server?

book

Article ID: 39394

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Risk Analytics CA Secure Cloud SaaS - Arcot A-OK (WebFort) CLOUDMINDER ADVANCED AUTHENTICATION CA Secure Cloud SaaS - Advanced Authentication CA Secure Cloud SaaS - Identity Management CA Secure Cloud SaaS - Single Sign On

Issue/Introduction

Introduction:

In environments that generate thousands of approval tasks/workflows per day, the WP_PROCI table can get to tens of thousands of worklist items that are still active very quickly. The Workpoint monitors poll the workflow data frequently in order to display the most up do date data in the IME

Background:  

The application server is set to poll worklist data from that table every minute, and that could cause runtime processing delays when the table is that large. Only in the extreme cases of significant daily worklist load, the following might be considered to improve overall performance of IM at runtime.

Environment

Release: CAIDMB99000-12.6.2-Identity Manager-B to B
Component:

Resolution

  1. Shutdown all application server nodes
    2. Navigate to ...\iam_im.ear\config folder
    3. Edit the GeneralMonitor.properties file as follows:
    Change this:
    JOB_MONITOR=true
    MAIL_MONITOR=true
    ALERT_MONITOR=true
    SCRIPT_MONITOR=true

    To this:
    JOB_MONITOR=false
    MAIL_MONITOR=false
    ALERT_MONITOR=false
    SCRIPT_MONITOR=false
  2. Restart all application server nodes
  3. To set the monitors to run independently from the application server JVM, enable them in the GeneralMonitor.properties file under the IM Administrative Tools folder: <CA_HOME>\Identity Manager\IAM Suite\Identity Manager\tools\Workpoint\conf
  4. Make sure GeneralMonitor.properties file shows:

JOB_MONITOR=true
MAIL_MONITOR=true
ALERT_MONITOR=true
SCRIPT_MONITOR=true

  1. In order to run the monitors, navigate to <CA_HOME>\Identity Manager\IAM Suite\Identity Manager\tools\Workpoint\bin and launch GeneralMonitor.bat

 

Additional Information

  1. if the monitors are switched off on the application server, and the GeneralMonitor.bat is not running, then IM will not be able to fetch fresh/runtime data of a user's worklist and an exception will be seen on the View My Worklist screen. So, one of these (application server, or GeneralMonitor.bat) must be running on the environment

  2. For deleting unwanted jobs, please reference TEC1489252