Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1264 - Invalid type for property

1264   Invalid type for property

Cause

This error occurs if your application code attempts to assign a value to a property where the type of the value and the type of the property are not compatible.

Action

Change your application code to avoid the incompatible assignment, or convert the value to an appropriate type before the assignment.