Forum Discussion

mumair109917's avatar
13 years ago

Enterprise Vault Customize shortcut Redirction

hi all,

we are using Enterprise vault 9.0.1 installed on windows 2008 R2, i configured customize shortcut to "view orginal item" that has been archived items. when we click this hyper link it will rediect to  "https://evserver.company.net" (local Domain) is there any way to redirect it to "https://evserver.company.com" (SSL Certificate we are using and external name of server as well)

  •  

    To change the URL you need to run the following SQL command against the EnterpriseVaultDirectory database:

    update SiteEntry set DefaultWebAppURL = '<new_virtual_directory>' where SiteName = '<site_name>'

    <new_virtual_directory> is the virtual directory path where the Enterprise Vault web app is located. /EnterpriseVault is configured by default

    <site_name> is the Enterprise Vault Site Name as displayed in the Administration Console
     
    Please ensure you do not enter http:// or https:// into this field as this is set by the Vault  Administration Console i.e. Use TCP  Port \ Use HTTPS on SSL Port