When invoking rsslInitChannel and obtaining RSSL_RET_CHAN_INIT_IN_PROGRESS return code, Why or un...

Best Answer
-
It can happen when the API is negotiating the version used by the channel.
For example, I got RSSL_IP_FD_CHANGE when running the ETA consumer from ESDK 1.3.1.L1 to connect to the UPA Provider 7.6 or RFA Provider 7.6. ESDK 1.3.1.L1 is newer than UPA Provider 7.6 and RFA Provider 7.6.
The result from Wireshark indicates that there are disconnection and reconnection before the channel is active.
I assume that first, the ETA consumer from ESDK 1.3.1.L1 is trying to connect to the Provider with the new version that isn't supported by the Provider 7.6. Then, the provider has rejected the connection. Next, the ETA consumer is trying to reconnect to the provider by lowering its version and at the second attempt, it can connect to the provider with this version.
All of these are handled internally in ETA and the application receives RSSL_IP_FD_CHANGE because of this disconnection and reconnection.
0
Answers
-
Hello @salvatore.riccio
Please see the answer to the following question, very similar,
Please let us know if you are encountering RSSL_IP_FD_CHANGE
under the same conditions, and if the suggestion helps you proceed?
0 -
Zoya,
response from previous post says that there's no cleanup, but what client is asking WHAT CAUSES THIS PROBLEM?
Is it the ads going down?Is it the ads re-balancing?0 -
Hello @Anup.Patel, @salvatore.riccio,
The referenced thread contains the advice, what is recommended to do upon receipt of RSSL_IP_FD_CHANGE, to unregister interest, to remove from notifier, and not to close the connection. This is not a common condition, but if in receipt of it, it's important to know how to handle it.
This is not a pbm, if I understand you, not a failure, not unrecoverable error.
It means that on receipt, there is no guarantee of the integrity, and the recommended handling on consumer is described.
0 -
Hello @Anup.Patel @salvatore.riccio,
Optionally, review further info from UPA Developer Guide by searching for
"RSSL_IP_FD_CHANGE".
Section 10.5.2 explains what happens and section 10.5.5 shows how to unregister:
if (inProgInfo.flags & RSSL_IP_FD_CHANGE)
{
/* File descriptor has changed, unregister old and register new */
FD_CLR(inProgInfo.oldSocket, &readfds);
FD_CLR(inProgInfo.oldSocket, &writefds);
FD_CLR(inProgInfo.oldSocket, &exceptionfds);
/* newSocket should equal pChnl->socketId */
FD_SET(inProgInfo.newSocket, &readfds);
FD_SET(inProgInfo.newSocket, &writefds);
FD_SET(inProgInfo.newSocket, &exceptionfds);
}0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 684 Datastream
- 1.4K DSS
- 614 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 248 ETA
- 552 WebSocket API
- 37 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 640 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 26 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 191 TREP Infrastructure
- 228 TRKD
- 915 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛