Parameter '<parametername>' already has a matching argument

An argument is passed by name more than one time in the same procedure call.

Error ID: BC36567

To correct this error

  • Check to see whether one of the argument names is misspelled.

  • Remove the duplicated argument from the argument list.

See Also

Concepts

Passing Arguments by Position and by Name