Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1241 - Exceeded the maximum number of slobs and blobs allowed for a class

1241   Exceeded the maximum number of slobs and blobs allowed for a class

Cause

This error occurs if your application code attempts to add more than 255 slobs or blobs to a class. A class cannot have more than 255 slobs or blobs, or both slobs and blobs.

Action

Create a subclass on which to add the additional slobs and blobs. You should always try to avoid adding more than 255 slobs or blobs, or both slobs and blobs.