Automate a specific console session in Automation Point, but messages from this session shouldn't appear in the Merged Message window.
To exclude a console session from the Merged Msg window while maintaining active automation for that session, the SUPPRESS keyword can be used within a specific message rule. This effectively hides the session's messages from the centralized window without disabling the automation logic.
Steps:
MSGID parameter to * to capture all messages.SESSION field, specify the exact name of the console session.SUPPRESS keyword to the rule.Example Configuration: MSGID(*) SESSION(your_session_name) SUPPRESS
Once this rule is active, Automation Point will process the messages from the specified session based on the automation logic, but the messages will no longer be forwarded to the Merged Msg window.