‎2011 Nov 17 6:00 AM
Hi All,
In Production environment Work flow is failed with SAP message WL-821 i.e.
"Work item <WItem ID>: Object <Object> method UPDATEPERSONNELNMBR cannot be executed".
Can anyone tell what is reason for this. Since it is working fine in other environment.
Regards,
Ashwini
‎2011 Nov 17 10:57 PM
Hi,
Reasons which could explain you have this message, are:
- this method has not been transported to Prod. So does not exist.
- name of your method is bad, or not defined for this workflow.
- eventually, your method need an input parameter, and you did not provide it when the method is called.
- or maybe you have also to provide the key(s) of your workflow... even if I don't think that.
You can check your workflow (key, method, etc...) in tx SWO1.
Regards
Mickael
‎2011 Nov 17 10:57 PM
Hi,
Reasons which could explain you have this message, are:
- this method has not been transported to Prod. So does not exist.
- name of your method is bad, or not defined for this workflow.
- eventually, your method need an input parameter, and you did not provide it when the method is called.
- or maybe you have also to provide the key(s) of your workflow... even if I don't think that.
You can check your workflow (key, method, etc...) in tx SWO1.
Regards
Mickael
‎2011 Nov 18 4:23 AM
Hi Mickael,
I do not feel any of the reasons u specified is causing teh problem. Because, the WF was working 3days back. And also I checked all the points which you have specified. All are fine.But still cudnot find out the reason.
Regards,
Ashwini
Edited by: ashwini mahendrakar on Nov 18, 2011 5:23 AM