Contibution of text using RCC 3.76.7.3 : Encoded data length exceeds

z.jaai
z.jaai Newcomer

Hi,

I am getting the error :

    streamId="5"
    domain="MarketPrice Domain"
    ackId="1"
    nackCode="DeniedBySource"
    text="Encoded data length exceeds RWF length Fid Id [3] [Failed to apply update. Cache build failed]"

while trying to contribute a text : title = Bande de Fluctuation du Dirham - Date de valeur : 04/05/2023

FieldList nestedFieldList = EmaFactory.createFieldList();

nestedFieldList.add(EmaFactory.createFieldEntry().utf8(3, title));


Could you plz advice.

Thanks.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @z.jaai

    Thanks for reaching out to us.

    According to the Data Dictionary, the length of the DSPLY_NAME field is 16 bytes.

    DSPLY_NAME "DISPLAY NAME"           3  NULL        ALPHANUMERIC       16  RMTES_STRING    16

    Therefore, the string must not exceed this length.

    The valid string should be "Bande de Fluctua".

    I hope that this information is of help.

Answers