Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1154 - Method tracking is not allowed

1154   Method tracking is not allowed

Cause

This error occurs when the current setting of the MethodTrackingEnabled parameter in the [JadeSecurity] section of the JADE initialization file is false and the startMethodTracking method of the Process class is called to track a method.

It can also occur when method tracking is enabled if you attempt to call a method for which method tracking is not allowed.

The following methods cannot be tracked.

Method tracking is not currently supported for serverExecution methods.

Action

Ensure that method tracking is enabled and that you are not calling methods that cannot be tracked.