Product Information > JADE Error Messages and System Messages > 5000 through 5099 - File Handling Errors > 5020 - Cannot perform a string write on a file opened as binary

5020   Cannot perform a string write on a file opened as binary

Cause

This error occurs if your application code attempts to perform a writeString or writeLine operation on a file opened as binary.

Action

Change your application code so that text writes are not done on binary files.