Reg Open / Suspect / None / 'Refinitiv Wire format conversion error.' status

Dear team,

I am using EMA-API version 3.6.5 to consume Market price data from our ADS server. I am getting the following error for some of the items. Could you please help me to understand regarding this error?

Open / Suspect / None / 'Refinitiv Wire format conversion error.'

I am subscribing the dictionaries from ADS


e.g. code:

ommConsumer.registerClient(EmaFactory.createReqMsg().domainType(EmaRdm.MMT_DICTIONARY).name("RWFFld").
filter(EmaRdm.DICTIONARY_NORMAL), emaOmmConsumerListener);
ommConsumer.registerClient(EmaFactory.createReqMsg().clear().domainType(EmaRdm.MMT_DICTIONARY).name("RWFEnum").
filter(EmaRdm.DICTIONARY_NORMAL), emaOmmConsumerListener);
Tagged:

Best Answer

  • umer.nalla
    umer.nalla LSEG
    Answer ✓

    Hi @SangeethaJayaraman

    I have just found the following note in the Release notes for ADS 3.5.4 and ADS 3.6.0

    Marketfeed VPI and audit timestamp failure -10000 through -32767 fields
    When defining negative fields larger than 9999 (so -10000 to -32767; ASCII field lengths more than 5 characters) for vpiUserIdFID, vpiUserAddrFID, auditTimestampDateFID, or auditTimestampFID, for Marketfeed services (dataType: 2), the data will fail to be applied to cache (if caching is enabled) with "Invalid field identifier (FID)" or if caching is disabled, the Marketfeed will have invalid null characters after the fields and conversion to RWF will fail with "RefinitivWire format conversion error".

    I recommend you contact your Market Data team and discuss the above with them.

Answers