ThreadID definition
The ThreadID contains the TransmissionID. The Trading Manager uses the ThreadID to track unique data objects as they pass through the system and to facilitate concurrent processing. The elements of the ThreadID are shown below. In this example we will use a typical ThreadID for illustrative purposes:
tes00000012000118oi.app
The elements of this ThreadID are defined in the following table:
ThreadID element | Element name | Element description |
---|---|---|
tes | Get Post Office Nickname | These first three characters of the file name are the nickname of the Get post office from which the e-commerce data originated. |
0000001 | Mailbag Number | Number of different unique files received from a given post office per day. |
2000118 | Date received | Date the data goes through the StampAndSort subsystem (when ThreadID gets created). |
o | Original | This value identifies whether this data is original data (o) going through the Trading Manager for the first time or is data that is being resent (r) through the Trading Manager. See the Partner Manager Reference Guide for information on resending data. |
i | Direction | The last three characters following the period are the nickname of the Put post office where the e-commerce data is being placed. |
app | Put Post Office Nickname | The last three characters following the period are the nickname of the Put post office where the e-commerce data is being placed. |