Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

Hi,

I want to connect a data source that is not on the list supported by Knowage

This data source is called 'Infor M3 datalake' which uses its own JDBC driver

  •  url : jdbc:infordatalake://TENANT
  •  driver : com.infor.idl.jdbc.Driver

Is there any possibility to make it work on KNOWAGE?

Thank you

Environment Version: 7.2.6, Linux
in Data Source by (120 points)

1 Answer

0 votes
Dear hmmt,

if your datasource is compliant or similar to existing and mantained datasource dialects (you can find the list of supported datasources in documentation), you can try to add your jdbc configuration paths into server.xml file.

I warn you that if your datasource is not supported or it is not compliant with existing supported ones, it will not work.

Regards

Matteo
by (4.9k points)
Thanks for the answer, I will give it a try and share the solution if it works.
...