Too many arguments to '<procedurename>'

The number of arguments supplied in a procedure call exceeds the number of arguments defined for the procedure.

Error ID: BC30057

To correct this error

  • Consult the definition of the procedure, and remove the extra arguments from the call.

See Also

Concepts

Procedure Parameters and Arguments