BIP8861
Severity
20 : ErrorMessage
User Exit '<insert_0>' not found for flow '<insert_1>'Explanation
A User Exit name '<insert_0>' has been specified as active or inactive for message flow '<insert_1>' but that user exit was not provided by any library loaded by this execution group. This message flow will be not started until this is resolved.Response
Review the name provided. If the name is incorrect, reissue the mqsichangeflowuserexit command with the correct name. If the name is correct, ensure that the user exit library is being loaded by the execution group. Check settings for MQSI_USER_EXIT_PATH environment variable and/or userExitPath broker property to ensure one of them includes the directory containing the user exit library. Check system log when execution group starts for errors loading the user exit library.