camunda-community-hub / camunda-platform-7-custom-batch

using the camunda batch execution for custom batch runs
Apache License 2.0
29 stars 11 forks source link

Camunda bpm 7.18 failed to start #51

Closed mHasanFisher closed 1 year ago

mHasanFisher commented 2 years ago

Starting Camunda bpm 7.18 failed because of this error:

Cannot insert the value NULL into column 'START_TIME_', table 'TestCamunda.dbo.ACT_HI_BATCH'; 
column does not allow nulls. 
INSERT fails.

I followed the Camunda bpm 7.17 to 7.18 database changes and find this link:

:link: mssql_engine_7.17_to_7.18.sql

@jangalinski