Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6064 - This is not a string

6064   This is not a string

Cause

This error occurs if your application code contains a non-string expression where a string is required.

Action

Change the expression so that it is of type String. In some cases, it may be possible to type cast the expression to convert it to a string.