Download RDMFieldDictionary from ELEKTRON_DD service

Options

Hi Team,

I am trying to download the RDMFieldDictionary using the ELEKTRON_DD service but I could not get any response. Please can you advise me on this ?

Many thanks in advance!!

Tagged:

Best Answer

  • @alokreturns

    The application can receive State: OPEN, SUSPECT, NONE, "Waiting for service ELEKTRON_DD UP. Item recovery in progress..." if it requests dictionary to the down service or the service does not exist on the server.

    You can find what services that the server provides in RFA trace log file. It is REFRESH_RESP message of DIRECTORY. For example:

    image

    This server provides the service name ELEKTRON_NEON.

    If the service goes down, ServiceState is 0. For example:

    image

    The service API_NEON_NI on this server goes down.

    In addition, RFAJ configuration parameters named traceMsgDomains is NORMAL means tracing all message domains except DICTIONARY due to huge size. To see dictionary request/response, please set traceMsgDomains to be ALL.

    You can find more details of RSSL configuration parameters in section RSSL Connection of RFAJ_ConfigLoggingGuide.pdf

Answers