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

1324   Dynamic dictionary operation requires external keys

Cause

This error is raised by dynamic dictionary methods (for example, addExternalKey and putAtKey) if you have not defined external keys. These methods are valid only when the dictionary has external 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.