Last Friday November 17 suddenly ran into an error where ZPM would issue an error saying:
ERROR! Object open failed because 'Name' key value of 'xx' was not found
I googled but found no specific help. Step by step I was able to conclude that:
This is the error message for error 5770, also known as $$$KeyValueNotFoundOpen.
In objectscript, this error can be raised by calls to NameOpen, where 'Name' is the first quoted part in the error message.
The error status is raised when there is a call to ##class(yy.zz).NameOpen("xx", , .sc) where yy.zz inherits from %Persistent and has an index
.png)
.png)

.png)
.png)

.png)

