‎2010 Oct 23 6:35 AM
Hi Experts,
We are having a problem with one of our workflows that keeps erroring whenever we try to complete it.
error in log is..
Error when starting a CASE branch
Message no. SWP105
Error when defining successor for node 0000000540
Message no. SWP009
FIND_NEXT_NODES_CASE
it is tested in development working fine but same workflow is not working in quality system.
i have tried to fix it with all possible ways but i could not.
The outcomes of my activity step is ideally the export paramenter of business object method which is syncronous. For that in the properties of the method is "result type". The export parameter having domain with fixed values(0001, 0002, 0003, 0004), task does not have any terminating events same as in development system.
i have debugged the method it's returning export parameter correctly.
once i excuted the work item it's asking for completion of work item same as in developement system but giving above error in quality system.
any clue???????
do i need to avtivate any thing in quality???
Thanks in advance.
venu
‎2010 Oct 23 7:54 AM
When method is synchronus why it is asking for completion. Secondly plesse explain the business requirement briefly.
Nabheet
‎2010 Oct 23 8:52 AM
Hi Nabheet,
Thanks for quick reply,
Requrement is that requester submits a request for funds approval via FMZ1. approvar gets work item to his inbox, once he approves or rejects it gives popup up to confirm completion of work item. then after it's not branching to any one of path gives above error.
same workflow is working in developemt. there also method is syncronus and behaves same.
‎2010 Oct 24 7:36 AM
I have found one thing in my issue in method properties in general tab the check box resultparameter is not selected in both developement and quality but it's working in developement but not in quality. if same check box is selected in quality it's working fine.
if the problem with check box, why it's working in developement wihtout selecting checkbox? it's a upgradation project 4.7 to ECC 6.0
what could be reason???