How to manually upgrade to Mobile Web 2024SP1

Starting the Upgrade

  1. Open the Totalview Admin Desktop Client.

  2. Click connectors then overview.

  3. Find the MobileWeb connector. Stop it then click install/upgrade.

  4. Follow the manual steps of upgrade below.

Manual steps of upgrade

  1. Go to the Mobile Web folder in the Totalview Installation (typically [TotalviewInstallationPath]\WCF\MobileWeb_[NAME_OF_WCF]).

  2. Delete every file and folder except these:

    logs (folder)

    appsettings.json

    config.xml

    Totalview3WCF.exe

    Totalview3WCF.exe.config

  3. Open the appsettings.json and the Totalview3WCF.exe.config.

  4. From the Totalview3WCF.exe.config.

    1. Copy the value from configuration\appSettings\add[key="UseTime"] to appsettings.json app:UseTime (e.g., true. Shoud not have quotation marks).

    2. Copy the value from address in configuration\system.serviceModel\client\endpoint to appsettings.json app:TimeServerUrl.

    3. Copy the value from configuration\dataDumpConfigurationSection to appsettings.json DataDumpOptions. Set "Enable": true if the section is not commented out in the Totalview3WCF.exe.config.

    4. Copy the value from configuration\system.serviceModel\behaviors\behavior[name="Mex"]\IPFilter to appsettings.json app:IpFilter (e.g., “127.0.0.1, ::1”).

    5. Look the the configuration\system.serviceModel\services and see if the endpoint is running secure or not. If it is running secure follow the guide on How to switch from Http to Https.

  5. Delete the file Totalview3WCF.exe.config.

  6. Start the MobileWeb connector.