Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > ReadOnlySchema

ReadOnlySchema

Boolean

false

Purpose

The ReadOnlySchema parameter, when set to true, prevents users from opening read‑only schema files for update. If this parameter is true and a client node attempts to open schema files for update access, the operation fails with an ACCESS_MODE_VIOLATION error. If this parameter is false and a client node attempts to access the server node in read‑only schema mode, a 3080 exception is raised.

By default, update access of the schema files is allowed. (For details about schema files, see "ReadOnlySchema" under "JADE Object Manager Client Module Section [JadeClient]", earlier in this chapter.)

Parameter is read when …

The database server node is next initialized.