question

Upvotes
Accepted
53 4 5 7

Different response for item not available

if I request an unavailable item (the service publishing has not yet started) I sometimes get State: CLOSED, SUSPECT, NOT_FOUND, "The record could not be found"; whereas on other services I get State: CLOSED, SUSPECT, NONE, "F10: Not In Cache"

I don't understand the difference here? How do I know if I should try resubscribing?

treprfarfa-apire-subscribe
icon clock
10 |1500

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

Hello @alan.bain

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,


AHS


Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

Upvotes
Accepted
32.2k 40 11 20

Hello @alan.bain,

In RFA Java Developer Guide, chapter 10, please find all OMMState Data State Definitions, OMMState Stream State Definitions and OMMState Code State Definitions listed with explanations.

This defines the action you are suggested to take.

For example

If stream is closed, one would have to find out what is wrong, and take action, prior to opening it again, whereas closed_recover suggest intermittent issue, reopen as is.

If the item is not found, one would need to see why it can not be found, if the instrument is misspelled, or invalid, or a short-lived instrument is expired.

F10 error and letter+number errors in general seen more seldom and come from infrastructure, they are conveyed via API to the client, this info is additional to the state info. I would first process the API state, as it is usually indicative of the action to take on the part of the consumer.

Does this info help?


streamclosed.gif (6.3 KiB)
notfound.gif (4.2 KiB)
icon clock
10 |1500

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

Upvotes
25.3k 87 12 25

Hi @alan.bain

The exact message you receive comes from the TREP system and is determined by the TREP infrastructure components / Provider applications - the API just passes along what it receives from the ADS server.

You can talk to your internal MDS team to see if they can explain the differences between the services. They may be configured differently by the MDS team and/or served by different types of Providers - and this could explain what you are seeing.

icon clock
10 |1500

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

Upvotes
9.6k 10 7 7

Hello @alan.bain

For the meaning of "F10: Not In Cache", please see the answers in this question.

icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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