Upgrading Secure Ad Hoc Transfer

When you upgrade to a newer version of the Secure Ad Hoc Transfer (SAT) module, you should first upgrade EFT Server.

icon_info.gif

By default, SFTPCOMInterface.dll is stored in the EFT Server installation directory and in C:\Inetpub\EFTAdHoc for the SAT module.

To upgrade Secure Ad Hoc Transfer

  1. Run the installer for the new version. Refer to Installing Secure Ad Hoc Transfer for details, if necessary.
    wiz_install_upgrade63.png

  2. Click on of the following options, then click Next:

  3. Follow the prompts to complete installation.

To restart IIS

  1. Click Start > Run.

  2. In the Run dialog box, type iisreset, then press ENTER.

A command prompt appears, IIS is reset, and then the screen closes.

Error message: "Unable to retrieve your e-mail address from the Active Directory server or e-mail address is invalid"

An error message stating that SAT is "Unable to retrieve your e-mail address from the Active Directory server or e-mail address is invalid" after upgrading from SAT version 2 to version 3, is caused by the fact that SAT retains the previous version's authentication settings when upgrading. If you want to use Integrated Windows Authentication (IWA), perform the procedure below.

To use IWA with an upgraded SAT installation

  1. Disable Anonymous Authentication and enable Windows Authentication in the following dialog box in the IIS manager:

disableauthiniis.png

  1. In SAT's web.config file (by default, C:\Inetpub\wwwroot\EFTAdhoc\web.config):
    1. Change authentication mode to Windows:

webconfigauth.png

    1. Add the following text to the <bindings> section of the file:

webconfigsecuritymode.png