Hi,
There were no issues initially. I was able to retrieve data from RTO V2 via HTTP. However, our customer representative requested that I temporarily disable data retrieval in the software due to a planned license upgrade. After the license upgrade was completed, I restarted the software, but I started encountering the error mentioned in the title on the last line of the code below. What should I do in this case?
ommConsumerConfig.consumerName("Consumer_1");
ommConsumerConfig.clientId(strClientID);
ommConsumerConfig.clientSecret(strClientSecret);
ommConsumerConfig.tokenServiceUrlV2(tokenServiceUrlV2);
OmmConsumer ommConsumer = EmaFactory.createOmmConsumer(ommConsumerConfig);
Details of the errors:
State: Closed/Suspect/Usage error - text: "Login Rejected. Watchlist size of 0 for 'RSSL' connection is outside of range [1,15000] supported for this ADS fanout tier for this type of connection."
at com.refinitiv.ema.access.OmmBaseImpl.ommIUExcept(OmmBaseImpl.java:1871) ~[ema-3.7.0.0.jar:emaj3.7.0.L1.all.rrg]
at com.refinitiv.ema.access.OmmBaseImpl.handleLoginReqTimeout(OmmBaseImpl.java:1685) ~[ema-3.7.0.0.jar:emaj3.7.0.L1.all.rrg]
at com.refinitiv.ema.access.OmmConsumerImpl.handleAdminDomains(OmmConsumerImpl.java:634) ~[ema-3.7.0.0.jar:emaj3.7.0.L1.all.rrg]
at com.refinitiv.ema.access.OmmBaseImpl.initialize(OmmBaseImpl.java:335) ~[ema-3.7.0.0.jar:emaj3.7.0.L1.all.rrg]
at com.refinitiv.ema.access.OmmConsumerImpl.<init>(OmmConsumerImpl.java:47) ~[ema-3.7.0.0.jar:emaj3.7.0.L1.all.rrg]
at com.refinitiv.ema.access.EmaFactory.createOmmConsumer(EmaFactory.java:237) ~[ema-3.7.0.0.jar:emaj3.7.0.L1.all.rrg]