List of all BMC Remedy ARS errors

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

Show/Hide menu

ARERR 9976

Wrong schema type specified for a query form list item in the Recursive Query.

Description:

The ARGetListEntryWithMultiSchemaFields function tried to perform a recursive query, but it failed because one or more of the items in the query from list (queryFromList) of the recursive query structure were not of the type AR_MULTI_SCHEMA_SCHEMA_NAME. All the items in the list should be of that type.

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

* ARGetListEntryWithMultiSchemaFields function

* ARMultiSchemaQueryFromList structure

* ARMultiSchemaRecursiveQueryStruct structure

Community comments:

Top