REXX programs that comprise Notification Manager use this log file to record progress information on notification requests. This progress information includes the parameters used to launch the various REXX programs and the return codes from each REXX program. This log file has a maximum size of 4MB, and the logging system retains 10 previous copies of this log file. Each log message recorded in this file begins with a common prefix, which is formatted into the following fields:
YY/MM/DD HH:MM:SS SYSNAME YY/MM/DD HH:MM:SS.mmm DOMAIN\USER PID/TID PROGNAME:UNIQUEID
Specifies the year, month, and day as recorded by the Notification Server.
Specifies the time (in hours, minutes, and seconds) as recorded by the Notification Server.
Specifies the system name (PPQ name) of the VOX client from which the request was initiated.
Specifies the year, month, and day as recorded by the VOX client from which the request was initiated.
Specifies the time (in hours, minutes, seconds, and milliseconds) as recorded by the VOX client from which the request was initiated.
Specifies the user account (in Windows domain format) used to initiate the request on the VOX client.
Specifies the process ID (PID) and thread ID (TID) from which the initial request was generated on the VOX client.
Specifies the name of the REXX program executing on the VOX client that initiated the log request
Specifies the unique identifier used to represent the current instance of the running REXX program. This unique ID is used to differentiate between different running instances of the same REXX program executing on the same VOX client machine
Copyright © 2012 CA. All rights reserved. |
|