Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14081 - The ActiveX control has not released all its Ole object references

14081   The ActiveX control has not released all its Ole object references

Cause

This error occurs if the ActiveXControl is still holding references to interface objects used in communicating to the ActiveX container supplied by JADE. When the ActiveX control obtains any reference to these objects, a reference count is incremented for each object.

The ActiveX control must call release on these objects when it has finished with the object. Failure to do so will cause leakage of memory and resources and can also result in the JADE application crashing.

Action

The creator of the ActiveX control needs to ensure that all interface objects used are released.