Product Information > JADE Error Messages and System Messages > 5000 through 5099 - File Handling Errors > 5047 - Invalid record size

5047   Invalid record size

Cause

This error occurs if a presentation client attempts to read or write more than 2G bytes of data in a single read or write statement and the value of the FileNode class usePresentationFileSystem property is set to true. It also occurs if the length of data is less than zero (0).

Action

Read or write data in smaller chunks.