A lot of "Process Management Change Case did not receive an ID" log appearing ...

Hi there,

We are faceing a lot of this message in our instance, did anyone get this message too ? 

Process Management Change Case did not receive an ID

What could be the reason ?

Many thanks in advance,

Best regards

Enes

Parents
  • Hi ,

    Thank you for asking this question.

    This challenge is correlated to Issue 85751. This Issue will be fixed in 13.0.0

    When this symptom occurs, this query to find out which process is orphaning flow rows:
    SELECT pro_id a, count(*) b FROM `pmse_bpm_flow` where cas_id is null GROUP BY a ORDER BY b DESC;

    This query to delete them:
    DELETE FROM `pmse_bpm_flow` where cas_id is null;

    The processes associated with the results should be reviewed. If you would like assistance reviewing them, I recommend filing a support case and our team can help you further.

    Regards,
    Patrick McQueen
    Director, SugarCRM Support

Reply
  • Hi ,

    Thank you for asking this question.

    This challenge is correlated to Issue 85751. This Issue will be fixed in 13.0.0

    When this symptom occurs, this query to find out which process is orphaning flow rows:
    SELECT pro_id a, count(*) b FROM `pmse_bpm_flow` where cas_id is null GROUP BY a ORDER BY b DESC;

    This query to delete them:
    DELETE FROM `pmse_bpm_flow` where cas_id is null;

    The processes associated with the results should be reviewed. If you would like assistance reviewing them, I recommend filing a support case and our team can help you further.

    Regards,
    Patrick McQueen
    Director, SugarCRM Support

Children