question

Upvotes
Accepted
129 15 25 31

RFA Data Dictionary error

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

treprfarfa-apierrorssl
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
7.6k 15 6 9

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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.