9082 Errors for GET-CHILD while Parsing XML Content

Bruce Noble

New Member
GET-CHILD method used on an XML node after first ensuring that the NUM-CHILDREN method has returned an index value that is greater than or equal to the one used for the GET-CHILD method.

i.e. NUM-CHILDREN returns "5"
l-ok = h-xroot:GET-CHILD(h-child, 1). /* fails, even though child exists and is not null, blank, etc. */
 
10.2B, SP1

Thanks, but it was a coding error, fixed late last night. Case closed.

Yikes, you should really move up from SP01. Among other things it contains a bug where every online backup takes and does not relinquish a slot in the _Connect table. Eventually you run out and have no recourse but to restart the database. It also means that your data in _License and dbname.lic is wrong. The former bug was fixed in SP02, the latter in SP05. Obviously, you're also missing out on a lot of other bug fixes and several performance enhancements and new features.
 
Back
Top