Versions Compared

Key

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

...

  1. FuseIT.SDDMS /DataExportAndDatabaseGen
    This uses the default connection strings named, "SalesforceConnectionString" and "SqlAdminConnectionString", in the config file.
    It uses the values of all the other required parameters from the config file.
    e.g execute this command line (note spaces) - FuseIT.SDDMS /DataExportAndDatabaseGen
  2. FuseIT.SDDMS /DataExportAndDatabaseGen /scs:YourSalesforceConnectionStringName /sqlcs:YourSqlConnectionStringName "path"
    This uses your custom connection strings with the names in the config file.
    e.g execute this command line (note spaces) - FuseIT.SDDMS /DataExportAndDatabaseGen /scs:YourSalesforceConnectionStringName /sqlcs:YourSqlConnectionStringName "path"
    where /scs is the required Salesforce connection string prefix,
    /sqlcs is the required SQL Server connection string prefix and
    path is the file directory from where the data export files are saved e.g. c:/Myplace

4. Web Application Generation Mode

Choose this mode by specifying "/WebAppGen" as the first argument.

...

Note:- The values of "appEdmFolder", "modelName" and "webApplicationProject" from the config file nested in appSettings section are required for this mode. 

5. Database Generation and Web Application Generation Mode

Choose this mode by specifying "/DataBaseGenAndWebAppGen" as the first argument.

...

  1. FuseIT.SDDMS /DataBaseGenAndWebAppGen
    This uses the default connection string named, "SqlAdminConnectionString", in the config file.
    e.g execute this command line (note spaces) - FuseIT.SDDMS /DataBaseGenAndWebAppGen
  2. FuseIT.SDDMS /DataBaseGenAndWebAppGen /sqlcs:YourSqlConnectionStringName "path"
    This uses your custom connection strings with the names in the config file.
    e.g execute this command line (note spaces) - FuseIT.SDDMS /DataBaseGenAndWebAppGen /sqlcs:YourSqlConnectionStringName "path"
    where /sqlcs is the required SQL Server connection string prefix and
    path is the file directory from where the data export files are saved e.g. c:/Myplace

6.

...

Data Export, Database Generation and Web Application Generation Mode

Choose this mode by specifying "/CompleteGen" as the first argument. 

...