Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Tools : S6BNOTIFY

S6BNOTIFY
Sends a Notification message to TIBCO Hawk. (C)
Invocation
CALL S6BNOTIFY(msgnum, severity, action, source, subsource, correlation, msgtext)
 
Usage Notes
Use of this tool within TIBCO Object Service Broker for z/OS results in data being passed to a TIBCO Mainframe Service Tracker™ subsystem, which in turn makes the data available to TIBCO Hawk® through the Notification method.
Use of this tool within TIBCO Object Service Broker for Open Systems results in the data being made available to TIBCO Hawk through the Notification method of the Hawk microagent embedded in the TIBCO Object Service Broker monitor process (osMon) or TIBCO Object Service Broker batch client (osBatch).
NULL or a zero-length string may be specified for any parameter, which in most cases will result in the corresponding Notification method parameter being empty.
If the source parameter is NULL or a zero-length string, then the Issuer Source parameter of the Notification message will default to the name of the Data Object Broker or Execution Environment on Open Systems, or the jobname on z/OS.
This tool does not provide the ability to specify a value for the Host Name parameter of the Notification message. On Open Systems, it will always be set to the hostname for the machine on which the Execution Environment is running; on z/OS, it will always be set to the name of the LPAR.
This tool does not provide the ability to specify a value for the Host Platform parameter of the Notification message. On all platforms it will be set to “OSB”.
See Also
TIBCO Object Service Broker for z/OS Installing and Operating for additional information on interfacing with TIBCO Mainframe Service Tracker.
TIBCO Object Service Broker for Open Systems Installing and Operating for additional information on interfacing with TIBCO Hawk.

Exceptions
 
Raised if there is an error creating the message to be sent. Refer to the associated message log to determine the cause.
Example
This rule sends a Notification message to TIBCO Hawk that a rules-based application has been successfully started.

 
CALL S6BNOTIFY('TSYSHK001', 'I', NULL, 'TSYSAPP', 'FRAMEWORK', $RULENAME(0,0), 'STARTED');

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved