List of all BMC Remedy ARS errors

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

Show/Hide menu

ARERR 9980

Wrong recursive schema specified in the Recursive Query.

Description:

The ARGetListEntryWithMultiSchemaFields function tried to perform a recursive query, but it failed because the recursive schema alias (recursiveSchemaAlias) does not match any alias or schema (form) in the recursive query's query from list (queryFromList).

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

* ARGetListEntryWithMultiSchemaFields function

* ARMultiSchemaQueryFromList structure

* ARMultiSchemaRecursiveQueryStruct structure

Community comments:

Top