SYSVIEW: lgstream command got GSVX554 error message
search cancel

SYSVIEW: lgstream command got GSVX554 error message

book

Article ID: 200890

calendar_today

Updated On:

Products

SYSVIEW Performance Management

Issue/Introduction

Running the SYSVIEW command lgstream, getting the error message:   

GSVX554E XUTLR EXTRACT_LOGSTREAM_DEFS_64 failed  

 

Environment

SYSVIEW 15.0 & 16.0 - z/OS supported releases - 

 

Resolution

This utility can be run in batch:  
 
/*JOBPARM SYSAFF=xxxx     (SYS Affinity statement to run on the correct LPAR)                 
//*                                    
//REPORT   EXEC  PGM=IXCMIAPU,REGION=0M
//SYSPRINT DD SYSOUT=*                 
//SYSIN    DD *                        
    DATA TYPE(LOGR) REPORT(YES)        
         LIST LOGSTREAM                
         NAME(*)                       
         DETAIL(NO)          

Getting the error message:  Access Denied to IBMFAC<MVSADMIN.LOGR>

The READ access is needed to access to the RESOURCE(MVSADMIN.LOGR) in SAF class CLASS(FACILITY) 

to be able to run the lgstream command.