List of all BMC Remedy ARS errors

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

Show/Hide menu

ARERR 165

The numItems value for a parameter was not set.

Description: A parameter was specified that contains a numItems value that indicates one or more items for the parameter, but the value field in the structure is a NULL pointer. If items exist, the value field must point to the items. If no items exist, the numItems field must be initialized to 0.

Community comments:

Top