1242   A method executing in another node was aborted

Cause

This error occurs if an exception occurs in a server method and no exception handler is armed on the server node for the exception or the exception handler returns Ex_Abort_Action.

Action

Find out which server method has caused the exception, and arm an exception handler on the server node for the server method exception.

The default exception handler is invoked for the exception. If this is a JADE exception handler, the application stack is written to the application log, but the corresponding dialog is not displayed.

The extendedErrorText property of this exception contains the text that corresponds to the original server method exception.

You cannot return from a global exception handler. Returning Ex_Resume_Next from a global exception handler is handled in the same way as returning Ex_Abort_Action.