How to manually upgrade to Mobile Web 2024SP1¶
Starting the Upgrade¶
Open the Totalview Admin Desktop Client.
Click connectors then overview.
Find the MobileWeb connector. Stop it then click install/upgrade.
Follow the manual steps of upgrade below.
Manual steps of upgrade¶
Go to the Mobile Web folder in the Totalview Installation (typically
[TotalviewInstallationPath]\WCF\MobileWeb_[NAME_OF_WCF]).Delete every file and folder except these:
logs (folder)
appsettings.json
config.xml
Totalview3WCF.exe
Totalview3WCF.exe.config
Open the appsettings.json and the Totalview3WCF.exe.config.
From the
Totalview3WCF.exe.config.Copy the value from
configuration\appSettings\add[key="UseTime"]to appsettings.jsonapp:UseTime(e.g., true. Shoud not have quotation marks).Copy the value from address in
configuration\system.serviceModel\client\endpointto appsettings.jsonapp:TimeServerUrl.Copy the value from
configuration\dataDumpConfigurationSectionto appsettings.jsonDataDumpOptions. Set"Enable": trueif the section is not commented out in theTotalview3WCF.exe.config.Copy the value from
configuration\system.serviceModel\behaviors\behavior[name="Mex"]\IPFilterto appsettings.jsonapp:IpFilter(e.g., “127.0.0.1, ::1”).Look the the
configuration\system.serviceModel\servicesand 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.
Delete the file
Totalview3WCF.exe.config.Start the MobileWeb connector.
