How to configure a database connection from external database to Filemaker Pro with JDBC?
JDBC
Follow the steps given below to configure the connection:
Download the Filemaker Pro JDBC driver and documentation for your version using the following link:
http://help.filemaker.com/app/answers/detail/a_id/12921/~/software-update%3A-filemaker-xdbc-client-drivers-for-filemaker
Copy the jar file to bg_data_custom_v010:[dat.dbase].
jar
bg_data_custom_v010:[dat.dbase]
Open Automation Engine Pilot and go to Tools > Configure.
Select External Databases and go to File > New.
Select Other in DBMS Type.
Enter com.filemaker.jdbc.Driver in Driver.
com.filemaker.jdbc.Driver
In Driver File, select the path where jar file is copied, it must be in a container! If there are spaces in the filename, represent them with %20
file://computername/bg_data_custom_v010/dat/dbase/fmjdbc.jar
Enter jdbc:filemaker://192.168.1.1/databasename in Database URL, including the file extension
jdbc:filemaker://192.168.1.1/databasename
you can specify a username and a password if needed.
URL: jdbc:filemaker://192.168.1.1/databasename?user=admin&password=1234
Click Test Connection to see if connection is successful.
2399
Automation Engine 14.1 and newer
11 Aug 2016
17 Jan 2017
Note: This is an anonymous survey. If you need help from Esko Support, register a Support Case here.