About Service Groups
PASS uses specific services to communicate with your trip planning system to retrieve fixed route itinerary data.
Service groups are defined in the path\Config\localhost.profile file.
-
CoreServerManagement
-
CoreConfigurationManagement
-
CoreDataManagement
-
CoreUtility
-
CoreApplicationEngine
-
CoreMessaging
-
MAP_AddressMatching
-
MAP_Routing
-
Cmn_InstantMessenger
-
PASS_Pass
-
PASS_PassAgent
-
PASS_PassBookingValidation
-
PASS_PassEligibilityTests
-
PassCmn
- INFO_InfoWeb
-
INFO_InfoPTP
- INFO_RealTimeManager
- PASS_ParaCutter
- PASS_TCC
About Service Shells for Multiple Databases
When setting up a two database solution, PASS users must be able to connect with a second service shell. The Primary service shell (used for Address Matcher) defined in , under Services cannot be used. This is because the service shell must connect to the FX/INFO database.
Service Shells should not be run from the same folder to minimize logging conflicts. They will, however, point to the same profile file.
<servers>
<server id="INFO" defaultService="Hiwire" anonymousAccess="false">
<components>
<group name="INFO_InfoPTP"/>
</components>
</server>
</servers>
<computers>
<computer name="localhost">
<servers>
<server id="Primary" address="localhost" port="4010"/>
<server id="INFO" address="localhost" port="4020"/>
</servers>
</computer>
</computers>