Windows NT Registry: SnaBase\Parameters\Client

The Client node needs to be created under the SnaBase\Parameters node if it does not already exist. It will contain other parameters used by SNA Server Clients:

SYSTEM\CurrentControlSet\Services\SnaBase\Parameters\Client

Under this node, the following entries and values must be entered or modified:

APITraceFile1
The value of this entry should be set to an ASCIIZ string that points to file1 used for holding API trace information. The typical value for this string is C:\SNA95\traces\api1.trc.
APITraceFile2
The value of this entry should be set to an ASCIIZ string that points to file2 used for holding API trace information. The typical value for this string is C:\SNA95\traces\api2.trc.
APPCTraceState
The value of this entry should be set to an ASCIIZ string that indicates the API trace state. Possible values are the "on" or "off" string. The value for this string should be set to the "off" string.
COMTBLG
The value of this entry should be set to an ASCIIZ string that points to the COMTBLG.DAT file. The typical value for this string is C:\SNA\SYSTEM\COMTBLG.DAT.
CPICTraceState
The value of this entry should be set to an ASCIIZ string that indicates the CPIC trace state. Possible values are the "on" or "off" string. The value for this string should be set to the "off" string.
CSVTraceState
The value of this entry should be set to an ASCIIZ string that indicates the CSV trace state. Possible values are the "on" or "off" string. The value for this string should be set to the "off" string.
FlipLength
The value of this entry should be set to a DWORD that indicates the maximum size in bytes of the trace files. The value for this DWORD is normally set to 500000.
FMITraceState
The value of this entry should be set to an ASCIIZ string that indicates the FMI trace state. Possible values are the "on" or "off" string. The value for this string should be set to the "off" string.
HLLAPITraceState
The value of this entry should be set to an ASCIIZ string that indicates the HLLAPI trace state. Possible values are the "on" or "off" string. The value for this string should be set to the "off" string.
InternalMessageTraceState
The value of this entry should be set to an ASCIIZ string that indicates the internal message trace state. Possible values are the "on" or "off" string. The value for this string should be set to the "off" string.
InternalTraceFile1
InternalTraceFile1 and InternalTraceFile2 are the names of files to which internal trace output is written. If two file names are specified, trace output is sent to the first file until it reaches FlipLength bytes and then to the second file; when the second file also reaches FlipLength bytes the first file is cleared and tracing continues to the first file. This process continues, changing to the other file every time the current file reaches FlipLength. The typical value for this string is C:\SNA\traces\client1.trc.
InternalTraceFile2
InternalTraceFile1 and InternalTraceFile2 are the names of files to which internal trace output is written. If two file names are specified, trace output is sent to the first file until it reaches FlipLength bytes and then to the second file; when the second file also reaches FlipLength bytes the first file is cleared and tracing continues to the first file. This process continues, changing to the other file every time the current file reaches FlipLength. The typical value for this string is C:\SNA\traces\client2.trc.
InternalTraceLevel
The value of this entry should be set to a DWORD that indicates the internal trace level. The value for this DWORD should be set to 20.
MaxRecordLength
The value of this entry should be set to a DWORD that indicates the maximum record length supported. The value for this DWORD should be set to 65535.
MessageTraceFile1
The value of this entry should be set to an ASCIIZ string that points to file1 used for holding message trace information. The typical value for this string is C:\SNA\traces\climsg1.trc.
MessageTraceFile2
The value of this entry should be set to an ASCIIZ string that points to file2 used for holding message trace information. The typical value for this string is C:\SNA\traces\climsg2.trc.
PVITraceState
The value of this entry should be set to an ASCIIZ string that indicates the PVI trace state. Possible values are the "on" or "off" string. The value for this string should be set to the "off" string.
RUITraceState
The value of this entry should be set to an ASCIIZ string that indicates the RUI trace state. Possible values are the "on" or "off" string. The value for this string should be set to the "off" string.
TraceFlushing
The value of this entry should be set to an ASCIIZ string that indicates whether trace flushing is enabled. Possible values are the "on" or "off" string. The value for this string should be set to the "off" string.