2113

Description: Source key '%1' cannot be used in the key list.

Cause: The key specified is owned by the class being iterated over and is Persistent. Persistent attributes of the class being iterated over cannot be used to supply key values.

Resolution: Use a non-persistent attribute of the class being iterated over in the key list or any attribute of a different class which does not share inheritance with the subject class.