!--a11y-->
Transaction Service 
This service manages the transactions running on the SAP J2EE Engine. It provides properties for managing transaction timeout and resource enlistment in distributed transactions.
The Transaction Service runs on servers only.
Server
Property |
Description |
Default Value |
EnableLocalResourceInOTS |
Enables you to manage the enlistment and commitment of local resources for transactions that have been propagated to another server. If this function is enabled on the node where the distributed transaction has been propagated, this node can commit or roll back the local resources enlisted in the propagated transaction by invoking commit or rollback on the transaction. If this function is disabled, the propagated transaction can only enlist XAResources. |
True |
TransactionTimeout |
Enables you to manage the timeout for transactions started by the Transaction Manager module in the Transaction Service. The value that you set is in seconds. |
0 |
See also:
Transaction Service in the Administration Manual
