Database Error Messages

JZN-00297

missing exists() around predicate path

Cause

A predicate contained a path expression without a corresponding comparison operator or existence check.


Action

Enclose the path expression in an exists() operator to check for the existence of instances matching the path.