question

Upvotes
Accepted
21 1 2 6

This is Redhat Linux Enterprise 6 running C++ RFA-based(rfa8.0.1.L1.linux.rrg) interactive provider. Is there a way via config to set RFA requestTimeout?

treprfarfa-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Apologies for any misunderstanding. My original question is regarding "requestTimeOut parameter for request side/consumer". Where can one set this parameter on the client side, or, if possible in either rmdstestclient, or ADS, or ADH?

Upvotes
Accepted
7.6k 15 6 9

@Kam.Anjorin


For RFA consumer application, you can set the requestTimeout in RFA configuration file. You need to add the following config to the Connection section.

\Connections\<Connection Name>\requestTimeout = <New Value>

The default value for RFA C++/.NET is 45000 which is 45 sec. Please find more details about RFA configuration from RFA Configuration file which provided under folder "<RFA Package>/Docs"
If you need to set in in other APIs, please check the configuration in API configuration guide. The rmdstestclient is part of infra tools and I'm not sure that it can set the requestTimeout like the TREP APIs or not.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
7.6k 15 6 9

@Kam.Anjorin

We do not have requestTimeout for provider interactive.

As far as I understand the requestTimeOut parameter is for request side/consumer, it's time the connection waits for before resending the request.

Not sure why you need requestTimeout parameter on Provider side?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea