INFO: Synchronizing instance:tomcatjava8
Exception in thread “main” java.io.FileNotFoundException: ..dbsync-replWEB-IN
Fdbconfsf.properties (The system cannot find the path specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.(Unknown Source)
at com.dbsync.salesforce.dbsynch.Config.(Config.java:39)
at com.dbsync.salesforce.dbsynch.Driver.run(Driver.java:220)
at com.dbsync.salesforce.dbsynch.Driver.main(Driver.java:156)””
sf.properties file located under the directory location ‘<>dbsync-replWEB-INFdbconf’ usually stores any proxy settings that are defined in Global Settings on Replication User Interface, usually if this file is missing the above mentioned error is thrown when a sync runs.
Files under ‘conf’ directory are mandatory for smooth functioning of the sync.