question

Upvotes
Accepted
5 1 0 3

Receiving an error from RFA : RFA Exception OmmInvalidUsageException dictionary retrieval failed (timed out after waiting 45000 milliseconds)

Do you know how to configure my RFA to use local field dictionary file instead of downloading that from upstream system or TREP ?

We are receiving below error when try to connect one of publisher server.

Receiving an error from RFA : RFA Exception OmmInvalidUsageException dictionary retrieval failed (timed out after waiting 45000 milliseconds)Receiving an error from RFA : RFA Exception OmmInvalidUsageException dictionary retrieval failed (timed out after waiting 45000 milliseconds)

#technologyrfa-apifieldselektron-data-dictionary
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.

Hi @ryusuke.kamimura ,

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 on the left side of the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

Upvotes
Accepted
24.7k 54 17 14

Hello @ryusuke.kamimura

I must admit that I am not the C++ API Guy. However, based on my research the RFA C++ rfa::rdm::RDMFieldDictionary class also has the same kind of methods as follows:

  • readRDMEnumTypeDef()
  • readRDMFieldDictionary()

rfa-fielddictionary-2.png

Hope this helps.


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 @wasin.w


Thanks a lot for your info. This helps a lot.
let us give it a try and get back if any issues.

Upvotes
24.7k 54 17 14

Hello @ryusuke.kamimura

The error message indicates that the API cannot get the Real-Time dictionary information (either RDMFieldDictionary or enumtype.def) from the OMM Provider on time.


About loading local data dictionary files, you can use RFA Java FieldDictionary.readRDMFieldDictionary() and FieldDictionary.readEnumTypeDef() methods as follows:

rfa-fielddictionary.png

Please see more detail on the following RFA Java example in the API package

- StarterConsumer.java

- com.reuters.rfa.example.utility.GenericOmmParser.java



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 @wasin.w

Many thanks for your quick response and answer.

However, we need c++ reference.

Do you have any reference for C++ ?

Upvotes
24.7k 54 17 14

Hi @ryusuke.kamimura

Additionally, you can use the RFA Java parameter "dictionaryRequestTimeout" to adjust the time (in milliseconds) to wait for a provider to send back dictionary responses before timing out the dictionary request and sending a dictionary close request back to the application.

dicttimeout.png


dicttimeout.png (172.7 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
5 1 0 3

Hello @wasin.w

Many thanks for your quick response and asnwer.

We need C++ reference.
do you have any reference for C++ ?

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.