Newbies pvandee Posted May 25, 2003 Newbies Posted May 25, 2003 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!!!
Anatoli Posted May 25, 2003 Posted May 25, 2003 Are those databases open in FM? How do you serve them to the JDBC?
chrisonmaui Posted May 26, 2003 Posted May 26, 2003 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 pvandee Posted May 26, 2003 Author Newbies Posted May 26, 2003 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!
Anatoli Posted May 26, 2003 Posted May 26, 2003 There can be standard web server on port 80. Port 591 is registered with IANA for FileMaker Inc.
Recommended Posts
This topic is 8190 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 accountSign in
Already have an account? Sign in here.
Sign In Now