Error updating database. Cause: com.ibm.db2.jcc.am.SqlSyntaxErrorException: ILLEGAL SYMBOL “,”. SOME SYMBOLS THAT MIGHT BE LEGAL ARE: FOR NOT ATOMIC. SQLCODE=-104, SQLSTATE=42601, DRIVER=4.22.29
The error may exist in org/flowable/db/mapping/entity/Resource.xml
The error may involve org.flowable.engine.impl.persistence.entity.ResourceEntityImpl.bulkInsertResource-Inline
Cause: com.ibm.db2.jcc.am.SqlSyntaxErrorException: ILLEGAL SYMBOL “,”. SOME SYMBOLS THAT MIGHT BE LEGAL ARE: FOR NOT ATOMIC. SQLCODE=-104, SQLSTATE=42601, DRIVER=4.22.29
It appears that you are using DB2 on z/OS which per this post indicates it is not really supported as there is not an environment to test it in.
My memory tells me that DB2 is different on different operating systems with z/OS as the main outlier.
This post indicates that the z/OS version doesn’t support the value-list format that Flowable uses for bulk inserts which is supported on Linux and Windows for example.