April 8, 20214 yr I'm trying to connect to a PostgreSQL database. What is the correct JDBC Driver Class Name to be entered in the configuration dialog? I tried org.postgresql.Driver , but that fails with the error "JDBC driver not loaded: org. postgresql.Driver". Thanks in advance, Markus
April 8, 20214 yr Hi Markus, It looks like you have the correct driver class name. You will need to get the jar file for the JDBC driver. You should be able to get the latest one here: https://jdbc.postgresql.org/ I believe this should resolve the issue. If you have any issues, I'd like you to submit a support ticket through our website. You can find that at https://360works.com/support/ Thanks, Julie 360Works Support
April 9, 20214 yr Author Ok Thanks. Hint for others: you should restart MirrorSync Server after installing driver mentioned above.
Create an account or sign in to comment