Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1211 - Cannot delete an object that has references

1211   Cannot delete an object that has references

Cause

This error occurs if your application code attempts to delete an object that is referenced by one or more other objects. The object cannot be deleted until the references have been removed.

Action

Change your application code to remove references to the object before deleting it.