Author |
Message
|
tlaczo |
Posted: Wed Jan 25, 2006 5:11 am Post subject: WorkItem Expiration |
|
|
 Apprentice
Joined: 05 Feb 2004 Posts: 41 Location: Budapest, Hungary
|
I have a workitem with an expiration time.
We have alredy left the expiration point, but the workitem does not expire.
What could be the problem?
I found the following in the PROGRAM_ACT_INST TABLE:
NAME: Ugyfel_megkeresese
EXPIRATION_TIME: 2006.01.23. 14:58
STARTED: (null)
ACTIVATED: 2006.01.23. 14:43
The current date is : 2006.01.25.
The scheduling server is started. The notification check interval is 30sec.
Any ideas?
Thanks
Tibor Laczó |
|
Back to top |
|
 |
jmac |
Posted: Wed Jan 25, 2006 6:28 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Show us the FDL snip for that activity. Also what version, platform, etc. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
tlaczo |
Posted: Wed Jan 25, 2006 8:03 am Post subject: |
|
|
 Apprentice
Joined: 05 Feb 2004 Posts: 41 Location: Budapest, Hungary
|
The description of the workitem from the FDL file:
PROGRAM_ACTIVITY 'r_DIFH_P_Ugyfel_megkeresese_HP' ( 'DIFH_DATASHEET', 'DIFH_DATASHEET' )
DESCRIPTION "<1#><2#><3#%DEAL.PROD%><4#%DEAL.CUSN%><5#%DEAL.SUMF%><6#%CTRL.BCLE%><7#%CTRL.BRNC%><8#%DEAL.CHID%><9#%DEAL.UKID%>"
INPUT_CONTAINER
'EXPI' INITIAL_VALUE '1'
START MANUAL WHEN AT_LEAST_ONE CONNECTOR TRUE
EXIT AUTOMATIC WHEN "_RC=1" XPOS -400 YPOS 458
LAYOUT XPOS -400 YPOS 600
NAME_POSITION XPOS -400 YPOS 525
PRIORITY DEFINED_IN INPUT_CONTAINER
NOTIFICATION TO MANAGER AFTER TAKEN_FROM "CTRL.NOT9"
EXPIRATION AFTER TAKEN_FROM "CTRL.EXPI9"
DONE_BY PERSON TAKEN_FROM 'CTRL.BCLE'
PROGRAM 'Program'
SYNCHRONIZATION NESTED
END 'r_DIFH_P_Ugyfel_megkeresese_HP'
--------------
Environment
Wf 3.5 SP1
AIX 5.3
thanks |
|
Back to top |
|
 |
jmac |
Posted: Wed Jan 25, 2006 8:36 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
1. You are a little behind in Service Packs... I don't recall any issues with Expiration on 3.5, but you might want to grab the latest service pack to see if there were any issues with Expirations in V3.5.
2. FDL looks fine... Are you certain that you have mapped to the CTRL.EXPI9 member?
3. I notice that you have a notification also, is that happening? _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
tlaczo |
Posted: Thu Jan 26, 2006 12:54 am Post subject: |
|
|
 Apprentice
Joined: 05 Feb 2004 Posts: 41 Location: Budapest, Hungary
|
Yes! Notification works correctly!
I'll see the latest service pack readme.
thanks
Tibor Laczó |
|
Back to top |
|
 |
tlaczo |
Posted: Mon Jan 30, 2006 3:37 am Post subject: |
|
|
 Apprentice
Joined: 05 Feb 2004 Posts: 41 Location: Budapest, Hungary
|
i did not find anything in SP6.
Any other ideas?
thanks
Tibor Laczó |
|
Back to top |
|
 |
jmac |
Posted: Mon Jan 30, 2006 6:30 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Are you certain that you have mapped to the CTRL.EXPI9 member? _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|