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


Chapter 16 Processing in Standard Execution Mode : Logging of Output

Logging of Output
Message Logs Available
TIBCO Object Service Broker maintains two message logs to log user and system output: a user log and a system log. Refer to User Log and System Log for information about these logs. To access the message logs, press PF2 from the workbench. Messages from the system log appear first; pressing PF2 again displays the user log. If there is no message in the system log, the user log appears after the first PF2 command.
Message Log Primary Commands
From the command line at the top of the message log screen, you can issue commands to:
PRINT Command
To print either the user or system log, type the following in the primary command field:
COMMAND ===> PRINT
while you view the log you want to print.
FIND Command
To find a string, use the FIND command, which you can abbreviate as F. Follow the FIND command with the string that you want to find. If the string contains blanks, enclose the string in single quotation marks. For example, if you want to find the word “message”, type in this command:
f message
If you want to find the phrase “error message log”, type in the command:
f 'error message log'
In these two examples, the first occurrence of the string is found regardless of what case it is in. “Message”, “MESSAGE”, and “message” all satisfy the search. If you want to limit the search, you can specify case sensitivity with the keyword CASE, which you can shorten to C. If you issue the command:
f Message c
the first occurrence of the word “Message” with a capital M is found.
PF Keys for the Message Logs
 

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