Products | Versions |
---|---|
TIBCO InConcert | - |
Not Applicable | - |
Resolution:
The error started when I use the
writeDocumentContent method of the CxxIcFileAccess class. It returns a fatal
error from the File System facility with the error code of -27.
grep 27 errno.h
#define EFBIG 27 /* File too large
The file
system error code 27 means that the file that you were trying
to write is too large, indicating that you are running out of
space in the volume containing your repository.