Error: 1002 ripcRead() failure. system error:(10054)

LoggerMsg
TimeStamp: 15::47:54.693
ClientName: ChannelCallbackClient
Severity: Warning
Text: Received ChannelDownReconnecting event on channel Channel_1
Consumer Name Consumer_1_1
RsslReactor 0x00000075694FCF90
RsslChannel 0x00000075694FCF90
Error Id -1
Internal sysError 10054
Error Location ..\..\..\ValueAdd\Reactor\Impl\rsslReactor.c:3087
Error Text <..\..\..\Ripc\Impl\ripcsrvr.c:6889> Error:1002 ripcRead() failure. System errno: (10054)
LoggerMsgEnd
What does that mean?
Best Answer
-
The system error 10054 from Win32 is:
WSAECONNRESET (10054) Connection reset by peer. A existing connection was forcibly closed by the remote host.
Thus the provider you are connecting to is forcibly closing your connection. For the reason you must peruse the provider logs, if an ADS you may need help from your administrator possibly requiring elevated log levels.
Typical cause in production is a slow consumer, i.e. you are not processing incoming updates fast enough causing a back log in the ADS. One resolution for this is for the administrator to enable just-in-time-conflation which will conflate updates that are waiting delivery.
Typical cause in development is that you are not following the RDM protocol correctly and the provider has not understood what you have sent it and thus drops the connection to reset the state.
0
Answers
-
How many threads are calling
void onUpdateMsg( constthomsonreuters::ema::access::UpdateMsg&, constthomsonreuters::ema::access::OmmConsumerEvent& );
in the configure, do I have a way to increase the number of thread calling the
onUpdateMsg(call back) func? thanks.
0 -
In EMA, there are two operation modes:
- OmmConsumerConfig::ApiDispatchEnum: In
this mode, EMA will create a second, internal thread to dispatch
received messages to the callbacks
- OmmConsumerConfig::UserDispatch: In this
mode, the application is responsible for calling the Ommconsumer::dispatch()
method to dispatch all received to the callbacks. However, calling Ommconsumer::dispatch()
from multiple threads is not recommended because it can introduce ordering
issues associated with information received, which may or may not impact
ordering of related messages.
In conclusion, for one OmmConsumer, it should have only one
thread that dispatches received messages to the callbacks.To use multiple dispatch threads, you can create multiple instances
of OmmConsumer. For more information,
please refer to 410__MarketPrice__HorizontalScaling example in EMA
package0 - OmmConsumerConfig::ApiDispatchEnum: In
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
- 685 Datastream
- 1.4K DSS
- 615 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
- 252 ETA
- 556 WebSocket API
- 38 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
- 652 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
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 228 TRKD
- 917 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 中文论坛