Item request rejected, item count reached for this channel

misms
misms Newcomer

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?

Best Answer

  • umer.nalla
    umer.nalla LSEG
    Answer ✓

    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.

Answers