Eikon DDE server & topic

Does Eikon offer classic DDE connectivity and if it does can you please let me know what the Service and Topic names are?

I am asking because I have a legacy VB.NET app that works with DDE & Thomson One and we're planning to replace Thomson One with Eikon and ideally just change DDE info in order for the app to work with Eikon.


Just FYI, in Thomson One the DDE Service is ILX and Topic is Q (Excel example: =ILX|Q!'IBM,BID').

Thank you,
Doru

Best Answer

  • Hi @Doru,

    No, Eikon does not provide a DDE server you could use in your application. You will have to utilize Eikon COM or .NET APIs, which will require a relatively invasive change to your existing code. This is because unlike DDE the data retrieval with these APIs is asynchronous. There are other differences, which may or may not contribute to the migration effort for your application, such as in-proc vs. out-of-proc, different symbology etc.

Answers

  • Thank you very much Alex. Appreciate the quick reply. I assumed there was no DDE server, as I could not find any documentation about it, but I wanted to make sure before I start looking into findiding a new solution.

    Doru

  • I was doing my work and suddenly DDE Server disconnected, then while searching for solution I found this blog, Acrobat Failed to Connect to a DDE Server, they have written very informative post about how to connect DDE Server.