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

I am following the instructions as per https://knowage.readthedocs.io/en/6.1.1/admin/README/index.html#installation

I have created the data source & env variables in server.xml, copied the postgresql jar to the lib folder and edited the hibernate.cfg.xml and /quartz.properties  files. (The jbpm.hibernate.cfg.xml  file does not exist).

When tomcat start up I get errors in knowage.log to the effect that tables do not exist. I assumed hibernate would create theses when it started up the app. Do I need to run a script to create the tables?  If so where do I find the scripts? I know I had to do this with spagobi.

thanks
Environment 6.2, tomcat8, ubuntu 18.04
in Installation by (1.0k points)

1 Answer

+1 vote
 
Best answer

Hi,

Yes you have to create the table.

You can find scripts here

You can find all the documentation here

Best regards

Angelo

by (20.7k points)
selected by
Be careful, the actual SQL file for Postgres is buggy. You need to add and empty line at the first line. See https://github.com/KnowageLabs/Knowage-Server/issues/51
...