question

Upvotes
Accepted
7 2 0 5

how to enable message tracing in EMA C++?

message tracking

elektronrefinitiv-realtimeelektron-sdkrrtema-apielektron-message-apierror
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
7.6k 15 6 9

@nishikarale

To turn on XML Trace file in EMA Consumer, you need to add parameter XmlTraceToFile value=“1” to EmaConfig.xml as below sample. Default file name is EmaTrace_ You can find all parameters support by Consumer from Ema Configuration Guide section unser section 3.1.4 Consumer Entry Parameters

<ConsumerList>
	<Consumer>
		<Name value="Consumer_1"/>
		<Channel value="Channel_1"/>
		<Logger value="Logger_1"/>
		<Dictionary value="Dictionary_1"/>
		<XmlTraceToFile value="1"/>
	</Consumer>
</ConsumerList>
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea