Error 16097

Severity

10

Message text

Rpc parameters must all either be passed by name or positionally.

Explanation

This error occurs during a call to srv_numparams() when one parameter has a name and the others do not.

Action

When defining parameters, supply a name to either all or none of the parameters.

Additional information

Symbolic constant: SRV_ERPCINCONSIST