DUAS6: "uxdlt / uxlst evt" performance issues
search cancel

DUAS6: "uxdlt / uxlst evt" performance issues

book

Article ID: 131810

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

Jobs that use "uxdlt evt" or "uxlst evt" in their Uproc / ANTE / Post scripts take much longer to execute in version 6 compared to version 5.
After deeper analsys, it is observed that commands "uxdlt evt" and "uxlst evt" may take up to 1/2 minutes whereas on version 5 it would not take more than a couple of seconds.

The issue is easily noticed if the u_fmlp60.dta ( Job Event data file) contains a lot of Job Events ( 30 thousand lines or more).
 

Environment

Dollar Universe 6 using command line for listing / deleting Job Events.

Cause

Commands "uxlst evt" and "uxdlt evt" were not using default filters on LPNI/DAS request 

Resolution

Update to a fix version listed below or a newer version if available.

Fix version(s): 
Component: Application.Server
Dollar Universe 6.10.01 - Released 30th May 2019

WARNING : Optimization is ONLY made if the command has specific uproc / MU / session / numsess / numproc / pdate set. 
Example : 
uxdlt evt upr=UPROC ... 
if command contains the character *, like "uxdlt evt upr=UPROC*" (star) there won't be any optimization.