Home > ARE|RRR
BMC Remedy AR System Message Number
ARERR 9983 Schema alias associated with the field is not valid.
Details

A call to the ARGetListEntryWithMultiSchemaFields function failed because the alias (queryFromAlias) of the form or recursive query associated with one of the fields specified in the call is either empty or exceeds the maximum length (AR_MAX_NAME_SIZE, 254 characters).

Verify the alias and retry the operation. Character strings must be terminated by a \0.

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

* ARGetListEntryWithMultiSchemaFields function

* ARMultiSchemaQueryFromList structure

* ARMultiSchemaQueryFromStruct structure