All Message Codes fall into FILE Category

The following message codes corresponds to the error occurred during file operations.


FILE0001E

Message code corresponds to the error occurred when a file with the specified pathname does not exist.

Cause Actions
The specified pathname is invalid. Verify the pathname specified.
Files required for internal processes of component do not exist. Consult the help document for any further assistance.

Corresponding error


FILE0002E

Message code corresponds to the error occurred when attempting to open a file that is a directory.

Cause Actions
The specified pathname points to a directory. Correct the pathname so that it points to a file.
The specified pathname points to a directory exists. Remove the directory and replace it with a file.

Corresponding error


FILE0003E

Message code corresponds to the error occurred when attempting to access locked file.

Cause Actions
File to be processed is locked. Unlock the file.

Corresponding error


FILE0004E

Message code corresponds to the error occurred when the specified pathname is absolute path.

Cause Actions
The specified pathname is absolute whereas it expects a pathname that is relative to the user's current directory. Specify the left mentioned pathname.

Corresponding error


FILE0005E

Message code corresponds to the error occurred when the pathname specified is absolute.

Cause Actions
The specified pathname is not absolute. Specify an absolute pathname.

Corresponding error


FILE0006E

Message code corresponds to the error occurred when file to be generated is already found the at the specified pathname location.

Cause Actions
File already exists. The file needs to be deleted.
The pathname specified points to a file which already exists. Specify a pathname that does not point to an existing file.

Corresponding error


FILE0007E

Message code corresponds to the error occurred when attempting to perform manipulation on an empty directory.

Cause Actions
Directory is not empty. Empty the directory.

Corresponding error


FILE0008E

Message code corresponds to the error occurred when files access attempt has failed.

Cause Actions
General file operation error has occurred. Signals that a failed file operation of some sort has occurred. Verify the status of the file that is to be manipulated.

Corresponding error


FILE0009E

Message code corresponds to the error occurred when attempting to access the specified pathname location that happens to be a file when a directory location is expected.

Cause Actions
The specified pathname points to a file. Specify a pathname that points to a directory.
The pathname specified points to a file where a directory is expected. Delete the file and create a directory that is accessible by the pathname.

Corresponding error


FILE0010E

Message code corresponds to the error occurred when invalid file operation was performed.

Cause Actions
Invalid file operation resulted by specifying the same pathname for both source and destination. Verify the pathname specified for the destination.

Corresponding error


FILE0011E

Message code corresponds to the error occurred when the file name specified is invalid.

Cause Actions
The specified file name contains characters not allowed to be used. Do not use characters prohibited in a filename.

Corresponding error