QUSRBRM.REMOVE_BRMS_DISTRIBUTION_MESSAGE Procedure
The QUSRBRM.REMOVE_BRMS_DISTRIBUTION_MESSAGE procedure removes message IDs used when sending email notifications about messages sent to the BRMS log.
Parameters
|
message-id
Specifies the message ID(s) you wish to remove from the distribution list when sending email notifications for messages sent to the BRMS log.
Possible values are:
ALL | Specifies to remove all message IDs, the existing message ID list will be cleared. |
message-id | Specifies the messaged ID(s) to remove from the distribute list when sending email notifications for messages sent to the BRMS log. The field supports a list of 7 character blank separated message IDs, up to a maximum of 5. |
Â
Authorization: The privileges held by the authorization ID of the statement must include the following:
*EXECUTE SQL privilege on this procedure
The BRMS Network feature is required.             Â
The schema is QUSRBRM.
Examples
To remove the single message BRM1049 for email notification:
call QUSRBRM.REMOVE_BRMS_DISTRIBUTION_MESSAGE('BRM1049') |
---|
To remove 2 additional messages, CPF9898 and MCH3601 for email notification:
call QUSRBRM.REMOVE_BRMS_DISTRIBUTION_MESSAGE('CPF9898 MCH3601') |
---|
To remove 5 additional messages, CPF0001, MCH0001, BRM0001, CPF9898 and MCH3601 for email notification:
call QUSRBRM.REMOVE_BRMS_DISTRIBUTION_MESSAGE('CFP0001 MCH0001 BRM0001 CPF9898 MCH3601') |
---|
Error Messages
The following error SQLSTATEs may be returned by this procedure.
U0001 | Message ID not valid. |
U0002 | Message ID not removed. |
U0003 | Not all message IDs removed. |
U0004 | No message IDs removed. |
U9999 | Illegal execution. |
Privacy Policy | Cookie Policy | Impressum
From time to time, this website may contain technical inaccuracies and we do not warrant the accuracy of any posted information.
Copyright © Fortra, LLC and its group of companies. All trademarks and registered trademarks are the property of their respective owners.