en.help.task-settranstimeout.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-jts-plugin-help
Show all versions of console-jts-plugin-help
Online help content for the console-jts-plugin bundle.
To Set a Transaction Timeout Value
By default, the server does not time out a transaction. That is,
the server waits indefinitely for a transaction to complete. If you set a
timeout value for transactions, if a transaction isn’t completed within the configured time, the
Enterprise Server rolls back the transaction.
- In the navigation tree, expand the Configuration node.
- Select the Transaction Service node.
The Transaction Service page opens.
- In the Transaction Timeout field, type the number of seconds before the transaction
times out.
The default value is 0. This value disables transaction timeouts.
- Click Save.
- Restart the Enterprise Server.
See Also