FailoverConfiguration
Available from version | 2.0 |
---|---|
Requirement | Optional |
Use | /FailoverConfiguration <Path to the failover configuration file> |
Description
If an error occurs while reading the configuration file a failover configuration can be specified.
If this parameter is not specified, a default failover configuration with the name Configuration.Failover.xml is searched within the same directory as the configuration file.
Examples
IBI.helpMe.Client.exe /Param_0 ... /Param_n
Without specifying a failover configuration file. In this case, a file with the name Configuration.Failover.xml is searched within the same directory as the configuration file.
IBI.helpMe.Client.exe /FailoverConfiguration "\\fileserver\ibiShare$\config.failover.xml"
Specifies the path to the failover configuration.