Unable to Remove Network Connection Created by AT Scheduler

Last reviewed: April 4, 1996
Article ID: Q146110
The information in this article applies to:
  • Microsoft Windows NT Server versions 3.5 and 3.51

SYMPTOMS

When you attempt to remove a network connection in File Manager, the following error message appears:

   There are no network connections to disconnect.

If you type the command "NET USE <drive>: /D" (without quotes) at the MS- DOS Command Prompt, the following error message appears:

   The network connection could not be found.

CAUSE

This problem occurs if you connect to a network share on the same computer using AT.EXE and the Windows NT Scheduler service. For example, if you type the following at MyComputer and attempt to remove the share (MyShare) in File Manager or the MS-DOS Command Prompt, the above error messages appear:

   AT 12:00 /interactive "net use d: \\MyComputer\MyShare"

RESOLUTION

To correct this problem, type the following at the MS-DOS Command Prompt (using the names in the example above):

   AT 12:15 /interactive "net use d: \\MyComputer\MyShare /d"

NOTE: The AT scheduler keeps its own network connection list.

In some cases, you must stop and restart the Workstation service to clear the ghosted connections.


KBCategory: kbnetwork
KBSubcategory: ntutil
Additional reference words: prodnt 3.50 3.51


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 4, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.