AR System Message Catalog
ARERR [9983] Schema alias associated with the field is not valid.
- Product:
- AR System server
- Description:
- Server messages
- Type:
- Error
- Number:
- 9983
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