Administering an Encyclopedia volume : Searching within an Encyclopedia volume : Diagnosing reporting environment problems : Sending a Ping request in Trace mode
 
Sending a Ping request in Trace mode
The following request asks the Encyclopedia service to read a file in the target volume and send a response in Trace mode:
<SOAP-ENV:Header>
<AuthId>84yxAKHFJg9FY08PqbCum5+MLDk=</AuthId>
<Locale>en_US</Locale>
<TargetVolume>Legion</TargetVolume>
<DelayFlush>true</DelayFlush>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<Ping>
<Destination>EE</Destination>
<Action>ReadFile</Action>
<Mode>Trace</Mode>
<FileName>WesternRegionalShipping.rptdesign</FileName>
</Ping>
</SOAP-ENV:Body>
A response in Trace mode provides more detailed information about the objects in the test path than a response in Normal mode.
<SOAP-ENV:Body>
<PingResponse>
<Reply>
09:31:37.963: MDS(Legion) received Ping message
09:31:37.963: MDS(Legion) forwarding Ping request to node end00166
09:31:37.963: EncycEngine(Legion) received Ping message
09:31:37.963: EncycEngine(Legion) found file&apos;Design1.rptdesign&apos;. Time= 0 ms
09:31:37.973: EncycEngine(Legion) opened file in 10 ms
09:31:37.973: EncycEngine(Legion) read 10240 bytes from file in 0 ms
09:31:37.973: EncycEngine(Legion) replying to Ping message. Elapsed= 10 ms
09:31:37.963: MDS(Legion) received Ping reply from node end00166. Roundtrip= 10 ms
09:31:37.973: MDS(Legion) replying to Ping message. Elapsed= 10 ms
</Reply>
</PingResponse>
</SOAP-ENV:Body>