Volume change prompts appear while you are loading a database or transaction log.
Dumpfile 'fname' section vname found instead of 'fname' section vname.
Backup Server issues this message if it cannot find the specified file on a single-file medium.
The Operator Can |
By Replying |
---|---|
Abort the load |
sp_volchanged session_id, session_id, abort |
Mount another volume and try to load it |
sp_volchanged session_id, session_id, retry[, session_id[, session_id]] |
Load the file on the currently mounted volume, even though it is not the specified file (not recommended) |
sp_volchanged session_id, session_id, proceed[, session_id[, session_id]] |
Mount the next volume to read.
Backup Server issues this message when it is ready to read the next section of the dump file from a multivolume dump.
The Operator Can |
By Replying |
---|---|
Abort the load |
sp_volchanged session_id, session_id, abort |
Mount the next volume and proceed with the load |
sp_volchanged session_id, session_id, proceed[, session_id[, session_id]] |
Mount the next volume to search.
Backup Server issues this message if it cannot find the specified file on multifile medium.
The Operator Can |
By Replying |
---|---|
Abort the load |
sp_volchanged session_id, session_id, abort |
Mount another volume and proceed with the load |
sp_volchanged session_id, session_id, proceed[, session_id[, session_id]] |