Icon ServerTrace Property

property ServerTrace: Boolean

Use the ServerTrace property to specify that the ElevateDB Server should trigger the OnServerTrace event for every request/reply to/from the ElevateDB Server when the EngineType property is set to etServer. The default value is False. Server-side tracing is useful for diagnosing issues with performance/locking that are hard to diagnose from the client side.

Warning Do not enable this property in production without being aware of the consequences. Enabling this property can result in a significant amount of overhead, depending upon how the OnServerTrace event is handled. In the ElevateDB Server project that is provided with ElevateDB (see below), enabling this property will generate a large number of trace files that can easily consume large amounts of disk space on a busy server.

Information The Active property must be False in order to assign a value to this property.
Image