Note: This is documentation for version 5.20 of Source. For a different version of Source, select the relevant space by using the Spaces menu in the toolbar above">Note: This is documentation for version 5.20 of Source. For a different version of Source, select the relevant space by using the Spaces menu in the toolbar above

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Installation

Local installation of eWater Run Manager requires the following software to be installed:

eWater Run Manager is distributed as a ZIP file that should be extracted to your local drive.

Contents

Configuration

The eWater Run Manager application contains a number of sub-directories. Two of these, the Agent and Run Manager sub-directories, contain configuration files called appSettings.json. These files can be opened in a text editor and allow you to configure the Source Cloud settings. Generally, the only setting that the user will need to modify is the eWater Source installation directory, which is located in the Agent's appSettings.json configuration file.

eWater Run Manager settings file:

eWater Run Manager appsettings.json
{
  "BaseUrl": "http://localhost:5051",
  "MaxLocalAgents": 4,
  "TimeseriesCycleCreatorExe": "..\\..\\TimeseriesCycleCreator\\TimeseriesCycleCreator.exe"
}
  • BaseUrl - The browseable URL for the local version of Source Cloud
  • MaxLocalAgents - The maximum number of Source instances to be running for a given job
  • TimeseriesCycleCreatorExe - The location of the executable for the TSCC

Agent Settings file:

Agent appsettings.json
{
  "PollingPeriodMs": "10000",
  "ServerBaseUrl": "http://localhost:5051",
  "SourceDirectory": "C:\\Source\\Source_4.5.0.7410\\"
}
  • PollingPeriodMs - How often agent will poll the server requesting for a job/task
  • ServerBaseUrl - The URL to contact the server on
  • SourceDirectory - The directory containing the version of Source to run Back slashes must be escaped with a double slash (\\)

Launch eWater Run Manager

Launch the eWater Run Manager application by Source.Web.exe, which is located in the /Run Manager directory. This will launch the local eWater Run Manager application in your default web browser.

Your web browser may cache old versions of the eWater Run Manager website and fail to update when you run a new version. To ensure that this does not happen, always do a 'hard refresh' on the eWater Run Manager webpage after installing a new version. In Firefox and Chrome, the shortcut for a hard refresh is Ctrl-F5.

  • No labels