EGL Java™ runtime error code VGJ1306E

VGJ1306E: Incorrect EGL and Report type mapping. Check the mapping table.

Explanation

There is a type mismatch between the fields in the Report Design and the data types in the EGL program.

User Response

Ensure that the types are compatible as mentioned in the documentation. Some examples, for a EGL char type, the design file should have the class defined as java.lang.String, for an EGL int type, the design file should have the field class as java.lang.Integer.

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.