I'm receiving StringIndexOutOfBoundsException when I do msg.encodeInit, I can debug/see the code because UPA API is obfuscated. // init message int ret = msg.encodeInit(encodeIter, 0); java.lang.StringIndexOutOfBoundsException: String index out of range: 4 at java.lang.StringLatin1.charAt(StringLatin1.java:44) ~[?:?] at…
We use UPA C API to get level 1 market data. I read the API user guide, it does not mention how to provide a server list(one is primary, another is backup) in the chnl = rsslConnect(&copts,error). However, with RFAJ, failover is simple, just config the session with multiple server addresses. Question: 1. Does UPA support…
Can multiple stream Id requesting the same data be encoded as 1 message and sent to ADH to handle fanout ?
Hi We have measured the latency of our UPA consumer application, and have noticed some unusual behaviour around the rsslRead and rsslDecode functions. Attached is a graph displaying our findings. Our measurements are showing that the first call of rsslRead takes longer than subsequent calls for message 'bursts' from the…
How can I get the Market opening/closing information of the product from the API?! and the start/end of the new trading day?! Especially during special festivals, there will be changes in the trading day / trading hours
How can we simulate receiving the RSSL_STREAM_UNSPECIFIED message? What should the client application behavior be when receiving that message? From this post, https://community.developers.refinitiv.com/questions/46630/rssl-state-message-and-how-do-we-handle-rssl-strea.html, it seems that the correct response is to…
Hello Dev team, I have a customer who is trying to switch from deployed TREP to hosted EaaS. Their UPA application gets error messages -- see email below, second bullet point. Any ideas? They also have a news app which has issues but I think may be due to missing data permissioning. THANKS Phil --- Hi Philip, I have…
Client would like to know what does the following message means: "RsslServiceGeneralInfo.Capabilities" 0130 16:07:39.468629 Info: UpaSourceDirectory::processDmtSourceUpdate UPA_EQT_A-ZZZZZ 0130 16:07:39.477885 Info: RsslServiceGeneralInfo.ServiceName <ERT> -> <> 0130 16:07:39.478733 Info: RsslServiceGeneralInfo.Vendor…
How do I handle -21 error on rsslEncodeFieldListInit. This error is buffer too small. Are there any functionalities that I ca use to handle this error?
When invoking rsslInitChannel and obtaining RSSL_RET_CHAN_INIT_IN_PROGRESS return code, Why or under what conditions does the UPA API return a RSSL_IP_FD_CHANGE?
It looks like you're new here. Sign in or register to get started.