Neoview Messages Manual (R2.2)

File Writer Transformation, Extract Task-Specific Messages
Error opening file [file-name]. Check if user has permission to create
files in the directory.
Cause The transformation thread was unable to open the output data file (as specified for
the outputItem [-oi] argument in the extract request) for writing.
Recovery Check that the file exists and that the user has write-access or create-access
permission.
Error opening file [file-name] for fstat.
Cause The transformation thread is unable to open one of the intermediate output files (as
specified for the outputItem [-oi] argument in the extract request) for reading.
Recovery Check that the file exists and that the user has read-access permission.
Error opening file [file-name]. Check if user had permission to read
the file.
Cause The transformation thread was unable to open one of the intermediate output files
(as specified for the outputItem [-oi] argument in the extract request) for reading.
Recovery Check that the file exists and that the user has read-access permission.
Failed to read from data files with error number =error-number.
error-number
is the error number returned by the Linux fread request.
Cause The transformation thread was unable to read data from one or more of the output
files during the process of concatenating the output into a single file. The error number value
indicates the exact cause of error.
Recovery Check that the file exists and that the user has read-access permission.
Failed to write to data file with error number =error-number.
error-number
is the error number returned by the Linux fwrite request.
Cause The transformation thread was unable to write data to the output file used to write
the concatenated data. The error number value indicates the exact cause of error.
Recovery Check that the file exists and that the user has write-access or create-access
permission.
Linux Gelserver Messages 393