Command Line
DBSync Cloud Replication now comes with "admin" utilities to assist users using Linux/Unix environments. These are provided to assist in setting up and verify configuration in profiles.
Setting up
<<dbsync-install>>/scripts contain admin.bat and admin.sh to run the commands. Verify
SYNCH_HOME points to your dbsync install directory
JAVA_HOME points to your JRE/JDK installation
For Linux users
Provide run permission to admin.sh
chmod \+x admin.sh
If there are issue running admin.sh, try
dos2unix admin.sh
If error shows NoClassDefFound error, then very likely your shell script is unable to identify the install directory and construct CLASSPATH. Check with your admin or contact our support for further assistance.
Commands