Dears,
we are using IBM BAW 24.0.0 Traditional and in some instances we are facing the following error after the task is submitted and closed by the user ,and some other cases works fine without this error and this error can be resolved by retrying the failed instance.
also note that this error is not happening at specific task (activity) and the database for the BPM engine is MS SQL Server.
{"message": "Update of "{taskId=45980, instanceId=7347, majorChange=false, minorChange=false, majorEventDateTime=1969-12-31T02:00:00.000+0200, minorEventDateTime=null, deletedDateTime=null, taskData=NULL, presentInDatabase=false, dirtySet=[{initialValue=45980, retrieved=true, dirty=false, currentValue=45980, columnValues=[{columnName=TASK_ID, sqlType=-5, value=45980}]}, {initialValue=null, retrieved=false, dirty=true, currentValue=7347, columnValues=[{columnName=INSTANCE_ID, sqlType=-5, value=7347}]}, {initialValue=null, retrieved=false, dirty=true, currentValue=null, columnValues=[{columnName=DELETED_DATETIME, sqlType=93, value=null}]}, {initialValue=null, retrieved=false, dirty=true, currentValue=1969-12-31T02:00:00.000+0200, columnValues=[{columnName=MAJOR_EVENT_DATETIME, sqlType=93, value=1969-12-31 02:00:00.0}]}]}" failed to update the row, this is most likely a benign warning caused by two threads making the same update and can be ignored, "0", using statement "UPDATE bawuser.BPM_TASK_INDEX WITH(READPAST) SET TASK_ID=?, INSTANCE_ID=?, DELETED_DATETIME=?, MAJOR_EVENT_DATETIME=? WHERE ((bawuser.BPM_TASK_INDEX.TASK_ID=?)) " with params "[{columnName=TASK_ID, sqlType=-5, value=45980}, {columnName=INSTANCE_ID, sqlType=-5, value=7347}, {columnName=DELETED_DATETIME, sqlType=93, value=null}, {columnName=MAJOR_EVENT_DATETIME, sqlType=93, value=1969-12-31 02:00:00.0}]"! (UPDATE bawuser.BPM_TASK_INDEX WITH(READPAST) SET TASK_ID=?, INSTANCE_ID=?, DELETED_DATETIME=?, MAJOR_EVENT_DATETIME=? WHERE ((bawuser.BPM_TASK_INDEX.TASK_ID=?)) )"}
is there any recommendation on this error?