List of all BMC Remedy ARS errors

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

Show/Hide menu

ARERR 231

Parameter list for a function is empty.

Description: The parameter list for a function is NULL, but the number of items indicates one or more parameters. If the number of items indicates parameters, the parameter list must contain the parameter values. If no parameters exist, the parameter list can be NULL, but the count of parameters must be set to 0.

Community comments:

Top