PMAM not working PM213673 PM213607 Online Data Collection is not active
search cancel

PMAM not working PM213673 PM213607 Online Data Collection is not active

book

Article ID: 242313

calendar_today

Updated On:

Products

IDMS

Issue/Introduction

The #PMOPT parameters were changed to activate the Application Monitor PMAM.  This worked fine in one CV but in production, PMAM still shows as inactive, the message is:

Online Data Collection is not active     

Parameters used in #PMOPT:

      #PMOPT ,                                                         X
               AMACT=YES,                                              X
               AMDCLOG=YES,                                            X
               IMACT=YES,                                              X
               INTVMAX=70,                                             X
               INTVSIZ=15,                                             X
               IMDCLOG=NO,                                             X
               DCSTATS=NO                                               
         END                                                            

Startup Messages:

PM213601 V1 T11 INITIALIZING PERFORMANCE MONITOR           
PM213673 V1 T11 STATISTICS NOTASK SPECIFIED IN SYSGEN      
PM213607 V1 T11 APPLICATION MONITOR DISABLED               
PM213608 V1 T11 INTERVAL MONITOR ACTIVE                    
PM213602 V1 T11 PERFORMANCE MONITOR INITIALIZATION COMPLETE

Environment

Release : 19.0

Component : IDMS Performance Monitor

Cause

PMAM is not activating because of this error message:

PM213673 V1 T11 STATISTICS NOTASK SPECIFIED IN SYSGEN      

The PM213673 message documentation describes the reason for the error:

Reason:
The current system is running with Task Statistics disabled. The Application Monitor requires that Task Statistics be enabled in the SYSGEN.
This message will be followed by message PM213609 indicating that the Application Monitor is disabled.
Regenerate the current system with STATISTICS TASK specified in the SYSGEN

Resolution

The Application Monitor requires that Task Statistics be enabled in the SYSGEN.
To enable Task Statistics modify the SYSTEM statement to specify STATISTICS TASK COLLECT and regenerate the system.
Use the following statements in the SYSGEN task or in RHDCSGEN in batch:

SIGNON DICTIONARY SYSTEM.  
MODIFY SYSTEM nnn STATISTICS TASK COLLECT.
GENERATE.

Where nnn is the system number.

Then restart the CV.

Additional Information

See documentation section SYSTEM Statement Parameters Information