Transactions can be canceled for more than one reason. Look for the following indicators.

  • maximum execution time exceeded: This message appears when the glide.quota.manager threads cancels the transaction.
  • canceled by other transaction: This message appears when the transaction was canceled by the session thread that initially issued it, and not by the glide.quota.manager thread.
  • canceled by user request: This message appears when the user clicked the red X button to cancel the running transaction.
If you are looking for transactions that were canceled by glide.quota.manager, search for the [Message] [Contains] [maximum execution time exceeded] combination. For example:
Cancelling transaction /home.do - Default-thread-11.0 (maximum execution time exceeded): Thread Default-thread-11.0 (Default-thread-11.0, F530DD111B11111111FC031767DA158E), after 30000ms
Also, Look at :