EGL1001E function_name failed. identifier is not an identifier, or it is the identifier of a null object.

Explanation

The error occurred in a Java™ access function. The identifier cannot be used because it does not refer to a non-null object.

User Response

Use an identifier of a non-null object.


Feedback