Status Definitions
This section contains a list of valid statuses Distribution uses.
| Status | Description |
|---|---|
| Open | Open status indicates that the transmission, batch (ICL), or segment is able to receive more transactions. |
| Closed | Closed status indicates that the transmission, batch (ICL), or segment is unable to receive more transactions. Typically, this is because a particular limit has been reached. |
| Locked | Locked status indicates that a Distribution engine has a dedicated lock on this transmission, batch (ICL), or segment and is currently processing it. The lock prevents two or more processes from performing similar work concurrently and from possibly corrupting the integrity of the data. |
| Queued | Queued status indicates that a transmission or segment has been submitted to be processed in an asynchronous manner. If the transmission or segment is in the queued status, the transmission is actively sitting on a messaging queue and is waiting to be picked up by the Distribution engine to be processed. |
| Queue error | Queue error status indicates that the transmission or segment failed to be
placed on the messaging queue for processing. Typical examples of reasons that a transmission or
segment might fail being submitted to a queue are:
|
| Building | Building status indicates that the transmission, batch (ICL), or segment is building in preparation for presenting to the partner. |
| Building error | Building error status indicates that the transmission, batch (ICL), or segment failed to build successfully for presenting to the partner. |
| Built | Built status indicates that the transmission, batch (ICL), or segment has been successfully built. |
| Releasing | Releasing status indicates that the transmission, batch (ICL), or segment has
successfully been built and the Distribution engine is actively placing the transmission in the
release location directory on the hard disk. For details about the release location property, see Transmission properties page. |
| Release error | Release error status indicates that the transmission, batch (ICL), or segment failed to
be placed in the release location directory on the hard disk. For details about the release location property, see Transmission properties page. |
| Released | Released status indicates that the transmission, batch (ICL), or segment has
successfully been placed in the release location directory on the hard disk. For details about the release location property, see Transmission properties page. |
| Transmitted | Transmitted status indicates that the transmission has successfully been delivered to the partner using the channel defined in Gateway |