Home > Forum > Forms > Failure without clear reason

Failure without clear reason
0

Hi everybody,

I have a repeating "unmotivated" error message (see attached). It is only in one workflow, always in the transition from one step to the next.

I can't see anything in the history, as you see, there is no error GUID,...

Any ideas, how I could track down that error?

WEBCON
In reply to: Krystian Golik

Hi,
Maybe check logs in table Content Database

SELECT *
FROM [dbo].[WFActionExecutions]
where LOG_WFDID =
order by 1 desc

Hi,

This message indicates that your request might be taking a long time to complete. Please note that IIS has a default request timeout of 2 minutes.

You can verify the duration of each request using your browser’s developer tools (press F12 in Chrome), then navigate to the Network tab. There, you’ll be able to see if any request exceeds the 2-minute threshold.

Best regards,
Łukasz

MVP
In reply to: Klaus Seidler

HI Lukasz,

your hint was extremly helpful!
It is a timeout issue (see attached).

But the good questions is now: "How can I get rid of it?" Where is the problem? Webcon, Server, IIS,...?

Kind regards
Klaus

Hi Klaus,

the question is what actions did you define in the OnExit, OnPath and OnEntry triggers?
- Are they creating subworkflows
- Is something maybe creating a deadlock

Did you activate the diagnostic log? I'm not sure that it will return any information, when the executions runs on a timeout.
In most cases you should get a timeout error about to long running executions anyway. Did you increase the setting?

Best regards,
Daniel

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.