Release : 16.0
Component : SYSVIEW
Incorrect configuration of the hlq.CNM4BPRM(CAPTURE) member.
It is an allocation alert. GSV2195E shows the capture request is from GSVXSCHT, which is the SYSVIEW SCHEDULE task. Out of the box it schedules CAPTURE OVERVIEW on an interval.
To find the reason for GSV2196E go to ASADMIN and enter the CL line cmd beside CAPTURE task.
This will show the LISTLOG for each capture that is requested. The same error messages can be seen here along with more messages to help indicate what the allocation problem was.
On the LISTLOG, Activity Log screen that is displayed, enter PF11 to go to the right to see the messages.
Parms in the CAPTURE parmlib member may need to be modified. OVERVIEW capture can be disabled on the SCHEDULE and/or the SCHEDULE parmlib member.
Verify if the values of allocation in hlq.CNM4BPRM(CAPTURE) are correct for the environment.
In this example the error was found to be a duplicate dataset.
IGD17001I DUPLICATE DATA SET NAME
The settings were:
Dsn-System-CAPINDEX XXXX.&SMFID..CASYSVW.CAPINDEX
Dsn-System-CAPINDEX-HLQ XXXX.&SMFID..CASYSVW.CAPINDEX
Dsn-System-CAPDATA-HLQ XXXX.PLEX.CASYSVW.CAP
This duplicate dataset name had to be corrected.
From the documentation for the Event Capture Subtask Setup:
Dsn-System-CAPINDEX
Specifies the capture index data set name. This data set can contain symbolic names, such as &SYSNAME or &SMFID.
Dsn-System-CAPINDEX-HLQ
Specifies the capture index high-level qualifier.