Skip to content

Airline to full charter

Request from AIDA to add route for a new carrier to Kronos:

YW as FC (Fullcharter)

Following steps need to be done:

1. Connect to the server

ssh <ldapuser>@10.100.111.20

2. Switch to qcuser

sudo -iu qcuser

3. Edit the configuration file

vi apps/qc/router/conf/resources-custom.xml

Add the following inside the appropriate section:

<!-- AIDA KRONOS -->
<bean id="bookingSystemAIDA" class="net.quintessence.router.process.BookingSystemAdapter">
  <property name="configuration" ref="configurationAIDA" />
</bean>

<bean id="configurationAIDA" class="net.quintessence.router.process.BookingSystemAdapterConfiguration">
  <property name="systemId" value="AIDA" />
  <property name="caller" ref="callerAIDA" />
  <property name="flightMatcher">
    <bean class="net.quintessence.router.process.matcher.FlightMatcherByCarrierCharterCompartment">
      <property name="rules">
        <list value-type="java.lang.String">
          <value>HV|HK|AEA|CD|CND|BGH|FPO|EB|OR|NO|JQ|ST|QS|V7|EK|P7|GM|LLX|EVE|SDR|SR|5P##</value>
          <value>AF|AI|AZ|BA|CO|CX|DL|ENT|GXL|HV|HQ|JJ|KL|KF|LG|LO|LX##</value>
          <value>ML|NO|OS|OLY|QR|SK|SN|SQ|TG|TOM|TP|TS|TWI|US|VS|WK##</value>
          <value>ST|#SC#*</value>
          <value>4Y|TB|ZQ|LH|HBN|JTD|HG|VY|AP|BUC|YW#FC#*</value>
          <value>EY|#!SF#*</value>
          <value>EW|4U#*#P|B</value>
        </list>
      </property>
    </bean>
  </property>
</bean>

4. Restart deployment

Restart the quintessence-concierge-routes-aida deployment on the /manager page.

5. Final steps

  • Check in for actual release.
  • Refer your comment to the QC monthly support ticket.