Wiki source code of Time-out error
Last modified by Erik Bakker on 2024/09/03 10:48
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{container}}{{container layoutStyle="columns"}}((( | ||
2 | In this document, we will use the information from the actual root cause analysis to make a generic view that can be used if you run into the same or a similar problem in the future. Finally, the document will describe the situation, the problem, the analysis, and the result. | ||
3 | |||
4 | Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]]. | ||
5 | |||
6 | == 1. Situation == | ||
7 | |||
8 | Specific time-outs occur on the entry flow where data is retrieved from a webservice before it is sent to the eMagiz flows towards an application | ||
9 | |||
10 | == 2. Problem == | ||
11 | Data was missing for a certain time interval due to the time-out error. | ||
12 | |||
13 | == 3. Analysis == | ||
14 | |||
15 | === 3.1 Reproduction === | ||
16 | |||
17 | N/A | ||
18 | |||
19 | === 3.2 Analysis === | ||
20 | |||
21 | The entry flow which caused the time-out was analalysed. It was found that there is no specific setting configured for influencing the duration before a time-out error is thrown. There is a specific setting for the bacoff period in the outbound HTTP gateway, which influence the time in between the different requests to the webservice but not the connection time-out itself. | ||
22 | |||
23 | == 4. Result == | ||
24 | |||
25 | It is recommended to add a component to the flow that allows to extend the duration before a connection time-out is triggered by eMagiz. The component is called <HTTP Components message Sender>. The eMagiz default is 1 minute, and this component allows to extend that duration. Please review the log from the web service to find a suitable timeout setting. The backoff period might be changed to a lower value. | ||
26 | |||
27 | == 5. Suggested Additional Readings == | ||
28 | |||
29 | * [[Novice (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Novice.WebHome||target="blank"]] | ||
30 | ** [[SOAP Web service connectivity (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.SOAP Web service Connectivity.WebHome||target="blank"]] | ||
31 | * [[Settings (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.SOAP Web service Connectivity.novice-soap-webservice-connectivity-calling-a-soap-webservice||target="blank"]] | ||
32 | * [[Time Out (Search Result)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22time+out%22||target="blank"]] | ||
33 | |||
34 | )))((({{toc/}}))){{/container}}{{/container}} |