Home > ARE|RRR
BMC Remedy AR System Message Number
ARERR 9981 Wrong or missing join type.
Details

The ARGetListEntryWithMultiSchemaFields function tried to perform a dynamic join, but it failed because the join type (joinType) of one of the items in the function's query from list (queryFromList) is either invalid or not specified.

Use one of these integers to specify the joinType:

* 0 -- AR_MULTI_SCHEMA_JOIN_INNER (Inner join)

* 1 -- AR_MULTI_SCHEMA_JOIN_LEFT (Left outer join)

* 2 -- AR_MULTI_SCHEMA_JOIN_RIGHT (Right outer join)

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

* ARGetListEntryWithMultiSchemaFields function

* ARMultiSchemaQueryFromList structure

* ARMultiSchemaQueryFromStruct structure