Database extent file size is near the 2 GB limit and could not be extended further in order to be written to.
In the case of
Progress 9.1C or later database versions, this could mean:
1) The file system was not created with large file support.For an Operating System to support large files, the File System must be created with large file support. This is done via an operating system administration utility or an option supplied to mkfs or crfs to include large file support. It generally cannot be "turned on' after the file system has been created.
2) Operating System file size limit issue.Users ulimit -f is not set large enough for them to create a file greater than 2 gig on UNIX or
Quota limits prevent files larger than 2GB on WINDOWS
3) Database Large file supportLarge file support needs to be explicitly enabled on a Progress Enterprise database where the largefiles feature is available
- Progress 9.1D first supported largefiles.
- Progress 9.1E first supported large files on Linux,
- Progress OpenEdge does not support largefiles on SCO Operating Systems.