AR System Message Catalog

ARERR [9981] Wrong or missing join type.


Product:
AR System server
Description:
Server messages
Type:
Error
Number:
9981


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



<= Go back

  • bmc/remedy/message-catalog/9981.txt
  • Last modified: 9 years ago
  • by Giuseppe Di Terlizzi