PreserveUIDSeq

Specifies whether or not the incoming unique ID sequence will be preserved in the unique identifier table.

If set to true, the unique ID is not committed until the business object is successfully processed in the destination application. All other processes attempting to access the unique identifier table must wait until the transaction is committed.

If set to false, the unique ID is committed when the business object requests it. The business object processing and the unique ID processing each have their own transaction block (internal to the connector). This is only possible if the transaction relating to the unique identifier table has its own connection.

Note:
If this property is not added to the connector configuration, the default behavior is the same as if this property were added and set to true. Also, if the AutoCommit property is set to true, the connector executes the same behavior as if PreserveUIDSeq is set to false.

If the PreserveUIDSeq property is set to false, then at runtime the number of open database connections is the sum of this value plus 2.

Default value: true

Possible values: true or false

Required: No

Copyright IBM Corp. 1997, 2004