Execution of ConsoleUI is initiated via the terminal or via script. More information is available in the ConsoleUI manual. The settings file is singled out on execution of ConsoleUI. In the example below the settings file is called ImportPar.autopar.
Execution sample:
"C:\inetpub\wwwroot\NewAiolosService\bin\AiolosConsoleUI-local.exe" /settingsfile:ImportPar.autopar /configuration:Aiolos
In the settings file, the type of import has to be indicated via a command line parameter: /load, /obs or /forecast. Below is an example of what a settings file might look like for an import of SQL format where load values are to be imported:
Settingsfile sample:
/name:Excel_Import
/action:import
/importtype:Load
/importprotocol:sql
As well as load, it is also a good idea to import weather files in the form of observations or forecasts. Observation file types supported for importing into are: aio2, aio6, aio7. Forecast file types supported for importing into are: fc2, fc6, fc7.