Viewing server events
When you search for or view entries recorded in the Server Events form, you see numbers and raw data in the fields. Only the numeric values for Event Type and Event Cause are returned, and only a brief description is provided in the Event Details field. For example, if you recorded the server events associated with adding a user, a search on the Server Events form looks similar to the screen in the following figure.
Adding a user
The #define statements for the event types in ar.h are:
For server setting changes, the Event Details 1 field records the datatype and value. The datatype is recorded as 0, 2, and 4, corresponding to the datatypes in the following table.
Datatype | Description | #define in ar.h |
---|---|---|
0 | NULL | AR_DATA_TYPE_NULL |
2 | Integer | AR_DATA_TYPE_INTEGER |
4 | Character String | AR_DATA_TYPE_CHAR |
Use the tables in the following topics to look up the description that corresponds to the type number and cause number of the server event for which you need information.