Error in executing model steps (wm 6.5.1)

Iam receiveing a document in broker. But while executing the steps in the model, iam getting the below error. If any one have encountered this already, can you please guide me on this. I am using wM 6.5.1

2006-03-09 16:58:00 SGT [PRT.0101.0359D] *** Error trying to step N9 (pid cf497730af4a11dab850e9298615075c:1): [PRT.0101.9412
] PID cf497730af4a11dab850e9298615075c:1: Cannot execute step N9 because the process was terminated already
2006-03-09 16:58:00 SGT [PRT.0101.0359D] *** Error trying to step N7 (pid cf497730af4a11dab850e9298615075c:1): [PRT.0101.9412
] PID cf497730af4a11dab850e9298615075c:1: Cannot execute step N7 because the process was terminated already
2006-03-09 16:58:00 SGT [PRT.0101.0359D] *** Error trying to step N9 (pid cf497730af4a11dab850e9298615075c:1): [PRT.0101.9412
] PID cf497730af4a11dab850e9298615075c:1: Cannot execute step N9 because the process was terminated already
2006-03-09 16:58:00 SGT [PRT.0101.0359D] *** Error trying to step N7 (pid cf497730af4a11dab850e9298615075c:1): [PRT.0101.9412
] PID cf497730af4a11dab850e9298615075c:1: Cannot execute step N7 because the process was terminated already
2006-03-09 16:58:00 SGT [PRT.0101.0359D] *** Error trying to step N3 (pid cf497730af4a11dab850e9298615075c:1): [PRT.0101.9412
] PID cf497730af4a11dab850e9298615075c:1: Cannot execute step N3 because the process was terminated already
2006-03-09 16:58:00 SGT [PRT.0101.0359D] *** Error trying to step N5 (pid cf497730af4a11dab850e9298615075c:1): [PRT.0101.9412
] PID cf497730af4a11dab850e9298615075c:1: Cannot execute step N5 because the process was terminated already
2006-03-09 16:58:00 SGT [PRT.0101.0359D] *** Error trying to step N6 (pid cf497730af4a11dab850e9298615075c:1): [PRT.0101.9412
] PID cf497730af4a11dab850e9298615075c:1: Cannot execute step N6 because the process was terminated already
2006-03-09 16:58:00 SGT [PRT.0101.0359D] *** Error trying to step N3 (pid cf497730af4a11dab850e9298615075c:1): [PRT.0101.9412
] PID cf497730af4a11dab850e9298615075c:1: Cannot execute step N3 because the process was terminated already
2006-03-09 16:58:00 SGT [PRT.0101.0359D] *** Error trying to step N7 (pid cf497730af4a11dab850e9298615075c:1): [PRT.0101.9412
] PID cf497730af4a11dab850e9298615075c:1: Cannot execute step N7 because the process was terminated already
2006-03-09 16:58:00 SGT [PRT.0101.0359D] *** Error trying to step N2 (pid cf497730af4a11dab850e9298615075c:1): [PRT.0101.9412
] PID cf497730af4a11dab850e9298615075c:1: Cannot execute step N2 because the process was terminated already
2006-03-09 16:58:00 SGT [PRT.0101.0359D] *** Error trying to step N5 (pid cf497730af4a11dab850e9298615075c:1): [PRT.0101.9412
] PID cf497730af4a11dab850e9298615075c:1: Cannot execute step N5 because the process was terminated already

regards

Rangarajan

Was there a resolution for this. I too encounter this issue sporadically

The 6.5.1 release is a bit before my time, but in general, that error indicates that a transition document has arrived for a particular step and the associated process instance has already completed (successfully or in error).

Without seeing the process itself, I’m just shooting in the dark, but it’s possible that your process pattern is such that an error transition was taken and the process status was set to “Error” – thereby completing the process. Meanwhile, incoming transitions arrived trying to execute other steps. The PRT is refusing to execute steps for an instance that is done. Again, it’s difficult to know if this is working as designed w/out seeing your process.

You could verify this behavior by looking at the process instance in Monitor and verifying that the status is either Complete or Error.

Hope this helps.
Tom