EGL0752E The value of the runtime property vgj.ra.fileName.fileType is invalid for file file_name.

Explanation

You need to set the following runtime 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 runtime fileType property in the runtime 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 runtime properties, and on setting up the environment.