ABEND306-42 and BPXP014I message in the MATGSRVR log
search cancel

ABEND306-42 and BPXP014I message in the MATGSRVR log

book

Article ID: 5690

calendar_today

Updated On:

Products

Mainframe Application Tuner

Issue/Introduction

After the Tomcat install and deploy, you find the following error messages in the MAT server for the GUI interface.

BPXP014I ENVIRONMENT MUST REMAIN CONTROLLED FOR DAEMON (BPX.DAEMON) PROCESSING. 
CSV042I REQUESTED MODULE TUNGRGIF NOT ACCESSED. THE MODULE IS NOT PROGRAM CONTROLLED
CSV028I ABEND306-42 JOBNAME=MATGSRVR STEPNAME=SERVER

Environment

Component: MATUNE

Resolution

According to the description of this error, it means the TUNGRGIF load module is not program controlled. This module is in the main load library of the Mainframe Application Tuner (MAT) product, usually found under HLQ.CEESPLD.

It means the security settings are such that the load library is not program controlled by default. The instructions on how to set that depends on the security product.

For RACF it should be possible using the RALTER PROGRAM command.

  1. Activate the RACF program control.
    SETROPTS WHEN(PROGRAM)
  2. Alter the PROGRAM profile. 
    RALTER PROGRAM TUNGRGIF ADDMEM('HLQ.CEESPLD'/volser/NOPADCHK)  
    The volser parameter is optional. 
  3. Refresh the in-storage copy of the PROGRAM profile. 
    SETROPTS WHEN(PROGRAM) REFRESH