...
Choose this mode by specifying "/DataExport" as the first argument. You need to use a Salesforce connection string name and ensure a connection string has been added to the config file.
There are two ways The following ways can be used to reference the connection string:
...
Choose this mode by specifying "/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 The following ways can be used in this mode:
- FuseIT.SDDMS /DatabaseGen
This uses the default connection string named, "SqlAdminConnectionString", in the config file to connect to SQL Server.
If "useDataCache" is set to true in config file, it will use the dataCache file, else it will use the default connection string named, "SalesforceConnectionString", in config file to get the schema info.
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 - FuseIT.SDDMS /DatabaseGen /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 /DatabaseGen /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 - FuseIT.SDDMS /DatabaseGen /scs:useDataCache /sqlcs:YourSqlConnectionStringName "path"
If you want to use the dataCache stored on the file system (stored while DataExport) write "useDataCache" in place of YourSalesforceConnectionStringName.
e.g execute this command line (note spaces) - FuseIT.SDDMS /DatabaseGen /scs:useDataCache /sqlcs:YourSqlConnectionStringName "path"
...
Choose this mode by specifying "/DataExportAndDatabaseGen" as the first argument. Use Salesforce and SQL Server connection String name and ensure your connection strings have been added to the config file
There are two ways to use this modeThe following ways can be used in this mode:
- 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 - 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
...
Choose this mode by specifying "/WebAppGen" as the first argument.
There are two ways to use this The following ways can be used in this mode:
- 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 - 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
...
Choose this mode by specifying "/DataBaseGenAndWebAppGen" as the first argument.
There are three ways to use this The following ways can be used in this mode:
- FuseIT.SDDMS /DataBaseGenAndWebAppGen
This uses the default connection strings named, "SalesforceConnectionString" and "SqlAdminConnectionString", in the config file.
If "useDataCache" is set to true in config file, it will use the dataCache file, else it will use the default connection string named, "SalesforceConnectionString", in config file to get the schema info.
e.g execute this command line (note spaces) - FuseIT.SDDMS /DataBaseGenAndWebAppGen - FuseIT.SDDMS /DataBaseGenAndWebAppGen /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 /DataBaseGenAndWebAppGen /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 - FuseIT.SDDMS /DataBaseGenAndWebAppGen /scs:useDataCache /sqlcs:YourSqlConnectionStringName "path"
If you want to use the dataCache stored on the file system (stored while DataExport) write "useDataCache" in place of YourSalesforceConnectionStringName.
e.g execute this command line (note spaces) - FuseIT.SDDMS /DatabaseGen /scs:useDataCache /sqlcs:YourSqlConnectionStringName "path"
...