Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

User-specific error handling

The user can program his own error handling, which is called instead of the standard error handling provided by openUTM. This optimizes the high availability of the application and improves fault diagnosis.

in detail, the following is possible without terminating the current process:

  • Call of a separate error routine, which e.g. outputs a message to the communication partner.
  • Creation of diagnostic documents in the form of a UTM dump.
  • Reload the application program after the normal end of the transaction.

You will find more information on user specific error handling in the openUTM manual „Programming applications with KDCS“.