EGL Java run-time error code VGJ0751E
VGJ0751E: The fileType property for file %1 could not be found in the Java run-time property vgj.ra.fileName.fileType.
Explanation
You need to set the following run-time property to a valid file type:
vgj.ra.fileName.fileType
- fileName
- Name of the file specified in the message. This file name is a logical file name that is associated with an EGL record.
For an MQ record, the value is mq; for a serial record, the value is seqws. The source of the value is the generation-time resource associations part; specifically, the association element for the file, property fileType.
User Response
Do as follows:
- Add the run-time fileType property to the run-time properties file or deployment descriptor; or
- Set the fileType value at generation time and regenerate the program:
- In the file-name-specific association element of the resource associations part, set the property fileType
- In the build descriptor used at generation, set the option genProperties to GLOBAL
For other details, see the EGL help pages on the association element, on Java run-time properties, and on setting up the environment.