Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Sequelink JDBC Driver - Filemaker Pro 7

Hello,
I need some help on the following :
I need to connect to a Filemaker Pro 7 database.
I succeded using Sequelink ODBC driver.
Now I need to use the Sequelink JDBC driver, but I can't figure how to configure it.
I added the drivers in my classpath : Set CLASSPATH=%CLASSPATH%;C:\Program Files\Java\jdbc_fmp\driver\lib/sljc.jar
I tried with a Database Connection but I can't find my driver in the DB type and if I try to force the Sequelink driver I get the folowing error : No suitable driver found for jdbc:sequelink://localhost:2399;databaseName=ArticlePDV
I tried with a tJDBCInput but I get the following error : Database connection is failed in Built-In mode.
Must specify port after ':' in connection string

See screen copies.
Thanks in advence for your help,
Olivier.
Labels (4)
4 Replies
Anonymous
Not applicable
Author

Hi
Which version of TOS did you use?
I tried with a Database Connection but I can't find my driver in the DB type and if I try to force the Sequelink driver I get the folowing error : No suitable driver found for jdbc:sequelink://localhost:2399;databaseName=ArticlePDV

There is not a DB type for Filemaker Pro 7 database, so, it can't be successful in this way.
Best regards

shong
Anonymous
Not applicable
Author

Hello,
TOS version is 2.2.3.r7292.
Best regards,
Olivier.
_AnonymousUser
Specialist III
Specialist III

where Can I find slje.jar??
_AnonymousUser
Specialist III
Specialist III

Hi
Which version of TOS did you use?
I tried with a Database Connection but I can't find my driver in the DB type and if I try to force the Sequelink driver I get the folowing error : No suitable driver found for jdbc:sequelink://localhost:2399;databaseName=ArticlePDV

There is not a DB type for Filemaker Pro 7 database, so, it can't be successful in this way.
Best regards

shong

I've fiexed this problem with using serverDataSource instead of databaseName.
With "jdbc:sequelink://localhost:2399;serverDataSource=BUILDAQ_DATA" it works fine.