Tcsi trace (tcsi32.dll) – Kofax Communication Server 9.1 User Manual

Page 132

Advertising
background image

Client Applications

Administrator‘s Manual Version 5.32.00

©Kofax, Inc.

132/203

Value:

HKEY_LOCAL_MACHINE\SOFTWARE\Topcall\Common\AppendTrace

Type: DWORD

Set to 0 to replace an existing trace file, 1 to the value of Maximum number of

Trace files to append to the corresponding file. This value is dynamically adapted as trace
files are being rotated.

Enable tracing:

Value:

HKEY_LOCAL_MACHINE\SOFTWARE\Topcall\Common\TraceToFile

Type: DWORD

This value specifies whether to enable or disable all tracing output.

The list box contains the name, default and current values of the registry keys listed in the
REG_MULTI_SZ value
HKEY_LOCAL_MACHINE\Software\Topcall\Preferences\TraceSettings which is dynamically
extended by software installations.

13.6.3 TCSI Trace (TCSI32.DLL)

Registry value: HKEY_LOCAL_MACHINE\SOFTWARE\Topcall\Common\Tcsi\DebugLevel

Trace Flag

Trace

Description

0x01

General
Debugging
Switch

Enables error logging; automatically assumed when any of the
other switches are set.

0x02

Call Trace

Traces all calls to the object handler and logs the parameters
and return values

0x04

Stream Put

Traces how the object hierarchy is created by a binary or ASCII
data stream generated by the functions ohh_b_binput or
ohh_b_ascput.

0x08

Object
Receive

Traces how the object hierarchy is created by the data stream
received from the remote server (KCS).

0x10

Stream Get

Traces how objects are resolved and output by the functions
ohh_b_binget or ohh_b_ascget.

0x20

Send
Object

Traces how objects are resolved and sent as data stream to the
remote server (KCS).

0x40

Heap
Check

Enables frequent checking of the heap for corruption

0x80

Handle
Trace

Logs creation and removal of external and internal object
handles

0x100

TCTI Trace

Traces all calls to the transport interface and logs parameters
and return values. Use this switch sparingly; it significantly
reduces performance of client-server communication

0x200

Trans. Opt.

Traces optimized access to objects being fetched from KCS

0x02000000

TFC Trace

Counts TCSI handles

0x04000000

TFC Trace

References of TFC COM objects

0x08000000

TFC Trace

Traces codepage conversions

0x10000000

TFC Trace

Traces calls to functions and methods

0x20000000

TFC Trace

Traces locking and unlocking of synchronization objects

0x40000000

TFC Trace

reserved

0x80000000

TFC Trace

Traces construction and destruction of TFC objects

Advertising