...
There are two ways to reference the connection string:
- FuseIT.SDDMS .Executable /DataExport
This uses the default connection string named, "SalesforceConnectionString", in the config file
It will use the value of "DataExportPath" in config file, as the path where the dataExport zip files will be stored.
e.g execute this command line (note spaces): FuseIT.SDDMS /DataExport - FuseIT.SDDMS .Executable /DataExport /scs:YourSalesforceConnectionStringName "path"
This uses your custom connection string with the name in the config file
e.g execute this command line (note spaces) - FuseIT.SDDMS /DataExport /scs:YourSalesforceConnectionStringName "path"
where /scs is the required Salesforce connection prefix and
path is the file directory where the data export files should be saved e.g. c:/Myplace
...