Toggle navigation

Masterdatabase

<
  • Dashboard
  • Airports
  • Cities
  • Hotels
    • Hotel chains
    • Hotel descriptions
    • Hotel consolidated
    • Hotel crossreferences
  • Services
    • PluginController
    • HotelConsolidator
  • Reports

Help - HotelUpdater service

  1. Home
  2. Help
  3. Hotelupdater service

Command parameters

Examples

Amadeus only - Australia - Sydney

SERKO.MasterDatabaseUpdater.exe /coc AU /cic SYD /provider Amadeus /force true

Sabre only - New Zealand - Auckland

SERKO.MasterDatabaseUpdater.exe /coc NZ /cic AKL /provider Sabre /force true

Galileo only - Netherlands - Amsterdam

SERKO.MasterDatabaseUpdater.exe /coc NL /cic AMS /provider Galileo /force true

AOT & Expedia - Netherlands - all cities

SERKO.MasterDatabaseUpdater.exe /coc NL /provider AOT /provider Expedia /force true

Note

For country and cities codes, see the Cities table

Help

SERKO.MasterDatabaseUpdater.exe /?

Accepted arguments:
/provider [arg] OR /p [arg] - run for specified provider only. Can be used multiple times;
/providerSimultaneousCities [arg] OR /providerSimCities [arg] OR /psc [arg] - specify the number of simultaneously processed cities for the provider. Default is 1;
/countryCode [arg] OR /coc [arg] - run for specified country code only. Can be used multiple times;
/countryName [arg] OR /con [arg] - run for specified country name only. Can be used multiple times;
/cityCode [arg] OR /cic [arg] - run for specified city code only. The city is associated with the last country argument. Can be used multiple times;
/cityName [arg] OR /cin [arg] - run for specified city name only. The city is associated with the last country argument. Can be used multiple times;
/ignoreProcessingTime [arg] OR /ipt [arg] OR /force [arg] - force provider processing regardless of the current processing time state for the provider. Default is 'false';
/readOnly [arg] OR /ro [arg] - do not make database changes (no hotels/chains will be added). Default is 'false';
/disablegeocoding [arg] OR /dgc [arg] - skip the geocoding step. Default is 'false';
/help OR /h OR /? - show this help message.

Examples:
1) ***.exe /p Expedia /p AOT /coc US /cin "New York" /con Australia /cic SYD /dgc true
2) ***.exe /p AOT /coc AU /dgc false