Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14005 - Window associated with this Jade object cannot be located

14005   Window associated with this Jade object cannot be located

Cause

This error occurs if your code has gained access to the window object of another application. This object has a physical window attached, and your code attempts to modify that physical window. As this can cause problems (for example, Windows deadlocks), JADE prevents you from doing this.

Action

Identify where this is happening in your application code and then change your code to prevent this.