Author |
Message
|
jmac |
Posted: Wed May 05, 2004 11:11 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Its hard to say what your problem is without seeing the fdl. Send it to me and I will have a look. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
mm1978 |
Posted: Wed May 05, 2004 11:45 am Post subject: |
|
|
Apprentice
Joined: 06 Sep 2003 Posts: 42
|
Hello Ratan,
Yes, the first activity is an automatic but the input is what it receives from the application team which triggers a java class and sets a variable based on the input. This variable is used for tranistion condition.
The variable is "NumberofUsers". And based upon that I have 4 blocks. For ex: if NumberofUsers=1 go to first block or if NumberofUsers=4 go to fourth block.
When starting an instance I have no way to manually enter the number of users, which is being done by java class.
Do you want to view my fdl, if you don't have it, I can resend it to you.
Please help.
Thanks and Regards
mm |
|
Back to top |
|
 |
Ratan |
Posted: Wed May 05, 2004 11:59 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
IF the NumberofUsers in the Output container of your First activity is null, your process instance will finish.
You have to make sure your activity returns one of the values in the transition conditions. _________________ -Ratan |
|
Back to top |
|
 |
jmac |
Posted: Wed May 05, 2004 12:12 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
OK... I guess you have 2 threads going on this one problem, and I already have the FDL.
I agree with Ratan, the issue is mostlikely that you are not setting the value into the member called NumberOfUsers. Based on your FDL you are saying that if NumberOfUsers is not 1, 2, 3 or 4 you want MQWF to end the process, and it sounds like this is exactly what is happening, and you are surprised. This tool always does what it is told to do. If you want to avoid problems like this be sure you have a default connector leading to one of your blocks.
This is most definitely the case if the message you site in an earlier post, FMC22590W, indicates that NumberOfUsers is not set.
Now the question is are you using FMCINTERNALNOOP, or are you using a Java program?
Also do us a favor and dont start multiple threads on the same issue. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
mm1978 |
Posted: Wed May 05, 2004 12:39 pm Post subject: |
|
|
Apprentice
Joined: 06 Sep 2003 Posts: 42
|
Hello John and Ratan,
It is working now, I made a default connector to one of the blocks and the process instance is not going to the finished state. But once the message goes inside the blocks, I have another activity which is NOOP to navigate to other blocks based upon the transition condition. But earlier I tried using Noop activity they didn't work, then I changed them to UPES activities and they did work. But now even they are not working.
And I am sorry for having two threads for the same issue. Any help on the second issue will be greatly appreciated.
Thanks and regards,
mm |
|
Back to top |
|
 |
mm1978 |
Posted: Wed May 05, 2004 12:44 pm Post subject: |
|
|
Apprentice
Joined: 06 Sep 2003 Posts: 42
|
BTW, I am using MWF 3.3.2 with SP 5. We will be upgrading it soo though.
mm |
|
Back to top |
|
 |
Ratan |
Posted: Wed May 05, 2004 1:46 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
I am lost. Can you detail us what the problem is? If you are unable to get the FMCINTERNALNOOP to work, check the manuals. _________________ -Ratan |
|
Back to top |
|
 |
mm1978 |
Posted: Thu May 06, 2004 5:56 am Post subject: |
|
|
Apprentice
Joined: 06 Sep 2003 Posts: 42
|
Hello Ratan,
Currently I am not using NOOP activity, instead I am using UPESs. And they are working fine for now. But I will try using NOOP soon.
Thanks to everyone.
mm |
|
Back to top |
|
 |
|