VolkerHeun
Results
1
issues of
VolkerHeun
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...
question