EndSnapshot

The EndSnapshot action takes the database out of snapshot mode by performing a changeDbAccessMode(JadeDatabaseAdmin.Mode_Default, JadeDatabaseAdmin.Usage_Update) method call. (For details about conditioning the database for recovery from a non‑JADE backup, see "StartSnapshot", elsewhere in this document.)

The syntax of the EndSnapshot action is as follows.

jdbadmin action=EndSnapshot
         [path=database-path]
         [ini=initialization-file-name]
         [server=multiUser]

The following is an example of the EndSnapshot command.

jdbadmin path=d:\salesdb ini=d:\salesdb\jade.ini action=EndSnapshot

For details about external third‑party snapshot backups, see "Non-JADE Backups" in the Developing a Backup Strategy White Paper.