Hi friends,
I am trying to connect to External db(Firebird) from AwareIm. However, I am getting this error:
Server encountered an exception No suitable driver found for "jdbc:firebirdsql://DBpath","username","password"
Following are the steps I tried :
1)Added jar file that has Firebird jdbc file : jaybird-3.0.2.jar in CustomJars folder in awareim then restarted server
2) Under Persistence settings for a B.O, I selected Database existing external
3)Created Database :
configuration :
i) Database engine : custom
ii) JDBC Driver class name : org.firebirdsql.jdbc.FBDriver
iii: Connection URL: "jdbc:firebirdsql://DBpath","username","password"
3)Added Table for discovering columns
I got this error :
Server Output :
Server encountered an exception No suitable driver found for "jdbc:firebirdsql://DBpath","username","password"
I tried to restart server and tried to discover again ... but same result.