Newbies Chris Durham Posted June 9, 2008 Newbies Posted June 9, 2008 I have several Filemaker databases I need to be able to access via JDBC. I have FM9 advanced Server installed with ODBC/JDBC turned on. I have followed the instructions for creating a priveledge set and granting the ODBC/JDBC extended priveledge. I have created a user on the file. I upload the file to the FM9 server and open it successfully. I then connect to it using JDBC and this works fine too. I then repeat the exact same steps for a second database and I cannot connect to it - I get a 'no such account' error. I am using the DataDirect SequelLink JDBC driver with the following connection string - jdbc:SequeLink://192.168.232.254:2399 Do I need to include in the connection string something to tell it which Filemaker database to try to connect to? if so - how do I do that?
Steven H. Blackwell Posted June 9, 2008 Posted June 9, 2008 Be sure file is open on server and that the xdbc privilege is enabled. Also be sure that the allowed user connection count has not been exceeded. Steven
Newbies Chris Durham Posted June 9, 2008 Author Newbies Posted June 9, 2008 Yes, as I said in my original post the priveledge was created and assigned, the user created and assigned, the database uploaded and opened and the first one successfully connected to. When I repeat the procedure and try to connect to the second database loaded I get the error.
Recommended Posts
This topic is 6012 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