How to Set up the ICA Browser Log
How to Set up the ICA Browser Log How to Set up the ICA Browser Log
Citrix states in their article: CTX364989
CTX364989 - How to Set up the ICA Browser Log
This document was published at: http://support.citrix.com/kb/entry.jspa?externalID=CTX364989
Document ID: CTX364989, Created on: Jul 13, 2000, Updated: Apr 23, 2003
Products: Citrix MetaFrame 1.8 for Microsoft NT 4.0 Server Terminal Server Edition, Citrix MetaFrame 1.8 for Microsoft Windows 2000, Citrix WinFrame 1.8
Add the values below in the registry to create an ICABrowser log file. Modify the value LogMask in the following registry key:
< blockquote>
HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services ICABrowser Parameters LogMask
This value is represented in hexadecimal numbers. To log multiple items, add the hex values together. For example, if you want to log browser updates and gateway updates, the value for LogMask will be 0x00000024. If you want to log i/o data and database, the value for LogMask will be 0x0000000c. The log will be written to the %SystemRoot% directory.
#define TT_CLIENT
0x00000001
// client requests
#define TT_ELECTION
0x00000002
// master browser elections
#define TT_UPDATE
0x00000004
// browser updates
#define TT_IO
0x00000008
// i/o requests
#define TT_BROWSER
0x00000010
// high level browser
#define TT_GATEWAY
0x00000020
// gateway updates
#define TT_IODATA
0x00000040
// i/o data
#define TT_DATABASE
0x00000080
// database
#define TT_DATA
0x00000100
// browser data
#define TT_BALANCE
0x00000200
// load balance
#define TT_APP
0x00000400
// application
#define TT_CLIENT2
0x00000800
// client requests (2)
#define TT_ELECTION2
0x00001000
// master browser elections (2)
#define TT_UPDATE2
0x00002000
// browser updates (2)
#define TT_IO2
0x00004000
// i/o requests (2)
#define TT_LICENSE
0x00008000
// license requests
#define TT_CLIENT3
0x00010000
// client requests (3)
#define TT_TIMER
0x10000000
// timers
#define TT_SEM
0x20000000
// semaphores
#define TT_ERROR
0xffffffff
// error (always trace)
User login
Who's new
- japhabept
- Rullydery
- eagenorce
- rittaarier
- swasseZex