4793
Views
4
Comments
How set Server Request Timeout property of Data Action?
Question

Hello,

i need set Server Request Timeout property of Data Action, but i don't know how do it or whether it's possible

Captura.PNG
2021-01-27 16-01-28
Rodolfo Póvoa Leal
Champion

This action will inherit the default timeout defined in the module, the default value for the session time-out depends on the application server:

NET: 20 minutes and this value can be configured in machine.config file

J2EE: 60 minutes, can be configured in /etc/.java/.systemPrefs/outsystems/prefs.xml file.

Best regards ;)

2021-10-18 09-29-42
Cláudio Moreira

Look in this menu of Service Studio:

Edit -> Preferences

2020-01-10 13-55-33
Ivo Gonçalves
2024-02-06 16-27-52
Ricardo Ferreira
Staff

I know this is an old thread, but the easiest way to set the server timeout of a data action would be to set the value directly in properties:


Or, if you want to set the default for all Data Actions, Aggregates and Server Actions of this application:




Thanks!

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