Page 1 of 1

Enabling server-side tracing from your client on iPad/iPhone

Posted: Fri May 18, 2012 10:48 am
by tsupartono
Server-side tracing can be enabled from the client.

From the 'Settings' screen >> (Miscellaneous Settings) Troubleshooting & Support >> (Server-side Logging)

Image

However, by default, these settings are disabled so users can't control tracing on the server.
To enable on your testing environment, add the <allowClientToControlServerTrace> entry in your client.xml file:

<config>

<allowClientToControlServerTrace>true</allowClientToControlServerTrace>

<servicesProvider>
<url>http://10.2.0.181:6563/service/longreach.jsp</url>
<documentLibrary>
<rootDirectory>{BASE}</rootDirectory>
</documentLibrary>
</servicesProvider>

</config>