Versions Compared

Key

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

...

See Enable .NET Framework 3.5 by using the Add Roles and Features Wizard

Usage

 


You can see argument help if you use: 

...

The connection string can be generated in the FuseIT SFDC Explorer, and then copied into the FuseIT.SFDC.DataExportConsole.exe.config (See Login Section). To add a connection string to the FuseIT.SFDC.DataExportConsole.exe, browse to the directory where the FuseIT.SFDC.DataExportConsole.exe was installed and open the FuseIT.SFDC.DataExportConsole.exe.config file. Find the element <connectionStrings> and insert your connection string within this tag (see screenshot below).

 Connection String TagsImage Removed


An example connection string (without proxy authentication):

...

  • /c:
    connectionstringname
    : The name of the connection string - as specified in the FuseIT.SFDC.DataExportConsole.exe.config
  • Save path 
    Server file path where the exported zip files will be saved (enclose in "speech marks", back-slashes should be escaped)

...