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.
<<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
If there are issue running admin.sh, try
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.
chmod \+x admin.sh
dos2unix admin.sh