System events > Event tables

Event tables

Tables of all events are provided in the following topics.

Events follow a hierarchy that enables you to filter the volume of reported events. For example, the following event from the table Messaging is the full detail for this event:

Messaging.Message.MessageUnpackaged.Request

Using an event filter, you can specify how many Messaging events are published. If you filter events at the top level, Messaging, all events at that level and below are reported. This would include all events in the following tables: Messaging, Transport and Packaging.

You could exclude many events by filtering according to the next level in the hierarchy. For example, if you filtered at the Messaging.Message level, all events in the table Messaging would be reported. No events would be reported from the tables Transport and Packaging.

You could drop another level and exclude even more events. For example, if you filtered at the Messaging.Message.MessageUnpackaged level, only three events from the table Messaging would pass the filter.

The tables give the level of each event.

A “level” indicates the significance of an event. Levels rank events from low to high importance. There are four levels, which are listed in order of lowest to highest importance: Low, High, Warning and Error.

Event levels provide different degrees of information. Low level events contain the most detailed information and high level events contain the most general information. The warning and error levels do not correspond to a level of detail, but do infer degrees of importance.

Messaging

The following are events that occur during business message processing.

Messaging.Message. is the prefix for these events. In other words, the syntax of the first event in the following table is actually Messaging.Message.ActionTreeExecuted.

Event

Lvl

Description

ActionTreeExecuted

Low

Action tree executed

Collaboration.ErrorBuildingCollaboration

Error

Error building a binary collaboration

Collaboration.ErrorExecutingActionTree

Error

Error executing a binary collaboration

DecompressionFailure

Error

Message could not be decompressed

DecryptionFailure

Error

Message could not be decrypted

Duplicate

Warn

Received a duplicate message

Duplicate.Message

Warn

Received a duplicate message

Duplicate.Payload

Error

Received a duplicate document

InlineProcessing.Error

Error

Inline processing was performed on a message that resulted in an exception being thrown

InlineProcessing.Initiated

Low

This event generates before an inline process is called by a message processing action or a delivery exchange

InlineProcessing.Performed

Low

Inline processing was applied to a message and returned successfully

InvalidCertificate

Error

No valid certificate

InvalidCertificate.InvalidEncryptionCertificate

Error

No valid encryption certificate

InvalidCertificate.InvalidSigningCertificate

Error

No valid signing certificate

InvalidPartner

Error

Partner ID invalid or unknown

InvalidPayload

Error

Payload cannot be recognized

InvalidPayload.XmlParsingFailure

Error

Error parsing XML payload

InvalidResponseRequest

Error

Message contains an invalid receipt request

InvalidResponseRequest.UnsupportedFormat

Error

Requested protocol format is not supported

InvalidResponseRequest.UnsupportedMicAlgorithms

Error

Requested MIC algorithms are not supported

InvalidSignature

Error

Signature cannot be verified or validated

InvalidSignature.InvalidHash

Error

Signature has invalid hash value

InvalidSignature.UnassociatedCertificate

Error

Signature certificate is not associated with the message sender

InvalidSignature.UntrustedCertificate

Error

Signature certificate is untrusted

MessageIgnored

High

MessageJoined

High

For messages with multiple payloads (typically ebXML and RosettaNet), child messages of the original have been joined into the single message sent

MessagePackaged

Low

Message packaged

MessagePackaged.Error

Error

An error was encountered while packaging a message

MessagePackaged.Request

Low

A request was packaged

MessagePackaged.Response

Low

A receipt was packaged

MessageReceived

High

Message received from transport

MessageRejected

Error

Message rejected

MessageSent

High

Message sent via transport

MessageUnpackaged

Low

Message unpackaged

MessageUnpackaged.Error

Error

An error was encountered while unpackaging a message

MessageUnpackaged.Request

Low

A document was unpackaged

MessageUnpackaged.Response

Low

A receipt was unpackaged

PayloadDelivered

High

Payload delivered to integration point

PayloadReceived

High

Payload received from integration point

PayloadSplit

High

A batch EDI document has been split into individual documents

PayloadSplit.Error

Error

An unrecoverable error occurred when splitting an EDI document. No children were produced and the original document failed.

RequiredHeaderNotFound

Error

Message did not contain the required header

ResendCancelled

Low

Resend cancelled

ResendInitiated

High

Resend initiated

ResendsExhausted

Error

Message resent maximum times

ResponseDelivered

High

An inbound receipt has been reconciled with the outbound message that requested it, or an outbound receipt has been successfully transmitted to the requesting party.

ResponseSent

High

Receipt sent via transport

Resubmit

High

Message resubmitted

Resubmit.Failed

Error

Message failed to resubmit

Resubmit.Initiated

High

Message resubmission initiated

UnexpectedProcessingError

Error

Cannot process a received message due to an unexpected error

UnexpectedResponse

Error

Receipt message is unexpected or contain

UnexpectedResponse.AuthenticationFailed

Error

Receipt indicates authentication of original message failed

UnexpectedResponse.DecompressionFailed

Error

Receipt indicates decompression of original message failed

UnexpectedResponse.DecryptionFailed

Error

Receipt indicates decryption of original message failed

UnexpectedResponse.DuplicateRequest

Warn

Receipt indicates the original message was a duplicate

UnexpectedResponse.DuplicateResponse

Warn

Received a duplicate receipt

UnexpectedResponse.InsufficientMessageSecurity

Error

Receipt indicates original message had insufficient security

UnexpectedResponse.IntegrityCheckFailed

Error

Receipt indicates integrity check of original message failed

UnexpectedResponse.MicMismatch

Error

MIC in receipt does not match MIC in original message

UnexpectedResponse.NoPartner

Error

Receipt indicates there was no partner configured for the original message

UnexpectedResponse.SenderEqualsReceiver

Error

Receipt indicates the sender and receiver of the original message were identical

UnexpectedResponse.UnexpectedProcessingError

Error

Receipt indicates there was an unexpected error processing the original message

UnexpectedResponse.UnknownError

Error

Received a receipt with an unknown error

UnexpectedResponse.UnknownFailure

Error

Received a receipt with an unknown failure

UnexpectedResponse.UnknownWarning

Warn

Received a receipt with an unknown warning

UnexpectedResponse.UnmatchedResponse

Error

Receipt does not match original message

UnexpectedResponse.UnsupportedFormat

Error

Receipt indicates the original message requested a receipt using an unsupported protocol format

UnexpectedResponse.UnsupportedMicAlgorithms

Error

Receipt indicates the original message requested a receipt with an unsupported MIC algorithm

UnknownReceiver

Error

Received message from unknown receiver

UnknownSender

Error

Received message from unknown sender

ValidationFailure

Error

An error validating an ebXML message. For instance, a message could not be validated against a CPA.

ValidationFailure.NotEncrypted

Error

An inbound message failed because it was not encrypted

ValidationFailure.NotSigned

Error

An inbound message failed because it was not signed

Transport

The following are transport events.

Messaging.Transport. is the prefix for these events. In other words, the syntax of the first event in the following table is actually Messaging.Transport.ConnectionClosed.

Event

Lvl

Description

ConnectionClosed

Low

Input or output connected closed

ConnectionEstablished

Low

Outbound or inbound connection established

ConnectionInitiated

Low

Outbound or inbound connection initiated

InputTransferCompleted

Low

Input transfer has completed

InputTransferInitiated

Low

Input transfer initiated on new connection

OutputTransferCompleted

Low

Output transfer completed

OutputTransferInitiated

Low

Output transfer initiated

PostProcessing

Low

Post processing

PostProcessing.Completed

High

Post processing completed

PostProcessing.Failure

Error

Post processing failed

PostProcessing.Initiated

High

Post processing started

ReceiveFailure

Error

A receive (input) fails for any reason

ReceiveFailure.InputConnectionFailure

Error

Input connection cannot be set up

ReceiveFailure.InputConnectionLost

Error

Input connection lost

ReceiveFailure.InputTermination

Error

Input abnormally terminated

RetryCompleted

Low

Retry finished

RetryFailure

Error

A retry fails for any reason

RetryFailure.RetriesExhausted

Error

All retries have been attempted

RetryFailure.RetryCancelled

Error

Retry operation cancelled

RetryScheduled

Low

A message that failed to send due to a transport error has been scheduled for another attempt at sending

SendFailure

Error

A send (output) fails for any reason

SendFailure.OutputConnectionFailure

Error

A connection cannot be established

SendFailure.OutputConnectionLost

Error

Established connection lost

SendFailure.OutputTermination

Error

Output abnormally terminated

Packaging

The following are message packaging events.

Messaging.Packaging. is the prefix for these events. In other words, the syntax of the first event in the following table is actually Messaging.Packaging.CertificateValidationFailure.

Event

Lvl

Description

CertificateValidationFailure

Error

Certificate validation failed

CompressionCompleted

Low

Compression completed

CompressionInitiated

Low

Compression started

DecompressionCompleted

Low

Decompression completed

DecompressionFailure

Error

Decompression failed

DecompressionInitiated

Low

Decompression started

DecryptionCompleted

Low

Decryption completed

DecryptionFailure

Error

Decryption failed

DecryptionInitiated

Low

Decryption started

EncryptionCompleted

Low

Encryption completed

EncryptionInitiated

Low

Encryption started

PackageCompleted

Low

Packaging completed

PackageInitiated

Low

Packaging started

PayloadUnpackaged

Low

A payload has been unpackaged

SignatureCompleted

Low

A signing operation has completed

SignatureInitiated

Low

A signing operation has started

SignatureVerificationCompleted

Low

A signature verification and validation has completed

SignatureVerificationFailure

Error

Signature verification failed

SignatureVerificationInitiated

Low

A signature verification and validation has started

UnpackageCompleted

Low

Unpackaging completed

UnpackageInitiated

Low

Unpackaging started

Administration alert

The following is an event that occurs when an alert is generated. Such an event also contains information about the particular alert. See The alerts.xml file.

Event

Lvl

Description

Administration.Alert

High

An alert generated

Administration configuration

The following are administration configuration events, which track changes to the system and resources used and accessed.

Administration.Configuration. is the prefix for these events. In other words, the syntax of the first event in the following table is actually:

Administration.Configuration.CertificateManagement.PersonalCertificateAboutToExpire.

Event

Lvl

Description

CertificateManagement.CertificateMetadataModified

High

The metadata on a certificate has been created, update or deleted.

CertificateManagement.PersonalCertificateAboutToExpire

High

A certificate is about to pass its expiration date

CertificateManagement.PersonalCertificateAdded

High

A certificate has been added

CertificateManagement.PersonalCertificateExpired

High

A certificate has expired

CertificateManagement.PersonalCertificateNotOperational

High

A certificate is not in active status

CertificateManagement.PersonalCertificateNotYetValid

High

A certificate precedes its validation date

CertificateManagement.PersonalCertificateRemoved

High

A certificate has been removed

CertificateManagement.PersonalCertificateRevoked

High

A certificate is no longer valid

CertificateManagement.PsePolicyUpdated

High

A default signing or encryption certificate has been changed

CertificateManagement.SslCertificateAboutToExpire

High

An SSL certificate is about to pass its expiration date

CertificateManagement.SslCertificateExpired

High

An SSL certificate has expired

CertificateManagement.SslCertificateNotOperational

High

An SSL certificate is not in active status

CertificateManagement.SslCertificateNotYetValid

High

An SSL certificate precedes its validation date

CertificateManagement.SslCertificateRevoked

High

An SSL certificate is no longer valid

CertificateManagement.TrustedCertificateAboutToExpire

High

A trusted certificate is about to pass its expiration date

CertificateManagement.TrustedCertificateAdded

High

A certificate has been trusted

CertificateManagement.TrustedCertificateExpired

High

A trusted certificate has expired

CertificateManagement.TrustedCertificateNotOperational

High

A trusted certificate is not in active status

CertificateManagement.TrustedCertificateNotYetValid

High

A trusted certificate precedes its validation date

CertificateManagement.TrustedCertificateRemoved

High

A certificate has been untrusted

CertificateManagement.TrustedCertificateRevoked

High

A trusted certificate is no longer valid

CertificateManagement.UserCertificateAboutToExpire

High

A user’s certificate is about to expire

CertificateManagement.UserCertificateExpired

High

A user’s certificate has expired

CertificateManagement.UserCertificateNotOperational

High

A user’s certificate is not in active status

CertificateManagement.UserCertificateNotYetValid

High

A user’s certificate precedes its validation date

CertificateManagement.UserCertificateRevoked

High

A user’s certificate is no longer valid

Collaboration.AllBuildingBlocksRemoved

High

A message handler condition has been removed

Collaboration.BuildingBlockAdded

High

A message handler condition has been added

Collaboration.BuildingBlockRemoved

High

A message handler condition has been removed

CpaManagement.CpaExpired

High

A community has a CPA that expire in two weeks or less.

CrlManagement.UpdateCompleted

High

An update of a certificate revocation list has been completed

CrlManagement.UpdateFailed

Error

An update of a certificate revocation list has failed

CrlManagement.UpdateInitiated

Low

An update has been initiated for a certificate revocation list

EmbeddedServer.Added

High

An embedded server has been added

EmbeddedServer.Removed

High

An embedded server has been deleted

EmbeddedServer.Updated

High

An embedded server has been updated

ExchangePoint.Added

High

An exchange point has been added

ExchangePoint.Removed

High

An exchange point has been deleted

ExchangePoint.Updated

High

An exchange point has been updated

Party.CommunityAdded

High

A community has been added

Party.CommunityImported

High

A community profile has been imported

Party.CommunityRemoved

High

A community has been deleted

Party.CommunityUpdated

High

A community has been updated

Party.ImportFailed

Error

A community or partner profile failed to import

Party.PartnerAdded

High

A partner has been added

Party.PartnerImported

High

A partner profile has been imported

Party.PartnerRemoved

High

A partner has been deleted

Party.PartnerUpdated

High

A partner has been updated

Trust-server Status Lists (TSLs)

The following are events related to TSLs.

Administration.Configuration. is the prefix for these events. In other words, the syntax of the first event in the following table is actually:

Administration.Configuration.TslManagement.UpdateInitiated

Event

Lvl

Description

TslManagement.Update
Aborted

Low

A TSL update was aborted because a newer TSL is not available.

TslManagement.Update
Completed

High

A TSL update completed successfully.

TslManagement.Update
Failed

Error

A TSL update ended in failure because of an unexpected error.

TslManagement.Update
Initiated

Low

A TSL update was initiated.

CSOS

The following are events related to CSOS document processing. These events are generated only if your user license allows CSOS processing.

CSOS-related events provide extended CsosMetadata content for one or more of the following:

These metadata are reported when available. For example, if a CSOS order verification failed event occurs because the signing certificate is not trusted, the DEA number and purchase order number are not available because the CSOS signature could not be validated. In this case, the event contains only the certificate metadata.

In addition to the events in the following CSOS table, these other events also contain extended CsosMetadata content if generated when CSOS messages are handled:

CSOS events follow.

Event

Lvl

Description

CSOS.Messaging.Approval

Low

A user has signed and approved an outbound message

CSOS.Messaging.Approval.Rejected

High

A message awaiting signing was rejected

CSOS.Messaging.QueuedForApproval

Low

A document is waiting for user signing

CSOS.Messaging.Verification

Low

This event has been deprecated.

The user signature of an inbound message has been verified

CSOS.Messaging.Verification 2

Low

The user signature of an inbound message has been verified

CSOS.Messaging.Verification.Failed

Error

The user signature of an inbound message has failed verification

Certificate exchange messages

The following certificate exchange events related to messages for exchanging replacement certificates between trading partners.

Event

Lvl

Description

CertExchange.CertificateInstall.Failure

Error

Installation of community certificate through CEM or SCX failed

CertExchange.Certificate
Install.Success

Low

Installation of community certificate through CEM or SCX succeeded

CertExchange.Message.Failed

Error

Processing of received EDIINT CEM or OFTP2 SCX message failed

CertExchange.Message.Invalid

Error

Received EDIINT CEM or OFTP2 SCX message was invalid

CertExchange.Request.
Accepted

Low

Received EDIINT CEM or OFTP2 SCX trust request was accepted

CertExchange.Request.
Accepted.Failed

Error

Failed to accept received EDIINT CEM or OFTP2 SCX trust request

CertExchange.Request.Failed

Error

Processing of EDIINT CEM or OFTP2 SCX request failed

CertExchange.Request.Invalid

Error

Received EDIINT CEM or OFTP2 SCX request was invalid

CertExchange.Request.
Received

Low

EDIINT CEM or OFTP2 SCX request was received

CertExchange.Request.Rejected

High

Received EDIINT CEM or OFTP2 SCX trust request was rejected

CertExchange.Request.Rejected.Failed

Error

Failed to reject received EDIINT CEM or OFTP2 SCX trust request

CertExchange.Request.Sent

Low

EDIINT CEM or OFTP2 SCX request was sent

CertExchange.Response.Accepted

Low

Received EDIINT CEM or OFTP2 SCX trust response accepted previously sent trust request

CertExchange.Response.Failed

Error

Processing of received EDIINT CEM or OFTP2 SCX trust response failed

CertExchange.Response.
Ignored

Low

Received EDIINT CEM or OFTP2 SCX trust response was ignored

CertExchange.Response.
Received

Low

EDIINT CEM or OFTP2 SCX response was received

CertExchange.Response.
Rejected

High

Received EDIINT CEM or OFTP2 SCX trust response rejected previously sent trust request

CertExchange.Response.Sent

Low

EDIINT CEM or OFTP2 SCX response was sent

Event

Lvl

Description

WebTrader.Document.Downloaded

Low

A WebTrader partner has clicked a document link to download it to his local hard drive.

WebTrader.Document.Downloaded.Viewed

Low

A WebTrader partner has clicked a document link to view a document in the browser.

WebTrader.Document.Purged

Low

A WebTrader partner has deleted a document from the trash.

WebTrader.Document.Removed

Low

A WebTrader partner has moved a document to the trash.

WebTrader_Document_Delivered

Low

A message has arrived in the WebTrader partner’s inbox.

WebTrader_Document_Supplied

Low

A WebTrader partner has submitted a document.

Terminal events

The significance of the following events, and the reason for presenting them apart from other events, is these are terminal events, which indicate the end of processing in Activator.

Administration system

Administration.System. is the prefix for these events. In other words, the syntax of the first event in the following table is actually Administration.System.ClusterBus.ErrorEvent.

Event

Lvl

Description

ClusterBus.ErrorEvent

Error

A node communication error has occurred

ClusterBus.FatalEvent

Error

A node communication fatal error has occurred

ClusterBus.WarningEvent

Warn

A node communication warning has occurred

Node.ShutdownCompleted

High

Node has shut down

Node.ShutdownInitiated

High

Node begins to shut down

Node.StartupCompleted

High

Node has started

Node.StartupFailure

Error

Node fails to start

Node.StartupInitiated

High

Node begins to start up

StartupCompleted

High

Server has started

StartupInitiated

High

Server begins to start up

SystemLoadExceeded

Warn

The system has exceeded the processing threshold and has throttled back

Administration licensing

The following table shows the administration licensing event.

Event

Lvl

Description

Administration.Licensing.ResourceUnlicensed

Warn

License.XML file does not allow access to a resource

Administration persistence

The following table shows the administration persistence event.

Event

Lvl

Description

Administration.Persistence.MessagesPurged

High

Messages have been purged from the backup directory and the database

Security

The following events are related to user-level security auditing.

Security. is the prefix for these events. In other words, the syntax of the first event in the following table is actually Security.Authentication.AuthenticationFailure.

Event

Lvl

Description

Authentication.AuthenticationFailure

High

A user cannot be authenticated

Authentication.AuthenticationSuccess

High

A user has been authenticated

Authentication.LockedOutUserAttempt

High

A user retries logging on

Authentication.UserLoggedOut

High

A user has logged out

Authentication.MaxAttemptsExceeded

High

A user has exhausted the number of allowed log-on attempts

Authorization.AuthorizationDenied

High

A user has been denied use of a resource

Authorization.AuthorizationGranted

Low

A user has been authorized to use a resource

Configuration.Failure

Error

Error due to missing or corrupted data in the database or a missing license.xml file

Configuration.ItemChanged

High

A security configuration has been changed

Configuration.PasswordCreationFailure

Error

A password could not be encrypted

Group.GroupAdded

High

A role has been added

Group.GroupRemoved

High

A role has been deleted

Group.GroupUpdated

High

A role has been updated

Group.UserAddedToGroup

High

A user has been added to a role

Group.UserRemovedFromGroup

High

User removed from a role

User.LockedOut

High

A user’s authority to log on has been suspended

User.LockOutRemoved

High

A user can log on again

User.PasswordUpdated

High

A user’s password has been changed

User.UserAdded

High

A user has been added

User.UserRemoved

High

A user has been deleted

User.UserUpdated

High

A user has been updated

Related topics