CA WA dSeries(DE): Server shows latency when subscribing and monitoring in Desktop Client
search cancel

CA WA dSeries(DE): Server shows latency when subscribing and monitoring in Desktop Client

book

Article ID: 206760

calendar_today

Updated On:

Products

CA Workload Automation DE CA Workload Automation DE - Scheduler (dSeries)

Issue/Introduction

Users may see delay in Monitor perspective.  Jobs status may take a long time to update.

Environment

Release : 12.x

Component : ESP DSRIES WORKLOAD AUTOMATION (DE)

Cause

In busy setups, large number of COMPLETED jobs and application in Monitor may sometimes cause delays.  The DE server has to load large data sets from DB and then send the data to clients.  If the active tables like ESP_WSS_JOB have large number rows, over million then delay may be observed.  

Resolution

Use purgecompletedjobs to clear completed applications from the monitor perspective.  Check for any application that is creating large number of generations.  The following SQL may be used to get the count of active applications that may require purge.

SELECT count(APPL_NAME), APPL_NAME from esp_wss_appl where STATUS = 2 GROUP BY APPL_NAME

Use purgecompletedjobs command CLI to clear the application with high counts.

purgecompletedjobs application(application_name)