The set-up you tried might work but is a bit of a detour since you connect from JDBC to ODBC and then from ODBC to PostgreSQL. The problem you are encountering is caused by XESame running in 64-bit mode while you specified the ODBC driver in 32 bit mode. If you want to use this way then you need to set up an ODBC connection in the same 'bit version' as you run XESame.
The better solution however is to use a PostgreSQL JDBC driver (http://jdbc.postgresql.org/). Especially for larger data sets the performance difference is significant. In XESame you need to set the JDBC driver location (point to the jar file you downloaded from the URL above). Of course you also need to update the URL and JDBC Driver name accordingly. More information can be found in the driver documentation.
Let me know if this works!!!
Joos Buijs
Senior Data Scientist and process mining expert at APG (Dutch pension fund executor). Previously Assistant Professor in Process Mining at Eindhoven University of Technology
Senior Data Scientist and process mining expert at APG (Dutch pension fund executor). Previously Assistant Professor in Process Mining at Eindhoven University of Technology
Comments
The set-up you tried might work but is a bit of a detour since you connect from JDBC to ODBC and then from ODBC to PostgreSQL. The problem you are encountering is caused by XESame running in 64-bit mode while you specified the ODBC driver in 32 bit mode. If you want to use this way then you need to set up an ODBC connection in the same 'bit version' as you run XESame.
The better solution however is to use a PostgreSQL JDBC driver (http://jdbc.postgresql.org/). Especially for larger data sets the performance difference is significant.
In XESame you need to set the JDBC driver location (point to the jar file you downloaded from the URL above). Of course you also need to update the URL and JDBC Driver name accordingly. More information can be found in the driver documentation.
Let me know if this works!!!
Senior Data Scientist and process mining expert at APG (Dutch pension fund executor).
Previously Assistant Professor in Process Mining at Eindhoven University of Technology
Thank you for posting the JDBC connection details!!!
I'm also glad that it works now.
There is a wiki page about XESame (http://www.processmining.org/xesame/start) but I'm not sure if you can edit the page. Otherwise I will add it later today.
Senior Data Scientist and process mining expert at APG (Dutch pension fund executor).
Previously Assistant Professor in Process Mining at Eindhoven University of Technology