IBM Streams 4.3.0

Naming conventions for IBM Streams log message IDs

Each log message has a unique message ID. The naming convention for each IBM® Streams message ID is CDISXNNNNT.
The message IDs consist of four components:
Component in the message ID Description
CDIS The unique component prefix that identifies IBM Streams log messages
X A unique message serial number that identifies the IBM Streams component including:
  • A for Streams Console
  • C for streamtool and command line interface
  • I for installation
  • P for Streams Processing Language (SPL)
  • R for runtime services and utilities
  • U for application manager service (SAM)
  • W for web management service (SWS)
NNNN A four-digit numeric identifier
T The severity type of the message including:
  • I for informational
  • W for warning
  • E for error or unrecoverable error

For example, the message ID CDISA5000E is an IBM Streams error message for the Streams Console component with the numeric identifier of 5000.