List of all BMC Remedy ARS errors

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

Show/Hide menu

ARERR 9986

Join qualifier is specified but join source is not valid.

Description:

One or more of the query source objects (IQuerySource) in the RegularQuery parameter of the getListEntryObjects function (Java API) contains a join qualification but does not specify a query source object to join with (getJoinedWith element). Ensure sure that the object specified in that element is valid.

For more information, see these documents:

* C API Reference, which includes information about the ARGetListEntryWithMultiSchemaFields function and its Java class diagram

* Java API online documentation

Community comments:

Top