Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Event Folder | Summary of Elements in this Folder | pub.event:auditErrorInfo
 
pub.event:auditErrorInfo
WmPublic. Document type for audit error event information.
Input Parameters
time
String Date and time at which the audit error occurred. This parameter is in the format yyyy-MM-dd HH:mm:ss.SSS (for example, "2004-10-28 14:46:39.505").
destination
String Specifies the audit log destination to which the audit logging system attempted to write when the error occurred.
Value
Audit logger where the error occurred…
ServiceDBDest
Service audit logger
ErrorDBDest
Error audit logger
SessionDBDest
Session audit logger
ProcessAuditDBDest
Process audit logger
CoreAuditDBDest
All other audit loggers
message
String Error message of the exception.
stackTrace
String Stack trace for the exception.
errorCode
String Optional. The SQL error code returned with the exception.
Usage Notes
Use the watt.server.event.audit.async server parameter to indicate whether event handlers for audit events are invoked synchronously or asynchronously. When this parameter is set to true, Integration Server invokes the event handlers that subscribe to audit events asynchronously. When this parameter is set to false, Integration Server invokes the event handlers that subscribe to audit events synchronously. The default is true (asynchronous).