Product Information > JADE Error Messages and System Messages > 1400 through 1499 - Miscellaneous Runtime Errors > 1414 - Method called with an incorrect number of parameters

1414   Method called with an incorrect number of parameters

Cause

This error occurs when a method is invoked (called) and the number of parameters passed by the calling method does not match the signature of the method defined in the schema.

Action

Locate the method call that is at fault in your method, and change it so that it passes the correct number of parameters defined in the method signature in your schema.