Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6119 - Already defined as an external method

6119   Already defined as an external method

Cause

This error occurs if you attempt to define a JADE method through your schema file when an external method of the same name already exists.

Action

Remove the JADE method definition from the schema file, or delete the existing external method.