com.cyclonecommerce.cybervan.api
Interface EventConstants

All Known Implementing Classes:
EventHelper

public interface EventConstants

Represents the descriptions of an event generated by the Interchange Server engine. An event is composed of two elements, a string representation and a numerical representation. The numerical equivelant is assigned based upon the level that the event belongs to.

Version:
2.2

Field Summary
static java.lang.String[] configStrings
          an ordered array of the Configuration level strings.
static java.lang.String[] debugStrings
          an ordered array of the debug level strings.
static java.lang.String EVENT_ACK_RECEIVED
          Document level Event

An Inbound acknowledgement was received for a valid outbound document
static java.lang.String EVENT_ACK_SENT
          Document level Event

Is generated when an acknowledgement is being sent for an inbound document
static java.lang.String EVENT_ACTIVATOR_CONFIG_ERROR
           
static java.lang.String EVENT_ACTIVATOR_RESULT_SUCCESS
           
static java.lang.String EVENT_AGENT_STARTED
          System level Event

An inbound or outbound transport has been started by the CI Server
static java.lang.String EVENT_API_LOCAL_DOC_NOTIFY
          Document level Event

Occurs before a document is sent to a registered API listener that is local to the server machine
static java.lang.String EVENT_API_LOCAL_DOC_SENDING
          Document level Event

Generated when a API client local to the CI Server sends a document
static java.lang.String EVENT_API_REMOTE_DOC_NOTIFY
          Document level Event

Occurs before a document is sent to a registered API listener that is remote to the server machine
static java.lang.String EVENT_API_REMOTE_DOC_RECEIVING
          Document level Event

Generated when a API client remote to the CI Server sends a document
static java.lang.String EVENT_API_REMOTE_DOC_SENDING
          Document level Event

Generated when a API client remote to the CI Server sends a document
static java.lang.String EVENT_BACKUP_ARCHIVED
          System level Event

Occurs when the Archiver program is performing a backup of files
static java.lang.String EVENT_BACKUP_DELETED
          System level Event

Occurs following the deletion of backup files
static java.lang.String EVENT_CERTIFICATE_EXPIRING_SOON
          System level Event

Generated when the server detects that a certificate is due to expire soon.
static java.lang.String EVENT_CERTIFICATE_UPDATED
          Business level Event
This event is used in two cases -A transaction has been created for a certification update -A certification update has been received from a partner
static java.lang.String EVENT_COMPANIES_STARTED
          Business level Event

Occurs after the CI Server has generated a list of companies and has attempted to initialize them all
static java.lang.String EVENT_COMPANIES_STARTING
          Business level Event

Occurs prior to when the CI Server generates the list of companies to initialize
static java.lang.String EVENT_COMPANY_ADDED
          System Level Event

Occurs when a company has been entered into the database after the server has been started
static java.lang.String EVENT_COMPANY_REMOVED
          System Level Event

Occurs when a company configuration has been removed after the server has been started
static java.lang.String EVENT_COMPANY_UPDATED
          System Level Event

Occurs when a company configuration has been updated after the server has been started
static java.lang.String EVENT_CONTROLLER_LICENSE_EXPIRED
          System level Event

Occurs during the startup sequence and is generated when the license expiraton date is on or before the current date.
static java.lang.String EVENT_CONTROLLER_LICENSE_INVALID_PLATFORM
          Occurs during the startup sequence and is generated when the license hardware platform number does not match the VM platform.
static java.lang.String EVENT_CONTROLLER_LICENSE_INVALID_VERSION
          Occurs during the startup sequence and is generated when the license version number does not match the stamped version.
static java.lang.String EVENT_CONTROLLER_LICENSE_NOT_BORN
          System level Event

Occurs during the startup sequence and is generated when the license creation date is after the current date.
static java.lang.String EVENT_CONTROLLER_LICENSE_WILL_EXPIRE
          occurs when the license is about to expire
static java.lang.String EVENT_CONTROLLER_RUNNING
          System level Event

Occurs during the startup sequence and is generated when the controller finds a pre-existing instance of itself
static java.lang.String EVENT_CROSSWORKS_ERROR
           
static java.lang.String EVENT_DOC_LISTENER_ADDED
           
static java.lang.String EVENT_DOC_LISTENER_REMOVE
           
static java.lang.String EVENT_DOC_SUBMISSION_UNLICENSED
          Occurs when the document submission API is accessed and they are not licensed to use it.
static java.lang.String EVENT_DOCUMENT_NEW
          General level Event

Generated prior to an insert into the outbound record table
static java.lang.String EVENT_DOCUMENT_PACKAGED
          General level Event

Generated prior to an insert into the outbound record table and flagged as a packaged document
static java.lang.String EVENT_DOCUMENT_RECEIVED
          Document level Event

Generated when a new document (not recovery document) has been received through a transport
static java.lang.String EVENT_DOCUMENT_SENT
          Document level Event

Occurs after a document has been transported through the specified transport
static java.lang.String EVENT_DOCUMENT_TRANSFERRED
          Document level Event

Occurs when a document enters a state of transferred
static java.lang.String EVENT_DUPLICATE
          Document level Event
A duplicate EDI document has been received
static java.lang.String EVENT_DUPLICATE_MDN
          Document level Event

Generated when a duplicate acknowledgement for an outbound document has been received by the server
static java.lang.String EVENT_EDI_PARSING_ERROR
          Document level Event
Generated when an exception occurs parsing an EDI document
static java.lang.String EVENT_EVENT_LISTENER_ADDED
           
static java.lang.String EVENT_EVENT_LISTENER_REMOVE
           
static java.lang.String EVENT_FILE_BACKED_UP
          Document level Event

generated when a file or parts of a file are backed up.
static java.lang.String EVENT_INCOMPLETE_TRANSPORT
          General level Event

Occurs when a transport configuration has not been completed and causes a connection not too occur
static java.lang.String EVENT_INTEGRATION_DOCUMENT_PULLED
          Document level Event

Generated after a document has been picked up from any Integration client
static java.lang.String EVENT_INTEGRATION_DOCUMENT_PUSHED
          Document level Event

Generated after a document has been pushed out to any Integration client
static java.lang.String EVENT_INVALID_CERTIFICATE_VERIFICATION
          General level Event
Generated when certificate can be found to validate an inbound document or acknowledgment
static java.lang.String EVENT_INVALID_MDN_MIC
          Document level Event

Generated when an acknowledgement is being logged who's fingerprint doesn't match the stored value
static int EVENT_LEVEL_CONFIG_ERROR
          A configuration error has occured.
static int EVENT_LEVEL_DEBUG
          A normal status or processing milestone has occured.
static int EVENT_LEVEL_FATAL_ERROR
          A fatal event has occured.
static int EVENT_LEVEL_GENERAL_ERROR
          A general error has occured.
static int EVENT_LEVEL_NETWORK_ERROR
          A network related error has occured.
static int EVENT_LEVEL_NOTIFY
          An atypical, non-error event has occured.
static int EVENT_LEVEL_REJECTED
          A document has been rejected.
static int EVENT_LEVEL_TRANSACTION
          A transactional milestone has occured.
static int EVENT_LEVEL_UNEXPECTED_ERROR
          An unexpected exception or event has occured.
static java.lang.String EVENT_MDN_PARTNER_AUTHENTICATION_FAILED
          Document level Event
Generated when an acknowledgement is received that indicates that the partner could not authenticate the signature of the sent document
static java.lang.String EVENT_MDN_PARTNER_DECRYPTION_FAILED
          Document level Event
Generated when an acknowledgement is received that indicates that the partner could not decrypt the signature of the sent document
static java.lang.String EVENT_MDN_PARTNER_INTEGRITY_CHECK_FAILED
           
static java.lang.String EVENT_MISCELLANEOUS_RECEIVED
          Document level Event

Generated when an unexpected file is received from a partner (such as Binary when Binary trading is not setup)
static java.lang.String EVENT_NETWORK_ERROR
          System level Event

Generated when an exception occurs when attempting to make a connection to a transport
static java.lang.String EVENT_NO_ACTIVE_TRANSPORT
          Business level Event

Generated when the CI Server attempts to send a document or acknowledgement to a partner without an active transport
static java.lang.String EVENT_NO_PARTNER
          Document level Event

Generated when a document process encounters a null partnerId or partnerId that is not registered with the system
static java.lang.String EVENT_NO_SIGNER_CERTIFICATE
          Business level Event

An attempt was made to create a document or acknowledgement but no valid signing certificate was found
static java.lang.String EVENT_NOT_ENCRYPTED
          Document level Event

Generated when a document is encountered that is not encrypted when a partner profile requests encryption.
static java.lang.String EVENT_NOT_SIGNED
          Document level Event

Generated when a document is encountered that is not signed when a partner profile requests documents to be signed This can result in a document to fall into a rejection status
static java.lang.String EVENT_PARTNER_ADDED
          System Level Event

Occurs when a partner has been entered into the database after the server has been started
static java.lang.String EVENT_PARTNER_REMOVED
          System Level Event

Occurs when a partner configuration has been removed after the server has been started
static java.lang.String EVENT_PARTNER_UPDATED
          System Level Event

Occurs when a partner configuration has been updated after the server has been started
static java.lang.String EVENT_PASSWORD_NULL
           
static java.lang.String EVENT_PENDING_CERTIFICATE
          Business level Event

Generated when a successfull certificate update has been completed
static java.lang.String EVENT_PMAPI_UNLICENSED
          Occurs when the CI profile management API is accessed and they are not licensed to use it.
static java.lang.String EVENT_PROFILE_UPDATED
          Business level Event

An outbound transaction has been created for a profile update
static java.lang.String EVENT_RESEND_LIMIT_REACHED
          Document level Event

Occurs when the limit has been reached for allowable resends of a document
static java.lang.String EVENT_RETRY_LIMIT_REACHED
          Occurs when the limit for the number of retry's for a document has been reached
static java.lang.String EVENT_SENDER_RECEIVER_SAME_ID
          Document level Event

Occurs when the sender and receiver have same id
static java.lang.String EVENT_SERVER_CONFIGURE_COMPLETED
          occurs when the server configuration has completed
static java.lang.String EVENT_SERVER_CONFIGURE_STARTED
          occurs when the server configuration has started
static java.lang.String EVENT_SERVER_SHUTDOWN_COMPLETED
          System level Event

Generated just prior to the complete shutdown of the CI server
static java.lang.String EVENT_SERVER_SHUTDOWN_STARTED
          System level Event

A normal system event that occurs when the CI Server shutdown sequence has been initiated
static java.lang.String EVENT_SKEY_COUNT_EXCEEDED
           
static java.lang.String EVENT_SOAP_FAULT
          Document level Event

Occurs when an incoming document generates a SOAP FAULT
static java.lang.String EVENT_TRANSPORT_DISABLED
          Business level Event
Occurs during a profile update when the specified transport has been disabled
static java.lang.String EVENT_TRUE_DUPLICATE
          Document level Event
A document with a duplicate uniqueId has been encountered
static java.lang.String EVENT_UNABLE_TO_ARCHIVE
          System level Event

An exception occurred during the creation of a backup for the archive process
static java.lang.String EVENT_UNABLE_TO_CONFIGURE
          System level Event

An exception occurred during the Server initialization sequence
static java.lang.String EVENT_UNABLE_TO_CONSTRUCT
          Document level Event

Generated if an exception occurs during the creation of a document object
static java.lang.String EVENT_UNABLE_TO_DECOMPRESS
          Document level Event

An exception has occurred attempting to decompress a file as a zip formatted file This can result in a document to fall into a rejection status
static java.lang.String EVENT_UNABLE_TO_GET_CERTIFICATE
          System level Event

An exception occurred retrieving the certificate from the database
static java.lang.String EVENT_UNABLE_TO_GET_COMPANIES
          System level Event

An exception occurred retrieving active companies from the database
static java.lang.String EVENT_UNABLE_TO_GET_FTP_INTEGRATION
          System level Event

An exception occurred during the creation of a FTP client or during the retrieval of a FTP Integration configuration from the database
static java.lang.String EVENT_UNABLE_TO_GET_GEIS_INTEGRATION
          System level Event

An exception occurred during the creation of a GEIS client or during the retrieval of a GEIS integration configuration from the database
static java.lang.String EVENT_UNABLE_TO_GET_JMS_INTEGRATION
          General level Event

An exception occurred retrieving and setting the JMS Integration Configuration
static java.lang.String EVENT_UNABLE_TO_GET_MQ_INTEGRATION
          System level Event

An exception occurred during the creation of a MQ client or during the retrieval of a MQ Integration configuration from the database
static java.lang.String EVENT_UNABLE_TO_GET_PARTNERS
          System level Event

An exception occurred during the retrieval of active partners from the active database
static java.lang.String EVENT_UNABLE_TO_GET_POST_PROCESSING
          System level Event

An exception occurred during the retrieval or verification of Post Proccessing settings.
static java.lang.String EVENT_UNABLE_TO_GET_SCHEDULES
          System level Event

An exception occurred during the retrieval of a schedule from the active database
static java.lang.String EVENT_UNABLE_TO_GET_STERLING_INTEGRATION
          System level Event

An exception occurred during the creation of the GENTRAN client
static java.lang.String EVENT_UNABLE_TO_GET_SYSTEM_INTEGRATION
          System level Event

An exception has occurred during the retrieval or verification of any enabled Integration client
static java.lang.String EVENT_UNABLE_TO_INITIALIZE
          System level Event

An exception occurred pulling system parameters from the database during the server initialization sequence
static java.lang.String EVENT_UNABLE_TO_PACKAGE
          Document level Event

Occurs when any type of CI document is unable to be packaged
static java.lang.String EVENT_UNABLE_TO_PROCESS
          Document level Event

Is genereated when an unknown Exception occurs during document proccessing or connecting to a transport
static java.lang.String EVENT_UNABLE_TO_PROCESS_API_SEND_CLIENT_EVENT
          General level Event
An attempt was made to send an event to a API client that was registered but no longer exists
static java.lang.String EVENT_UNABLE_TO_PROCESS_API_SEND_DOCUMENT
          General level Event

An attempt was made to send a document to an API client that was registered but doesn't exist anymore
static java.lang.String EVENT_UNABLE_TO_PROCESS_FTP_INTEGRATION_INBOUND
          General level Event

An exception occurred sending a document to a FTP Integration Client
static java.lang.String EVENT_UNABLE_TO_PROCESS_FTP_INTEGRATION_OUTBOUND
          General level Event

Is generated when an exception occurs while checking the designated FTP site for documents for Interchange outbound processing
static java.lang.String EVENT_UNABLE_TO_PROCESS_GEIS_INTEGRATION_INBOUND
          General level Event

Is generated when an exception occurs while sending a document to a GEIS Integration Client
static java.lang.String EVENT_UNABLE_TO_PROCESS_GEIS_INTEGRATION_OUTBOUND
          General level Event

An exception occurred during the pull from a file for a GEIS integration client
static java.lang.String EVENT_UNABLE_TO_PROCESS_INCOMPLETE_INBOUND
          Document level Event

An Exception occurred during the process of checking previously logged inbound documents.
static java.lang.String EVENT_UNABLE_TO_PROCESS_INCOMPLETE_OUTBOUND
          Document level Event

An exception occurred during the checking and proccessing of previously logged outbound documents.
static java.lang.String EVENT_UNABLE_TO_PROCESS_JMS_INTEGRATION_INBOUND
          General level Event

An exception occured when submitting documents to the JMS Integration Client
static java.lang.String EVENT_UNABLE_TO_PROCESS_JMS_INTEGRATION_OUTBOUND
          Document level Event

an exception occured checking JMS for documents to send to partners
static java.lang.String EVENT_UNABLE_TO_PROCESS_MQ_INTEGRATION_INBOUND
          General level Event

Is generated when an exception occurs while sending a document to a MQ Integration client
static java.lang.String EVENT_UNABLE_TO_PROCESS_MQ_INTEGRATION_OUTBOUND
          General level Event

An exception occurred while polling MQ for documents
static java.lang.String EVENT_UNABLE_TO_PROCESS_POST_PROCESSING
          General level Event

Is generated when an exception occurs while performing post processing in the document arrival event
static java.lang.String EVENT_UNABLE_TO_PROCESS_STERLING_INTEGRATION_INBOUND
          General level Event

Is generated when an exception occurs while sending a document to a Sterling Integration client
static java.lang.String EVENT_UNABLE_TO_PROCESS_STERLING_INTEGRATION_OUTBOUND
          General level Event

An exception occurred while polling for documents or during the actual retrieval for a Sterling Integration client
static java.lang.String EVENT_UNABLE_TO_RECEIVE
          System level Event

Is generated when an Exception occurs checking any one of the selected methods of Inbound transport
static java.lang.String EVENT_UNABLE_TO_REGISTER
          System level Event

An attempt was made to register the serial number with Cyclone HQ and failed
static java.lang.String EVENT_UNABLE_TO_REJECT
          Document level Event

Is generated when an exception occurs rejecting a document or creating a backup file for a rejected document
static java.lang.String EVENT_UNABLE_TO_RUN
          Document level Event

Is generated when an Exception occurs processing files located in any of the outbound directories before they are packaged.
static java.lang.String EVENT_UNABLE_TO_SEND
          System level Event

An exception occurred attempting to send a document or acknowledgment through a transport
static java.lang.String EVENT_UNABLE_TO_SPLIT
          Document level Event

Occurs when attempting to split an EDI document into either X12 or EDIFACT
static java.lang.String EVENT_UNABLE_TO_STORE
          System level Event

A file creation error occured during the backup of a document or acknowledgment
static java.lang.String EVENT_UNABLE_TO_TRANSFER
          System level Event

Occurs when the CI Server is unable to transfer a document to a API client
static java.lang.String EVENT_UNABLE_TO_UPDATE_CERTIFICATE
          Business level Event

Occurs when the CI Server is unable to update a partner certificate
static java.lang.String EVENT_UNABLE_TO_UPDATE_PROFILE
          Business level Event

Occurs when the CI Server is unable to update a partner profile
static java.lang.String EVENT_UNABLE_TO_WRITE
          General level Event

An exception has occurred attempting to write document contents to a file
static java.lang.String EVENT_UNLICENSED_BUSINESS_PROTOCOL_RECEIVE
          Document level Event

Occurs when a document is received using an Unlicensed Business Protocol
static java.lang.String EVENT_UNLICENSED_BUSINESS_PROTOCOL_SEND
          Document level Event

Occurs when a document is sent using an Unlicensed Business Protocol
static java.lang.String EVENT_UNMATCHED_MDN_RECEIVED
          Document level Event

Occurs when the limit has been reached for allowable resends of a document
static java.lang.String EVENT_XML_PARSING_ERROR
          Document level Event

Generated when an exception occurs parsing an XML document
static java.lang.String[] fatalStrings
          an ordered array of the fatal level strings.
static java.lang.String[] generalStrings
          an ordered array of the General level strings.
static java.lang.String[] levelDescriptions
           
static java.lang.String[] networkStrings
          an ordered array of the Network level strings.
static java.lang.String[] notifyStrings
          an ordered array of the Notify level strings.
static int NUM_EVENT_ACK_RECEIVED
           
static int NUM_EVENT_ACK_SENT
           
static int NUM_EVENT_ACTIVATOR_CONFIG_ERROR
           
static int NUM_EVENT_ACTIVATOR_RESULT_SUCCESS
           
static int NUM_EVENT_AGENT_STARTED
           
static int NUM_EVENT_API_LOCAL_DOC_NOTIFY
           
static int NUM_EVENT_API_LOCAL_DOC_SENDING
           
static int NUM_EVENT_API_REMOTE_DOC_NOTIFY
           
static int NUM_EVENT_API_REMOTE_DOC_RECEIVING
           
static int NUM_EVENT_API_REMOTE_DOC_SENDING
           
static int NUM_EVENT_BACKUP_ARCHIVED
           
static int NUM_EVENT_BACKUP_DELETED
           
static int NUM_EVENT_CERTIFICATE_EXPIRING_SOON
           
static int NUM_EVENT_CERTIFICATE_UPDATED
           
static int NUM_EVENT_COMPANIES_STARTED
           
static int NUM_EVENT_COMPANIES_STARTING
           
static int NUM_EVENT_COMPANY_ADDED
           
static int NUM_EVENT_COMPANY_REMOVED
           
static int NUM_EVENT_COMPANY_UPDATED
           
static int NUM_EVENT_CONTROLLER_LICENSE_EXPIRED
           
static int NUM_EVENT_CONTROLLER_LICENSE_INVALID_PLATFORM
           
static int NUM_EVENT_CONTROLLER_LICENSE_INVALID_VERSION
           
static int NUM_EVENT_CONTROLLER_LICENSE_NOT_BORN
           
static int NUM_EVENT_CONTROLLER_LICENSE_WILL_EXPIRE
           
static int NUM_EVENT_CONTROLLER_RUNNING
           
static int NUM_EVENT_CROSSWORKS_ERROR
           
static int NUM_EVENT_DOC_LISTENER_ADDED
           
static int NUM_EVENT_DOC_LISTENER_REMOVE
           
static int NUM_EVENT_DOC_SUBMISSION_UNLICENSED
           
static int NUM_EVENT_DOCUMENT_NEW
           
static int NUM_EVENT_DOCUMENT_PACKAGED
           
static int NUM_EVENT_DOCUMENT_RECEIVED
           
static int NUM_EVENT_DOCUMENT_SENT
           
static int NUM_EVENT_DOCUMENT_TRANSFERRED
           
static int NUM_EVENT_DUPLICATE
           
static int NUM_EVENT_DUPLICATE_MDN
           
static int NUM_EVENT_EDI_PARSING_ERROR
           
static int NUM_EVENT_EVENT_LISTENER_ADDED
           
static int NUM_EVENT_EVENT_LISTENER_REMOVE
           
static int NUM_EVENT_FILE_BACKED_UP
           
static int NUM_EVENT_INCOMPLETE_TRANSPORT
           
static int NUM_EVENT_INTEGRATION_DOCUMENT_PULLED
           
static int NUM_EVENT_INTEGRATION_DOCUMENT_PUSHED
           
static int NUM_EVENT_INVALID_CERTIFICATE_VERIFICATION
           
static int NUM_EVENT_INVALID_MDN_MIC
           
static int NUM_EVENT_MDN_PARTNER_AUTHENTICATION_FAILED
           
static int NUM_EVENT_MDN_PARTNER_DECRYPTION_FAILED
           
static int NUM_EVENT_MDN_PARTNER_INTEGRITY_CHECK_FAILED
           
static int NUM_EVENT_MISCELLANEOUS_RECEIVED
           
static int NUM_EVENT_NETWORK_ERROR
           
static int NUM_EVENT_NO_ACTIVE_TRANSPORT
           
static int NUM_EVENT_NO_PARTNER
           
static int NUM_EVENT_NO_SIGNER_CERTIFICATE
           
static int NUM_EVENT_NOT_ENCRYPTED
           
static int NUM_EVENT_NOT_SIGNED
           
static int NUM_EVENT_PARTNER_ADDED
           
static int NUM_EVENT_PARTNER_REMOVED
           
static int NUM_EVENT_PARTNER_UPDATED
           
static int NUM_EVENT_PASSWORD_NULL
           
static int NUM_EVENT_PENDING_CERTIFICATE
           
static int NUM_EVENT_PMAPI_UNLICENSED
           
static int NUM_EVENT_PROFILE_UPDATED
           
static int NUM_EVENT_RESEND_LIMIT_REACHED
           
static int NUM_EVENT_RETRY_LIMIT_REACHED
           
static int NUM_EVENT_SENDER_RECEIVER_SAME_ID
           
static int NUM_EVENT_SERVER_CONFIGURE_COMPLETED
           
static int NUM_EVENT_SERVER_CONFIGURE_STARTED
           
static int NUM_EVENT_SERVER_SHUTDOWN_COMPLETED
           
static int NUM_EVENT_SERVER_SHUTDOWN_STARTED
           
static int NUM_EVENT_SKEY_COUNT_EXCEEDED
           
static int NUM_EVENT_SOAP_FAULT
           
static int NUM_EVENT_TRANSPORT_DISABLED
           
static int NUM_EVENT_TRUE_DUPLICATE
           
static int NUM_EVENT_UNABLE_TO_ARCHIVE
           
static int NUM_EVENT_UNABLE_TO_CONFIGURE
           
static int NUM_EVENT_UNABLE_TO_CONSTRUCT
           
static int NUM_EVENT_UNABLE_TO_DECOMPRESS
           
static int NUM_EVENT_UNABLE_TO_GET_CERTIFICATE
           
static int NUM_EVENT_UNABLE_TO_GET_COMPANIES
           
static int NUM_EVENT_UNABLE_TO_GET_FTP_INTEGRATION
           
static int NUM_EVENT_UNABLE_TO_GET_GEIS_INTEGRATION
           
static int NUM_EVENT_UNABLE_TO_GET_JMS_INTEGRATION
           
static int NUM_EVENT_UNABLE_TO_GET_MQ_INTEGRATION
           
static int NUM_EVENT_UNABLE_TO_GET_PARTNERS
           
static int NUM_EVENT_UNABLE_TO_GET_POST_PROCESSING
           
static int NUM_EVENT_UNABLE_TO_GET_SCHEDULES
           
static int NUM_EVENT_UNABLE_TO_GET_STERLING_INTEGRATION
           
static int NUM_EVENT_UNABLE_TO_GET_SYSTEM_INTEGRATION
           
static int NUM_EVENT_UNABLE_TO_INITIALIZE
           
static int NUM_EVENT_UNABLE_TO_PACKAGE
           
static int NUM_EVENT_UNABLE_TO_PROCESS
           
static int NUM_EVENT_UNABLE_TO_PROCESS_API_SEND_CLIENT_EVENT
           
static int NUM_EVENT_UNABLE_TO_PROCESS_API_SEND_DOCUMENT
           
static int NUM_EVENT_UNABLE_TO_PROCESS_FTP_INTEGRATION_INBOUND
           
static int NUM_EVENT_UNABLE_TO_PROCESS_FTP_INTEGRATION_OUTBOUND
           
static int NUM_EVENT_UNABLE_TO_PROCESS_GEIS_INTEGRATION_INBOUND
           
static int NUM_EVENT_UNABLE_TO_PROCESS_GEIS_INTEGRATION_OUTBOUND
           
static int NUM_EVENT_UNABLE_TO_PROCESS_INCOMPLETE_INBOUND
           
static int NUM_EVENT_UNABLE_TO_PROCESS_INCOMPLETE_OUTBOUND
           
static int NUM_EVENT_UNABLE_TO_PROCESS_JMS_INTEGRATION_INBOUND
           
static int NUM_EVENT_UNABLE_TO_PROCESS_JMS_INTEGRATION_OUTBOUND
           
static int NUM_EVENT_UNABLE_TO_PROCESS_MQ_INTEGRATION_INBOUND
           
static int NUM_EVENT_UNABLE_TO_PROCESS_MQ_INTEGRATION_OUTBOUND
           
static int NUM_EVENT_UNABLE_TO_PROCESS_POST_PROCESSING
           
static int NUM_EVENT_UNABLE_TO_PROCESS_STERLING_INTEGRATION_INBOUND
           
static int NUM_EVENT_UNABLE_TO_PROCESS_STERLING_INTEGRATION_OUTBOUND
           
static int NUM_EVENT_UNABLE_TO_RECEIVE
           
static int NUM_EVENT_UNABLE_TO_REGISTER
           
static int NUM_EVENT_UNABLE_TO_REJECT
           
static int NUM_EVENT_UNABLE_TO_RUN
           
static int NUM_EVENT_UNABLE_TO_SEND
           
static int NUM_EVENT_UNABLE_TO_SPLIT
           
static int NUM_EVENT_UNABLE_TO_STORE
           
static int NUM_EVENT_UNABLE_TO_TRANSFER
           
static int NUM_EVENT_UNABLE_TO_UPDATE_CERTIFICATE
           
static int NUM_EVENT_UNABLE_TO_UPDATE_PROFILE
           
static int NUM_EVENT_UNABLE_TO_WRITE
           
static int NUM_EVENT_UNLICENSED_BUSINESS_PROTOCOL_RECEIVE
           
static int NUM_EVENT_UNLICENSED_BUSINESS_PROTOCOL_SEND
           
static int NUM_EVENT_UNMATCHED_MDN_RECEIVED
           
static int NUM_EVENT_XML_PARSING_ERROR
           
static java.lang.String[] rejectedStrings
          an ordered array of the rejection level strings.
static java.util.ResourceBundle resBundle
           
static java.lang.String SOURCE_ACTIVATOR
           
static java.lang.String SOURCE_ALERTER
           
static java.lang.String SOURCE_ARCHIVER
           
static java.lang.String SOURCE_BACKUP
           
static java.lang.String SOURCE_COMPANY
           
static java.lang.String SOURCE_DOCUMENT
           
static java.lang.String SOURCE_EDIDOCUMENT
           
static java.lang.String SOURCE_EDIFACTDOCUMENT
           
static java.lang.String SOURCE_EMAIL
           
static java.lang.String SOURCE_FILESYSTEM
           
static java.lang.String SOURCE_FTP
           
static java.lang.String SOURCE_GEIS
           
static java.lang.String SOURCE_HTTP
           
static java.lang.String SOURCE_HTTPS
           
static java.lang.String SOURCE_HTTPSERVER
           
static java.lang.String SOURCE_HTTPSSERVER
           
static java.lang.String SOURCE_INBOUND
           
static java.lang.String SOURCE_INDIRECT_HTTP
           
static java.lang.String SOURCE_INDIRECT_HTTPS
           
static java.lang.String SOURCE_JMS
           
static java.lang.String SOURCE_MDN
           
static java.lang.String SOURCE_MQSERIES
           
static java.lang.String SOURCE_PACKAGER
           
static java.lang.String SOURCE_PARTNER
           
static java.lang.String SOURCE_PMAPI
           
static java.lang.String SOURCE_RECOVERY
           
static java.lang.String SOURCE_REJECT
           
static java.lang.String SOURCE_RESEND
           
static java.lang.String SOURCE_SCHEDULER
           
static java.lang.String SOURCE_SERVER
           
static java.lang.String SOURCE_SMTP
           
static java.lang.String SOURCE_SMTPSERVER
           
static java.lang.String SOURCE_STERLING
           
static java.lang.String SOURCE_TRANSPORT
           
static java.lang.String SOURCE_X12DOCUMENT
           
static java.lang.String SOURCE_XMLDOCUMENT
           
static java.lang.String[] tranStrings
          an ordered array of the transaction level strings.
static java.lang.String[] unexpectedStrings
          an ordered array of the Unexpected level strings.
 

Field Detail

resBundle

public static final java.util.ResourceBundle resBundle

EVENT_LEVEL_DEBUG

public static final int EVENT_LEVEL_DEBUG
A normal status or processing milestone has occured. This condition does not require manual intervention. Events assigned to this level fall in the range of 0 to 999

EVENT_LEVEL_TRANSACTION

public static final int EVENT_LEVEL_TRANSACTION
A transactional milestone has occured. This condition does not require manual intervention. Events assigned to this level fall in the range of 1000 to 1999

EVENT_LEVEL_NOTIFY

public static final int EVENT_LEVEL_NOTIFY
An atypical, non-error event has occured. This condition does not require manual intervention. Events assigned to this level fall in the range of 2,000 to 2,999

EVENT_LEVEL_REJECTED

public static final int EVENT_LEVEL_REJECTED
A document has been rejected. This condition does not necessarily require manual intervention. Events assigned to this level fall in the range of 3,000 to 3,999

EVENT_LEVEL_GENERAL_ERROR

public static final int EVENT_LEVEL_GENERAL_ERROR
A general error has occured. This condition does not necessarily require manual intervention. Events assigned to this level fall in the range of 4,000 to 4,999

EVENT_LEVEL_NETWORK_ERROR

public static final int EVENT_LEVEL_NETWORK_ERROR
A network related error has occured. This condition typically requires manual intervention. Events assigned to this level fall in the range of 5,000 to 5,999

EVENT_LEVEL_CONFIG_ERROR

public static final int EVENT_LEVEL_CONFIG_ERROR
A configuration error has occured. This condition typically requires manual intervention. Events assigned to this level fall in the range of 6,000 to 6,999

EVENT_LEVEL_UNEXPECTED_ERROR

public static final int EVENT_LEVEL_UNEXPECTED_ERROR
An unexpected exception or event has occured. This condition typically requires manual intervention. Events assigned to this level fall in the range of 7,000 to 7,999

EVENT_LEVEL_FATAL_ERROR

public static final int EVENT_LEVEL_FATAL_ERROR
A fatal event has occured. This condition requires manual intervention. Events assigned to this level fall in the range of 8,000 to 8,999

levelDescriptions

public static final java.lang.String[] levelDescriptions

SOURCE_SERVER

public static final java.lang.String SOURCE_SERVER

SOURCE_COMPANY

public static final java.lang.String SOURCE_COMPANY

SOURCE_INBOUND

public static final java.lang.String SOURCE_INBOUND

SOURCE_PACKAGER

public static final java.lang.String SOURCE_PACKAGER

SOURCE_PARTNER

public static final java.lang.String SOURCE_PARTNER

SOURCE_BACKUP

public static final java.lang.String SOURCE_BACKUP

SOURCE_REJECT

public static final java.lang.String SOURCE_REJECT

SOURCE_DOCUMENT

public static final java.lang.String SOURCE_DOCUMENT

SOURCE_XMLDOCUMENT

public static final java.lang.String SOURCE_XMLDOCUMENT

SOURCE_EDIDOCUMENT

public static final java.lang.String SOURCE_EDIDOCUMENT

SOURCE_X12DOCUMENT

public static final java.lang.String SOURCE_X12DOCUMENT

SOURCE_EDIFACTDOCUMENT

public static final java.lang.String SOURCE_EDIFACTDOCUMENT

SOURCE_RESEND

public static final java.lang.String SOURCE_RESEND

SOURCE_ALERTER

public static final java.lang.String SOURCE_ALERTER

SOURCE_ARCHIVER

public static final java.lang.String SOURCE_ARCHIVER

SOURCE_RECOVERY

public static final java.lang.String SOURCE_RECOVERY

SOURCE_HTTPSERVER

public static final java.lang.String SOURCE_HTTPSERVER

SOURCE_HTTPSSERVER

public static final java.lang.String SOURCE_HTTPSSERVER

SOURCE_SMTPSERVER

public static final java.lang.String SOURCE_SMTPSERVER

SOURCE_MDN

public static final java.lang.String SOURCE_MDN

SOURCE_TRANSPORT

public static final java.lang.String SOURCE_TRANSPORT

SOURCE_SCHEDULER

public static final java.lang.String SOURCE_SCHEDULER

SOURCE_PMAPI

public static final java.lang.String SOURCE_PMAPI

SOURCE_GEIS

public static final java.lang.String SOURCE_GEIS

SOURCE_STERLING

public static final java.lang.String SOURCE_STERLING

SOURCE_EMAIL

public static final java.lang.String SOURCE_EMAIL

SOURCE_FTP

public static final java.lang.String SOURCE_FTP

SOURCE_HTTP

public static final java.lang.String SOURCE_HTTP

SOURCE_HTTPS

public static final java.lang.String SOURCE_HTTPS

SOURCE_SMTP

public static final java.lang.String SOURCE_SMTP

SOURCE_MQSERIES

public static final java.lang.String SOURCE_MQSERIES

SOURCE_JMS

public static final java.lang.String SOURCE_JMS

SOURCE_FILESYSTEM

public static final java.lang.String SOURCE_FILESYSTEM

SOURCE_INDIRECT_HTTP

public static final java.lang.String SOURCE_INDIRECT_HTTP

SOURCE_INDIRECT_HTTPS

public static final java.lang.String SOURCE_INDIRECT_HTTPS

SOURCE_ACTIVATOR

public static final java.lang.String SOURCE_ACTIVATOR

EVENT_FILE_BACKED_UP

public static final java.lang.String EVENT_FILE_BACKED_UP
Document level Event

generated when a file or parts of a file are backed up.

NUM_EVENT_FILE_BACKED_UP

public static final int NUM_EVENT_FILE_BACKED_UP

EVENT_PROFILE_UPDATED

public static final java.lang.String EVENT_PROFILE_UPDATED
Business level Event

An outbound transaction has been created for a profile update

NUM_EVENT_PROFILE_UPDATED

public static final int NUM_EVENT_PROFILE_UPDATED

EVENT_CERTIFICATE_UPDATED

public static final java.lang.String EVENT_CERTIFICATE_UPDATED
Business level Event
This event is used in two cases -A transaction has been created for a certification update -A certification update has been received from a partner

NUM_EVENT_CERTIFICATE_UPDATED

public static final int NUM_EVENT_CERTIFICATE_UPDATED

EVENT_AGENT_STARTED

public static final java.lang.String EVENT_AGENT_STARTED
System level Event

An inbound or outbound transport has been started by the CI Server

NUM_EVENT_AGENT_STARTED

public static final int NUM_EVENT_AGENT_STARTED

EVENT_BACKUP_ARCHIVED

public static final java.lang.String EVENT_BACKUP_ARCHIVED
System level Event

Occurs when the Archiver program is performing a backup of files

NUM_EVENT_BACKUP_ARCHIVED

public static final int NUM_EVENT_BACKUP_ARCHIVED

EVENT_BACKUP_DELETED

public static final java.lang.String EVENT_BACKUP_DELETED
System level Event

Occurs following the deletion of backup files

NUM_EVENT_BACKUP_DELETED

public static final int NUM_EVENT_BACKUP_DELETED

EVENT_TRUE_DUPLICATE

public static final java.lang.String EVENT_TRUE_DUPLICATE
Document level Event
A document with a duplicate uniqueId has been encountered

NUM_EVENT_TRUE_DUPLICATE

public static final int NUM_EVENT_TRUE_DUPLICATE

EVENT_SKEY_COUNT_EXCEEDED

public static final java.lang.String EVENT_SKEY_COUNT_EXCEEDED

NUM_EVENT_SKEY_COUNT_EXCEEDED

public static final int NUM_EVENT_SKEY_COUNT_EXCEEDED

EVENT_SERVER_SHUTDOWN_STARTED

public static final java.lang.String EVENT_SERVER_SHUTDOWN_STARTED
System level Event

A normal system event that occurs when the CI Server shutdown sequence has been initiated
See Also:
EVENT_SERVER_SHUTDOWN_COMPLETED, EVENT_COMPANIES_STARTING, EVENT_COMPANIES_STARTED

NUM_EVENT_SERVER_SHUTDOWN_STARTED

public static final int NUM_EVENT_SERVER_SHUTDOWN_STARTED

EVENT_SERVER_SHUTDOWN_COMPLETED

public static final java.lang.String EVENT_SERVER_SHUTDOWN_COMPLETED
System level Event

Generated just prior to the complete shutdown of the CI server
See Also:
EVENT_SERVER_SHUTDOWN_STARTED, EVENT_COMPANIES_STARTING, EVENT_COMPANIES_STARTED

NUM_EVENT_SERVER_SHUTDOWN_COMPLETED

public static final int NUM_EVENT_SERVER_SHUTDOWN_COMPLETED

EVENT_COMPANIES_STARTING

public static final java.lang.String EVENT_COMPANIES_STARTING
Business level Event

Occurs prior to when the CI Server generates the list of companies to initialize
See Also:
EVENT_SERVER_SHUTDOWN_STARTED, EVENT_SERVER_SHUTDOWN_COMPLETED, EVENT_COMPANIES_STARTED

NUM_EVENT_COMPANIES_STARTING

public static final int NUM_EVENT_COMPANIES_STARTING

EVENT_COMPANIES_STARTED

public static final java.lang.String EVENT_COMPANIES_STARTED
Business level Event

Occurs after the CI Server has generated a list of companies and has attempted to initialize them all
See Also:
EVENT_SERVER_SHUTDOWN_STARTED, EVENT_SERVER_SHUTDOWN_COMPLETED, EVENT_COMPANIES_STARTING

NUM_EVENT_COMPANIES_STARTED

public static final int NUM_EVENT_COMPANIES_STARTED

EVENT_DOCUMENT_NEW

public static final java.lang.String EVENT_DOCUMENT_NEW
General level Event

Generated prior to an insert into the outbound record table

NUM_EVENT_DOCUMENT_NEW

public static final int NUM_EVENT_DOCUMENT_NEW

EVENT_DOCUMENT_PACKAGED

public static final java.lang.String EVENT_DOCUMENT_PACKAGED
General level Event

Generated prior to an insert into the outbound record table and flagged as a packaged document

NUM_EVENT_DOCUMENT_PACKAGED

public static final int NUM_EVENT_DOCUMENT_PACKAGED

EVENT_DOCUMENT_SENT

public static final java.lang.String EVENT_DOCUMENT_SENT
Document level Event

Occurs after a document has been transported through the specified transport

NUM_EVENT_DOCUMENT_SENT

public static final int NUM_EVENT_DOCUMENT_SENT

EVENT_ACK_RECEIVED

public static final java.lang.String EVENT_ACK_RECEIVED
Document level Event

An Inbound acknowledgement was received for a valid outbound document

NUM_EVENT_ACK_RECEIVED

public static final int NUM_EVENT_ACK_RECEIVED

EVENT_API_REMOTE_DOC_RECEIVING

public static final java.lang.String EVENT_API_REMOTE_DOC_RECEIVING
Document level Event

Generated when a API client remote to the CI Server sends a document
See Also:
RemoteInterchangeServer.sendDocument(IntegrationDocument document), RemoteInterchangeServer.sendDocument(IntegrationDocument document, boolean backup)

NUM_EVENT_API_REMOTE_DOC_RECEIVING

public static final int NUM_EVENT_API_REMOTE_DOC_RECEIVING

EVENT_COMPANY_ADDED

public static final java.lang.String EVENT_COMPANY_ADDED
System Level Event

Occurs when a company has been entered into the database after the server has been started

NUM_EVENT_COMPANY_ADDED

public static final int NUM_EVENT_COMPANY_ADDED

EVENT_COMPANY_UPDATED

public static final java.lang.String EVENT_COMPANY_UPDATED
System Level Event

Occurs when a company configuration has been updated after the server has been started

NUM_EVENT_COMPANY_UPDATED

public static final int NUM_EVENT_COMPANY_UPDATED

EVENT_COMPANY_REMOVED

public static final java.lang.String EVENT_COMPANY_REMOVED
System Level Event

Occurs when a company configuration has been removed after the server has been started

NUM_EVENT_COMPANY_REMOVED

public static final int NUM_EVENT_COMPANY_REMOVED

EVENT_PARTNER_ADDED

public static final java.lang.String EVENT_PARTNER_ADDED
System Level Event

Occurs when a partner has been entered into the database after the server has been started

NUM_EVENT_PARTNER_ADDED

public static final int NUM_EVENT_PARTNER_ADDED

EVENT_PARTNER_UPDATED

public static final java.lang.String EVENT_PARTNER_UPDATED
System Level Event

Occurs when a partner configuration has been updated after the server has been started

NUM_EVENT_PARTNER_UPDATED

public static final int NUM_EVENT_PARTNER_UPDATED

EVENT_PARTNER_REMOVED

public static final java.lang.String EVENT_PARTNER_REMOVED
System Level Event

Occurs when a partner configuration has been removed after the server has been started

NUM_EVENT_PARTNER_REMOVED

public static final int NUM_EVENT_PARTNER_REMOVED

EVENT_DOCUMENT_RECEIVED

public static final java.lang.String EVENT_DOCUMENT_RECEIVED
Document level Event

Generated when a new document (not recovery document) has been received through a transport

NUM_EVENT_DOCUMENT_RECEIVED

public static final int NUM_EVENT_DOCUMENT_RECEIVED

EVENT_DOCUMENT_TRANSFERRED

public static final java.lang.String EVENT_DOCUMENT_TRANSFERRED
Document level Event

Occurs when a document enters a state of transferred

NUM_EVENT_DOCUMENT_TRANSFERRED

public static final int NUM_EVENT_DOCUMENT_TRANSFERRED

EVENT_ACK_SENT

public static final java.lang.String EVENT_ACK_SENT
Document level Event

Is generated when an acknowledgement is being sent for an inbound document

NUM_EVENT_ACK_SENT

public static final int NUM_EVENT_ACK_SENT

EVENT_INTEGRATION_DOCUMENT_PUSHED

public static final java.lang.String EVENT_INTEGRATION_DOCUMENT_PUSHED
Document level Event

Generated after a document has been pushed out to any Integration client

NUM_EVENT_INTEGRATION_DOCUMENT_PUSHED

public static final int NUM_EVENT_INTEGRATION_DOCUMENT_PUSHED

EVENT_INTEGRATION_DOCUMENT_PULLED

public static final java.lang.String EVENT_INTEGRATION_DOCUMENT_PULLED
Document level Event

Generated after a document has been picked up from any Integration client

NUM_EVENT_INTEGRATION_DOCUMENT_PULLED

public static final int NUM_EVENT_INTEGRATION_DOCUMENT_PULLED

EVENT_API_REMOTE_DOC_SENDING

public static final java.lang.String EVENT_API_REMOTE_DOC_SENDING
Document level Event

Generated when a API client remote to the CI Server sends a document
See Also:
DocumentListener

NUM_EVENT_API_REMOTE_DOC_SENDING

public static final int NUM_EVENT_API_REMOTE_DOC_SENDING

EVENT_API_REMOTE_DOC_NOTIFY

public static final java.lang.String EVENT_API_REMOTE_DOC_NOTIFY
Document level Event

Occurs before a document is sent to a registered API listener that is remote to the server machine

NUM_EVENT_API_REMOTE_DOC_NOTIFY

public static final int NUM_EVENT_API_REMOTE_DOC_NOTIFY

EVENT_API_LOCAL_DOC_SENDING

public static final java.lang.String EVENT_API_LOCAL_DOC_SENDING
Document level Event

Generated when a API client local to the CI Server sends a document
See Also:
RemoteInterchangeServer.sendDocument(IntegrationDocument document), RemoteInterchangeServer.sendDocument(IntegrationDocument document, boolean backup)

NUM_EVENT_API_LOCAL_DOC_SENDING

public static final int NUM_EVENT_API_LOCAL_DOC_SENDING

EVENT_API_LOCAL_DOC_NOTIFY

public static final java.lang.String EVENT_API_LOCAL_DOC_NOTIFY
Document level Event

Occurs before a document is sent to a registered API listener that is local to the server machine

NUM_EVENT_API_LOCAL_DOC_NOTIFY

public static final int NUM_EVENT_API_LOCAL_DOC_NOTIFY

EVENT_SERVER_CONFIGURE_STARTED

public static final java.lang.String EVENT_SERVER_CONFIGURE_STARTED
occurs when the server configuration has started

NUM_EVENT_SERVER_CONFIGURE_STARTED

public static final int NUM_EVENT_SERVER_CONFIGURE_STARTED

EVENT_SERVER_CONFIGURE_COMPLETED

public static final java.lang.String EVENT_SERVER_CONFIGURE_COMPLETED
occurs when the server configuration has completed

NUM_EVENT_SERVER_CONFIGURE_COMPLETED

public static final int NUM_EVENT_SERVER_CONFIGURE_COMPLETED

EVENT_PENDING_CERTIFICATE

public static final java.lang.String EVENT_PENDING_CERTIFICATE
Business level Event

Generated when a successfull certificate update has been completed

NUM_EVENT_PENDING_CERTIFICATE

public static final int NUM_EVENT_PENDING_CERTIFICATE

EVENT_MISCELLANEOUS_RECEIVED

public static final java.lang.String EVENT_MISCELLANEOUS_RECEIVED
Document level Event

Generated when an unexpected file is received from a partner (such as Binary when Binary trading is not setup)

NUM_EVENT_MISCELLANEOUS_RECEIVED

public static final int NUM_EVENT_MISCELLANEOUS_RECEIVED

EVENT_INVALID_MDN_MIC

public static final java.lang.String EVENT_INVALID_MDN_MIC
Document level Event

Generated when an acknowledgement is being logged who's fingerprint doesn't match the stored value

NUM_EVENT_INVALID_MDN_MIC

public static final int NUM_EVENT_INVALID_MDN_MIC

EVENT_ACTIVATOR_RESULT_SUCCESS

public static final java.lang.String EVENT_ACTIVATOR_RESULT_SUCCESS

NUM_EVENT_ACTIVATOR_RESULT_SUCCESS

public static final int NUM_EVENT_ACTIVATOR_RESULT_SUCCESS

EVENT_DOC_LISTENER_REMOVE

public static final java.lang.String EVENT_DOC_LISTENER_REMOVE

NUM_EVENT_DOC_LISTENER_REMOVE

public static final int NUM_EVENT_DOC_LISTENER_REMOVE

EVENT_EVENT_LISTENER_REMOVE

public static final java.lang.String EVENT_EVENT_LISTENER_REMOVE

NUM_EVENT_EVENT_LISTENER_REMOVE

public static final int NUM_EVENT_EVENT_LISTENER_REMOVE

EVENT_DOC_LISTENER_ADDED

public static final java.lang.String EVENT_DOC_LISTENER_ADDED

NUM_EVENT_DOC_LISTENER_ADDED

public static final int NUM_EVENT_DOC_LISTENER_ADDED

EVENT_EVENT_LISTENER_ADDED

public static final java.lang.String EVENT_EVENT_LISTENER_ADDED

NUM_EVENT_EVENT_LISTENER_ADDED

public static final int NUM_EVENT_EVENT_LISTENER_ADDED

EVENT_DUPLICATE_MDN

public static final java.lang.String EVENT_DUPLICATE_MDN
Document level Event

Generated when a duplicate acknowledgement for an outbound document has been received by the server

NUM_EVENT_DUPLICATE_MDN

public static final int NUM_EVENT_DUPLICATE_MDN

EVENT_DUPLICATE

public static final java.lang.String EVENT_DUPLICATE
Document level Event
A duplicate EDI document has been received

NUM_EVENT_DUPLICATE

public static final int NUM_EVENT_DUPLICATE

EVENT_MDN_PARTNER_AUTHENTICATION_FAILED

public static final java.lang.String EVENT_MDN_PARTNER_AUTHENTICATION_FAILED
Document level Event
Generated when an acknowledgement is received that indicates that the partner could not authenticate the signature of the sent document

NUM_EVENT_MDN_PARTNER_AUTHENTICATION_FAILED

public static final int NUM_EVENT_MDN_PARTNER_AUTHENTICATION_FAILED

EVENT_MDN_PARTNER_DECRYPTION_FAILED

public static final java.lang.String EVENT_MDN_PARTNER_DECRYPTION_FAILED
Document level Event
Generated when an acknowledgement is received that indicates that the partner could not decrypt the signature of the sent document

NUM_EVENT_MDN_PARTNER_DECRYPTION_FAILED

public static final int NUM_EVENT_MDN_PARTNER_DECRYPTION_FAILED

EVENT_MDN_PARTNER_INTEGRITY_CHECK_FAILED

public static final java.lang.String EVENT_MDN_PARTNER_INTEGRITY_CHECK_FAILED

NUM_EVENT_MDN_PARTNER_INTEGRITY_CHECK_FAILED

public static final int NUM_EVENT_MDN_PARTNER_INTEGRITY_CHECK_FAILED

EVENT_CERTIFICATE_EXPIRING_SOON

public static final java.lang.String EVENT_CERTIFICATE_EXPIRING_SOON
System level Event

Generated when the server detects that a certificate is due to expire soon.

NUM_EVENT_CERTIFICATE_EXPIRING_SOON

public static final int NUM_EVENT_CERTIFICATE_EXPIRING_SOON

EVENT_CONTROLLER_LICENSE_WILL_EXPIRE

public static final java.lang.String EVENT_CONTROLLER_LICENSE_WILL_EXPIRE
occurs when the license is about to expire

NUM_EVENT_CONTROLLER_LICENSE_WILL_EXPIRE

public static final int NUM_EVENT_CONTROLLER_LICENSE_WILL_EXPIRE

EVENT_NO_PARTNER

public static final java.lang.String EVENT_NO_PARTNER
Document level Event

Generated when a document process encounters a null partnerId or partnerId that is not registered with the system

NUM_EVENT_NO_PARTNER

public static final int NUM_EVENT_NO_PARTNER

EVENT_NOT_SIGNED

public static final java.lang.String EVENT_NOT_SIGNED
Document level Event

Generated when a document is encountered that is not signed when a partner profile requests documents to be signed This can result in a document to fall into a rejection status

NUM_EVENT_NOT_SIGNED

public static final int NUM_EVENT_NOT_SIGNED

EVENT_NOT_ENCRYPTED

public static final java.lang.String EVENT_NOT_ENCRYPTED
Document level Event

Generated when a document is encountered that is not encrypted when a partner profile requests encryption. This can result in a document to fall into a rejection status

NUM_EVENT_NOT_ENCRYPTED

public static final int NUM_EVENT_NOT_ENCRYPTED

EVENT_XML_PARSING_ERROR

public static final java.lang.String EVENT_XML_PARSING_ERROR
Document level Event

Generated when an exception occurs parsing an XML document

NUM_EVENT_XML_PARSING_ERROR

public static final int NUM_EVENT_XML_PARSING_ERROR

EVENT_EDI_PARSING_ERROR

public static final java.lang.String EVENT_EDI_PARSING_ERROR
Document level Event
Generated when an exception occurs parsing an EDI document

NUM_EVENT_EDI_PARSING_ERROR

public static final int NUM_EVENT_EDI_PARSING_ERROR

EVENT_INVALID_CERTIFICATE_VERIFICATION

public static final java.lang.String EVENT_INVALID_CERTIFICATE_VERIFICATION
General level Event
Generated when certificate can be found to validate an inbound document or acknowledgment

NUM_EVENT_INVALID_CERTIFICATE_VERIFICATION

public static final int NUM_EVENT_INVALID_CERTIFICATE_VERIFICATION

EVENT_UNMATCHED_MDN_RECEIVED

public static final java.lang.String EVENT_UNMATCHED_MDN_RECEIVED
Document level Event

Occurs when the limit has been reached for allowable resends of a document

NUM_EVENT_UNMATCHED_MDN_RECEIVED

public static final int NUM_EVENT_UNMATCHED_MDN_RECEIVED

EVENT_SENDER_RECEIVER_SAME_ID

public static final java.lang.String EVENT_SENDER_RECEIVER_SAME_ID
Document level Event

Occurs when the sender and receiver have same id

NUM_EVENT_SENDER_RECEIVER_SAME_ID

public static final int NUM_EVENT_SENDER_RECEIVER_SAME_ID

EVENT_UNLICENSED_BUSINESS_PROTOCOL_SEND

public static final java.lang.String EVENT_UNLICENSED_BUSINESS_PROTOCOL_SEND
Document level Event

Occurs when a document is sent using an Unlicensed Business Protocol

NUM_EVENT_UNLICENSED_BUSINESS_PROTOCOL_SEND

public static final int NUM_EVENT_UNLICENSED_BUSINESS_PROTOCOL_SEND

EVENT_UNLICENSED_BUSINESS_PROTOCOL_RECEIVE

public static final java.lang.String EVENT_UNLICENSED_BUSINESS_PROTOCOL_RECEIVE
Document level Event

Occurs when a document is received using an Unlicensed Business Protocol

NUM_EVENT_UNLICENSED_BUSINESS_PROTOCOL_RECEIVE

public static final int NUM_EVENT_UNLICENSED_BUSINESS_PROTOCOL_RECEIVE

EVENT_SOAP_FAULT

public static final java.lang.String EVENT_SOAP_FAULT
Document level Event

Occurs when an incoming document generates a SOAP FAULT

NUM_EVENT_SOAP_FAULT

public static final int NUM_EVENT_SOAP_FAULT

EVENT_NO_SIGNER_CERTIFICATE

public static final java.lang.String EVENT_NO_SIGNER_CERTIFICATE
Business level Event

An attempt was made to create a document or acknowledgement but no valid signing certificate was found

NUM_EVENT_NO_SIGNER_CERTIFICATE

public static final int NUM_EVENT_NO_SIGNER_CERTIFICATE

EVENT_NETWORK_ERROR

public static final java.lang.String EVENT_NETWORK_ERROR
System level Event

Generated when an exception occurs when attempting to make a connection to a transport

NUM_EVENT_NETWORK_ERROR

public static final int NUM_EVENT_NETWORK_ERROR

EVENT_RESEND_LIMIT_REACHED

public static final java.lang.String EVENT_RESEND_LIMIT_REACHED
Document level Event

Occurs when the limit has been reached for allowable resends of a document

NUM_EVENT_RESEND_LIMIT_REACHED

public static final int NUM_EVENT_RESEND_LIMIT_REACHED

EVENT_RETRY_LIMIT_REACHED

public static final java.lang.String EVENT_RETRY_LIMIT_REACHED
Occurs when the limit for the number of retry's for a document has been reached

NUM_EVENT_RETRY_LIMIT_REACHED

public static final int NUM_EVENT_RETRY_LIMIT_REACHED

EVENT_PMAPI_UNLICENSED

public static final java.lang.String EVENT_PMAPI_UNLICENSED
Occurs when the CI profile management API is accessed and they are not licensed to use it.

NUM_EVENT_PMAPI_UNLICENSED

public static final int NUM_EVENT_PMAPI_UNLICENSED

EVENT_DOC_SUBMISSION_UNLICENSED

public static final java.lang.String EVENT_DOC_SUBMISSION_UNLICENSED
Occurs when the document submission API is accessed and they are not licensed to use it.

NUM_EVENT_DOC_SUBMISSION_UNLICENSED

public static final int NUM_EVENT_DOC_SUBMISSION_UNLICENSED

EVENT_UNABLE_TO_PROCESS_API_SEND_CLIENT_EVENT

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_API_SEND_CLIENT_EVENT
General level Event
An attempt was made to send an event to a API client that was registered but no longer exists

NUM_EVENT_UNABLE_TO_PROCESS_API_SEND_CLIENT_EVENT

public static final int NUM_EVENT_UNABLE_TO_PROCESS_API_SEND_CLIENT_EVENT

EVENT_INCOMPLETE_TRANSPORT

public static final java.lang.String EVENT_INCOMPLETE_TRANSPORT
General level Event

Occurs when a transport configuration has not been completed and causes a connection not too occur

NUM_EVENT_INCOMPLETE_TRANSPORT

public static final int NUM_EVENT_INCOMPLETE_TRANSPORT

EVENT_NO_ACTIVE_TRANSPORT

public static final java.lang.String EVENT_NO_ACTIVE_TRANSPORT
Business level Event

Generated when the CI Server attempts to send a document or acknowledgement to a partner without an active transport

NUM_EVENT_NO_ACTIVE_TRANSPORT

public static final int NUM_EVENT_NO_ACTIVE_TRANSPORT

EVENT_TRANSPORT_DISABLED

public static final java.lang.String EVENT_TRANSPORT_DISABLED
Business level Event
Occurs during a profile update when the specified transport has been disabled

NUM_EVENT_TRANSPORT_DISABLED

public static final int NUM_EVENT_TRANSPORT_DISABLED

EVENT_ACTIVATOR_CONFIG_ERROR

public static final java.lang.String EVENT_ACTIVATOR_CONFIG_ERROR

NUM_EVENT_ACTIVATOR_CONFIG_ERROR

public static final int NUM_EVENT_ACTIVATOR_CONFIG_ERROR

EVENT_UNABLE_TO_PROCESS_JMS_INTEGRATION_OUTBOUND

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_JMS_INTEGRATION_OUTBOUND
Document level Event

an exception occured checking JMS for documents to send to partners

NUM_EVENT_UNABLE_TO_PROCESS_JMS_INTEGRATION_OUTBOUND

public static final int NUM_EVENT_UNABLE_TO_PROCESS_JMS_INTEGRATION_OUTBOUND

EVENT_UNABLE_TO_UPDATE_CERTIFICATE

public static final java.lang.String EVENT_UNABLE_TO_UPDATE_CERTIFICATE
Business level Event

Occurs when the CI Server is unable to update a partner certificate
See Also:
EVENT_UNABLE_TO_UPDATE_PROFILE

NUM_EVENT_UNABLE_TO_UPDATE_CERTIFICATE

public static final int NUM_EVENT_UNABLE_TO_UPDATE_CERTIFICATE

EVENT_UNABLE_TO_REJECT

public static final java.lang.String EVENT_UNABLE_TO_REJECT
Document level Event

Is generated when an exception occurs rejecting a document or creating a backup file for a rejected document

NUM_EVENT_UNABLE_TO_REJECT

public static final int NUM_EVENT_UNABLE_TO_REJECT

EVENT_UNABLE_TO_GET_SCHEDULES

public static final java.lang.String EVENT_UNABLE_TO_GET_SCHEDULES
System level Event

An exception occurred during the retrieval of a schedule from the active database

NUM_EVENT_UNABLE_TO_GET_SCHEDULES

public static final int NUM_EVENT_UNABLE_TO_GET_SCHEDULES

EVENT_UNABLE_TO_PACKAGE

public static final java.lang.String EVENT_UNABLE_TO_PACKAGE
Document level Event

Occurs when any type of CI document is unable to be packaged

NUM_EVENT_UNABLE_TO_PACKAGE

public static final int NUM_EVENT_UNABLE_TO_PACKAGE

EVENT_UNABLE_TO_SPLIT

public static final java.lang.String EVENT_UNABLE_TO_SPLIT
Document level Event

Occurs when attempting to split an EDI document into either X12 or EDIFACT

NUM_EVENT_UNABLE_TO_SPLIT

public static final int NUM_EVENT_UNABLE_TO_SPLIT

EVENT_UNABLE_TO_PROCESS

public static final java.lang.String EVENT_UNABLE_TO_PROCESS
Document level Event

Is genereated when an unknown Exception occurs during document proccessing or connecting to a transport

NUM_EVENT_UNABLE_TO_PROCESS

public static final int NUM_EVENT_UNABLE_TO_PROCESS

EVENT_UNABLE_TO_RECEIVE

public static final java.lang.String EVENT_UNABLE_TO_RECEIVE
System level Event

Is generated when an Exception occurs checking any one of the selected methods of Inbound transport

NUM_EVENT_UNABLE_TO_RECEIVE

public static final int NUM_EVENT_UNABLE_TO_RECEIVE

EVENT_UNABLE_TO_UPDATE_PROFILE

public static final java.lang.String EVENT_UNABLE_TO_UPDATE_PROFILE
Business level Event

Occurs when the CI Server is unable to update a partner profile
See Also:
EVENT_UNABLE_TO_UPDATE_CERTIFICATE

NUM_EVENT_UNABLE_TO_UPDATE_PROFILE

public static final int NUM_EVENT_UNABLE_TO_UPDATE_PROFILE

EVENT_UNABLE_TO_TRANSFER

public static final java.lang.String EVENT_UNABLE_TO_TRANSFER
System level Event

Occurs when the CI Server is unable to transfer a document to a API client

NUM_EVENT_UNABLE_TO_TRANSFER

public static final int NUM_EVENT_UNABLE_TO_TRANSFER

EVENT_UNABLE_TO_CONSTRUCT

public static final java.lang.String EVENT_UNABLE_TO_CONSTRUCT
Document level Event

Generated if an exception occurs during the creation of a document object

NUM_EVENT_UNABLE_TO_CONSTRUCT

public static final int NUM_EVENT_UNABLE_TO_CONSTRUCT

EVENT_UNABLE_TO_DECOMPRESS

public static final java.lang.String EVENT_UNABLE_TO_DECOMPRESS
Document level Event

An exception has occurred attempting to decompress a file as a zip formatted file This can result in a document to fall into a rejection status

NUM_EVENT_UNABLE_TO_DECOMPRESS

public static final int NUM_EVENT_UNABLE_TO_DECOMPRESS

EVENT_UNABLE_TO_WRITE

public static final java.lang.String EVENT_UNABLE_TO_WRITE
General level Event

An exception has occurred attempting to write document contents to a file

NUM_EVENT_UNABLE_TO_WRITE

public static final int NUM_EVENT_UNABLE_TO_WRITE

EVENT_UNABLE_TO_PROCESS_API_SEND_DOCUMENT

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_API_SEND_DOCUMENT
General level Event

An attempt was made to send a document to an API client that was registered but doesn't exist anymore

NUM_EVENT_UNABLE_TO_PROCESS_API_SEND_DOCUMENT

public static final int NUM_EVENT_UNABLE_TO_PROCESS_API_SEND_DOCUMENT

EVENT_UNABLE_TO_REGISTER

public static final java.lang.String EVENT_UNABLE_TO_REGISTER
System level Event

An attempt was made to register the serial number with Cyclone HQ and failed

NUM_EVENT_UNABLE_TO_REGISTER

public static final int NUM_EVENT_UNABLE_TO_REGISTER

EVENT_UNABLE_TO_PROCESS_MQ_INTEGRATION_OUTBOUND

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_MQ_INTEGRATION_OUTBOUND
General level Event

An exception occurred while polling MQ for documents

NUM_EVENT_UNABLE_TO_PROCESS_MQ_INTEGRATION_OUTBOUND

public static final int NUM_EVENT_UNABLE_TO_PROCESS_MQ_INTEGRATION_OUTBOUND

EVENT_UNABLE_TO_PROCESS_JMS_INTEGRATION_INBOUND

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_JMS_INTEGRATION_INBOUND
General level Event

An exception occured when submitting documents to the JMS Integration Client

NUM_EVENT_UNABLE_TO_PROCESS_JMS_INTEGRATION_INBOUND

public static final int NUM_EVENT_UNABLE_TO_PROCESS_JMS_INTEGRATION_INBOUND

EVENT_UNABLE_TO_PROCESS_POST_PROCESSING

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_POST_PROCESSING
General level Event

Is generated when an exception occurs while performing post processing in the document arrival event

NUM_EVENT_UNABLE_TO_PROCESS_POST_PROCESSING

public static final int NUM_EVENT_UNABLE_TO_PROCESS_POST_PROCESSING

EVENT_UNABLE_TO_PROCESS_GEIS_INTEGRATION_INBOUND

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_GEIS_INTEGRATION_INBOUND
General level Event

Is generated when an exception occurs while sending a document to a GEIS Integration Client

NUM_EVENT_UNABLE_TO_PROCESS_GEIS_INTEGRATION_INBOUND

public static final int NUM_EVENT_UNABLE_TO_PROCESS_GEIS_INTEGRATION_INBOUND

EVENT_UNABLE_TO_PROCESS_GEIS_INTEGRATION_OUTBOUND

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_GEIS_INTEGRATION_OUTBOUND
General level Event

An exception occurred during the pull from a file for a GEIS integration client

NUM_EVENT_UNABLE_TO_PROCESS_GEIS_INTEGRATION_OUTBOUND

public static final int NUM_EVENT_UNABLE_TO_PROCESS_GEIS_INTEGRATION_OUTBOUND

EVENT_UNABLE_TO_PROCESS_STERLING_INTEGRATION_INBOUND

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_STERLING_INTEGRATION_INBOUND
General level Event

Is generated when an exception occurs while sending a document to a Sterling Integration client

NUM_EVENT_UNABLE_TO_PROCESS_STERLING_INTEGRATION_INBOUND

public static final int NUM_EVENT_UNABLE_TO_PROCESS_STERLING_INTEGRATION_INBOUND

EVENT_UNABLE_TO_PROCESS_STERLING_INTEGRATION_OUTBOUND

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_STERLING_INTEGRATION_OUTBOUND
General level Event

An exception occurred while polling for documents or during the actual retrieval for a Sterling Integration client

NUM_EVENT_UNABLE_TO_PROCESS_STERLING_INTEGRATION_OUTBOUND

public static final int NUM_EVENT_UNABLE_TO_PROCESS_STERLING_INTEGRATION_OUTBOUND

EVENT_UNABLE_TO_PROCESS_MQ_INTEGRATION_INBOUND

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_MQ_INTEGRATION_INBOUND
General level Event

Is generated when an exception occurs while sending a document to a MQ Integration client

NUM_EVENT_UNABLE_TO_PROCESS_MQ_INTEGRATION_INBOUND

public static final int NUM_EVENT_UNABLE_TO_PROCESS_MQ_INTEGRATION_INBOUND

EVENT_UNABLE_TO_PROCESS_INCOMPLETE_OUTBOUND

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_INCOMPLETE_OUTBOUND
Document level Event

An exception occurred during the checking and proccessing of previously logged outbound documents. Check previously logged outbound document

NUM_EVENT_UNABLE_TO_PROCESS_INCOMPLETE_OUTBOUND

public static final int NUM_EVENT_UNABLE_TO_PROCESS_INCOMPLETE_OUTBOUND

EVENT_UNABLE_TO_PROCESS_FTP_INTEGRATION_INBOUND

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_FTP_INTEGRATION_INBOUND
General level Event

An exception occurred sending a document to a FTP Integration Client

NUM_EVENT_UNABLE_TO_PROCESS_FTP_INTEGRATION_INBOUND

public static final int NUM_EVENT_UNABLE_TO_PROCESS_FTP_INTEGRATION_INBOUND

EVENT_UNABLE_TO_PROCESS_FTP_INTEGRATION_OUTBOUND

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_FTP_INTEGRATION_OUTBOUND
General level Event

Is generated when an exception occurs while checking the designated FTP site for documents for Interchange outbound processing

NUM_EVENT_UNABLE_TO_PROCESS_FTP_INTEGRATION_OUTBOUND

public static final int NUM_EVENT_UNABLE_TO_PROCESS_FTP_INTEGRATION_OUTBOUND

EVENT_UNABLE_TO_GET_PARTNERS

public static final java.lang.String EVENT_UNABLE_TO_GET_PARTNERS
System level Event

An exception occurred during the retrieval of active partners from the active database

NUM_EVENT_UNABLE_TO_GET_PARTNERS

public static final int NUM_EVENT_UNABLE_TO_GET_PARTNERS

EVENT_UNABLE_TO_PROCESS_INCOMPLETE_INBOUND

public static final java.lang.String EVENT_UNABLE_TO_PROCESS_INCOMPLETE_INBOUND
Document level Event

An Exception occurred during the process of checking previously logged inbound documents. Check previously logged inbound document

NUM_EVENT_UNABLE_TO_PROCESS_INCOMPLETE_INBOUND

public static final int NUM_EVENT_UNABLE_TO_PROCESS_INCOMPLETE_INBOUND

EVENT_UNABLE_TO_GET_STERLING_INTEGRATION

public static final java.lang.String EVENT_UNABLE_TO_GET_STERLING_INTEGRATION
System level Event

An exception occurred during the creation of the GENTRAN client

NUM_EVENT_UNABLE_TO_GET_STERLING_INTEGRATION

public static final int NUM_EVENT_UNABLE_TO_GET_STERLING_INTEGRATION

EVENT_UNABLE_TO_GET_POST_PROCESSING

public static final java.lang.String EVENT_UNABLE_TO_GET_POST_PROCESSING
System level Event

An exception occurred during the retrieval or verification of Post Proccessing settings.

NUM_EVENT_UNABLE_TO_GET_POST_PROCESSING

public static final int NUM_EVENT_UNABLE_TO_GET_POST_PROCESSING

EVENT_UNABLE_TO_GET_SYSTEM_INTEGRATION

public static final java.lang.String EVENT_UNABLE_TO_GET_SYSTEM_INTEGRATION
System level Event

An exception has occurred during the retrieval or verification of any enabled Integration client

NUM_EVENT_UNABLE_TO_GET_SYSTEM_INTEGRATION

public static final int NUM_EVENT_UNABLE_TO_GET_SYSTEM_INTEGRATION

EVENT_UNABLE_TO_GET_MQ_INTEGRATION

public static final java.lang.String EVENT_UNABLE_TO_GET_MQ_INTEGRATION
System level Event

An exception occurred during the creation of a MQ client or during the retrieval of a MQ Integration configuration from the database

NUM_EVENT_UNABLE_TO_GET_MQ_INTEGRATION

public static final int NUM_EVENT_UNABLE_TO_GET_MQ_INTEGRATION

EVENT_UNABLE_TO_GET_JMS_INTEGRATION

public static final java.lang.String EVENT_UNABLE_TO_GET_JMS_INTEGRATION
General level Event

An exception occurred retrieving and setting the JMS Integration Configuration

NUM_EVENT_UNABLE_TO_GET_JMS_INTEGRATION

public static final int NUM_EVENT_UNABLE_TO_GET_JMS_INTEGRATION

EVENT_UNABLE_TO_GET_GEIS_INTEGRATION

public static final java.lang.String EVENT_UNABLE_TO_GET_GEIS_INTEGRATION
System level Event

An exception occurred during the creation of a GEIS client or during the retrieval of a GEIS integration configuration from the database

NUM_EVENT_UNABLE_TO_GET_GEIS_INTEGRATION

public static final int NUM_EVENT_UNABLE_TO_GET_GEIS_INTEGRATION

EVENT_UNABLE_TO_GET_CERTIFICATE

public static final java.lang.String EVENT_UNABLE_TO_GET_CERTIFICATE
System level Event

An exception occurred retrieving the certificate from the database

NUM_EVENT_UNABLE_TO_GET_CERTIFICATE

public static final int NUM_EVENT_UNABLE_TO_GET_CERTIFICATE

EVENT_UNABLE_TO_GET_COMPANIES

public static final java.lang.String EVENT_UNABLE_TO_GET_COMPANIES
System level Event

An exception occurred retrieving active companies from the database

NUM_EVENT_UNABLE_TO_GET_COMPANIES

public static final int NUM_EVENT_UNABLE_TO_GET_COMPANIES

EVENT_UNABLE_TO_GET_FTP_INTEGRATION

public static final java.lang.String EVENT_UNABLE_TO_GET_FTP_INTEGRATION
System level Event

An exception occurred during the creation of a FTP client or during the retrieval of a FTP Integration configuration from the database

NUM_EVENT_UNABLE_TO_GET_FTP_INTEGRATION

public static final int NUM_EVENT_UNABLE_TO_GET_FTP_INTEGRATION

EVENT_UNABLE_TO_INITIALIZE

public static final java.lang.String EVENT_UNABLE_TO_INITIALIZE
System level Event

An exception occurred pulling system parameters from the database during the server initialization sequence

NUM_EVENT_UNABLE_TO_INITIALIZE

public static final int NUM_EVENT_UNABLE_TO_INITIALIZE

EVENT_UNABLE_TO_CONFIGURE

public static final java.lang.String EVENT_UNABLE_TO_CONFIGURE
System level Event

An exception occurred during the Server initialization sequence

NUM_EVENT_UNABLE_TO_CONFIGURE

public static final int NUM_EVENT_UNABLE_TO_CONFIGURE

EVENT_UNABLE_TO_STORE

public static final java.lang.String EVENT_UNABLE_TO_STORE
System level Event

A file creation error occured during the backup of a document or acknowledgment

NUM_EVENT_UNABLE_TO_STORE

public static final int NUM_EVENT_UNABLE_TO_STORE

EVENT_UNABLE_TO_ARCHIVE

public static final java.lang.String EVENT_UNABLE_TO_ARCHIVE
System level Event

An exception occurred during the creation of a backup for the archive process

NUM_EVENT_UNABLE_TO_ARCHIVE

public static final int NUM_EVENT_UNABLE_TO_ARCHIVE

EVENT_UNABLE_TO_RUN

public static final java.lang.String EVENT_UNABLE_TO_RUN
Document level Event

Is generated when an Exception occurs processing files located in any of the outbound directories before they are packaged.
This event can also be generated when an Exception occurs attempting to send documents through the specified transport after they have been packaged.

NUM_EVENT_UNABLE_TO_RUN

public static final int NUM_EVENT_UNABLE_TO_RUN

EVENT_UNABLE_TO_SEND

public static final java.lang.String EVENT_UNABLE_TO_SEND
System level Event

An exception occurred attempting to send a document or acknowledgment through a transport

NUM_EVENT_UNABLE_TO_SEND

public static final int NUM_EVENT_UNABLE_TO_SEND

EVENT_PASSWORD_NULL

public static final java.lang.String EVENT_PASSWORD_NULL

NUM_EVENT_PASSWORD_NULL

public static final int NUM_EVENT_PASSWORD_NULL

EVENT_CROSSWORKS_ERROR

public static final java.lang.String EVENT_CROSSWORKS_ERROR

NUM_EVENT_CROSSWORKS_ERROR

public static final int NUM_EVENT_CROSSWORKS_ERROR

EVENT_CONTROLLER_RUNNING

public static final java.lang.String EVENT_CONTROLLER_RUNNING
System level Event

Occurs during the startup sequence and is generated when the controller finds a pre-existing instance of itself

NUM_EVENT_CONTROLLER_RUNNING

public static final int NUM_EVENT_CONTROLLER_RUNNING

EVENT_CONTROLLER_LICENSE_NOT_BORN

public static final java.lang.String EVENT_CONTROLLER_LICENSE_NOT_BORN
System level Event

Occurs during the startup sequence and is generated when the license creation date is after the current date.

NUM_EVENT_CONTROLLER_LICENSE_NOT_BORN

public static final int NUM_EVENT_CONTROLLER_LICENSE_NOT_BORN

EVENT_CONTROLLER_LICENSE_EXPIRED

public static final java.lang.String EVENT_CONTROLLER_LICENSE_EXPIRED
System level Event

Occurs during the startup sequence and is generated when the license expiraton date is on or before the current date.

NUM_EVENT_CONTROLLER_LICENSE_EXPIRED

public static final int NUM_EVENT_CONTROLLER_LICENSE_EXPIRED

EVENT_CONTROLLER_LICENSE_INVALID_VERSION

public static final java.lang.String EVENT_CONTROLLER_LICENSE_INVALID_VERSION
Occurs during the startup sequence and is generated when the license version number does not match the stamped version.

NUM_EVENT_CONTROLLER_LICENSE_INVALID_VERSION

public static final int NUM_EVENT_CONTROLLER_LICENSE_INVALID_VERSION

EVENT_CONTROLLER_LICENSE_INVALID_PLATFORM

public static final java.lang.String EVENT_CONTROLLER_LICENSE_INVALID_PLATFORM
Occurs during the startup sequence and is generated when the license hardware platform number does not match the VM platform.

NUM_EVENT_CONTROLLER_LICENSE_INVALID_PLATFORM

public static final int NUM_EVENT_CONTROLLER_LICENSE_INVALID_PLATFORM

debugStrings

public static final java.lang.String[] debugStrings
an ordered array of the debug level strings.
it is imperative that if the order of the elements reflects the 'value' of the numerical constant assigned to that string or the helper methods will return the wrong element

tranStrings

public static final java.lang.String[] tranStrings
an ordered array of the transaction level strings.
it is imperative that if the order of the elements reflects the 'value' of the numerical constant assigned to that string or the helper methods will return the wrong element

notifyStrings

public static final java.lang.String[] notifyStrings
an ordered array of the Notify level strings.
it is imperative that if the order of the elements reflects the 'value' of the numerical constant assigned to that string or the helper methods will return the wrong element

rejectedStrings

public static final java.lang.String[] rejectedStrings
an ordered array of the rejection level strings.
it is imperative that if the order of the elements reflects the 'value' of the numerical constant assigned to that string or the helper methods will return the wrong element

generalStrings

public static final java.lang.String[] generalStrings
an ordered array of the General level strings.
it is imperative that if the order of the elements reflects the 'value' of the numerical constant assigned to that string or the helper methods will return the wrong element

networkStrings

public static final java.lang.String[] networkStrings
an ordered array of the Network level strings.
it is imperative that if the order of the elements reflects the 'value' of the numerical constant assigned to that string or the helper methods will return the wrong element

configStrings

public static final java.lang.String[] configStrings
an ordered array of the Configuration level strings.
it is imperative that if the order of the elements reflects the 'value' of the numerical constant assigned to that string or the helper methods will return the wrong element

unexpectedStrings

public static final java.lang.String[] unexpectedStrings
an ordered array of the Unexpected level strings.
it is imperative that if the order of the elements reflects the 'value' of the numerical constant assigned to that string or the helper methods will return the wrong element

fatalStrings

public static final java.lang.String[] fatalStrings
an ordered array of the fatal level strings.
it is imperative that if the order of the elements reflects the 'value' of the numerical constant assigned to that string or the helper methods will return the wrong element