Sender Disconnect Results in Sharing Violations

Last reviewed: March 11, 1997
Article ID: Q153260

The information in this article applies to:

  • Microsoft Systems Management Server versions 1.0, 1.1 and 1.2

SYMPTOMS

When the sender encounters either a redirector error or a network error, it terminates abruptly and may not close the file it was writing to. This causes the Windows NT Redirector to give an Error 32 (Sharing Violation).

CAUSE When a sender encounters a failure to write a buffer to a remote site, and when it terminates due to this error, a single attempt is made to CloseHandle() on the file handle it was writing to. If this handle close fails, entries remain in the session tables of the Windows NT redirector. Minutes later, SMS dispatches a new thread on a retry and the Windows NT redirector returns Error 32 (Sharing Violation) because the session table still indicates that file name has a open in another thread.

STATUS

Microsoft has confirmed this to be a problem in Systems Management Server versions 1.0 and 1.1. This problem has been corrected in Systems Management Server version 1.2.


KBCategory: kbfixlist
KBSubcategory: smssenders
Additional reference words: prodsms 1.00 1.10 1.20
Keywords : smssenders kbfixlist
Platform : WINDOWS


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: March 11, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.