Reading a record from a c-treeACE data file failed with error LEOF_ERR after performing a forward roll on the file. This occurred because the transaction file number (also known as a "log handle") had exceeded 2GB.
Note: c-treeACE allows log handles up to 4294963200. After that limit is reached, c-treeACE shuts down and the log handle value must be reset: After ensuring that c-treeACE was shut down cleanly so that the transaction log files are no longer needed, reset the log handle by deleting the transaction log files. Prior to reaching this limit, c-treeACE logs warning messages that the system is approaching the limit when the log handle exceeds 4227858432.
The logic has been modified to eliminate this issue.