2 posts / 0 new
Last post
Batch script erroring out
Why do we get this Error? INFO: Synchronizing instance:tomcatjava8 Exception in thread "main" java.io.FileNotFoundException: \..\dbsync-repl\WEB-IN F\db\conf\sf.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.<init>(Unknown Source) at com.dbsync.salesforce.dbsynch.Config.<init>(Config.java:39) at com.dbsync.salesforce.dbsynch.Driver.run(Driver.java:220) at com.dbsync.salesforce.dbsynch.Driver.main(Driver.java:156)""
You voted 1. Total votes: 2792

sf.properties file located under the directory location '<<install-directory>>\dbsync-repl\WEB-INF\db\conf' 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.

You voted 2. Total votes: 2695