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

...ue)" ?

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)

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

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


Answers