sdsEnableReadAccess

sdsEnableReadAccess();

The sdsEnableReadAccess method of the JadeDatabaseAdmin class, valid only if called from a secondary database system, requests the granting of read access to persistent objects in the database.

Read access is not granted immediately when interrupted transactions remain pending after a restart operation. Read access is granted only when all remaining interrupted transactions complete. Use the sdsGetTransactions method to determine the status of active (that is, incomplete) transactions.

If successful, the value of the ReadAccessDisabled parameter in the [SyncDbService] section of the JADE initialization file is updated to false on the current secondary database server so that the setting is preserved when the server restarts.

A runtime exception is raised if this method is called for a Relational Population Service (RPS) node.