DFHPI0711 E date time applid userid PIPELINE pipeline resolution failed because the SAX parser returned error code X'errcode'. The error was at offset X'offset' in the CONFIGFILE. The first eight bytes of data at this offset are: 'hexdata'.

Explanation

After the pipeline has been created, it undergoes the resolution process in a separate transaction. This transaction invokes a SAX parser. The parser has detected an error (errcode) at offset offset into the CONFIGFILE, as specified in RDO or in the EXEC CICS CREATE PIPELINE command. The first eight bytes of data (hexdata) are printed in hexadecimal to aid problem resolution.

System action

The pipeline is set to a DISABLED state and CICS continues normally.

User response

Refer to Enterprise PL/I for z/OS Programming Guide for the terminating exception code errcode. Correct the configuration file. Pipeline pipeline_name must be discarded and then re-installed.

Module

DFHPIPL

XMEOUT parameters/Message inserts

  1. date
  2. time
  3. applid
  4. userid
  5. pipeline
  6. X'errcode'
  7. X'offset'
  8. hexdata

Destination

CPIO