Product Information > JADE Error Messages and System Messages > 3000 through 3199 - Database Engine Errors > 3182 - SingleFile JadeBytes file is ReadOnly

3182   SingleFile JadeBytes file is ReadOnly

Cause

This error occurs when an attempt is made to update a dedicated JadeBytes instance whose associated disk file has its ReadOnly file attribute set to true. This is not allowed. A probable cause is that something other than the database set the attribute as this attempt to update a property marked readOnly should generate error 1348.

Action

Manually reset the ReadOnly attribute of the file, or set the readOnly property of the JadeBytes instance in code to the required state. The database will then change the file attribute to match the requested state.