Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

...

Plugin and program installation procedures are different. Below you will find the description of each installation procedures.

Update Program/Plugin

A program update package contains an executable file that performs installation, a configuration file (Update.ini) and other files needed to install the update. Replicator starts the installer at the scheduled time using the command line parameters specified in Update.ini. When the installation process is completed, Replicator gets the exit code and stores the installation log in a certain database table. In case the update installation is successful, Replicator saves the version number of the installed program to that database table (the version number is specified in Update.ini). Based on this information, you can observe the program update installation on each site.

A plugin update package contains a plugin executable file (console application), Update.ini and other files used by the plugin when it runs. There must be one or more so-called plugin tasks specified in Update.ini. Each task is defined by the command line parameters to be used when starting the plugin application. A task has also its own name and a schedule. The installation of the plugin update consists in extracting files from an update package to a certain disk folder from where the plugin will start. After the successful installation, Replicator stores the plugin version number of the plugin to the database (same as after program installation) so that you can see the plugin update status on all sites.

To update a program or a plugin, proceed with the following instructions:

...

.




Anchor
Publish Update Package
Publish Update Package
Publish Update Package

...

Anchor
Set Parameters for Sites
Set Parameters for Sites
Set Parameters for Sites

After the plugin/program is installed, it is necessary to specify parameters for the Site(s). 

To specify the parameters, follow the steps below:

  1. On the left-hand side pane, select the service which you got connected to and navigate to Updatable programs.
  2. In the Updatable programs node, select the plugin/program to be affected. Right under the selected program/plugin, select Update parameters/Plugin parameters, accordingly.
  3. In the Update parameters workspace, select the Site for which you want to add parameters and click the Add button. Clicking the command displays the Add new command dialog where you can enter the parameters one by one:
    Image Modified
  4. On entering, click OK to proceed.


Below, you will find the description of parameters required for each program/plugin.

For the RESCO Interface plugin, the following parameters are required:

NameValue
DATABASEEnter the database name to be used.
DAYSGAPDefine the number of days after the current day during which crew members will be available in RESCO.
SERVER_NAMESpecify the server name to which to connect.
SERVICE_PSWEnter the password to the service.
SERVICE_URLEnter the service URL.
SERVICE_USEREnter the service user name.
XREFDefine the name of the Xref interface added in the APM.


For APM, the following parameters are required:

NameValue
APM_FOLDERSpecify the application installation path.
SERVER_NAMEEnter the server name.
DATABASE_NAMEEnter the database name to be used.
USER_NAMEEnter the APM username.
PasswordDefine the database password.

...