Product Information > JADE Error Messages and System Messages > 1300 through 1399 - Collection Exception Errors > 1314 - The ordinal position of the requested key is out of range

1314   The ordinal position of the requested key is out of range

Cause

This error occurs if your application code attempts to retrieve a key from a dictionary and the ordinal parameter is out of range. You can use the getCurrentKey method of the Iterator class to retrieve keys from the dictionary while iterating through the dictionary. However, the value applied as the ordinal position is out of range.

Action

Check your application code and find out why it is applying a value that is too large in the ordinal parameter of the getCurrentKey method.