Compliance Event Manager task CEMALERT produces CEM_DUMP_EVTNUM messages even though CEM_TRACE=NONE is specified.
search cancel

Compliance Event Manager task CEMALERT produces CEM_DUMP_EVTNUM messages even though CEM_TRACE=NONE is specified.

book

Article ID: 106204

calendar_today

Updated On:

Products

Compliance Event Manager

Issue/Introduction

After upgrading CEM 6.0 to Incremental Release 4 (IR4), the following messages continually appear after CEMALERT starts even though CEM_TRACE=NONE is specified:: 
***
map_debug_trc() successfully opened //DD:CEMTRC
The env CEM_TRACE=NONE
The CEM_TRACE level is 0x0
The CEM_DUMP_EVTNUM is 0
The CEM_DUMP_THD_MATCHLIM is 0  
CEM_DUMP_EVTNUM = 13 skipped, configured for 0 only
CEM_DUMP_EVTNUM = 11 skipped, configured for 0 only
CEM_DUMP_EVTNUM = 11 skipped, configured for 0 only
CEM_DUMP_EVTNUM = 13 skipped, configured for 0 only
.
etc.
****.

Environment

CEM 6.0 IR4

Cause

CEM 6.0 Incremental Release 4 (IR4) introduced these new messages, and they are intentional.

Resolution

The PTF LU13372 actually fixed the issue CEM tracing is written even when the CEMTRC DD is in place with trace being set to off. This PTF doesn't modify the previous DD statement when applied, but honors what the user intends to set. 

Removing or Commenting out the //CEMTRC DD during normal execution eliminates the trace and debug records from appearing and also issue console command  'F CEMALERT,TRACE,NONE'.

Restart CEMALERT task and you can verify in the joblog the TRACE flag being changed to OFF
CEM_TRACE:  0x00000000

 

Additional Information

Consideration is being made to move these messages to another logging level.  If so, this will be introduced via subsequent maintenance.