Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6206 - Total length of dictionary key or keys exceeds 512 units

6206   Total length of dictionary key or keys exceeds 512 units

Cause

This error occurs if the concatenated length of all the keys that are defined for a dictionary exceeds 512 units (units are bytes, except in Unicode string and character types, where units are Unicode characters).

Action

Remove keys or reduce their lengths until the total key length is 512 units or fewer.