webMethods Adapter Runtime 10.7 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Transaction Management | Changing the Integration Server Transaction Timeout Interval
 
Changing the Integration Server Transaction Timeout Interval
The Integration Server default transaction timeout is no timeout (NO_TIMEOUT). To change the server's transaction timeout interval, add the watt.art.tmgr.timeout parameter to the server.cnf file.
The watt.art.tmgr.timeout 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 roll back all registered operations regardless of the execution status.
For more information about modifying the server.cnf file, see webMethods Integration Server Administrator’s Guide.
*To change the server's transaction timeout level
1. Shut down Integration Server.
2. Open the server.cnf file in a text editor.
3. Add the following parameter to the server.cnf file:
watt.art.tmgr.timeout=TransactionTimeout
where TransactionTimeout is the number of seconds before transaction timeout.
4. Restart Integration Server.