Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

JDBC - Help! - 803 Host cannot be found

Featured Replies

  • Newbies

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!!!

Are those databases open in FM? How do you serve them to the JDBC?

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

  • Author
  • Newbies

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!

There can be standard web server on port 80.

Port 591 is registered with IANA for FileMaker Inc.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.