Refer to this article on how to set up an ODBC connection to the H2 database.
Once you have an ODBC connection, I believe the Session table has the information you’re after. There should be a Context column (can’t remember the exact name) which will contain the name of the interface used to access TM1.
After following your shared article => I had installed odbc driver and configured system DSN.
In TI process, What query should i write to read the data from " docs.h2.db " database.
I am getting following error:
I Implemented following solution and it works fine
#========================================
I found following link where we can dump h2 database in to SQL and extract information as we needed.
In this case we neither need to download & install any odbc drivers nor need odbc connection to read data.
Also, did you update the Pulse configuration file? Set both of these to ‘true’. Make sure to restart the Pulse for TM1 Application Server service for the changes to take effect.