Grumman | ![]() |
|
. |
Number of waiting events | {{ctrl.synthesis.nbwaitingevent}} |
Number of waiting messages | {{ctrl.synthesis.nbmessageevent}} |
Number of reconciliation messages | {{ctrl.synthesis.nbreconciliation}} |
![]() |
Status | Process Name | Version | Flow node Name | Type | Nb reconciliation messages in error | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{message.status}} {{message.statusexec}} | {{message.processname}} | {{message.processversion}} | {{message.flowname}} | {{message.catcheventtype}} | {{message.numberofmessages}} | ||||||||||||||||||||
|
![]() |
Purge ALL relatives message_instance (same target/flownode/correlations) Send Incomplete Messages Execute Complete Message |
|
. |
Messages sent : | {{ctrl.reconciliationmsg.execution.messagescorrects}} | ||||||||||||||||||
Messages in error: | {{ctrl.reconciliationmsg.execution.messageserrors}} | ||||||||||||||||||
Rows Message Data deleted: | {{ctrl.reconciliationmsg.execution.nbdatasrowdeleted}} | ||||||||||||||||||
Rows Message Instance deleted: | {{ctrl.reconciliationmsg.execution.nbmessagesrowdeleted}} | ||||||||||||||||||
|
. |
label | Nb Records | Nb Records purged | Explanations |
---|---|---|---|
{{item.label}} | {{item.nbrecords}} | {{item.nbrecordspurged}} | {{item.explanation}} |
{{item.querydeletion}} |
. |
Multiple duplicate messages can be detected:
SELECT a.id, b.id as duplicate_id, a.*
from message_instance a, message_instance b where a.id < b.id and a.id = (select min(c.id) from message_instance c where c.targetprocess = a.targetprocess and c.targetflownode = a.targetflownode and c.CORRELATION1 = a.CORRELATION1 and c.CORRELATION2 = a.CORRELATION2 and c.CORRELATION3 = a.CORRELATION3 and c.CORRELATION4 = a.CORRELATION4 and c.CORRELATION5 = a.CORRELATION5) and a.targetprocess = b.targetprocess and a.targetflownode = b.targetflownode and (a.CORRELATION1 != 'NONE' or a.CORRELATION2 != 'NONE' or a.CORRELATION3 != 'NONE' or a.CORRELATION4 != 'NONE' or a.CORRELATION5 != 'NONE') and a.CORRELATION1 = b.CORRELATION1 and a.CORRELATION2 = b.CORRELATION2 and a.CORRELATION3 = b.CORRELATION3 and a.CORRELATION4 = b.CORRELATION4 and a.CORRELATION5 = b.CORRELATION5 order by a.id, b.id |
![]() |
Status | Process Name | Flow node Name | Message name | number of duplications | Correlations | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{message.statusexec}} | {{message.targetprocess}} | {{message.targetflownode}} | {{message.messagename}} | {{message.nbduplications}} | {{message.correlationvalues}} | ||||||
|
![]() |
. |
Deletion sent : | |||
Rows Message Data deleted: | {{ctrl.duplicationmsg.execution.nbdatasrowdeleted}} | ||
Rows Message Instance deleted: | {{ctrl.duplicationmsg.execution.nbmessagesrowdeleted}} | ||
|