AdditionalRemarks
Available from version | 1.9.0 |
---|---|
Necessity | optional |
Usage | /AdditionalRemarks <Path/URL for message file> <Path/URL for message file> |
Description
This parameter is needed if at least one additional message data source is used. The path can also be specified as an HTTP/HTTPS URL, as with the main message data source.
If several additional message data sources should be used, they are separated by a blank character. A corresponding example is listed below.
Examples
IBI.aws.Client.exe "\\fileserver\hauptstandort.ibi" /AdditionalRemarks "\\fileserver\filialeX.ibi"
Main data source and additional data source.
IBI.aws.Client.exe "\\fileserver\hauptstandort.ibi" /AdditionalRemarks "https://yourcompany.com/filialeX.ibi"
Main data source with file path and additional data source with URL path.
IBI.aws.Client.exe "\\fileserver\hauptstandort.ibi" /AdditionalRemarks "https://yourcompany.com/filialeX.ibi" "https://yourcompany.com/filialeY.ibi
" "\\fileserver/filialeZ.ibi"
Main data source with file path and three additional data sources, two with URL paths and one with file path.
IBI.aws.Client.exe "\\fileserver\hauptstandort.ibi" /AdditionalRemarks "https://username:SugXUDBjWitdAX8JEV1mcg@example.com/remarks-example.ibi"
Path specification as HTTPS URL with additional credentials specification. See start parameter /UrlGenerator for further details.