Integration Server 10.15 | Audit Logging Guide | Viewing Audit Log Data | View the Audit Logs in Integration Server Administrator | View the Error Log
 
View the Error Log
In Integration Server Administrator, go to the Logs > Error page to view the error log.
Note:
You can export the error log as a comma separated values (csv) file by selecting > Export as CSV. The error_logs.csv contains the errors in the selected time range for the logs.
The following table describes all the possible fields for an error log.
Column
Description
Date/Time
Date and time the audit record was written to the database or file system.
Audit time stamp
Date and time the entry was written to the log.
Service name
Name of the service in which the error occurred.
Service stack
Parent services for the service in which the error occurred.
Error message
Message that describes the error that occurred.
Stack trace
Trace that shows the call sequence leading to the error. Expand the row to view more of the stack trace.
Root Context
Parent Context
Current Context
Context information Monitor uses to connect related entries from different logs.
Server ID
IP address or host name of the server on which the Integration Server that generated the audit event is running. This is necessary information when Integration Servers are clustered and writing to a shared RDBMS. The ID can be DNSname:port or IPaddress:port.
Note:
The port is always the Integration Server's primary port, even if the event occurred on a different (non-primary) Integration Server port.
Note:
For more information about interpreting the error log and using the log to help debug services, see Debugging Service Exceptions Using the Error Log.