Hi all,
This issue as been addressed to before, but didn't get the information I needed to resolve this issue.
Basically, we have a couple of processes that have a system stage that every certain time (for example every 5 hours - using Timed Event: When Folder Last Updated), tries to see if a value in another database is available and if it is available, the folder moves on to the next stage, if not it will stay there and wait repeat the process. If after a certain amount of attempts, the information is not retrieved it will inform the users.
We have the processes working, but every know and then (I would say 2/50 folders) the folders stay stuck in the stage, and obviously these will not notify users,move to the following stage, nor write the record on the ewait table.
From previous post I've read that sometimes the engine fails and the record is not created in the ewait table, therefore the folders stay stuck in these stages, so we have to manually move these folder with an user action.
So here are my primary questions:
Why does the engine fail to write these timed or conditional actions? Is there a way to prevent it?
On the other hand, is there a way to set a second timer (based on the Last Update Time) in case the first one fails?
Thanks in advance for any given suggestions!