Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

SDDMS is a single application (FuseIT.SDDMS.Executable) that has three modes of operation that can be triggered by command line arguments or settings in the config file.

...

  1. FuseIT.SDDMS.Executable /DataExport
    This uses the default connection string named, "SalesforceConnectionString", in the config file
     e.g execute this command line (note spaces): FuseIT.SDDMS .Executable /DataExport
  2. 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 .Executable /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 

Note: If you want to pull schema information then set "pullSchemaInfo" to true in config file. The schema information will be saved with the name 'dataCache' on your file system along with the DataExport zip files at the path specified above.

...