Editing the Service Shell Configuration File

PASS Real Time Views obtains data from the database used by the PASS Schedule Server.

About this task

To specify this data source, you must type the data source and port information in a configuration file.

Procedure

  1. In a text editor, open the path\Config\localhost.profile file, where path is the folder where PASS Real Time Views is installed.
  2. Find the <databases> element:
    <databases>
    <database name="Primary" dsn="dataSourceName" dbd="..\Modules\Core\Data\Core.db-schema" user="userName" password="password"/>
    </databases>
  3. In the <databases> element, do the following:
    1. For the dataSourceName value, type the name of the data source used by Schedule Server.
    2. For the userName value, type a database user name.
    3. For the password value, type the database password for the userName value.
  4. Find the <servers> element:
    <servers>
    <server id="Primary" defaultService="Hiwire"
    anonymousAccess="false">
    </servers>
  5. Replace the value of the <servers> element with the one in the XML comment:
    <server id="Primary" defaultService="App/Core/UI/Workspace/main">
  6. In the <servers> <components> section, confirm the following <group> names exist and are not commented out:
    These service groups are required for Trapeze PASS (and PASS Real Time Views) to function correctly.
    • CoreServerManagement

    • CoreConfigurationManagement

    • CoreDataManagement

    • CoreUtility

    • CoreApplicationEngine

    • CoreMessaging

    • MAP_AddressMatching

    • MAP_Routing

    • Cmn_InstantMessenger

    • PASS_Pass

    • PASS_PassAgent

    • PASS_PassBookingValidation

    • PASS_PassEligibilityTests

    • PassCmn

    • PASS_PassTripBroker

    • PASS_PassRTV

  7. Save the localhost.profile file.