Product Information > JADE Error Messages and System Messages > 1300 through 1399 - Collection Exception Errors > 1323 - Dynamic dictionary operation requires member keys

1323   Dynamic dictionary operation requires member keys

Cause

This error is raised by dynamic dictionary methods (for example, addMemberKey, add, and remove) if you have not defined member keys. These methods are valid only when the dictionary has member keys defined.

Action

Change your application code to use the correct methods for the type of dynamic dictionary being used, or define the required keys.