List of all BMC Remedy ARS errors

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

Show/Hide menu

ARERR 9982

Wrong query type specified for an item in the query form list.

Description:

A call to the ARGetListEntryWithMultiSchemaFields function failed because one or more of the items in the function's query from list (queryFromList) is of the wrong type. These are the valid item types:

* Form = 0 (AR_MULTI_SCHEMA_SCHEMA_NAME)

* Recursive query = 2 (AR_MULTI_SCHEMA_RECURSIVE_QUERY)

Verify the type and retry the operation.

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

* ARGetListEntryWithMultiSchemaFields function

* ARMultiSchemaQueryFromList structure

* ARMultiSchemaQueryFromStruct structure

Community comments:

Top