Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • TREP APIs /
  • RFA /
avatar image
Question by tradingTech · Jul 03, 2017 at 02:09 PM · treprfarfa-apistatusstreams

Request message payload not supported on non-private streams.

I get the follow message for RIC(AMS.S) - StatusText : Request Rejected: Request message payload not supported on non-private streams. I've requested the data via a bulk request. I'm pretty sure I used to get data for this when I was requesting just one instrument at a time. I'm working with 2,000 RICs now and need to bulk for performance reasons.

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
Best Answer
Answer by tradingTech · Jul 11, 2017 at 03:04 PM

Updating to the appropriate RFA dll in 8.1.0.L1 resolved my issue. If anyone else runs into the same issue and haven't yet updated the dll, check if the number of items your requesting is one more than a multiple of 10. The API auto-batches in groups of 10. The remaining one item is treated as a batch and will always fail. The new dll didn't have this bug.

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 moragodkrit.chumsri_1 · Jul 03, 2017 at 10:21 PM

@David.Ossim

Based on your description I understand that you are you using RFA C++/.NET with batch request which contains around 2000 items per batch request. And you get the status text when you send batch request to TREP. Is this correct?

-What version of RFA C++ or .NET you are using?

In the old version of RFA(7.6.1.x, 8.0.0 etc) we have known issue relate to number of item per batch request which causing the same status text. But it should fix in the new version (7.6.2.E3 and 8.0.1) and latest version of RFA C++ and .NET(8.1.0.L1) which just release on 29 Jun 2017 should fix the issue as well.

-Can you test your scenario again with RFA 8.1.0.L1?

If the problem persists, can you please provide the following additional information?

- List of items you test the issue. Or How many item per batch reqeust we can use to replicate the issue? Sample Config from StarterConsumer_BatchView would be great.

- TREP version.

- Please turn on RSSL tracing log so that we can review the outgoing and incoming RSSL messages. You can use RFA configuration from the following post to turn on the log Activate full message logs for rssl connections

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
tradingTech · Jul 05, 2017 at 04:16 PM 0
Share

@moragodkrit

1.) By items, do you mean RICs? I was using 71 RICs and received the error above. Interestingly, I limited the request 70 RICs as was able to capture a valid snapshot for AMS.S . Perhaps the RIC isn't the problem, but instead it's the batch size.

2.) I do not know how to identify my TREP version. My Elektron service was installed from ezd1.2.1.L1 .

3.) I have added the additional config lines provided in your link.

avatar image
Answer by tradingTech · Jul 05, 2017 at 11:16 AM

Hello -

I will soon be batching 2000 RICs. This request only had 71.

AMS.S is the only RIC that received this response.

I have only ever used RFA8. I'll respond with logs after I generate those.

Is there an API support phone number?

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
tradingTech · Jul 05, 2017 at 11:17 AM 0
Share

@moragodkrit

avatar image
REFINITIV
Answer by zoya faberov · Jul 05, 2017 at 04:49 PM

Hello @tradingTech ,

1) Do you receive valid (data?) responses for the first 70 subscribed RICs?

What response if any (status?) do you see for the 71st+ subscription?

2) You are not connecting to TREP directly, you are connecting over the internet, over Elektron Connect, EZD 1.2, so bandwidth may be a limiting factor, worth looking at the RFA trace.

As a temporary, additional investigative measure, consider enabling tracing on EZD, in EZD config, via:

!! Tracing information
*ezd*debugTrace : True
*ezd*dumpIncoming : True
*ezd*dumpOutgoing : True

3) Have you been able to enable tracing and to request again, please attach the RFA log? if you have enabled the tracing on EZD, please share EZD log too?

BTW, over EZD, the open request limit is at 1000, so you will not be able to open 2000 requests simultaneously, but this is not what's stopping you at 70, currently, just may be good to know and plan.
Comment

People who like this

0 Show 2 · 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
tradingTech · Jul 05, 2017 at 05:57 PM 0
Share

I'm emailing logs right now.

avatar image
REFINITIV
warat.boonyanit ♦♦ tradingTech · Jul 06, 2017 at 06:39 AM 0
Share

Hi @tradingTech

I saw your logs, it looks like a known issue that has already been fixed.

--------
8.0.1.L1
--------
[RFACPP-853] - RFA sets the batchFlag but encodes a regular item Request when there is one item in the batch list (related to CaseId: 04132340)

What version of RFA C++ or .NET you are using?

Can you test again with RFA 8.1.0.L1?

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 >
8 People are following this question.

Related Questions

What is the meaning of "TooManyItemsEnum"?

What does StatusText "Item stream closed for item" means

What does the "Waiting for async" status message mean?

Initial response for RFA

RFA .NET MMT_MARKET_PRICE subscription field filtering

  • 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
  • FX Venues
    • FX Trading – RFQ Maker
  • 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
  • Yield Book Analytics
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges