Name | Description |
string Build | Build number. |
string ServerType | TNServer or TNPartner. |
boolean OEM | True for OEM version, false is not. |
int StatsPersistFrequency | Frequency, in seconds, with which Trading Networks writes statistics to the database. |
struct DocStats | Statistics for documents that Trading Networks has processed. |
long TotalCount | Total number of documents that Trading Networks has processed. If document processing causes the document to be transformed and resubmitted, this will count as more than one document. |
long TotalSize | Total number of bytes of all documents that Trading Networks has processed. |
long TotalSuccessCount | Total number of documents that Trading Networks has processed successfully. |
long TotalErrorCount | Total number of documents that Trading Networks has not processed successfully. |
long TotalProcessingDuration | Total amount of time (in milliseconds) for processing all documents. This value includes time between retries. |
long StatsGatheringDuration | Total amount of time, in milliseconds, for gathering these document statistics. |
struct TNSyncAsyncExecution | Statistics for documents that Trading Networks has processed by synchronous and asynchronous service execution. |
long SuccessCount | Number of documents that Trading Networks has successfully processed by synchronous and asynchronous service execution. |
long ErrorCount | Number of documents that Trading Networks has not successfully processed by synchronous and asynchronous service execution. |
long TotalCount | Total number of documents that Trading Networks processed, successfully and unsuccessfully, by synchronous and asynchronous service execution. |
long TotalSize | Total number of bytes for all documents in TotalCount. This value includes only documents that Trading Networks has saved to the database because Trading Networks only sets BizDocContentPart.length when saving a document. |
long TotalProcessingDuration | Total amount of time, in milliseconds, that it took Trading Networks to process all documents in TotalCount. |
struct TNImmediateReliableExecution | Statistics for service execution tasks. |
long SuccessCount | Number of service execution tasks that the Trading Networks Task Manager has completed successfully. |
long ErrorCount | Number of service execution tasks that the Trading Networks Task Manager has not completed successfully. |
long TotalCount | Total number of service execution tasks that the Trading Networks Task Manager completed (successfully and unsuccessfully). |
long TotalSize | Total number of bytes for all documents in TotalCount. |
long TotalProcessingDuration | Total amount of time, in milliseconds, that it took the Trading Networks Task Manager to process all service execution tasks in TotalCount. This value includes processing time and time waiting for retries. |
long RetryCount | Total number of retries for all service execution tasks in TotalCount. |
struct TNImmediateReliableDelivery | Statistics for delivery tasks. |
long SuccessCount | Number of documents the Trading Networks Task Manager has delivered successfully. |
long ErrorCount | Number of documents the Trading Networks Task Manager has not delivered successfully. |
long TotalCount | Total number of documents the Trading Networks Task Manager has delivered (successfully and unsuccessfully). |
long TotalSize | Total number of bytes for all documents in TotalCount. |
long TotalProcessingDuration | Total amount of time, in milliseconds, that it took the Task Manager to deliver all documents in TotalCount. This value includes processing time and time waiting for retries. |
long RetryCount | Total number of retries for all documents in TotalCount. |
struct TNScheduledDocProcessingStats | Statistics for documents delivered via batch. |
long SuccessCount | Number of documents successfully delivered via batch. |
long ErrorCount | Number of documents not successfully delivered via batch. |
long TotalCount | Total number of documents delivered via batch (successfully and unsuccessfully). |
long TotalSize | Total number of bytes for all documents in TotalCount. |
long TotalProcessingDuration | Total amount of time, in milliseconds, spent delivering documents. This includes retry time, but not the time spent in queue. |
long RetryCount | Total number of retries for all documents in TotalCount. |
struct TNPollingDocProcessing | Statistics for document polling. |
long SuccessCount | Number of documents successfully retrieved by partners via polling. |
long ErrorCount | Number of documents not successfully retrieved by partners via polling. |
long TotalCount | Total number of documents retrieved by partners via polling (successfully and unsuccessfully). |
long TotalSize | Total number of bytes for all documents in TotalCount. |
long TotalProcessingDuration | Total amount of time, in milliseconds, for all documents to be retrieved via polling. |
int ObjectStatus | Indicates Operational or Failed status of the component. |
boolean ContainsResourceMessage | Flag indicating a resource message, such as a log message or exception message, has been received from the monitored resource. |
int MessageSeverity | Severity level of the resource message: Critical = 1 Major = 2 Minor = 3 Warning = 4 Info = 5 Ok = 6 Indeterminate = 7 |