SNA Server Events 94 and 592 Fill Up Application Log

Last reviewed: April 18, 1996
Article ID: Q138860
The information in this article applies to:
  • Microsoft SNA Server for Windows NT, versions 2.0, 2.1, and 2.11

SYMPTOMS

When an APPC transaction program (TP) issues a RECEIVE_ALLOCATE which times out (due to the APPC TP's Timeout value expiring), the Windows NT application log fills up with the following SNA Server events:

   Event 94:  APPC remote conversation start failed

   Event 592: Receive Allocate has timed out

CAUSE

This problem occurs when you run an APPC TP for a long time and the APPC TP is designed to periodically re-issue a RECEIVE_ALLOCATE call even though no incoming conversation startup request arrives for the TP.

SNA Server always logs these events, regardless of what default audit log level you configure in the Logs dialog box that appears in SNA Server Admin when you choose Logs from the Options menu.

RESOLUTION

To resolve this problem you may obtain an update from Microsoft or work around the problem as described below.

Update

Obtain the update to SNA Server 2.11 which reduces the audit log level of event 94 and event 582. To prevent these events from logging, you must set the default audit log level to Significant System Events in the Logs dialog box by choosing Logs from the Options menu in SNA Admin.

NOTE: When SNA Server is installed, the default audit log level is already set for Significant System Events.These events are still logged if the SNA Server logging level is set for General Information Messages or Detailed Problem Analysis.

Workaround

To work around this problem and prevent the events from being logged, increase the Timeout parameter of the TP within the registry. The Timeout parameter determines the time that a RECEIVE_ALLOCATE waits for an incoming attach message before returning an error. For manually started invokable TPs, the Timeout parameter is configured in the registry under the HKEY_LOCAL_MACHINE subtree. If the TP is written as an application, the Timeout value is found under:

   SYSTEM\CurrentControlSet\Services\SnaBase\Parameters
      \TPs\<tpname>\Parameters

where <tpname> is the name of the transaction program. If the TP is written as a Windows NT service, the Timeout value can be found under:

   SYSTEM\CurrentControlSet\Services\<tpname>\Parameters

where <tpname> is the name of the transaction program.

   Value Name: Timeout
   Data Type:  REG_DWORD
   Value:      <time in milliseconds>

If there is no entry configured, the timeout defaults to infinite, so the RECEIVE_ALLOCATE never times out and Event 94 and 592 do not occur.

STATUS

Microsoft has confirmed this to be a problem in SNA Server for Windows NT. This problem was corrected in the latest SNA Server for Windows NT, 2.11 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


KBCategory: kbnetwork kbbug2.00 kbbug2.10 kbbug2.11
KBSubcategory: ntnetserv
Additional reference words: prodsna 2.00 2.10 2.11


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 18, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.