If you have shadow folders configured, the location of the shadow service will change when you move your Vault installation. If the first Vault machine is turned off, when you access the shadow folder configuration area, it will request a new URL. If the first Vault machine is still active, it will try to connect to that machine instead of the one you are moving to. You can remedy this by running the following in SQL Query Analyzer.
Code: Select all
use sgvault
GO
DELETE from dbo.tblplugins
In addition, the folder settings for shadow folders is saved in the web.config under the VaultShadowFolder directory in the Vault installation website. Find the section <workingfolderassignments> in the web.config. You can then copy those assignments to your new web.config on the other machine.
Finally, within Vault Shadow Folders' web.config verify the "shadowfolder_vaultserver" xml attribute correctly references the URL of the Vault Server.