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:
- Add the runtime fileType property to the runtime 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™ runtime
properties, and on setting up the environment.