List of all BMC Remedy ARS errors

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

Show/Hide menu

ARERR 9981

Wrong or missing join type.

Description:

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

Community comments:

Top