Versions Compared

Key

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

Contents

Table of Contents
minLevel1
maxLevel3
excludeContents

...

The Adonis Personnel Portal consists of the following server components:

  1. The Adonis Personnel Portal Web Service
    The Crew Portal Web Service (AdonisWebServices) contains the API used by the Personnel Portal.
    This component is Mandatory!

  2. The Adonis Personnel Portal (Client Web Application)
    The Crew Portal is the actual web application or user interface used by the onboard crew members.
    It requires the Crew Portal Web Service

  3. The Time Registration Service
    This service is mandatory when it is used by Time Clock. Time Clock uses the Time Registration Service to communicate with the database.
    It requires the Crew Portal Web Service

System Requirements

The following description shows the minimum and recommended hardware and software requirements:

...

Info

The remote update will not work if IIS is running on Windows 10. For more information on the remote update, see Remote Installation / Update.

Installation / Upgrade

The sections below contain step-by-step instructions on how to install and update Adonis Personal Portal.

...

Info

For step-by-step instructions on how to install the application on the Azure platform, see Azure Installation.

Step 4

In the dialog, select Install/Update Personnel Manager and click Next to proceed:

...

Info

For step-by-step instructions on how to install the application on the Azure platform, see Azure Installation.

Step 4

In the Install/Update DB dialog, select Install/Update Personnel Manager:

...

The /S command-line parameter enables executing installation in the Silent mode. To initiate the installation, type:

Code Block
AdonisPortalInstall_vXXXX.XX.X.XX.exe /S

The /DBO command-line parameter allows updating only a database. To update a database, type:

Code Block
AdonisPortalInstall_vXXXX.XX.X.XX.exe /S /DBO

The /I command-line parameter allows specifying the application instance to be updated. If /I parameter is not defined, the installation set updates the [DEFAULT] instance of Adonis Personnel Portal. To update a specific instance, type:

Code Block
languagepowershell
AdonisPortalInstall_vXXXX.XX.X.XX.exe /S /I=Instance_Name

The /CAB parameter is used to create a CAB file to perform an update in Adonis Replicator. An output CAB file will contain an encoded application instance as well as the the CAB file name will include the instance name. For example: AdonisPortalInstall_appInstanceName_v{PRODUCT_VERSION}.cab. In case an instance name is not defined, a CAB file will be created for the [DEFAULT] instance.

To create a CAB file with a specific instance name, type:              

Code Block
AdonisPortalInstall_vXXXX.XX.X.XX.exe /CAB /I=Instance_Name

          

Info

For each instance name, you must create a separate CAB file.

...

This section describes the parameters to be passed in Adonis Replicator to perform a remote update/installation of Adonis Personnel Portal. To get started, run Adonis Replicator:

...

To specify the parameters, follow the steps below:

  1. On the left-hand side pane, select the service to which you got connected and navigate to Updatable programs.

  2. In the Updatable programs node, select Adonis Personnel Portal. Right under the selected application, select Update parameters.

  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 Added
    • REMOTE_SERVER – name or IP address of server where to update APP

    • REMOTE_SERVER_LOGIN – windows login with admin access rights for \\server\Admin$ resource

    • REMOTE_SERVER_PASSWORD – password of REMOTE_SERVER_LOGIN user

  4. On entering, click OK to proceed.

The installation of Adonis Personnel Portal on a remote workstation is carried out with the help of the PsExec utility that requires the prerequisites are met:

  • File and Printer sharing are enabled on the remote computer

  • The REMOTE_SERVER_LOGIN / REMOTE_SERVER_PASSWORD credential has an access right to the \\REMOTE_SERVER\Admin$ resource. To make sure the remote server is accessible, execute the follwoing

Code Block
command: \\REMOTE_SERVER\Admin$ /user:<UserName> [Passowrd]

where REMOTE_SERVER is localhost in case the Replicator Service and APP are on the same server.

Info

Before running the installation set with the /CAB parameter, the PsExec.exe utility must be copied to the folder where the installation set file is.

Accessing Applications

Adonis Personnel Portal consists of the following main applications:

...