question

Upvotes
Accepted
1 1 1 6

How to resolve : RFA.NET "RDMFieldDictionary.GetFidDef( Int16 ) --Fid: -1 not found (invalid value)" ?

Received MMT_MARKET_PRICE Update AUDUSD=AXLE

RFA error occurred during processing event:- ErrorType : 1 ClassificationType : 4 SeverityType : 1

RDMFieldDictionary.GetFidDef( Int16 ) --Fid: -1 not found (invalid value)

treprfarfa-apiricsc#.netfieldsconfigurationsupporthelpdeskthomson-reutersmarket-pricetroubleshooting
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.

@santosh.dhokane

Hi,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

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

Otherwise please post again offering further insight into your 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
79.2k 251 52 74

@santosh.dhokane

If you are using ATS (Refinitiv Real-Time Advanced Transformation Server), this field is defined by ATS.

! Using by ATS Contribution, clients are not suggested to redefine these fields.
X_RIC_NAME                "RIC NAME"                    -1      NULL    ALPHANUMERIC    32  RMTES_STRING    32

There are other fields defined by ATS. Their definitions are in the ATSFieldDictionary.add file in the ATS package.

You need to contact your infrastructure team to get this file and then add these fileds' definitions into your field dictionary used by the application.


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
24.7k 54 17 14

Hello @santosh.dhokane

It seems the "AUDUSD=AXLE" RIC is your internal RIC that is published with the customized FID (-1, etc.) data.

Please be informed that the consumer application needs to have the same dictionary information with those customized FIDs as the provider to parse incoming data.

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 @wasin.w , is -1 a valid value? Getfiddef(short fieldID)

As fieldID is from iterator over FieldList, it should not be less than 0.

Please confirm/correct this.

@wasin.w please leave your point on this explanation.

Hello @santosh.dhokane

Can you enable the RFA trace log to let us check incoming FID? The RFA trace log contains incoming and outgoing messages between the API and server.

You can see my post below about how to enable the trace file.


Show more comments
Show more comments
Upvotes
24.7k 54 17 14

Hello @santosh.dhokane

Can you enable the RFA trace log to let us check incoming data? The RFA trace log contains incoming and outgoing messages between the API and server.

You can set enable the RFA trace log with the following RFA configurations.

\Connections\<Connection Name>\traceMsgToFile = true
\Connections\<Connection Name>\traceMsgDomains = "all"
\Connections\<Connection Name>\traceMsgMaxMsgSize = 10000000
\Connections\<Connection Name>\traceMsgMultipleFiles = true
\Connections\<Connection Name>\traceMsgFileName = <path to log file>

Additionally, can you give us more information about your environment?

  • The version of RFA .Net
  • The version of OS
  • Etc.
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.