Question
4
Replies
695
Views
Posted: February 18, 2019
Last activity: March 6, 2019
How to increase the RDA timeout /Automation running time out
Team ,
Is there any way to increase RDA /Automation running timeout .
Thanks,
Vasu
@Vasu99
The default timeout can be set at the adapter level.
Example in a web adapter adjust ApplyTimeoutToAllControls and ControlTimeout properties.
Read more about each here Link:http://help.openspan.com/80/Adapters_Interrogation/Web_Adapter_Properties_Methods_and_Events.htm
OR at the control level when using a method like waitforcreate add the method with a parameter which allows the adjustment of timeout.
There are two forms of the method: one with a parameter and one without. See the sample design blocks in this link.
http://help.openspan.com/71/Adapters_Interrogation/WaitForCreate.htm