The information in this article applies to:
SYMPTOMSWhen you run 4 to 5 copies of the Random & Bounce transaction program (TP) with 8 threads each, the APPC Allocate() verb fails with error: The APPC return codes are logged after about 500,000 APPC verbs are executed. This problem was found using test applications and only under very heavy stress, when invoking a TP over 65000 times, therefore, this symptom rarely occurs. CAUSE
When the invoked TP issues the Receive_Allocate() verb and the
Receive_Allocate() verb decrements the semaphore counter, the decrement of
the semaphore counter (WaitForSingleObject())is done only when there are no
pending Allocate()s waiting, instead of every time a Receive_Allocate() is
processed.
The SnaBase that processes the incoming Allocate() does not log any errors. However, the SnaServer who sent the Allocate() request, logs the following error in the Event Viewer: The most common cause of this error (084c0000) is due to configuration problems where the invokable TP is not registered properly on an SNA Server in the domain. RESOLUTION
The semaphore counter is now decremented every time a Receive_Allocate() is
processed.
There following six subcodes describe other possible allocate errors:
Microsoft has an update for the following Windows 95 client files only:
<Win95_root>\SYSTEM\DMODAPPC.DLL STATUSMicrosoft 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 Additional query words: prodsna 2.11
Keywords : ntnetserv |
Last Reviewed: November 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |