Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6432 - Cannot have multiple execution location options on a method

6432   Cannot have multiple execution location options on a method

Cause

This error occurs when the signature of a method contains more than one execution location; for example, serverExecution and clientExecution).

The metaschema can only store one execution location for a method, and it makes no sense to have multiple locations.

Action

If there are multiple locations, decide on the single location where the method should execute. If a method could execute in more than one location, define separate methods with a single execution location.