Remarks
Available from version | 1.0.0 |
---|---|
Necessity | optional |
Usage | <Path/URL to message file> or /Remarks <Path/URL to message file> |
Description
This parameter must be specified if the message file is not stored with the name remarks.ibi in the folder with the application. If the path to the message file appears first, the key word /Remarks is not needed. Starting with version 1.9.0, you can also specify an HTTP/HTTPS URL as the path. Note that in this case the path to an error directory (see parameter ErrorLogPath) should also be specified since otherwise any errors that occur will be documented only locally in the event log of the operating system.
Examples
IBI.aws.Client.exe /Param_0 ... /Param_n
No message file specified. In this case a file with the name remarks.ibi must be in the application folder.
IBI.aws.Client.exe "\\fileserver\ibiawsShare$\remarks.ibi" /Param_1 ... /Param_n
Path to the message file appears first. In this case the key word ”/Remarks” is not required.
IBI.aws.Client.exe /Param_0 ... /Param_n /Remarks "\\fileserver\ibiawsShare$\remarks.ibi"
Path to the message file in any position. In this case the key word “/Remarks” must be specified.
IBI.aws.Client.exe "http://company.com/locationX.ibi" /ErrorLogPath "\\fileserver\ibiawsShare$\Errors"
Path is given as an HTTPS URL with additional listing of a user-defined error storage location.
IBI.aws.Client.exe "https://username:SugXUDBjWitdAX8JEV1mcg@example.com/remarks-example.ibi"
Path is given as an HTTPS URL with additional credentials. See start parameter /UrlGenerator for further details.