2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Get the DBSync Linux zip file from the following URL
     httphttps://mydbsyncs3.amazonaws.com/integrationdbsync-downloads/cloudprod-replication-for-salesforceOnce the zip file is downloaded to the desired location on your Linux server, navigate to the folder and use the command unzip -d /install-dir dbsync-repl-30-tomcat.zip

Image Removed

  • The event manager of the Replication tool can be pointed to a specific directory with the following steps. The below command takes you to the directory path of the event manager of the DBSync Cloud Replication tool.

Image Removed

  • The directory path of the event manager is shown below.

Image Removed

  • Directory DBSync must be replaced by the required directory name to point the event manager to that directory.

Image Removed

  • Now unzip the above downloaded file

#  unzip DBSync_CloudCDM_Vx.x.x.zip

 Image Added

For example here DBSync_CloudCDM_V7.3.9.zip

  • After unzipping you can see the apache-tomcat-9.0.46  file

# cd apache-tomcat-9.0.46

# ls -l

 Image Added

Now type

# cd bin

  • Change the permission for the scripts by getting into the
  •  
  • bin
  •  
  • folder and provide executive permission for all the shell scripts using the command
  •  
  • Chmod
  • 755
  • 750 *.sh.

Image Removed
 Image Added

  • Starting The Tomcat

At this point

...

the DBSync Cloud Replication tool is installed on your Linux server. You can start the DBSync Cloud Replication tool by navigating to the

...

bin

...

folder and running the command from the terminal window

...

sh catalina.sh start.

Image Removed

  • To check the logs you can run the command tail --f logs/catalina.out as illustrated in the below screenshot

Image Removed

...

# sh catalina.sh start

 Image Added

Now tomcat is started

  • To access DBSync Cloud Replication console, please paste the
  •  
  • http://
  • localhost
  • < IP >:8080/dbsync
  •  
  • URL in your browser address bar and you will be presented with the DBSync Cloud Replication Home page.

Image Removed

...

 

...

Image Added