Interface log

The IBM® Maximo® Asset Management interface log file, MAXORALOG, is used to record logging and debugging information. The Oracle processing control LOGLEVEL controls the level of detail recorded in MAXORALOG.

Table 1. LOGLEVEL values and logged data
LOGLEVEL value Logged data
ERROR (default) Information about conditions that caused processing to stop
WARNING Information about conditions that did not cause processing to stop
INFO Informational messages, such as the entry and exiting of procedures
DEBUG Detailed debugging information, including data values

Consider running periodic reports against the Maximo Asset Management interface log table to check for errors. Check the OA_IFACESTATUS column to identify transactions that did not complete successfully. You can use any SQL tool to run these reports.

To record ERROR, WARNING, or INFO level information, change the value of the LOGLEVEL control.

To record DEBUG level information, you can change the value of the LOGLEVEL control to DEBUG, or you can run a debugging script that sets the LOGLEVEL value to DEBUG.