question

Upvotes
Accepted
1 0 0 1

RFA failover configuration is not working in case of complete server shutdown

We are using "RFA_ConfigGuide.pdf" to setup failover support such that we receive data without any interruptions in case of server failure. "serverList" property is the one which we are using mainly to achieve failover support. However failover is working when the service is stopped on the server, but not when entire server goes offline (say in case of power failure in the building)

Below is the configuration that we are currently using.
\Connections\Connection_RSSL\connectionType = "RSSL"
\Connections\Connection_RSSL\rsslPort = "14002"
\Connections\Connection_RSSL\ServerList = "server1,server2,server3,server4"
\Connections\Connection_RSSL\serverSelectionOrder = False
\Connections\Connection_RSSL\connectionWaitTimeout = 30000
\Connections\Connection_RSSL\connectRetryInterval = 15000
\Connections\Connection_RSSL\failoverConnectionRetryInterval = 15000
\Connections\Connection_RSSL\maxRetryCount = -1

Could you please let us know why this configuration is not working when the server is shut down completely?
Also could you please let us know the difference between RSSL and SSLED connection types

treprfa-apiconfigurationfailover
icon clock
10 |1500

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

hi @anil.valavala

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

Hi @anil.valavala,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.


Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
78.8k 250 52 74

@anil.valavala

The API uses TCP/IP protocol to establish a connection to a server. It will failover to another server if it is unable to establish a connection to the current server.

Moreover, the API has a ping mechanism to detect if the server is still active or alive. It will cut the connection if it misses three ping messages and then reconnects to the server.

First, you need to check the version of the RFA that you are using. If it is an old version, you can upgrade to the latest version.

You can download the RFA APIs from the Software Downloads or the Refinitiv Developer Portal.

Please also refer to the API Compatibility Matrix for supported platforms.

You may enable the RFA log to verify what the application was doing when the server was down.

If you have an RDC contact, you can contact the API support team directly via Contact Premium Support to investigate this issue.

The SSLED connection type is a legacy protocol to retrieve real-time data in the Marketfeed format. The default TCP port of the SSLED connection is 8101. It is available in RFA 7.x.

The RSSL connection type is a new protocol to retrieve real-time data in the Open Message Model (OMM) format. The default TCP port of the RSSL connection is 14002. It is available in RFA 7.x and RFA 8.x.



icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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