Local Resource in Propagated
Transaction
This function enables you to manage the association and dissociation of local resources to a transaction that has been propagated to a Java server process from another server. The resources are released when you invoke commit or rollback on the transaction running on the initiating node.
To enable this function, you need to set the EnableLocalResourceInOTS property of Transaction Service. The property takes boolean values.

You only have to set the property on the server node where the transaction is propagated. You do not need to set it on the node where the transaction has started.
For more information about this property, see Transaction Service in Reference Manual.