List of all BMC Remedy ARS errors

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

Show/Hide menu

ARERR 9979

Can specify fields from only one schema in the Recursive Query fields list.

Description:

The ARGetListEntryWithMultiSchemaFields function tried to perform a recursive query, but it failed because the fields that the recursive query was instructed to retrieve were on more than one form. All the fields must be on the form designated by the recursive schema alias (recursiveSchemaAlias).

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

* ARGetListEntryWithMultiSchemaFields function

* ARMultiSchemaQueryFromList structure

* ARMultiSchemaRecursiveQueryStruct structure

Community comments:

Top