Support Suite
User Login
EIOBoard Errors when attempting an automatic upgrade
Posted by Kevin Merta on 24 June 2011 02:16 PM
|
|
After upgrading a Customer-Hosted server or the EIOBoard-Hosted servers are upgraded, the clients will automatically prompt to upgrade to the latest version unless the company setting, “Only prompt for required upgrades” is checked. When this occurs, version 7.1 and earlier use FTP to attempt to connect to inoutboardvideos.com to download the latest. If you want to fix or set up Auto-update to still work, you can follow the instructions below: Auto-Update SetupThis section will outline the steps necessary to automatically update all the mustering endpoints connected to this server. Since they cannot directly access the internet, the installer for the newer version of Savance Emergency Mustering must be stored on the On-Premise server. Downloading the InstallerThe get the latest installer, go to https://eioboard.com/downloads/releases/<VERSION>. For example, the installer for version 10.1.16 is located at https://eioboard.com/downloads/releases/10.1.16/. Once the installer is downloaded, move or copy the file to the downloads folder that you created in §2.3.
Running Database ScriptFind “SetHttpUrl.sql” here. Next, open the file in SQL Server Management Studio (SSMS).
After signing in with the credentials from §2.2, you should see a screen similar to the one above. Notice the dropdown in the upper-left has “SolutionSavant” selected. Enter the full IP address of your server with “/downloads/<DOWNLOAD FILE NAME>” between the empty single quotes so it matches the format of the provided example. Once you ensure that the URL is correct, click “Execute”. Example: UPDATE Versions SET httpURL = 'http://192.168.82.43/downloads/EIOBoardOffline10116.exe', VersionRevision = 16, VersionString = 'Savance Emergency Mustering 10.1.16', FTPUpdateFileName = 'EIOBoardOffline10116.exe' WHERE InterfaceSys = 8 The server is now configured to support automatic updates. 3.3 Downloading Latest VersionOnce all the steps above have been completed, simply move the installer for the latest version of Savance Emergency Mustering in the “downloads” folder that was created earlier. The Auto-Update should then proceed without any more user interaction. | |
|