You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The H2 Database is indeed supported. What error is being generated? Could you share the code? Would it be possible to print the path being passed as a parameter to jdbc_dir and let us know?
Can you verify, that h2 Database is supported for report creation?
I use the following configuration:
`
path = os.path.dirname(os.path.abspath(file))
connection={'driver':'generic',
'jdbc_driver':'org.h2.Driver',
'jdbc_url':'jdbc:h2:'+path+'/datawarehouse',
'jdbc_dir':path+'/lib/'}
`
and get the error message above.
That's the structure of the files and libraries.
I hope you can help me.
The text was updated successfully, but these errors were encountered: