We downloaded Elektron SDK - C/C++ - 1.1.0 - Windows and the examples from https://developers.refinitiv.com/content/dam/devportal/api-families/elektron/elektron-sdk-c/downloads/elektron-sdk-tutorials-source-code/ema-tutorials.zip
We took the example #5 (MRNConsumer) and changed just one line
consumer.registerClient(ReqMsg().serviceName("ELEKTRON_DD").name("MRN_TRNA").domainType(MMT_NEWS_TEXT_ANALYTICS), client);
We have the following screen:
and then nothing else happens. What's wrong? What should we do?
Thanks
PS. If we use MRN_STORY instead of MRN_TRNA it works like a charm and we receive data.