Versions Compared

Key

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

...

The following ways can be used in this modeused to reference the connection string:

  1. FuseIT.SDDMS /DatabaseGen
    This uses the default connection string named, "SqlAdminConnectionString", in the config file to connect to SQL Server. 
    It will use the value of "DataExportPath" in config file, as the path where the dataExport zip files are stored.
    e.g execute this command line (note spaces) - FuseIT.SDDMS /DatabaseGen
  2. FuseIT.SDDMS /DatabaseGen /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 /DatabaseGen /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

...

The following ways can be used in this modeused to reference the connection string:

  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

...

The following ways can be used in this modeused to reference the connection string:

  1. FuseIT.SDDMS /WebAppGen
    This uses the default connection string named, "SqlAdminConnectionString", in the config file to connect to SQL Server.
    e.g execute this command line (note spaces) - FuseIT.SDDMS /WebAppGen
  2. FuseIT.SDDMS /WebAppGen /sqlcs:YourSqlConnectionStringName
    This uses your custom connection string with the name in the config file
    e.g execute this command line (note spaces) - /WebAppGen /sqlcs:YourSqlConnectionStringName
    where /sqlcs is the required Salesforce connection prefix

...

The following ways can be used in this modeused to reference the connection string:

  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

...

The following ways can be used in this modeused to reference the connection string:

  1. FuseIT.SDDMS /CompleteGen
    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 /CompleteGen
  2. FuseIT.SDDMS /CompleteGen  /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 /CompleteGen /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