The messages.log file contains log items related to client-server messaging. Each message and response sent between the Agentry Server and Agentry Client is a log item in the messages.log file. The information in each item includes the date and time of the message, the Agentry Client’s IP address, the type of message or response, and other message information.
Unlike most other log files generated by the Agentry Server, the messages.log file is always generated by the Agentry Server and cannot be disabled.
The following is an excerpt from a typical messages.log file in the Text View, with each column of output labeled. These same columns are also presented in the Grid View. See the list of columns below the example. where there is a description of each output column.
State | Name | Description |
---|---|---|
I | Incoming | Message in the process of being received from the client. |
Q | Queued | Message is decoded, the user is identified, and the message is placed in one of the Agentry Server’s work queues. |
A | Active | A previously queued message is now being processed by the Agentry Server. |
S | Sent Response | The Agentry Server sent information and/or an acknowledgement to the Client. |
R | Received Response | A Client response was received by the Agentry Server. |
C | Complete | The message processing is complete. |
State | Name | Description |
---|---|---|
O | Outgoing | A message is in the process of being sent to the Client. |
T | Trying | The Agentry Server is attempting to connect to a Client |
L | Linked | The Agentry Server has successfully connected to a Client. |
W | Waiting | The Agentry Server failed in an attempt to connect to a Client. It will attempt the connection again. |
R | Received Response | The Agentry Server has received a Client response. |
S | Sent Response | The Agentry Server sent information and/or an acknowledgement to the Client. |
C | Complete | The message processing is complete. |
X | Cancelled | The Agentry Server cancelled the message to the Client. |
F | Failed | The message has failed. The Agentry Server will not retry. |
Code | Description |
---|---|
2 | Client logout request |
3 | Client login request |
7 | Client user password change request |
200 | Transaction instance sent to the Agentry Server from the Client |
201 | Client has made a fetch processing request |
202 | Client system information message sent to Agentry Server |
203 | Client has requested an object be reloaded/refreshed |
204 | Client has requested the definition of an object be sent |
205 | Client has requested the definition of a fetch be sent |
206 | Client has requested the definition of a transaction be sent |
207 | Client has requested the definition of a screen set be sent |
208 | Client has requested the definition of an action be sent |
209 | Client has requested the definition of a rule be sent |
210 | Client has requested the definition of a report be sent |
211 | Agentry Server has pushed an object and/or messages to the Client |
212 | Client has sent an enable push message to the Agentry Server for the user |
213 | Client has requested the definition of a style be sent |
622 | Client has requested all complex tables be updated |
623 | Client has requested all data tables be updated |