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
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.
Gurpreet,
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; }
Hi @mohamed.abdelhalim6,
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.
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
ExampleRFA.txt
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.
dear ,
after using the above configuration , nothing is extracted .ExampleRFA.cfg.txtCons_15064_20241028102400.txt
attached Files Configuration and log
@mohamed.abdelhalim6
I checkd the log file and found that the application could retrieve the refresh messages of all 17 currencies.
Please explain what you mean by "nothing is extracted".