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

Did you know that with WEBCON you can automate virtually any process? Even baking cookies 🍪
 
Speaking of cookies: we use the ones that are essential for our website to function properly, as well as additional ones that help us customize our content to your preferences. If you don’t mind cookies, click Accept. If you want to learn more, explore settings.
Settings