You are here

Uninstalling SkyVault Outlook Integration

To uninstall the SkyVault Outlook files, use the Module Management Tool (MMT).
Note: To completely remove Outlook Integration, you must uninstall the Outlook package from SkyVault as well as from Microsoft Outlook on all Windows clients. This information provides uninstall directions for the SkyVault 2.0 modules.
Note: To uninstall the Outlook Client from your Windows clients, use the standard Programs > Uninstall Program feature in Windows. Look for SkyVault Outlook Client and uninstall it.
  1. Stop the SkyVault server.
  2. Use the information in Uninstalling an AMP file to uninstall each AMP file.

    For example, for SkyVault 5.1, from the SkyVault root directory, you need two commands:

    java -jar bin/alfresco-mmt.jar uninstall com.westernacher.wps.AlfrescoMailIntegrationRepository tomcat/webapps/alfresco.war
    java -jar SkyVault-mmt.jar uninstall com.westernacher.wps.AlfrescoMailIntegrationShare tomcat/webapps/share.war
    
    For SkyVault 5.0 and 4.2, from the SkyVault root directory, you need three commands:
    java -jar bin/alfresco-mmt.jar uninstall com.westernacher.wps.AlfrescoMailIntegrationRepository tomcat/webapps/alfresco.war
    java -jar bin/alfresco-mmt.jar uninstall com.westernacher.wps.WpsAlfrescoUtilsRepository tomcat/webapps/alfresco.war
    java -jar SkyVault-mmt.jar uninstall com.westernacher.wps.AlfrescoMailIntegrationShare tomcat/webapps/share.war
    
    Use these commands to check whether the AMP files were removed:
    java -jar bin/alfresco-mmt.jar list tomcat/webapps/alfresco.war
    java -jar bin/alfresco-mmt.jar list tomcat/webapps/share.war
  3. Delete the tomcat/webapps/SkyVault and tomcat/webapps/share folders in the SkyVault installation directory.

    Deleting these directories forces Tomcat to read the edited WAR files when SkyVault is restarted.

  4. Restart the SkyVault server.