Product Information > JADE Error Messages and System Messages > 3000 through 3199 - Database Engine Errors > 3144 - Cannot access an offline file partition

3144   Cannot access an offline file partition

Cause

This error occurs if your application code attempts to create, update, or delete an object in a database file or file partition that is absent because it is offline. It can also occur if a partition operation is attempted on an offline partition that requires the partition to be online; for example, calling the freeze method of the JadeDbFilePartition class.

Action

Your application code should detect this and handle the situation appropriately in an exception handler method.