Product Information > JADE Error Messages and System Messages > 1400 through 1499 - Miscellaneous Runtime Errors > 1424 - Dynamic Object not correctly initialised

1424   Dynamic Object not correctly initialised

Cause

This error occurs when a property index value that is passed to a method of the JadeDynamicObject class exceeds the number of properties currently defined for the object.

Action

Change your application code to ensure that the index is within the range of one (1) through the value of the propertyCount attribute.