Versions Compared

Key

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

...

Choose this mode by specifing "/DatabaseGen" as the first argument. To use this mode you must specify SQL connection string in the config file.

There are three ways to use this mode:

  1. FuseIT.SDDMS /DatabaseGen
  2. FuseIT.SDDMS /DatabaseGen /scs:YourSalesforceConnectionStringName /sqlcs:YourSqlConnectionStringName "path"
  3. FuseIT.SDDMS /DatabaseGen /scs:useDataCache /sqlcs:SQLConnectionStringName "path"


Use SQL Server connection String name and ensure your connection string has been added to the config file.
If you do not want to specify the connection string name only specify the mode:
Four parameters are required when connecting with a connection string
e.g FuseIT.SDDMS.Executable /DatabaseGen /scs:SalesforceConnectionStringName /sqlcs:SQLConnectionStringName "path"
/scs: Salesforce connection string name (config file)
/sqlcs: SQL Server connection string name (config file)
path: File directory where the data export files are saved
e.g c:/Myplace

...