Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7852 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Hi

I am trying to establish a connection to a FileMaker database using JDBC with Mac OSX but keep getting an "803 Host cannot be found" Error. My code (which I am very sure follows the documentation in the JDBC driver fmpjdbc12.jar recommends is

Class.forName("com.fmi.jdbc.JdbcDriver");

String url = "jdbc:fmpro:http://##.##.##.##:80/";

String username="";

String password="";

Connection con = DriverManager.getConnection(url, username, password);

Any help would be GREATLY appreciated!!!

Posted

1. Is web publishing turned on in your fmpro host?

Go to File -> Sharing then ensure web companion is checked.

2. Why are you using port 80? you should be using port 591 as default.

3. have a look at your settings for webcompanion

make sure you are allowing connections via http

Edit -> Preferences -> Application -> Plugins -> WebCompanion

  • Newbies
Posted

Thank you chrisonmaui!! That was it! When I went to the Configure settings under the Web Companion...80 was already in the Port Number box and this worked in the Java connection URL..is there any particular reason to use 591 instead of 80? Thanks again SO much for your help!

This topic is 7852 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.