Installing the Automation Service Monitor

The Automation Service Monitor is a utility for monitoring the job queue and activity of the Activity Service.

  1. Extract date_HIM_ASAMon_version.zip to a temporary directory to create the following folders:
    • HIM_ASAMON.Application

    • HIM_ASAMon.Config

  2. Copy the content of HIM_ASAMON.Application to the installation path for the Automation Service Monitor, such as root\HIM_ASAMon.
  3. Copy the content of HIM_ASAMON.Config to the installation path for the Automation Service Monitor.
  4. In the installation directory, open fmlogin.ini in a text editor.
  5. Enter the server name for all instances of the DBLogin parameter. For example:

    [Inventory]

    DBLogin = server_name/Inventory/your_password,Inventory,myInvenMenu.ini

  6. Open sql.config in a text editor.
  7. Update the server name and service name where the values in bold are specific to your environment:

    <servers>

    <server name="server name used in fmlogin.ini”>

    <DbBrand value="SQLServer” or “Oracle”/>

    <ServiceName value="name of the Server instance” />

    </server>

    </servers>

Related Topics