SNA Server 3.0 Config Tool Incorrectly Sets Client Transports (164661)



The information in this article applies to:

  • Microsoft SNA Server 3.0

This article was previously published under Q164661
IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

SYMPTOMS

The SNA Server Configuration Tool (Svconfig.exe) does not update the following registry entry to include the valid NameSpace values for the SNA Server transports that are chosen
   HKEY_LOCAL_MACHINE
      \SYSTEM
         \CurrentControlSet
            \Services
               \SnaBase
                  \Parameters
                     \NameSpaces: REG_MULTI_SZ:<list>
				
where the entries in the <list> are the DLL names listed below, listed on separate lines in the registry editor Multi-String Editor Data field. The valid NameSpace values for the various transports are shown here:

TCP/IP: ipbcast.dll
IPX/SPX: nwsap.dll
Microsoft Networking (Named Pipes): lmbcast.dll
Banyan Vines: bvnsst.dll
AppleTalk: atnbp.dll

For example, if named pipes and TCP/IP are chosen, the entry will appear as
   NameSpaces: REG_MULTI_SZ: lmbcast.dll ipbcast.dll
				
NOTE: The Server Configuration Tool (Svconfig.exe) included with SNA Server 3.0 can be used to change the following SNA Server settings:
  • Subdomain Name
  • Server Mode
  • Transports

CAUSE

The Server Configuration Tool as originally written did not update the NameSpace value in the registry.

RESOLUTION

Use either of the following two methods to work around this problem:
  • Use SNA Server Manager to change the SNA Server Transports instead of the SNA Server Configuration Tool.

    -or-
  • Manually add the appropriate NameSpace value to the registry after making a change to the Transports using the SNA Server Configuration Tool.
WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

The SNA Server Configuration Tool has been modified to correctly update the NameSpace value when making a change to the SNA Server transports. The following file has been updated:

<Snaroot>\System\Svconfig.exe

STATUS

Microsoft has confirmed this to be a problem in SNA Server version 3.0. This problem was corrected in the latest Microsoft SNA Server 3.0 U.S. Service Pack. For information on obtaining the service pack, query on the following word in the Microsoft Knowledge Base (without the spaces):

S E R V P A C K


Modification Type:MajorLast Reviewed:10/22/2003
Keywords:kbbug kbfix kbnetwork KB164661