2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Get the DBSync Replication zip folder from the following URL

...

...

  • Once the zip file is downloaded to the desired location on your Windows Machine, Navigate to the designated folder and Extract/Unzip to the desired location.

Image Modified

Image Modified

  • Change the JAVA_HOME variable in run.bat file located at <InstallDir>/apache-tomcat-8.5.11/scripts folder to the path where JRE is located.

...

  • To access the DBSync Cloud Replication console, Paste https://localhost:8080/dbsync URL in your browser address bar and you will be presented with the DBSync Cloud Replication Home page.

    Image Added
  • Running the application under batch mode:
    • Go to <install folder>/dbsync/scripts. Make sure that setenv.bat points to your install directory.
    • For Sync schema Run – run <profile name> Update Schema
      • Example: run DBSync Update Schema
    • For getting a clean copy Run – run <profile name> Cleancopy
      • Example: run DBSync Cleancopy
    • For moving data from Salesforce.com to database Run – run <profile name> Source to DB
      • Example: run DBSync Source to DB
    • For moving data from the database to Salesforce.com Run – run <profile name> DB to Source
      • Example: run DBSync DB to Source

...