flashback is not recording data
search cancel

flashback is not recording data

book

Article ID: 5188

calendar_today

Updated On:

Products

Explore Performance Management for z/VSE

Issue/Introduction

When  I try to view the FLASHBACK file using PF4, I receive the following error message

4228I FILE EXPCFBK OPEN  ERROR X'6E'(110) CAT=xxxxxxx

Environment

Release:
Component: EXPC

Resolution

1. Ensure that ENF is started at CASAUTIL time

   a. A libdef for EXPLORE for CICS must be in the chain prior to CASAUTIL

2. Explore for CICS and CIS must be in the LIBDEF for the CICS partiton

3. Make sure the DLBL/CATALOG is correct for the FLASHBACK file

4. Make sure the FLASHBACK file  was INSTALLED correctly using EXPUTIL

// EXEC   EXPUTIL,SIZE=EXPUTIL                                      
INSTALL                       -             
  FILE(EXPCFBK)               -             
  NAME(EXPLORE.CICS.FLSHBACK) -     
  INPUT(NONE)                 -             
  USCL(0 0)                   -             
  CYL(nnn 0)                   -            
  VOL(nnnnnn)                               
/*