Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6443 - A static property cannot be converted to a dynamic property and vice versa

6443   A static property cannot be converted to a dynamic property and vice versa

Cause

This error occurs when a schema load attempts to change a static property to be dynamic, or a dynamic property to be static.

Action

Correct the schema files to avoid changing static properties to be dynamic, or dynamic properties to be static.