DDCS 6.2 database sender

The properties of the links connecting this node are described.

Configuration properties

Table 1. DCS 6.2 database sender configuration properties
Property Description
Interface Type Enter the interface type. The records of this interface type are processed.
Table Type Select either UPLD or DNLD for the upload or download interface tables. The interface table names are derived from this and the value entered in the Node field. The default value for the sender is UPLD.
Node Enter the ship node associated with the service.
Table Name This field is not editable. The table name is automatically entered once the Table Type is selected and is appended with the entered ship node.

The table name is YFS_INFC_UPLD_TAB1_Node1 for UPLD and YFS_INFC_DNLD_TAB1_Node1 for DNLD table types with the ship node as Node1.

Remote Host ID Enter the remote host ID in the database.
Rollback on Exception Check this box if you want to rollback the database write if the parent transaction fails.

Uncheck this check box if you want the message to be committed to the database immediately.

For example, if the ON_SUCCESS event of any standard Sterling Order Management System Software API is attached to a service in which the message is transactionally written to the database, the message is committed to the database only upon successful completion of the ON_SUCCESS event. The message is then rolled back from the database if there is any error in the ON_SUCCESS event after the message is staged. However, in non-transactional mode, the message remains in the database, once it is staged and is not rolled back.