how to use and test local mode of EikonDesktopDataAPI

I'm reading the COM API about how to handle the connection to Thomsen Reuters Platform and found the following information about local model.

Since I only use some calculation functions of AdfinX and would like use it to avoid system outage. The question is how to use, test or "simulate" the case?

EEikonStatus
This enumeration indicates the status of the connection to Thomson Reuters Platform
Connected: EikonDesktopDataAPI library is connected to the Thomson Reuters Platform. Thomson Reuters Eikon APIs can be used.

Disconnected: This value indicates either EikonDesktopDataAPI library is not initialized yet or EikonDesktopDataAPI library has been disconnected.

Offline: the application has lost the connection to the Platform because of a network or Platform issue. Once the connection is restored the connection state switches back to connected status.

Local Mode: This status is specific to Customer Managed user accounts. The Local Mode status indicates that the connection to the Platform is lost but the connection to the local RMDS is still available and AdfinX real-time and AdfinX Analytics can still be used.

Thank you very much


Best Answer

  • Jirapongse
    Answer ✓

    @LPan5

    To use LocalMode, Eikon must connect to the local network that doesn't have access to the Internet and there is TREP available on that local network to provide realtime data.

    Then, you need to force Eikont to connect via Private Network through Eikon Choose Connection. Next, run Eikon Configuration Manager and configure Real-Time configurations to the TREP server.

    image

    192.168.27.48 is my TREP server on my local network.

    Next, start Eikon and verify the Connection status via the Help -> About Thomson Reuters Eikon menu. The STATUS tab will show the LocalMode connection.

    image






Answers