304
Views
3
Comments
Solved
[EmailException] "Error creating Email. The operation has timed out" in 100s
Question

Hi,

I'm getting timeout from timer that sends an e-mail. The timer fails at 100 seconds. This e-mail has a query executing in preparation. If the query execute in 99s the process ends successfully.

I looked for this configuration in service center but with no success. Is there a way that I can change this timeout?


Error:

OutSystems.HubEdition.RuntimePlatform.EmailException: Error creating Email. The operation has timed out

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi João,

You can't change the timeout. Check this post for more information.

2017-06-23 21-23-45
Shamil Shah

Hi Joao Oliveira,

Please check the server configuration values:

  1. QueryTimeout
  2. RequestTimeout
  3. SessionTimeout

I usually find this configuration on server file : /etc/.java/.systemPrefs/outsystems/prefs.xml 


Thanks,

Shamil

2018-07-16 14-29-52
João Oliveira

Hi Shamil,

Thanks for your response.


I'm using OutSystems with C# so I can't find that file. 


I found this timeouts:

  • Query timeout: 1200
  • Execution timeout: 300
  • Session timeout: 1200


Best regards,

JP

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi João,

You can't change the timeout. Check this post for more information.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.