Hi Team,
Unable to create more than one database in same server in Postgres. We are getting below error.
Caused by: org.apache.ibatis.exceptions.PersistenceException:
Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table ‘sfpf.act_ge_property’ doesn’t exist
The error may exist in org/flowable/db/mapping/entity/Property.xml
The error may involve org.flowable.engine.impl.persistence.entity.PropertyEntityImpl.selectProperty-Inline
The error occurred while setting parameters
SQL: select * from ACT_GE_PROPERTY where NAME_ = ?
Cause: java.sql.SQLSyntaxErrorException: Table ‘sfpf.act_ge_property’ doesn’t exist
could you please help on this ?