home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q104 / 5 / 56.TXT < prev    next >
Encoding:
Text File  |  1993-10-01  |  2.4 KB  |  68 lines

  1. DOCUMENT:Q104556  30-SEP-1993  [W_NT]
  2. TITLE   :Err Msg: The Device is Being Accessed by an Active Process
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ------------------------------------------------------------------
  14.  
  15. Windows NT does not allow you to disconnect a network drive (logical
  16. network connection) if you are currently on the drive that you are
  17. trying to disconnect.
  18.  
  19. For example, if you attempt to use the following command:
  20.  
  21.    M:\>net use m: /d
  22.  
  23. You will receive the following error message because the
  24. drive/directory focus is set to the network drive that you are trying
  25. to disconnect:
  26.  
  27.    The device is being accessed by an active process.
  28.  
  29.    More help is available by typing NET HELPMSG 2404.
  30.  
  31. To disconnect the network drive, change to another drive and reenter
  32. the disconnect command.
  33.  
  34. NOTE: Help (typing NET HELPMSG 2404), provides the following
  35. information:
  36.  
  37.    The device is being accessed by an active process.
  38.  
  39.    EXPLANATION
  40.  
  41.    The drive letter you specified is the current drive of a session. You
  42.    tried to delete a drive redirection (x:) while it is in use, possibly
  43.    as your current drive.
  44.  
  45.    ACTION
  46.  
  47.    Be sure the drive you are trying to delete is not the current drive 
  48.    in any of your sessions.
  49.  
  50. Additional reference words: 3.10 remove delete
  51. KBCategory:
  52. KBSubCategory: netsrv
  53.  
  54. =============================================================================
  55.  
  56. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  57. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  58. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  59. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  60. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  61. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  62. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  63. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  64. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  65. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  66. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  67.  
  68. Copyright Microsoft Corporation 1993.