BEA-2031600
|
Error: Correlation set 'correlationSet' has an invalid initiate value of 'value'.
Description
| The correlation set has an invalid value. This should never happen. |
Action
| Contact Technical Support. |
|
BEA-2031601
|
Error: Unable to deliver the message for process 'process' and operation 'operation'. It does not match any start activity.
Description
| The inbound message does not match a start activity and it contains no correlation properties. As such, it will never be able to be delivered to a process instance. |
Action
| Either modify the message so it will correlate (different process, partner link, operation or correlation properties) or modify the process. |
|
BEA-2031602
|
Error: Unable to deliver the message for process 'process' and operation 'operation'. It does not match any inbound messaging activities.
Description
| There are no inbound message activities for the partner link and operation of the message. The message cannot be delivered to any instance of the given process. |
Action
| Either modify the message so it does match an inbound messaging activity (different process, partner link or operation) or modify the process to match the message. |
|
BEA-2031603
|
Error: The message for process 'process' and operation 'operation' correlated to some inbound messaging activities but they were removed when the best matches were selected.
Description
| While correlating the incoming message, some messaging activities were found but after ranking them, there was no "best" match selected. This should never happen. |
Action
| Contact Technical Support. |
|
BEA-2031604
|
Error: The message for process 'process' and operation 'operation' correlated to some inbound messaging activities on process instance 'instanceID' but the activities were removed when the best matches were selected.
Description
| While correlating the incoming message, a specific process instance was selected but there were no messaging activities for the partner link and operation. This should never happen. |
Action
| Contact Technical Support. |
|
BEA-2031605
|
Error: Unable to determine which process instance to deliver the message to. The message for process 'process' and operation 'operation' matches multiple process instances.
Description
| The incoming message correlates to multiple process instances. This means that there was more than 1 process instance to which the message could be delivered. |
Action
| Either modify the message so it only matches one process instance (different process, partner link, operation or correlation properties) or modify the process. |
|
BEA-2031606
|
Error: Unable to determine which start activity to deliver the message to. The message for process 'process' and operation 'operation' matches multiple start activities.
Description
| The incoming message correlates to multiple start activities in the process instance. This means the message cannot be delivered. This is a problem with the process definition. |
Action
| Modify the process definition to define only a single start activity for the same partner link and operation. |
|
BEA-2031607
|
Error: Unable to determine correlation properties. Correlation set 'correlationSet' has not been initiated on process instance 'instanceID'.
Description
| A correlation set that has an initiate value of "NO" has not been initiated. An initiate value of "NO" means that the correlation set should already be initiated before being used to correlate an inbound message. |
Action
| Modify the process to ensure that all correlation sets are initiated before they are used. |
|
BEA-2031608
|
Error: Unable to determine correlation properties. Correlation set 'correlationSet' has already been initiated.
Description
| A correlation set that has an initiate value of "YES" has already been initiated. An initiate value of "YES" means that the correlation set should NOT be initiated as it will be initiated using the values of the inbound message. |
Action
| Modify the process to ensure that correlation sets are NOT initiated before they should be. |
|
BEA-2031609
|
Error: Unable to determine correlation properties. Correlation set 'correlationSet' has different property values.
Description
| A message that has already been matched to a messaging activity has different correlation properties than the correlation set values associated to the messaging activity. This generally occurs for outbound messages (since the inbound messages wouldnt have matched this instance if they didnt match). |
Action
| Ensure that the outbound message has the same correlation properties as the messaging activity. |
|
BEA-2031610
|
Error: Unable to deliver the message for process 'process' and operation 'operation'. It does not match any existing process instance.
Description
| While correlating the incoming message, message properties were calculated but did not match any existing process instance. It is possible that this message will match a process instance in the future. |
Action
| Resend the message. |
|