Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Elektron /
  • EMA /
avatar image
Question by misms · Dec 03, 2018 at 04:59 AM · elektronrefinitiv-realtimeelektron-sdkrrtema-apielektron-message-apistatus

Item request rejected, item count reached for this channel

Hi,

i have been trying to test for batch request by following the example 370. there are some items have been retrieved but most of them results as follows:

StatusMsg
    streamId="107"
    domain="MarketPrice Domain"
    state="Open / Suspect / Too many items / 'Item request rejected for stream id 3037- item count reached for this channel'"
    name="GR10YT=RR"
    serviceId="1"
    serviceName="DIRECT_FEED"
StatusMsgEnd

Message from the Provider:

Rejecting Item Request with streamId=3108 and domain MARKET_PRICE.  Reason: ITEM_COUNT_REACHED

After reading about maximum batch size, i am sure that ~80 RIC should be no problem as i have calculate the total bytes which is 1440. what could be the problem with this state?

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

4 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by umer.nalla · Dec 05, 2018 at 07:30 AM

Hi @muhammadismoktar

Can you try one of the more advanced Performance Provider examples - those do not seem to have the same limits..

gradlew.bat runETAPerfProvider -PcommandLineArgs="-tickRate 20" 

I used the above to successfully make a Batch request for 120 items as a test. You can find more details on the Performance test tools in Java\Eta\Docs\ETAJ_PerfToolsGuide.pdf

If you continue to have problems, please provide an idea of what it is you are trying to achieve - so we can suggest alternative options. As mentioned earlier, most of the examples are for illustrative / code demonstration purposes only.

Comment

People who like this

0 Show 1 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
misms · Dec 05, 2018 at 09:33 PM 0
Share

thank you very much, it's working now. i can retrieve all items in the batch. from here, i will be able to move on to my next agenda. thank you again. :)

avatar image
REFINITIV
Answer by umer.nalla · Dec 03, 2018 at 06:38 AM

Hi @muhammadismoktar

Are you connecting to your consumer to an example Provider application?

If so, please note at these examples are purely for demonstrating programming techniques and may have some hardcoded limits.

How many item do you receive successfully?

I have had a quick look at the ETA Provider example source code and can see some reference to an OPEN_LIMIT variable in the ItemHandler class.

The OPEN_LIMIT is set to 10 in the DirectoryHandler class.

Comment
Zhenya Kovalyov
misms

People who like this

2 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by misms · Dec 03, 2018 at 09:40 PM

Hi @Umer Nalla,

Yes, i am connecting my consumer to the example Provider application.

i just test it with a counter and results in 20 refreshMsg only.

the OPEN_LIMIT in my DirectoryHandler class is set to 5. However, after changing it to 200 also yield no change to the refreshMsg I received.

is there any other workaround to enable this test this locally?

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
REFINITIV
Answer by umer.nalla · Dec 04, 2018 at 05:42 AM

Hi @muhammadismoktar

Can you confirm which Provider example you are using?

I was able to run the iprovider.series200.example280__MarketPrice__Performance example along with consumer.series200.example280__MarketPrice__Performance to consume and publish 1000 items.

Comment

People who like this

0 Show 4 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
misms · Dec 04, 2018 at 09:16 PM 0
Share

hi @Umer Nalla

I'm running gradlew runProvider at the command line. i believe the file is located at: \Java\Eta\Applications\Examples\src\main\java\com\thomsonreuters\upa\examples\provider\Provider.java

avatar image
misms · Dec 04, 2018 at 09:20 PM 0
Share

i am referring to your answer here

avatar image
misms · Feb 15, 2019 at 02:42 AM 0
Share

hi @Umer Nalla,

i tried using the same provider for MRN_STORY but was shown below status:

StatusMsg
  streamId="5"
  domain="NewsTextAnalytics Domain"
  state="Open / Suspect / None / 'Capability not supported'"
  name="MRN_STORY"
  serviceName="DIRECT_FEED"
StatusMsgEnd 

Is there any other test tool that i can test for mrn story locally?

avatar image
REFINITIV
umer.nalla ♦♦ misms · Feb 15, 2019 at 05:22 AM 0
Share

Hi @muhammadismoktar

I am not aware of any test tool that generates dummy MRN_STORY data - it is quite a complex data model.

Perhaps you can speak to your Refinitiv account manager to see if they can arrange a trial for you / access to a evaluation feed.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
10 People are following this question.

Related Questions

Login Domain - Components and Elements in Login responses

StatusMsg: A46: Item was reopened under new stream

(JAVA) Does using interestAfterRefresh(false) remove the need for deregistering items with Elektron?

EMA Java - What triggers StatusMsg without state

What could cause intermittent "Failed to make subscription" StatusMsg

  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Intelligent Tagging
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open Calais
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • RDMS
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • Workspace SDK
    • Element Framework
    • Grid
  • World-Check Data File
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges