Cannot add TRANSIENT entity with id

I am attempting to migrate from camunda version 7.12 to 7.14:
All the upgrade scripts are executed and the app launches fine.
But while i attempt to create a new process instance, I see this error.

Did a little search and found this. But looks like this was fixed long back in 7.12.

https://jira.camunda.com/browse/CAM-10819.

Why would i be getting this error in 7.14? Any guidance on what i could be missing please ?

ACT_GE_PROPERTY table has a row “next.dbid”. This id and the server id cache are not in sync. Any leads what could be done ?

1 Like

Hi @anoopmonish,

the Database ID generator is made only for tests and debugging purpose: Id Generators | docs.camunda.org.

You should switch to the UUID-Generator: Id Generators | docs.camunda.org.

Hope this helps, Ingo

Doesnt seem to work for test & debugging also. FYI. The moment i switch back to 7.12, it all works fine.
But, I need to get this working in 7.14.