BPM error updating DB

Hi,
I created a new project with the actual 7.2.7 version, using the internal DB, then added the BPM AddOn and only get this error message, when trying to update the DB:

  • What went wrong:
    Execution failed for task ‘:app_bmp-core:updateDb’.

Exception when executing SQL: update ACT_GE_PROPERTY set VALUE_ = ‘5.18.0.1’ where NAME_ = ‘schema.version’

The same with version 7.1.7

Task :app_bpm-core:updateDb FAILED
Executing script C:\Daten\Cuba\active_projects\bpm\modules\core\build\db\20-bpm\update\hsql\16\160428-createStencilSetTable.sql
Executing script C:\Daten\Cuba\active_projects\bpm\modules\core\build\db\20-bpm\update\hsql\16\160429-createStencilSetIndexes.sql
Executing script C:\Daten\Cuba\active_projects\bpm\modules\core\build\db\20-bpm\update\hsql\16\160430-activiti.hsql.upgradestep.51800.to.51801.engine.sql
Failed to execute: update ACT_GE_PROPERTY set VALUE_ = ‘5.18.0.1’ where NAME_ = ‘schema.version’ because: user lacks privilege or object not found: ACT_GE_PROPERTY

Execution failed for task ‘:app_bpm-core:updateDb’.

Exception when executing SQL: update ACT_GE_PROPERTY set VALUE_ = ‘5.18.0.1’ where NAME_ = ‘schema.version’

Regards
Roland

Hi, could you try to give a project directory another name, not just bpm, e.g. bpm-sample or something like this?

I mean not to rename the current one, but to create a new project with a directory that have another name.

1 Like