EGL Java run-time error code VGJ0752E
VGJ0752E: An invalid fileType %1 was specified for file %2 in the resource associations part.
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:
- Change the run-time fileType property in the run-time properties file or deployment descriptor; or
- Reset the fileType value at generation time and regenerate the program:
- In the file-name-specific association element of the resource associations part, change 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.