Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1288 - No more instances can be created because the instance id is at the maximum value

1288   No more instances can be created because the instance id is at the maximum value

Cause

This error occurs when the instance id for a class reaches the maximum value and a request is made to create a new instance.

Action

Change your application code so that it no longer attempts to create a persistent instance of the affected class. One possibility is to define and use a subclass of the affected class.