We're trying to install community edition of Bonita Soft 6.2.1, and we've created the BONITA and JORNAL databases on MS SQL SERVER 2005. We enabled XA Transaction support like the instructions said and we've tried both JDBC4 and jDTC driver. In the log errors, I see that it tries to create a table with a BOOLEAN data type field. But SQLServer has no boolean datatype, is that right ?

Does anybody has a clue ?

Thanks in Advance

有帮助吗?

解决方案

open file setenv.sh on tomcat/bin folder. Edit this line: DB_OPTS="-Dsysprop.bonita.db.vendor=your db vendor", then restart server and try again. :)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top