Verifying File Revisions with Vault Verify

The Vault Verify utility installs by default in the C:\Program Files\Borland\StarTeam Server <version>\VaultVerify folder on a Windows system.

In general, you can run Vault Verify from the command line as follows: Vault Verify [options] "server configuration" .

  1. Open the Server Administration tool and shut down the server configuration you want to verify.

    You can use the specified StarTeam Server configuration when Vault Verify is running.

    Note: The stray check and the repair option are ignored if the server configuration is in use.
  2. At the command prompt, navigate to the VaultVerify folder and type the following command:
    VaultVerify.bat -check all -cf C:\test -path 
       "C:\Program Files\Micro Focus\StarTeam Server <version>" “My Server Configuration”

    On a Windows Server 2008 machine, type the following command instead:

    VaultVerify.bat -check all -cf C:\test –dbname <database name>  -dbuser <database user>  -dbinstance <instance name> -dbhost <host name>  “My Server Configuration”
    Tip: To view command-line options for the VaultVerify command, navigate to the VaultVerify folder and type VaultVerify.bat - help. Optionally, you can use –?, or –h instead of –help.