Shutting down the databases
To make it easier to gain exclusive access to the databases, for example before you apply changes to the database schema, you can use the Take Offline command to broadcast a message to all active iBase users that asks them to end their sessions. Existing users are not ejected from the system by this message but new users (except for database administrators) cannot open the databases.
About this task
The message does not deny database access to services such as the Scheduler service, which should be disabled manually. For more information, see iBase Scheduler.
You can broadcast just the standard message (which is
*** WARNING *** This database is
now offline
) or you can add a message to provide users with some instructions or
information.Note: Typically the Take Offline command is run from just one of the databases and the
database status is replicated to all the other sites. However, it might need to be run locally if a
site is unable to communicate with the publisher site because of a network communications
failure.
Procedure
To take the databases offline:
What to do next
When the databases are offline, in iBase, select
to bring the databases back online to make them available to users who want to start new sessions.You can bring the publication database online as soon as your SQL Server administrator tells you
that replication is configured for the publisher site. The subscription databases automatically come
back online as the subscriber sites are configured for replication.
Note: Do not bring the
publication database online while replication is disabled. You should only add data (whether
manually or by scheduled import), or edit or delete data while replication is configured. This is
because any changes that are made to the data while replication is disabled cannot be replicated to
other sites even when replication is reconfigured.