Where do I see the details of the suspended task, the reason why it is suspended? In Forms 9, the Windows Event log was used to show all messages regarding tasks. Was it moved to another location, like in the application itself. I can't find my suspended message anywhere, it just says suspended.
Question
Question
Answer
It is still available in the event viewer, but it is in under the Applications and Services Logs instead of Windows Logs.
Replies
I'm guessing you are asking about Forms 10. When logged in as an administrator, click on Processes. Once on the processes page you will see a blue "Instance Monitoring" at the top of the screen, click it. This will allow you to see all processes, In Progress, Suspended Tasks, and Terminated.
Select the status tab you want to see. From there you will see all of the instances with that current status. From there you can select the 3 dots at the end of the instances row and choose View Error Log. This will pull what is in the event viewer for you to see. Some items don't have anything, but you can click on the instance row and then see the different steps it took and figure out where it stopped. Some times this isn't very useful, but by knowing the step it suspended at you can look at the variables tab and see if maybe a variable value is missing that that step was reliant on. If it couldn't assign a task to someone, in the instancedetails you are able to select the 3 dots next to the corresponding step and reassign it to someone else.
I hope that helps.
Ok, I see that. Very cool, always wanted to be able to view my messages outside of the shared event viewer. However it says "There are no event details associated with this process instance". How can that be? It says suspended, I need to see why it is suspended in order to move forward.
That is where you need to click on the instance row in question and see at what step it got suspended at. After that you may also need to look at the Variables tab to see if maybe a variable was not set that the step in question relies on.
It is stuck on save to repository, but I need to know why, I am running blind on this version. Forms 9 would let you know why in the event log.
It is still available in the event viewer, but it is in under the Applications and Services Logs instead of Windows Logs.
Building off of Blake's reply, starting in Forms 10, Forms will no longer log to the Windows Application event log, instead to the LFForms event log under "Applications and Services" in the Event Viewer.
Thank you! That is the information I needed