Description
...
- Upload (publish) the update package into Replicator.
- Specify the sites which the update must be delivered to and set the installation time.
Create Update Package
To create the APM update package, follow the steps below:
- Run the APM setup wizard. In the Install mode dialog, select the Generate update package option:
Click Next to continue. - In the Choose Adonis Personnel Manager Location dialog, define the directory for saving the update package:
Click Generate to generate the package. - Wait until the package is generated:
When completed generating, click Next to contimue.
And then need to define the place where ADPW.ini file is located.
Subitem: for APP.
To run installation set in silent mode use parameter /S. To specify instance for update use parameter /I=”Instance name” (parameter “/I” is only used in silent mode)
To create CAB file for replicator run installation set with parameter /CAB. It will create .CAB file in the same folder where .exe file is. (it must have write access to this folder)
Examples:
Run installation in silent mode
AdonisPortalInstall_v2020.20.0.19.exe /S /I=”Test_Installtion”
Create CAB file for update by replicator
AdonisPortalInstall_v2020.20.0.19.exe /CAB
In replicator task setup it need specify update parameter INSTANCE_NAME with name of APP instance you want to update. It needs in case if more then one instance installed on server. If this parameter is not specified then it will update [DEFAULT] instance.
Once done, Replicator will proceed to the next steps:
...
Anchor | ||||
---|---|---|---|---|
|
After the plugin/program is installed, it is necessary to specify parameters for the Site(s).
To specify the parameters, follow the steps below:
- On the left-hand side pane, select the service which you got connected to and navigate to Updatable programs.
- In the Updatable programs node, select the plugin/program to be affected. Right under the selected program/plugin, select Update parameters/Plugin parameters, accordingly.
- 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:
- 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:
Name | Value |
---|---|
DATABASE | Enter the database name to be used. |
DAYSGAP | Define the number of days after the current day during which crew members will be available in RESCO. |
SERVER_NAME | Specify the server name to which to connect. |
SERVICE_PSW | Enter the password to the service. |
SERVICE_URL | Enter the service URL. |
SERVICE_USER | Enter the service user name. |
XREF | Define the name of the Xref interface added in the APM. |
For APM, the following parameters are required:
Name | Value |
---|---|
APM_FOLDER | Specify the application installation path. |
SERVER_NAME | Enter the server name. |
DATABASE_NAME | Enter the database name to be used. |
USER_NAME | Enter the APM username. |
Password | Define the database password. |
...