Hello.
I've been having problems with my system since this week.
Only certain RIC codes are not received.
(ex) /.INX, /GCc2
All other US stocks, indices, futures, etc. are received normally.
The code to register is as follows.
// OmmConsumer consumer
// ReqMsg reqMsg = EmaFactory.createReqMsg();
// String serviceName = "IDN_SELECTFEED";
long l = consumer.registerClient(reqMsg.serviceName(serviceName)
.name(ric),
client
);
/.INX and /GCc2 were registered as normal.
The log is as follows.
2022/10/14 13:59:41.007 INFO --- [main] a.w.d.u.r.RefinitivUtils : ric: /GCc2, l : 370
2022/10/14 13:59:41.037 INFO --- [main] a.w.d.u.r.RefinitivUtils : ric: /.INX, l : 379
No other errors or exceptions occurred.
However, the data of the corresponding code cannot be received. (.INX, GCc2)
There is no log itself. The field itself does not enter.
If we restart our data server several times and register it, there are times when it is suddenly received normally.
Once the reception is successful, it does not stop until the end of the stock market.
But the next day, the same symptoms repeat again at the start of the stock market.
Has anyone experienced these symptoms? What should I do?
It is not possible to manually restart at the beginning of each stock market.
Help me.
Thank you.