Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6069 - Too many parameters

6069   Too many parameters

Cause

This error occurs if you attempt to define a method or external function with more than the maximum allowable number of parameters. This maximum is 129 parameters.

Action

Modify the method or external function definition so that there are not more than 129 parameters.