List of all BMC Remedy ARS errors

All BMC Remedy AR Server messages with detailed description and developers comments.

Show/Hide menu

ARERR 9988

Recursive query cannot be empty.

Description:

The ARGetListEntryWithMultiSchemaFields function tried to perform a recursive query, but it failed because although the recursive query type is specified in the function's query from list (queryFromList), the recursive query structure is missing.

For more information, see these topics in the C API Reference:

* ARGetListEntryWithMultiSchemaFields function

* ARMultiSchemaQueryFromList structure

* ARMultiSchemaRecursiveQueryStruct structure

Community comments:

Top