I am using an OmmConsumer to retrieve items from TREP. The OmmConsumer is quite standard and uses the default parameters, hence it downloads the dictionnary by itself.
When trying to retrieve items on ELEKTRON source, i have some fields for which the field mapping is not present.
I am accessing the FieldEntry of a RefreshMsg using RefreshMsg.payload().fieldList().
Some of those FieldEntry have the following:
- _rsslDictionaryEntry is null
- _toString value is: FieldEntry fid="6696" name="" dataType="Error" value="OmmError
ErrorCode="FieldIdNotFound"
OmmErrorEnd
"
- loadType() is of type OmmError
Any idea why the dictionary is incomplete ?