HAT0607   The index {0} for global variable "{1}" is out of bounds. The global variable has {2} elements.

Explanation

{0} is the value of the global variable index.

{1} is the name of the global variable.

{2} is the current size of the global variable.

User response

Check the message log for additional information. Examine the trace file, if one exists. Check the application's screen customization actions to ensure that all required global variables are created and contain enough elements to complete the failing action.