Editing the Service Shell Configuration File
PASS Real Time Views obtains data from the database used by the PASS Schedule Server.
About this task
Procedure
- In a text editor, open the path\Config\localhost.profile file, where path is the folder where PASS Real Time Views is installed.
-
Find the
<databases>element:<databases> <database name="Primary" dsn="dataSourceName" dbd="..\Modules\Core\Data\Core.db-schema" user="userName" password="password"/> </databases> -
In the
<databases>element, do the following:- For the dataSourceName value, type the name of the data source used by Schedule Server.
- For the userName value, type a database user name.
- For the password value, type the database password for the userName value.
-
Find the
<servers>element:<servers> <server id="Primary" defaultService="Hiwire" anonymousAccess="false"> </servers> -
Replace the value of the
<servers>element with the one in the XML comment:<server id="Primary" defaultService="App/Core/UI/Workspace/main"> -
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
- Save the localhost.profile file.