Context subtree and execution stack

Previous Next

Rule violation messages and RDBMS messages can contain context information about statement execution and records at the time of the error. This context information is a child element of the uslng:message element.

<uslng:context app-interface="same as in uslng:messages element">

    <uslng:execution-stack>

        <uslng:execution-element section=".." type=".." name=".."/>

        <uslng:execution-element section=".." type=".." name=".."/>

    </uslng:execution-stack>

    <uslng:record> ... </uslng:record>

</uslng:context>

 

The execution-stack element contains the stack of in-progress execution elements at the time of the error. Elements on the stack are limited to RDMI calls, batch jobs and tasks, and decisions.

The table below gives details on attributes.

Attributes

Name

Mandatory

Type

Values

section

Yes

String

batch | engine | rdmi

type

Yes

String

job | action-task | sql-task | export-task | 

import-task | job-task | rdmi-call | decision

name

Yes

String

Name of the execution element

 

See also

  XML error message reference