Microsoft KB Archive/172683

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 16:36, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Article ID: 172683

Article Last Modified on 6/24/2004



APPLIES TO

  • Microsoft SNA Server 3.0 Service Pack 4
  • Microsoft SNA Server 4.0



This article was previously published under Q172683


SYMPTOMS

When you click the TN3270 tab of the LUA properties dialog box, there is an exception error in SNA Manager. A Drwtsn32.log file is generated.

CAUSE

If a connection is deleted, a call is made to Snacfg.dll, which deletes all of the LU records, whether they are assigned to the TN3270 servers or not. The LU needs to be removed with a DestroyConfig() call similar to that which occurs when an LU is deleted individually.

STATUS

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

S E R V P A C K


MORE INFORMATION

With the fix applied, a change is made to the Snacfg.dll file and Snaadmin.dll file so that a DestroyLU() and DestroyConfig() make the same type of deletion call.

To reproduce this problem:

  1. Create two connections.
  2. On each connection create an LUA LU.
  3. Assign both LUA LUs to the TN3270 Server.
  4. Save the configuration and exit the SNA Manager.
  5. Restart the SNA Manager.
  6. Delete one of the connections.
  7. Re-create the connection and insert a new LUA LU.
  8. Do not save the configuration.
  9. Select the TN3270 Server, right-click the TN3270 LUA LU, and click Properties.
  10. Click the TN3270 tab of the LUA LU's properties window and the exception occurs. A Drwtsn32.log file is generated.


Keywords: kbbug kbfix kbnetwork KB172683