I run the Example: Cpp-C/Ema/Examples/Training/Consumer/200_Series/270__SymbolList
Consumer.cpp:
try {
AppClient client;
OmmConsumer consumer( OmmConsumerConfig().host( "localhost:14002" ).username( "user1" ) );
UInt64 handle = consumer.registerClient( ReqMsg().domainType( MMT_SYMBOL_LIST ).serviceName( "ELEKTRON_DD" ).name( "0#/MBD.HK" ), client );
}
but I get the result :
Item Name: 0#/MBD.HK
Service Name: ELEKTRON_DD
Item State: Closed / Suspect / Not found / 'The record could not be found'
how can i the the result success,
what the Consumer.cpp should be.?