VGJ1001E: %1 failed. %2 is not an identifier, or it is the identifier of a null object.
Explanation
The error ocurred 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.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.