DACS NOT RETURN ALL CURRENCIES

Dears, i'am using DACS TREP server to get currency prices using batch request for 17 currency but TREP server return only 13 currency instead of 17 currency even sometimes only 9 currency retrieved
attached Log Cons_12660_20240826081424.txt
Answers
-
Hello @mohamed.abdelhalim6,
There is some bug in the application code. When a request message is sent to RTMDS, the application will receive a response for that request - either a refresh message, if successful or a status message indicating that the request failed.
I do not see any status message for missing instruments in your log file. I would recommend that you try the batch view example shipped with the RFA package to see the expected behavior.
0 -
I would to inform you that we sent 17 RIC to Reutter as batch ,and we dispatched some of these RICS and sometimes dispatch all RICS and for info it was working fine till modification in our company Network Access any recommendation regarding troubleshoot the issue or any configuration handle this issue .
code lines of Dispatch
*- During dispatching the RICS from TREP , he terminate due to break before receiving the full RICS as requested
while ((!CtrlBreakHandler.IsTerminated()) && (currentTime < endTime || endTime == startTime))
{
if (eventQueue != null)
{
int dispatchReturn = eventQueue.Dispatch(1000);
if ((dispatchReturn == Dispatchable.DispatchReturnEnum.NothingDispatchedInActive) ||
(dispatchReturn == Dispatchable.DispatchReturnEnum.NothingDispatchedNoActiveEventStreams))
{
break;
}
}
currentTime = System.DateTime.Now;
}0 -
0
-
yes the issue is we need to know why TREP server close the stream from their side while dispatching the data even we not received the full response .
as per below code from RFA code streaming close when of the below occurred
- Dispatchable.DispatchReturnEnum.NothingDispatchedInActive
- Dispatchable.DispatchReturnEnum.NothingDispatchedNoActiveEventStreams
- if ((dispatchReturn == Dispatchable.DispatchReturnEnum.NothingDispatchedInActive) ||
- (dispatchReturn == Dispatchable.DispatchReturnEnum.NothingDispatchedNoActiveEventStreams))
- {
- break;
- }
0 -
0
-
does the RTMDS impacted with network as when dispatching or streaming prices from TREP server network close the connection .
Note: this application is working fine on production application without any issue for 1 year .
0 -
0
-
dear Gurpreet, thanks for your reply. could you please inform us how to extract that Log as the only log from RFA consumer attached . is this log from ADH or ADS Services .cons-12660-20240826081424.txt
0 -
The OMM logs can be enabled through the configuration. See the RFAJ Config Logging Guide shipped with the SDK for the logger entries. You can enable file logger and dump the raw messages to a log file.
0 -
Hi,
i use rfanet8.2.2.L1.win.rrg for .Net , kindly your support to tell us the way of enabling the OMM Log
Attached my Log that i used in the application
0 -
Hello,
In addition to enabling the file logger, you should also provide logging filename and control java-logger through the logging.properties file. The details of this are provided in the Logging and Config guide for RFA.
0 -
iam already shared all log propertise and log file examplerfa.txtcons-12660-20240826081424.txt
0 -
We need a trace file.
Please use the following configuration to create trace files:
\Connections\<ConnectionName>\traceMsgToFile = true
\Connections\<ConnectionName>\traceMsgDomains = "all"
\Connections\<ConnectionName>\traceMsgMaxMsgSize = 5000000
\Connections\<ConnectionName>\traceMsgMultipleFiles = true
\Connections\<ConnectionName>\tracePing = truePlease change <ConnectionName> to the name of your connection, such as Connection_RSSL. The RSSL tracing log would be created with the connection name, a process ID and a ".xml" extension, such as <ConnectionName>_7648.xml in the same directory of the application.
0 -
dear ,
after using the above configuration , nothing is extracted .ExampleRFA.cfg.txtCons_15064_20241028102400.txt
attached Files Configuration and log
0 -
I checkd the log file and found that the application could retrieve the refresh messages of all 17 currencies.
- 2024/10/28 10:24:00.825 TRACE <- Received MMT_MARKET_PRICE Refresh DKK=
- 2024/10/28 10:24:00.865 TRACE <- Received MMT_MARKET_PRICE Refresh CAD=
- 2024/10/28 10:24:00.894 TRACE <- Received MMT_MARKET_PRICE Refresh GBP=
- 2024/10/28 10:24:00.923 TRACE <- Received MMT_MARKET_PRICE Refresh SEK=
- 2024/10/28 10:24:00.951 TRACE <- Received MMT_MARKET_PRICE Refresh AUD=
- 2024/10/28 10:24:00.978 TRACE <- Received MMT_MARKET_PRICE Refresh NOK=
- 2024/10/28 10:24:01.005 TRACE <- Received MMT_MARKET_PRICE Refresh JPY=
- 2024/10/28 10:24:01.033 TRACE <- Received MMT_MARKET_PRICE Refresh CHF=
- 2024/10/28 10:24:01.060 TRACE <- Received MMT_MARKET_PRICE Refresh SAR=
- 2024/10/28 10:24:01.087 TRACE <- Received MMT_MARKET_PRICE Refresh KWD=
- 2024/10/28 10:24:01.115 TRACE <- Received MMT_MARKET_PRICE Refresh JOD=
- 2024/10/28 10:24:01.147 TRACE <- Received MMT_MARKET_PRICE Refresh OMR=
- 2024/10/28 10:24:01.174 TRACE <- Received MMT_MARKET_PRICE Refresh CNY=
- 2024/10/28 10:24:01.202 TRACE <- Received MMT_MARKET_PRICE Refresh BHD=
- 2024/10/28 10:24:01.231 TRACE <- Received MMT_MARKET_PRICE Refresh EUR=
- 2024/10/28 10:24:01.259 TRACE <- Received MMT_MARKET_PRICE Refresh AED=
- 2024/10/28 10:24:01.285 TRACE <- Received MMT_MARKET_PRICE Refresh QAR=
Please explain what you mean by "nothing is extracted".
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
- 688 Datastream
- 1.4K DSS
- 625 Eikon COM
- 5.2K Eikon Data APIs
- 11 Electronic Trading
- 1 Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 255 ETA
- 558 WebSocket API
- 39 FX Venues
- 15 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
- 276 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 23 RDMS
- 1.9K Refinitiv Data Platform
- 695 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
- 105 UPA
- 194 TREP Infrastructure
- 229 TRKD
- 918 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 92 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛