Windows 95 Registry: SnaBase\Parameters

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

SOFTWARE\Microsoft\SnaBase\Parameters

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

AutoTerminate
The value of this entry should be set to an ASCIIZ string that indicates whether autoterminate is enabled or disabled. This registry entry is only applicable to Windows 95. 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.
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.
InternalTraceDir
The value of this entry should be set to an ASCIIZ string that points to the directory used for holding trace information. The typical value for this string is C:\SNA95\traces.
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:\SNA95\traces\napmsg1.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:\SNA95\traces\napmsg2.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.
SNAServiceType
The value of this entry should be set to a DWORD that indicates the SNA Service type. The value for this DWORD should be set to 28 for SnaBase.
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.
Transports
The value of this entry should be set to an ASCIIZ string that indicates the transport that should be used for the SNA Server Client binaries. Possible values are:

SNACBV.DLL (Banyan VINES)

SNACIP.DLL (TCP/IP)

SNACLM.DLL (Microsoft Networking or Named Pipes)

SNACNW.DLL (IPX/SPX)

The value for this string should be set based on the single transport to be used by the SNA Server Client.