X001: Cannot perform operation (errornum) on file filename.

An attempt to close/open/read/write/seek on the file specified failed. File mode may conflict. Device may be full or damaged, or file may not exist. Also, make sure that your temporary path is set to an existing path.
Restriction: This topic applies to Windows environments only.
1005 No such file or directory (ENOENT)
1011 Bad file descriptor (EBADF)
1013 Permission denied (EACCES)
1020 File exists (EEXIST)
1023 Too many open files (EMFILE)
1027 No space left on device (ENOSPC)

If errornumber is less than 1000, then this is an error specific to your platform. If the errornumber you get is not in the table, contact Micro Focus Technical Support.

The following are more detailed descriptions of values for errornumber: