立即与支持人员聊天
与支持团队交流

Archive Shuttle 11.4 - Installation Guide

Installing Archive Shuttle modules with Core via proxy

Sometimes the installation of the Archive Shuttle modules may fail if the communication between the modules and the Core is via a web proxy.

It is possible to launch the MSI file with a parameter to prevent the installer from checking that it can communicate with Archive Shuttle Core. The installation of the modules will then be successful.  To install the modules in this manner, execute the following:

MSIEXEC /i ProductName.msi DONT_CHECK_WEBSERVICE="1"

 

(Replacing “ProductName” with the full name of the MSI)

Later in the installer wizard, the below notation of proxy setting is important to pass the test:0

1.Tick Use proxy.

2.Use the following URL in the box underneath: http://yourproxyip:port

3.Hit Check server. If the syntax is correct and the proxy is reachable the test will pass like on the picture below:

proxy1

Configuring access to Office 365 through a proxy server

If the migration environment needs to use a web proxy to access HTTP or HTTPS sites on the internet, then the Office 365 module needs to be configured to also route traffic that way.

1.Log in to the server or workstation where the Office 365 Module is currently deployed using the account that is used to run the Archive ShuttleOffice 365 Service.

2.Browse to the folder where the module is installed, and locate the file ‘ArchiveShuttle.Module.Office365.exe.config’ and open it in a text edit.

You can choose set the proxy configuration for the Offfice 365 Module by inheriting the config from either IEConfig, AutoDetect, WinHTTP or by specifying a web proxy URI in the config file.

 

a. By inheriting the config from either IEConfig, AutoDetect, WinHTTP

 

3.Remove the <!-- from the beginning of the line containing the ‘<add key="ProxyAccessType" value="None"/>’  and remove the --> from the end of the line:

    <!-- ProxyAccessType needs to be set occasionally. Following are valid options:
        None (default), IEConfig, AutoDetect, WinHttpConfig, NoProxyServer -->
  <!--<add key="ProxyAccessType" value="None"/> -->

 

4.Set the ProxyAccessType value to be one of:

 

·IEConfig

·AutoDetect

·WinHttpConfig

·NoProxyServer

See this Microsoft article for correct usage.

5.  Save and close ‘ArchiveShuttle.Module.Office365.exe.config’ file.

 
6.  Restart the Office 365 Module service.

 

b. Specifying web proxy URI

 

3.  Remove the <!-- from the beginning of the line containing the ‘defaultProxy’  and remove the --> from the end of the line:

<system.net>

    <defaultProxy enabled="true" useDefaultCredentials="true">

    <proxy bypassonlocal="True" usesystemdefault="True"/>

    </defaultProxy>

    <connectionManagement>

      <add address="*" maxconnection="500"/>

    </connectionManagement>

    <!--<defaultProxy useDefaultCredentials="true">

      <proxy bypassonlocal="true" usesystemdefault="true" proxyaddress=http://192.168.1.20:8080 />

    </defaultProxy>-->

</system.net>

 

4.Update the required proxyaddress URI to use. Then, save and close ‘ArchiveShuttle.Module.Office365.exe.config’ file.

5.Restart the Office 365 Module service.

See this Microsoft article for correct usage.

Force configuration of proxy settings

In some environments, even when a proxy server is configured in the Archive Shuttle installer, there are still problems with connectivity. These problems are either between the module and the Core, or the module and a cloud service (e.g. Office 365).

It is possible in some situations to force all traffic through a proxy configuration. The first step is to ensure that Microsoft Edge works as expected.

From Microsoft Edge configuration, we can verify if the Proxy setting are configured. Go to Start > Control Panel > search 'Internet options' > Connections (Tab) > LAN settings > Proxy server:

proxy2

To check the proxy setting, issue following command:

netsh winhttp show proxy

 

Then, issue the following command:

netsh winhttp import proxy source=ie

 

proxy3

If you are installing the Archive Shuttle modules where communication to the Core is via a proxy, review this page for more details. This will help in situations where:

1. Using a proxy on a bridgehead server

When PowerShell tries to connect to Office 365 or Azure, it may not be able to connect. It does not follow the Microsoft Edge proxy settings.

2. If a proxy PAC script is used in Microsoft Edge

In this case, the installation of Archive Shuttle modules will likely fail.

Enterprise Vault installation scenarios

The following topics give some example installations showing which components are installed on which servers.

相关文档

The document was helpful.

选择评级

I easily found the information I needed.

选择评级