RFA Data Dictionary error

Akechi Sato
Akechi Sato Explorer

Hi,

Just install my application on the new server and found the following error, do you know what does the error mean?

[Wed Jun 07 14:22:56 2017]: (ComponentName) SSLED_Adapter: (Severity) Information: SSLED data dictionary information: downloadDataDict = false, masterFidFile = D:\MDServer\appendix_a, enumTypeFile = D:\MD Server\enumtype.def, supportFullDataDictFromFile = true. (null)

[Wed Jun 07 14:22:56 2017]: (ComponentName) SSLED_Adapter: (Severity) Warning: MarketDataDictSub open request failed, error: Data Dictionary does not exist or Data Dictionary is empty or Server does not support to download Data Dictionary

Best Answer

  • @Akechi Sato

    The warning message means RFA unable to load data dictionary from masterFidFile and enumTypeFile you specified in RFA configuration.

    I guess that you have the following config in RFA configuration file.
    \Adapters\SSLED_Adapter\masterFidFile= "D:\MDServer\appendix_a"
    \Adapters\SSLED_Adapter\enumTypeFile= "D:\MDServer\enumtype.def"

    \Adapters\SSLED_Adapter\downloadDataDict= false

    Please check if you have both file in the “D:\MDServer” and your application have permission to access the file.