List of all BMC Remedy ARS errors

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

Show/Hide menu

ARERR 9993

Join qualifier not allowed for the first query source in the list.

Description:

A call to the ARGetListEntryWithMultiSchemaFields function failed because the first item in the function's query from list (queryFromList) contained join criteria (joinType and joinQual). Specify join criteria in the second item and each item thereafter to define the join with the previous item. Do not specify the join criteria in the first item in the list. Review the join criteria and retry the operation. For more information, see these topics in the C API Reference:

* ARGetListEntryWithMultiSchemaFields function

* ARMultiSchemaQueryFromList structure

* ARMultiSchemaQueryFromStruct structure

Community comments:

Top