Tuxedo Adapter 6.0 | webMethods Tuxedo Adapter Documentation | webMethods Tuxedo Adapter Installation and User’s Documentation | Built-In Transaction Management Services | Changing the Integration Server's Transaction Timeout Interval
 
Changing the Integration Server's Transaction Timeout Interval
The Integration Server's default transaction timeout is no timeout (NO_TIMEOUT). To change the server's transaction timeout interval, use a text editor to modify the server.cnf file and add the parameter below. Note that this parameter does not exist by default in the server.cnf file; you must add it to the file as described below.
Be sure to shut down the Integration Server before you edit this file. After you make changes, restart the server.
Add the following parameter to the server.cnf file:
watt.art.tmgr.timeout=TransactionTimeout
where TransactionTimeout is the number of seconds before transaction timeout.
This transaction timeout parameter does not halt the execution of a flow; it is the maximum number of seconds that a transaction can remain open and still be considered valid. For example, if your current transaction has a timeout value of 60 seconds and your flow takes 120 seconds to complete, the transaction manager will rollback all registered operations regardless of the execution status.
For more information about adding parameters to the server.cnf file, see the Administering My webMethods Server for your release.