consumer.registerClient( EmaFactory.createReqMsg() .serviceName("ELEKTRON_AD") .name("BB.TO"), eventHandler );
I am trying to streaming data using the example posted at https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/rt-sdk-java/tutorials?content=8738&type=learning_material_item
And I get the following error "Service name of 'ELEKTRON_AD' is not found"
Running tutorial 2... Nov 06, 2017 11:53:15 AM com.thomsonreuters.ema.access.ChannelCallbackClient rea ctorChannelEventCallback INFO: loggerMsg ClientName: ChannelCallbackClient Severity: Info Text: Received ChannelUp event on channel Channel Instance Name EmaConsumer_1 Component Version ads2.6.12.L1.linux.tis.rrg 64-bit loggerMsgEnd StatusMsg streamId="0" domain="MarketPrice Domain" state="Closed / Suspect / None / 'Service name of 'ELEKTRON_AD' is not found .'" name="BB.TO" serviceName="ELEKTRON_AD" StatusMsgEnd
May I know all the available serviceName we can use and their differences? It's not mentioned in the tutorial.
Why does this error occur?
Thanks!