Skip to content

Instantly share code, notes, and snippets.

@1ijack
Last active August 6, 2020 19:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1ijack/bed4a28947265789eadd7c397b597215 to your computer and use it in GitHub Desktop.
Save 1ijack/bed4a28947265789eadd7c397b597215 to your computer and use it in GitHub Desktop.
net helpmsg cmd batchfile
@rem :: by Jack | Release 08/01/2018 | https://gist.github.com/1ijack/bed4a28947265789eadd7c397b597215 | helpGen.cmd -- generates a help msg list of all valid net helpmsg command IDs. Contains both interactive console commands and can be called as a batch-file
@if exist "%~f0" goto :batMeh
@rem Interactive console command to list all valid net help messages
@(for /l %A in (1,1,10000) do @for /f "delims=" %B in ('net helpmsg %A') do @echo/net helpmsg %A: %B) 2>nul
:batMeh Batch file command to list all valid net help messages
@(for /l %%A in (1,1,10000) do @for /f "delims=" %%B in ('net helpmsg %%A') do @echo/net helpmsg %%A: %%B) 2>nul
net helpmsg 1: Incorrect function.
net helpmsg 2: The system cannot find the file specified.
net helpmsg 3: The system cannot find the path specified.
net helpmsg 4: The system cannot open the file.
net helpmsg 5: Access is denied.
net helpmsg 6: The handle is invalid.
net helpmsg 7: The storage control blocks were destroyed.
net helpmsg 8: Not enough storage is available to process this command.
net helpmsg 9: The storage control block address is invalid.
net helpmsg 10: The environment is incorrect.
net helpmsg 11: An attempt was made to load a program with an incorrect format.
net helpmsg 12: The access code is invalid.
net helpmsg 13: The data is invalid.
net helpmsg 14: Not enough storage is available to complete this operation.
net helpmsg 15: The system cannot find the drive specified.
net helpmsg 16: The directory cannot be removed.
net helpmsg 17: The system cannot move the file to a different disk drive.
net helpmsg 18: There are no more files.
net helpmsg 19: The media is write protected.
net helpmsg 20: The system cannot find the device specified.
net helpmsg 21: The device is not ready.
net helpmsg 22: The device does not recognize the command.
net helpmsg 23: Data error (cyclic redundancy check).
net helpmsg 24: The program issued a command but the command length is incorrect.
net helpmsg 25: The drive cannot locate a specific area or track on the disk.
net helpmsg 26: The specified disk or diskette cannot be accessed.
net helpmsg 27: The drive cannot find the sector requested.
net helpmsg 28: The printer is out of paper.
net helpmsg 29: The system cannot write to the specified device.
net helpmsg 30: The system cannot read from the specified device.
net helpmsg 31: A device attached to the system is not functioning.
net helpmsg 32: The process cannot access the file because it is being used by another process.
net helpmsg 33: The process cannot access the file because another process has locked a portion of the file.
net helpmsg 36: Too many files opened for sharing.
net helpmsg 38: Reached the end of the file.
net helpmsg 39: The disk is full.
net helpmsg 50: The request is not supported.
net helpmsg 51: Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator.
net helpmsg 52: You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name.
net helpmsg 53: The network path was not found.
net helpmsg 54: The network is busy.
net helpmsg 55: The specified network resource or device is no longer available.
net helpmsg 56: The network BIOS command limit has been reached.
net helpmsg 57: A network adapter hardware error occurred.
net helpmsg 58: The specified server cannot perform the requested operation.
net helpmsg 59: An unexpected network error occurred.
net helpmsg 60: The remote adapter is not compatible.
net helpmsg 61: The printer queue is full.
net helpmsg 62: Space to store the file waiting to be printed is not available on the server.
net helpmsg 63: Your file waiting to be printed was deleted.
net helpmsg 64: The specified network name is no longer available.
net helpmsg 65: Network access is denied.
net helpmsg 66: The network resource type is not correct.
net helpmsg 67: The network name cannot be found.
net helpmsg 68: The name limit for the local computer network adapter card was exceeded.
net helpmsg 69: The network BIOS session limit was exceeded.
net helpmsg 70: The remote server has been paused or is in the process of being started.
net helpmsg 71: No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.
net helpmsg 72: The specified printer or disk device has been paused.
net helpmsg 80: The file exists.
net helpmsg 82: The directory or file cannot be created.
net helpmsg 83: Fail on INT 24.
net helpmsg 84: Storage to process this request is not available.
net helpmsg 85: The local device name is already in use.
net helpmsg 86: The specified network password is not correct.
net helpmsg 87: The parameter is incorrect.
net helpmsg 88: A write fault occurred on the network.
net helpmsg 89: The system cannot start another process at this time.
net helpmsg 100: Cannot create another system semaphore.
net helpmsg 101: The exclusive semaphore is owned by another process.
net helpmsg 102: The semaphore is set and cannot be closed.
net helpmsg 103: The semaphore cannot be set again.
net helpmsg 104: Cannot request exclusive semaphores at interrupt time.
net helpmsg 105: The previous ownership of this semaphore has ended.
net helpmsg 107: The program stopped because an alternate diskette was not inserted.
net helpmsg 108: The disk is in use or locked by another process.
net helpmsg 109: The pipe has been ended.
net helpmsg 110: The system cannot open the device or file specified.
net helpmsg 111: The file name is too long.
net helpmsg 112: There is not enough space on the disk.
net helpmsg 113: No more internal file identifiers available.
net helpmsg 114: The target internal file identifier is incorrect.
net helpmsg 117: The IOCTL call made by the application program is not correct.
net helpmsg 118: The verify-on-write switch parameter value is not correct.
net helpmsg 119: The system does not support the command requested.
net helpmsg 120: This function is not supported on this system.
net helpmsg 121: The semaphore timeout period has expired.
net helpmsg 122: The data area passed to a system call is too small.
net helpmsg 123: The filename, directory name, or volume label syntax is incorrect.
net helpmsg 124: The system call level is not correct.
net helpmsg 125: The disk has no volume label.
net helpmsg 126: The specified module could not be found.
net helpmsg 127: The specified procedure could not be found.
net helpmsg 128: There are no child processes to wait for.
net helpmsg 130: Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.
net helpmsg 131: An attempt was made to move the file pointer before the beginning of the file.
net helpmsg 132: The file pointer cannot be set on the specified device or file.
net helpmsg 133: A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.
net helpmsg 134: An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.
net helpmsg 135: An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.
net helpmsg 136: The system tried to delete the JOIN of a drive that is not joined.
net helpmsg 137: The system tried to delete the substitution of a drive that is not substituted.
net helpmsg 138: The system tried to join a drive to a directory on a joined drive.
net helpmsg 139: The system tried to substitute a drive to a directory on a substituted drive.
net helpmsg 140: The system tried to join a drive to a directory on a substituted drive.
net helpmsg 141: The system tried to SUBST a drive to a directory on a joined drive.
net helpmsg 142: The system cannot perform a JOIN or SUBST at this time.
net helpmsg 143: The system cannot join or substitute a drive to or for a directory on the same drive.
net helpmsg 144: The directory is not a subdirectory of the root directory.
net helpmsg 145: The directory is not empty.
net helpmsg 146: The path specified is being used in a substitute.
net helpmsg 147: Not enough resources are available to process this command.
net helpmsg 148: The path specified cannot be used at this time.
net helpmsg 149: An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute.
net helpmsg 150: System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
net helpmsg 151: The number of specified semaphore events for DosMuxSemWait is not correct.
net helpmsg 152: DosMuxSemWait did not execute; too many semaphores are already set.
net helpmsg 153: The DosMuxSemWait list is not correct.
net helpmsg 154: The volume label you entered exceeds the label character limit of the target file system.
net helpmsg 155: Cannot create another thread.
net helpmsg 156: The recipient process has refused the signal.
net helpmsg 157: The segment is already discarded and cannot be locked.
net helpmsg 158: The segment is already unlocked.
net helpmsg 159: The address for the thread ID is not correct.
net helpmsg 160: One or more arguments are not correct.
net helpmsg 161: The specified path is invalid.
net helpmsg 162: A signal is already pending.
net helpmsg 164: No more threads can be created in the system.
net helpmsg 167: Unable to lock a region of a file.
net helpmsg 170: The requested resource is in use.
net helpmsg 171: Device's command support detection is in progress.
net helpmsg 173: A lock request was not outstanding for the supplied cancel region.
net helpmsg 174: The file system does not support atomic changes to the lock type.
net helpmsg 180: The system detected a segment number that was not correct.
net helpmsg 183: Cannot create a file when that file already exists.
net helpmsg 186: The flag passed is not correct.
net helpmsg 187: The specified system semaphore name was not found.
net helpmsg 196: The operating system cannot run this application program.
net helpmsg 197: The operating system is not presently configured to run this application.
net helpmsg 199: The operating system cannot run this application program.
net helpmsg 200: The code segment cannot be greater than or equal to 64K.
net helpmsg 203: The system could not find the environment option that was entered.
net helpmsg 205: No process in the command subtree has a signal handler.
net helpmsg 206: The filename or extension is too long.
net helpmsg 207: The ring 2 stack is in use.
net helpmsg 208: The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified.
net helpmsg 209: The signal being posted is not correct.
net helpmsg 210: The signal handler cannot be set.
net helpmsg 212: The segment is locked and cannot be reallocated.
net helpmsg 214: Too many dynamic-link modules are attached to this program or dynamic-link module.
net helpmsg 215: Cannot nest calls to LoadModule.
net helpmsg 220: This file is checked out or locked for editing by another user.
net helpmsg 221: The file must be checked out before saving changes.
net helpmsg 222: The file type being saved or retrieved has been blocked.
net helpmsg 223: The file size exceeds the limit allowed and cannot be saved.
net helpmsg 224: Access Denied. Before opening files in this location, you must first add the web site to your trusted sites list, browse to the web site, and select the option to login automatically.
net helpmsg 225: Operation did not complete successfully because the file contains a virus or potentially unwanted software.
net helpmsg 226: This file contains a virus or potentially unwanted software and cannot be opened. Due to the nature of this virus or potentially unwanted software, the file has been removed from this location.
net helpmsg 229: The pipe is local.
net helpmsg 230: The pipe state is invalid.
net helpmsg 231: All pipe instances are busy.
net helpmsg 232: The pipe is being closed.
net helpmsg 233: No process is on the other end of the pipe.
net helpmsg 234: More data is available.
net helpmsg 235: The action requested resulted in no work being done. Error-style clean-up has been performed.
net helpmsg 240: The session was canceled.
net helpmsg 254: The specified extended attribute name was invalid.
net helpmsg 255: The extended attributes are inconsistent.
net helpmsg 258: The wait operation timed out.
net helpmsg 259: No more data is available.
net helpmsg 266: The copy functions cannot be used.
net helpmsg 267: The directory name is invalid.
net helpmsg 275: The extended attributes did not fit in the buffer.
net helpmsg 276: The extended attribute file on the mounted file system is corrupt.
net helpmsg 277: The extended attribute table file is full.
net helpmsg 278: The specified extended attribute handle is invalid.
net helpmsg 282: The mounted file system does not support extended attributes.
net helpmsg 288: Attempt to release mutex not owned by caller.
net helpmsg 298: Too many posts were made to a semaphore.
net helpmsg 299: Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
net helpmsg 300: The oplock request is denied.
net helpmsg 301: An invalid oplock acknowledgment was received by the system.
net helpmsg 302: The volume is too fragmented to complete this operation.
net helpmsg 303: The file cannot be opened because it is in the process of being deleted.
net helpmsg 304: Short name settings may not be changed on this volume due to the global registry setting.
net helpmsg 305: Short names are not enabled on this volume.
net helpmsg 306: The security stream for the given volume is in an inconsistent state.
net helpmsg 306: Please run CHKDSK on the volume.
net helpmsg 307: A requested file lock operation cannot be processed due to an invalid byte range.
net helpmsg 308: The subsystem needed to support the image type is not present.
net helpmsg 309: The specified file already has a notification GUID associated with it.
net helpmsg 310: An invalid exception handler routine has been detected.
net helpmsg 311: Duplicate privileges were specified for the token.
net helpmsg 312: No ranges for the specified operation were able to be processed.
net helpmsg 313: Operation is not allowed on a file system internal file.
net helpmsg 314: The physical resources of this disk have been exhausted.
net helpmsg 315: The token representing the data is invalid.
net helpmsg 316: The device does not support the command feature.
net helpmsg 318: The scope specified was not found.
net helpmsg 319: The Central Access Policy specified is not defined on the target machine.
net helpmsg 320: The Central Access Policy obtained from Active Directory is invalid.
net helpmsg 321: The device is unreachable.
net helpmsg 322: The target device has insufficient resources to complete the operation.
net helpmsg 323: A data integrity checksum error occurred. Data in the file stream is corrupt.
net helpmsg 324: An attempt was made to modify both a KERNEL and normal Extended Attribute (EA) in the same operation.
net helpmsg 326: Device does not support file-level TRIM.
net helpmsg 327: The command specified a data offset that does not align to the device's granularity/alignment.
net helpmsg 328: The command specified an invalid field in its parameter list.
net helpmsg 329: An operation is currently in progress with the device.
net helpmsg 330: An attempt was made to send down the command via an invalid path to the target device.
net helpmsg 331: The command specified a number of descriptors that exceeded the maximum supported by the device.
net helpmsg 332: Scrub is disabled on the specified file.
net helpmsg 333: The storage device does not provide redundancy.
net helpmsg 334: An operation is not supported on a resident file.
net helpmsg 335: An operation is not supported on a compressed file.
net helpmsg 336: An operation is not supported on a directory.
net helpmsg 337: The specified copy of the requested data could not be read.
net helpmsg 338: The specified data could not be written to any of the copies.
net helpmsg 339: One or more copies of data on this device may be out of sync. No writes may be performed until a data integrity scan is completed.
net helpmsg 340: The supplied kernel information version is invalid.
net helpmsg 341: The supplied PEP information version is invalid.
net helpmsg 342: This object is not externally backed by any provider.
net helpmsg 343: The external backing provider is not recognized.
net helpmsg 344: Compressing this object would not save space.
net helpmsg 345: The request failed due to a storage topology ID mismatch.
net helpmsg 346: The operation was blocked by parental controls.
net helpmsg 347: A file system block being referenced has already reached the maximum reference count and can't be referenced any further.
net helpmsg 348: The requested operation failed because the file stream is marked to disallow writes.
net helpmsg 349: The requested operation failed with an architecture-specific failure code.
net helpmsg 350: No action was taken as a system reboot is required.
net helpmsg 351: The shutdown operation failed.
net helpmsg 352: The restart operation failed.
net helpmsg 353: The maximum number of sessions has been reached.
net helpmsg 354: Windows Information Protection policy does not allow access to this network resource.
net helpmsg 355: The device hint name buffer is too small to receive the remaining name.
net helpmsg 356: The requested operation was blocked by Windows Information Protection policy. For more information, contact your system administrator.
net helpmsg 357: The requested operation cannot be performed because hardware or software configuration of the device does not comply with Windows Information Protection under Lock policy. Please, verify that user PIN has been created. For more information, contact your system administrator.
net helpmsg 358: The Cloud File provider is unknown.
net helpmsg 359: The device is in maintenance mode.
net helpmsg 360: This operation is not supported on a DAX volume.
net helpmsg 361: The volume has active DAX mappings.
net helpmsg 362: The Cloud File provider is not running.
net helpmsg 363: The Cloud File metadata is corrupt and unreadable.
net helpmsg 364: The operation could not be completed because the Cloud File metadata is too large.
net helpmsg 365: The operation could not be completed because the Cloud File property blob is too large.
net helpmsg 366: The Cloud File property blob is possibly corrupt. The on-disk checksum does not match the computed checksum.
net helpmsg 367: The process creation has been blocked.
net helpmsg 368: The storage device has lost data or persistence.
net helpmsg 369: The provider that supports file system virtualization is temporarily unavailable.
net helpmsg 370: The metadata for file system virtualization is corrupt and unreadable.
net helpmsg 371: The provider that supports file system virtualization is too busy to complete this operation.
net helpmsg 372: The provider that supports file system virtualization is unknown.
net helpmsg 373: GDI handles were potentially leaked by the application.
net helpmsg 374: The operation could not be completed because the maximum number of Cloud File property blobs would be exceeded.
net helpmsg 375: The operation could not be completed because the Cloud File metadata version is not supported.
net helpmsg 376: The operation could not be completed because the file is not a Cloud File.
net helpmsg 377: The operation could not be completed because the Cloud File is not in sync.
net helpmsg 400: The thread is already in background processing mode.
net helpmsg 401: The thread is not in background processing mode.
net helpmsg 402: The process is already in background processing mode.
net helpmsg 403: The process is not in background processing mode.
net helpmsg 450: Neither developer unlocked mode nor side loading mode is enabled on the device.
net helpmsg 451: Can not change application type during upgrade or re-provision.
net helpmsg 452: The application has not been provisioned.
net helpmsg 453: The requested capability can not be authorized for this application.
net helpmsg 454: There is no capability authorization policy on the device.
net helpmsg 455: The capability authorization database has been corrupted.
net helpmsg 480: The operation timed out waiting for this device to complete a PnP query-remove request due to a potential hang in its device stack. The system may need to be rebooted to complete the request.
net helpmsg 481: The operation timed out waiting for this device to complete a PnP query-remove request due to a potential hang in the device stack of a related device. The system may need to be rebooted to complete the operation.
net helpmsg 482: The operation timed out waiting for this device to complete a PnP query-remove request due to a potential hang in the device stack of an unrelated device. The system may need to be rebooted to complete the operation.
net helpmsg 483: The request failed due to a fatal device hardware error.
net helpmsg 487: Attempt to access invalid address.
net helpmsg 500: User profile cannot be loaded.
net helpmsg 534: Arithmetic result exceeded 32 bits.
net helpmsg 535: There is a process on other end of the pipe.
net helpmsg 536: Waiting for a process to open the other end of the pipe.
net helpmsg 537: Application verifier has found an error in the current process.
net helpmsg 538: An error occurred in the ABIOS subsystem.
net helpmsg 539: A warning occurred in the WX86 subsystem.
net helpmsg 540: An error occurred in the WX86 subsystem.
net helpmsg 541: An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.
net helpmsg 542: Unwind exception code.
net helpmsg 543: An invalid or unaligned stack was encountered during an unwind operation.
net helpmsg 544: An invalid unwind target was encountered during an unwind operation.
net helpmsg 545: Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
net helpmsg 546: Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
net helpmsg 547: An attempt was made to lower a quota limit below the current usage.
net helpmsg 548: An attempt was made to attach to a device that was already attached to another device.
net helpmsg 549: An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
net helpmsg 550: Profiling not started.
net helpmsg 551: Profiling not stopped.
net helpmsg 552: The passed ACL did not contain the minimum required information.
net helpmsg 553: The number of active profiling objects is at the maximum and no more may be started.
net helpmsg 554: Used to indicate that an operation cannot continue without blocking for I/O.
net helpmsg 555: Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
net helpmsg 556: If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.
net helpmsg 556: In this case information is lost, however, the filter correctly handles the exception.
net helpmsg 557: If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.
net helpmsg 557: In this case information is lost, however, the filter correctly handles the exception.
net helpmsg 558: If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.
net helpmsg 558: In this case information is lost, however, the filter correctly handles the exception.
net helpmsg 559: A malformed function table was encountered during an unwind operation.
net helpmsg 560: Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system.
net helpmsg 560: This causes the protection attempt to fail, which may cause a file creation attempt to fail.
net helpmsg 561: Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.
net helpmsg 563: Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
net helpmsg 564: Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.
net helpmsg 565: Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.
net helpmsg 566: An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
net helpmsg 567: Page file quota was exceeded.
net helpmsg 568: The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
net helpmsg 569: The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required.
net helpmsg 570: The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines.
net helpmsg 571: {Privilege Failed}
net helpmsg 571: The I/O permissions for the process could not be changed.
net helpmsg 572: {Application Exit by CTRL+C}
net helpmsg 572: The application terminated as a result of a CTRL+C.
net helpmsg 573: {Missing System File}
net helpmsg 573: The required system file hs is bad or missing.
net helpmsg 574: {Application Error}
net helpmsg 574: The exception s (0x
net helpmsg 575: {Application Error}
net helpmsg 575: The application was unable to start correctly (0xlx). Click OK to close the application.
net helpmsg 576: {Unable to Create Paging File}
net helpmsg 576: The creation of the paging file hs failed (lx). The requested size was ld.
net helpmsg 577: Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.
net helpmsg 578: {No Paging File Specified}
net helpmsg 578: No paging file was specified in the system configuration.
net helpmsg 579: {EXCEPTION}
net helpmsg 579: A real-mode application issued a floating-point instruction and floating-point hardware is not present.
net helpmsg 580: An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread.
net helpmsg 581: A Windows Server has an incorrect configuration.
net helpmsg 582: An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
net helpmsg 583: The Unicode character is not defined in the Unicode character set installed on the system.
net helpmsg 584: The paging file cannot be created on a floppy diskette.
net helpmsg 585: The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected.
net helpmsg 586: This operation is only allowed for the Primary Domain Controller of the domain.
net helpmsg 587: An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
net helpmsg 588: A volume has been accessed for which a file system driver is required that has not yet been loaded.
net helpmsg 589: {Registry File Failure}
net helpmsg 589: The registry cannot load the hive (file):
net helpmsg 589: hs
net helpmsg 589: or its log or alternate.
net helpmsg 589: It is corrupt, absent, or not writable.
net helpmsg 590: {Unexpected Failure in DebugActiveProcess}
net helpmsg 590: An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.
net helpmsg 591: {Fatal System Error}
net helpmsg 591: The hs system process terminated unexpectedly with a status of 0x
net helpmsg 592: {Data Not Accepted}
net helpmsg 592: The TDI client could not handle the data received during an indication.
net helpmsg 593: NTVDM encountered a hard error.
net helpmsg 594: {Cancel Timeout}
net helpmsg 594: The driver hs failed to complete a cancelled I/O request in the allotted time.
net helpmsg 595: {Reply Message Mismatch}
net helpmsg 595: An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.
net helpmsg 596: {Delayed Write Failed}
net helpmsg 596: Windows was unable to save all the data for the file hs. The data has been lost.
net helpmsg 596: This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.
net helpmsg 597: The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window.
net helpmsg 598: The stream is not a tiny stream.
net helpmsg 599: The request must be handled by the stack overflow code.
net helpmsg 600: Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.
net helpmsg 601: The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.
net helpmsg 602: The bucket array must be grown. Retry transaction after doing so.
net helpmsg 603: The user/kernel marshalling buffer has overflowed.
net helpmsg 604: The supplied variant structure contains invalid data.
net helpmsg 605: The specified buffer contains ill-formed data.
net helpmsg 606: {Audit Failed}
net helpmsg 606: An attempt to generate a security audit failed.
net helpmsg 607: The timer resolution was not previously set by the current process.
net helpmsg 608: There is insufficient account information to log you on.
net helpmsg 609: {Invalid DLL Entrypoint}
net helpmsg 609: The dynamic link library hs is not written correctly. The stack pointer has been left in an inconsistent state.
net helpmsg 609: The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.
net helpmsg 610: {Invalid Service Callback Entrypoint}
net helpmsg 610: The hs service is not written correctly. The stack pointer has been left in an inconsistent state.
net helpmsg 610: The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.
net helpmsg 611: There is an IP address conflict with another system on the network
net helpmsg 612: There is an IP address conflict with another system on the network
net helpmsg 613: {Low On Registry Space}
net helpmsg 613: The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
net helpmsg 614: A callback return system service cannot be executed when no callback is active.
net helpmsg 615: The password provided is too short to meet the policy of your user account.
net helpmsg 615: Please choose a longer password.
net helpmsg 616: The policy of your user account does not allow you to change passwords too frequently.
net helpmsg 616: This is done to prevent users from changing back to a familiar, but potentially discovered, password.
net helpmsg 616: If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned.
net helpmsg 617: You have attempted to change your password to one that you have used in the past.
net helpmsg 617: The policy of your user account does not allow this. Please select a password that you have not previously used.
net helpmsg 618: The specified compression format is unsupported.
net helpmsg 619: The specified hardware profile configuration is invalid.
net helpmsg 620: The specified Plug and Play registry device path is invalid.
net helpmsg 621: The specified quota list is internally inconsistent with its descriptor.
net helpmsg 622: {Windows Evaluation Notification}
net helpmsg 622: The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.
net helpmsg 623: {Illegal System DLL Relocation}
net helpmsg 623: The system DLL hs was relocated in memory. The application will not run properly.
net helpmsg 623: The relocation occurred because the DLL hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
net helpmsg 624: {DLL Initialization Failed}
net helpmsg 624: The application failed to initialize because the window station is shutting down.
net helpmsg 625: The validation process needs to continue on to the next step.
net helpmsg 626: There are no more matches for the current index enumeration.
net helpmsg 627: The range could not be added to the range list because of a conflict.
net helpmsg 628: The server process is running under a SID different than that required by client.
net helpmsg 629: A group marked use for deny only cannot be enabled.
net helpmsg 630: {EXCEPTION}
net helpmsg 630: Multiple floating point faults.
net helpmsg 631: {EXCEPTION}
net helpmsg 631: Multiple floating point traps.
net helpmsg 632: The requested interface is not supported.
net helpmsg 633: {System Standby Failed}
net helpmsg 633: The driver hs does not support standby mode. Updating this driver may allow the system to go to standby mode.
net helpmsg 635: {Virtual Memory Minimum Too Low}
net helpmsg 635: Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file.
net helpmsg 635: During this process, memory requests for some applications may be denied. For more information, see Help.
net helpmsg 636: A device was removed so enumeration must be restarted.
net helpmsg 637: {Fatal System Error}
net helpmsg 637: The system image s is not properly signed.
net helpmsg 637: The file has been replaced with the signed file.
net helpmsg 637: The system has been shut down.
net helpmsg 638: Device will not start without a reboot.
net helpmsg 639: There is not enough power to complete the requested operation.
net helpmsg 640: ERROR_MULTIPLE_FAULT_VIOLATION
net helpmsg 641: The system is in the process of shutting down.
net helpmsg 642: An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
net helpmsg 643: This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.
net helpmsg 644: The specified range could not be found in the range list.
net helpmsg 646: The driver was not loaded because the system is booting into safe mode.
net helpmsg 647: The driver was not loaded because it failed its initialization call.
net helpmsg 648: The "hs" encountered an error while applying power or reading the device configuration.
net helpmsg 648: This may be caused by a failure of your hardware or by a poor connection.
net helpmsg 649: The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached.
net helpmsg 650: The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
net helpmsg 651: A Machine Check Error has occurred. Please check the system eventlog for additional information.
net helpmsg 653: System hive size has exceeded its limit.
net helpmsg 654: The driver could not be loaded because a previous version of the driver is still in memory.
net helpmsg 655: {Volume Shadow Copy Service}
net helpmsg 655: Please wait while the Volume Shadow Copy Service prepares volume hs for hibernation.
net helpmsg 656: The system has failed to hibernate (The error code is hs). Hibernation will be disabled until the system is restarted.
net helpmsg 657: The password provided is too long to meet the policy of your user account.
net helpmsg 657: Please choose a shorter password.
net helpmsg 665: The requested operation could not be completed due to a file system limitation
net helpmsg 668: An assertion failure has occurred.
net helpmsg 669: An error occurred in the ACPI subsystem.
net helpmsg 670: WOW Assertion Error.
net helpmsg 671: A device is missing in the system BIOS MPS table. This device will not be used.
net helpmsg 671: Please contact your system vendor for system BIOS update.
net helpmsg 672: A translator failed to translate resources.
net helpmsg 673: A IRQ translator failed to translate resources.
net helpmsg 675: {Kernel Debugger Awakened}
net helpmsg 675: the system debugger was awakened by an interrupt.
net helpmsg 676: {Handles Closed}
net helpmsg 676: Handles to objects have been automatically closed as a result of the requested operation.
net helpmsg 677: {Too Much Information}
net helpmsg 677: The specified access control list (ACL) contained more information than was expected.
net helpmsg 678: This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted.
net helpmsg 678: The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).
net helpmsg 679: {Media Changed}
net helpmsg 679: The media may have changed.
net helpmsg 680: {GUID Substitution}
net helpmsg 680: During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found.
net helpmsg 680: A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended.
net helpmsg 681: The create operation stopped after reaching a symbolic link
net helpmsg 682: A long jump has been executed.
net helpmsg 683: The Plug and Play query operation was not successful.
net helpmsg 684: A frame consolidation has been executed.
net helpmsg 685: {Registry Hive Recovered}
net helpmsg 685: Registry hive (file):
net helpmsg 685: hs
net helpmsg 685: was corrupted and it has been recovered. Some data might have been lost.
net helpmsg 686: The application is attempting to run executable code from the module hs. This may be insecure. An alternative, hs, is available. Should the application use the secure module hs?
net helpmsg 687: The application is loading executable code from the module hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, hs, is available. Should the application use the secure module hs?
net helpmsg 688: Debugger did not handle the exception.
net helpmsg 689: Debugger will reply later.
net helpmsg 690: Debugger cannot provide handle.
net helpmsg 691: Debugger terminated thread.
net helpmsg 692: Debugger terminated process.
net helpmsg 693: Debugger got control C.
net helpmsg 694: Debugger printed exception on control C.
net helpmsg 695: Debugger received RIP exception.
net helpmsg 696: Debugger received control break.
net helpmsg 697: Debugger command communication exception.
net helpmsg 698: {Object Exists}
net helpmsg 698: An attempt was made to create an object and the object name already existed.
net helpmsg 699: {Thread Suspended}
net helpmsg 699: A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.
net helpmsg 700: {Image Relocated}
net helpmsg 700: An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.
net helpmsg 701: This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.
net helpmsg 702: {Segment Load}
net helpmsg 702: A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image.
net helpmsg 702: An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments.
net helpmsg 703: {Invalid Current Directory}
net helpmsg 703: The process cannot switch to the startup current directory hs.
net helpmsg 703: Select OK to set current directory to hs, or select CANCEL to exit.
net helpmsg 704: {Redundant Read}
net helpmsg 704: To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy.
net helpmsg 704: This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device.
net helpmsg 705: {Redundant Write}
net helpmsg 705: To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information.
net helpmsg 705: This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device.
net helpmsg 706: {Machine Type Mismatch}
net helpmsg 706: The image file hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.
net helpmsg 707: {Partial Data Received}
net helpmsg 707: The network transport returned partial data to its client. The remaining data will be sent later.
net helpmsg 708: {Expedited Data Received}
net helpmsg 708: The network transport returned data to its client that was marked as expedited by the remote system.
net helpmsg 709: {Partial Expedited Data Received}
net helpmsg 709: The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.
net helpmsg 710: {TDI Event Done}
net helpmsg 710: The TDI indication has completed successfully.
net helpmsg 711: {TDI Event Pending}
net helpmsg 711: The TDI indication has entered the pending state.
net helpmsg 712: Checking file system on wZ
net helpmsg 713: {Fatal Application Exit}
net helpmsg 713: hs
net helpmsg 714: The specified registry key is referenced by a predefined handle.
net helpmsg 715: {Page Unlocked}
net helpmsg 715: The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
net helpmsg 716: hs
net helpmsg 717: {Page Locked}
net helpmsg 717: One of the pages to lock was already locked.
net helpmsg 719: ERROR_ALREADY_WIN32
net helpmsg 720: {Machine Type Mismatch}
net helpmsg 720: The image file hs is valid, but is for a machine type other than the current machine.
net helpmsg 721: A yield execution was performed and no thread was available to run.
net helpmsg 722: The resumable flag to a timer API was ignored.
net helpmsg 723: The arbiter has deferred arbitration of these resources to its parent
net helpmsg 724: The inserted CardBus device cannot be started because of a configuration error on "hs".
net helpmsg 725: The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.
net helpmsg 726: The system was put into hibernation.
net helpmsg 727: The system was resumed from hibernation.
net helpmsg 729: A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit.
net helpmsg 730: The system has awoken
net helpmsg 731: ERROR_WAIT_1
net helpmsg 732: ERROR_WAIT_2
net helpmsg 733: ERROR_WAIT_3
net helpmsg 734: ERROR_WAIT_63
net helpmsg 735: ERROR_ABANDONED_WAIT_0
net helpmsg 736: ERROR_ABANDONED_WAIT_63
net helpmsg 737: ERROR_USER_APC
net helpmsg 738: ERROR_KERNEL_APC
net helpmsg 739: ERROR_ALERTED
net helpmsg 740: The requested operation requires elevation.
net helpmsg 741: A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
net helpmsg 742: An open/create operation completed while an oplock break is underway.
net helpmsg 743: A new volume has been mounted by a file system.
net helpmsg 744: This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted.
net helpmsg 744: The commit has now been completed.
net helpmsg 745: This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
net helpmsg 746: {Connect Failure on Primary Transport}
net helpmsg 746: An attempt was made to connect to the remote server hs on the primary transport, but the connection failed.
net helpmsg 746: The computer WAS able to connect on a secondary transport.
net helpmsg 747: Page fault was a transition fault.
net helpmsg 748: Page fault was a demand zero fault.
net helpmsg 749: Page fault was a demand zero fault.
net helpmsg 750: Page fault was a demand zero fault.
net helpmsg 751: Page fault was satisfied by reading from a secondary storage device.
net helpmsg 752: Cached page was locked during operation.
net helpmsg 753: Crash dump exists in paging file.
net helpmsg 754: Specified buffer contains all zeros.
net helpmsg 755: A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
net helpmsg 756: The device has succeeded a query-stop and its resource requirements have changed.
net helpmsg 757: The translator has translated these resources into the global space and no further translations should be performed.
net helpmsg 758: A process being terminated has no threads to terminate.
net helpmsg 759: The specified process is not part of a job.
net helpmsg 760: The specified process is part of a job.
net helpmsg 761: {Volume Shadow Copy Service}
net helpmsg 761: The system is now ready for hibernation.
net helpmsg 762: A file system or file system filter driver has successfully completed an FsFilter operation.
net helpmsg 763: The specified interrupt vector was already connected.
net helpmsg 764: The specified interrupt vector is still connected.
net helpmsg 765: An operation is blocked waiting for an oplock.
net helpmsg 766: Debugger handled exception
net helpmsg 767: Debugger continued
net helpmsg 768: An exception occurred in a user mode callback and the kernel callback frame should be removed.
net helpmsg 769: Compression is disabled for this volume.
net helpmsg 770: The data provider cannot fetch backwards through a result set.
net helpmsg 771: The data provider cannot scroll backwards through a result set.
net helpmsg 772: The data provider requires that previously fetched data is released before asking for more data.
net helpmsg 773: The data provider was not able to interpret the flags set for a column binding in an accessor.
net helpmsg 774: One or more errors occurred while processing the request.
net helpmsg 775: The implementation is not capable of performing the request.
net helpmsg 776: The client of a component requested an operation which is not valid given the state of the component instance.
net helpmsg 777: A version number could not be parsed.
net helpmsg 778: The iterator's start position is invalid.
net helpmsg 779: The hardware has reported an uncorrectable memory error.
net helpmsg 780: The attempted operation required self healing to be enabled.
net helpmsg 781: The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.
net helpmsg 784: A thread is getting dispatched with MCA EXCEPTION because of MCA.
net helpmsg 787: A valid hibernation file has been invalidated and should be abandoned.
net helpmsg 788: {Delayed Write Failed}
net helpmsg 788: Windows was unable to save all the data for the file hs; the data has been lost.
net helpmsg 788: This error may be caused by network connectivity issues. Please try to save this file elsewhere.
net helpmsg 789: {Delayed Write Failed}
net helpmsg 789: Windows was unable to save all the data for the file hs; the data has been lost.
net helpmsg 789: This error was returned by the server on which the file exists. Please try to save this file elsewhere.
net helpmsg 790: {Delayed Write Failed}
net helpmsg 790: Windows was unable to save all the data for the file hs; the data has been lost.
net helpmsg 790: This error may be caused if the device has been removed or the media is write-protected.
net helpmsg 791: The resources required for this device conflict with the MCFG table.
net helpmsg 792: The volume repair could not be performed while it is online.
net helpmsg 792: Please schedule to take the volume offline so that it can be repaired.
net helpmsg 793: The volume repair was not successful.
net helpmsg 794: One of the volume corruption logs is full. Further corruptions that may be detected won't be logged.
net helpmsg 795: One of the volume corruption logs is internally corrupted and needs to be recreated. The volume may contain undetected corruptions and must be scanned.
net helpmsg 796: One of the volume corruption logs is unavailable for being operated on.
net helpmsg 797: One of the volume corruption logs was deleted while still having corruption records in them. The volume contains detected corruptions and must be scanned.
net helpmsg 798: One of the volume corruption logs was cleared by chkdsk and no longer contains real corruptions.
net helpmsg 799: Orphaned files exist on the volume but could not be recovered because no more new names could be created in the recovery directory. Files must be moved from the recovery directory.
net helpmsg 800: The oplock that was associated with this handle is now associated with a different handle.
net helpmsg 801: An oplock of the requested level cannot be granted. An oplock of a lower level may be available.
net helpmsg 802: The operation did not complete successfully because it would cause an oplock to be broken. The caller has requested that existing oplocks not be broken.
net helpmsg 803: The handle with which this oplock was associated has been closed. The oplock is now broken.
net helpmsg 804: The specified access control entry (ACE) does not contain a condition.
net helpmsg 805: The specified access control entry (ACE) contains an invalid condition.
net helpmsg 806: Access to the specified file handle has been revoked.
net helpmsg 807: {Image Relocated}
net helpmsg 807: An image file was mapped at a different address from the one specified in the image file but fixups will still be automatically performed on the image.
net helpmsg 808: The read or write operation to an encrypted file could not be completed because the file has not been opened for data access.
net helpmsg 809: File metadata optimization is already in progress.
net helpmsg 810: The requested operation failed due to quota operation is still in progress.
net helpmsg 811: Access to the specified handle has been revoked.
net helpmsg 812: The callback function must be invoked inline.
net helpmsg 813: The specified CPU Set IDs are invalid.
net helpmsg 994: Access to the extended attribute was denied.
net helpmsg 995: The I/O operation has been aborted because of either a thread exit or an application request.
net helpmsg 996: Overlapped I/O event is not in a signaled state.
net helpmsg 997: Overlapped I/O operation is in progress.
net helpmsg 998: Invalid access to memory location.
net helpmsg 999: Error performing inpage operation.
net helpmsg 1001: Recursion too deep; the stack overflowed.
net helpmsg 1002: The window cannot act on the sent message.
net helpmsg 1003: Cannot complete this function.
net helpmsg 1004: Invalid flags.
net helpmsg 1005: The volume does not contain a recognized file system.
net helpmsg 1005: Please make sure that all required file system drivers are loaded and that the volume is not corrupted.
net helpmsg 1006: The volume for a file has been externally altered so that the opened file is no longer valid.
net helpmsg 1007: The requested operation cannot be performed in full-screen mode.
net helpmsg 1008: An attempt was made to reference a token that does not exist.
net helpmsg 1009: The configuration registry database is corrupt.
net helpmsg 1010: The configuration registry key is invalid.
net helpmsg 1011: The configuration registry key could not be opened.
net helpmsg 1012: The configuration registry key could not be read.
net helpmsg 1013: The configuration registry key could not be written.
net helpmsg 1014: One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful.
net helpmsg 1015: The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted.
net helpmsg 1016: An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry.
net helpmsg 1017: The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format.
net helpmsg 1018: Illegal operation attempted on a registry key that has been marked for deletion.
net helpmsg 1019: System could not allocate the required space in a registry log.
net helpmsg 1020: Cannot create a symbolic link in a registry key that already has subkeys or values.
net helpmsg 1021: Cannot create a stable subkey under a volatile parent key.
net helpmsg 1022: A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes.
net helpmsg 1051: A stop control has been sent to a service that other running services are dependent on.
net helpmsg 1052: The requested control is not valid for this service.
net helpmsg 1053: The service did not respond to the start or control request in a timely fashion.
net helpmsg 1054: A thread could not be created for the service.
net helpmsg 1055: The service database is locked.
net helpmsg 1056: An instance of the service is already running.
net helpmsg 1057: The account name is invalid or does not exist, or the password is invalid for the account name specified.
net helpmsg 1058: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
net helpmsg 1059: Circular service dependency was specified.
net helpmsg 1060: The specified service does not exist as an installed service.
net helpmsg 1061: The service cannot accept control messages at this time.
net helpmsg 1062: The service has not been started.
net helpmsg 1063: The service process could not connect to the service controller.
net helpmsg 1064: An exception occurred in the service when handling the control request.
net helpmsg 1065: The database specified does not exist.
net helpmsg 1066: The service has returned a service-specific error code.
net helpmsg 1067: The process terminated unexpectedly.
net helpmsg 1068: The dependency service or group failed to start.
net helpmsg 1069: The service did not start due to a logon failure.
net helpmsg 1070: After starting, the service hung in a start-pending state.
net helpmsg 1071: The specified service database lock is invalid.
net helpmsg 1072: The specified service has been marked for deletion.
net helpmsg 1073: The specified service already exists.
net helpmsg 1074: The system is currently running with the last-known-good configuration.
net helpmsg 1075: The dependency service does not exist or has been marked for deletion.
net helpmsg 1076: The current boot has already been accepted for use as the last-known-good control set.
net helpmsg 1077: No attempts to start the service have been made since the last boot.
net helpmsg 1078: The name is already in use as either a service name or a service display name.
net helpmsg 1079: The account specified for this service is different from the account specified for other services running in the same process.
net helpmsg 1080: Failure actions can only be set for Win32 services, not for drivers.
net helpmsg 1081: This service runs in the same process as the service control manager.
net helpmsg 1081: Therefore, the service control manager cannot take action if this service's process terminates unexpectedly.
net helpmsg 1082: No recovery program has been configured for this service.
net helpmsg 1083: The executable program that this service is configured to run in does not implement the service.
net helpmsg 1084: This service cannot be started in Safe Mode
net helpmsg 1100: The physical end of the tape has been reached.
net helpmsg 1101: A tape access reached a filemark.
net helpmsg 1102: The beginning of the tape or a partition was encountered.
net helpmsg 1103: A tape access reached the end of a set of files.
net helpmsg 1104: No more data is on the tape.
net helpmsg 1105: Tape could not be partitioned.
net helpmsg 1106: When accessing a new tape of a multivolume partition, the current block size is incorrect.
net helpmsg 1107: Tape partition information could not be found when loading a tape.
net helpmsg 1108: Unable to lock the media eject mechanism.
net helpmsg 1109: Unable to unload the media.
net helpmsg 1110: The media in the drive may have changed.
net helpmsg 1111: The I/O bus was reset.
net helpmsg 1112: No media in drive.
net helpmsg 1113: No mapping for the Unicode character exists in the target multi-byte code page.
net helpmsg 1114: A dynamic link library (DLL) initialization routine failed.
net helpmsg 1115: A system shutdown is in progress.
net helpmsg 1116: Unable to abort the system shutdown because no shutdown was in progress.
net helpmsg 1117: The request could not be performed because of an I/O device error.
net helpmsg 1118: No serial device was successfully initialized. The serial driver will unload.
net helpmsg 1119: Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened.
net helpmsg 1120: A serial I/O operation was completed by another write to the serial port.
net helpmsg 1120: (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
net helpmsg 1121: A serial I/O operation completed because the timeout period expired.
net helpmsg 1121: (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
net helpmsg 1122: No ID address mark was found on the floppy disk.
net helpmsg 1123: Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
net helpmsg 1124: The floppy disk controller reported an error that is not recognized by the floppy disk driver.
net helpmsg 1125: The floppy disk controller returned inconsistent results in its registers.
net helpmsg 1126: While accessing the hard disk, a recalibrate operation failed, even after retries.
net helpmsg 1127: While accessing the hard disk, a disk operation failed even after retries.
net helpmsg 1128: While accessing the hard disk, a disk controller reset was needed, but even that failed.
net helpmsg 1129: Physical end of tape encountered.
net helpmsg 1130: Not enough server storage is available to process this command.
net helpmsg 1131: A potential deadlock condition has been detected.
net helpmsg 1132: The base address or the file offset specified does not have the proper alignment.
net helpmsg 1140: An attempt to change the system power state was vetoed by another application or driver.
net helpmsg 1141: The system BIOS failed an attempt to change the system power state.
net helpmsg 1142: An attempt was made to create more links on a file than the file system supports.
net helpmsg 1150: The specified program requires a newer version of Windows.
net helpmsg 1151: The specified program is not a Windows or MS-DOS program.
net helpmsg 1152: Cannot start more than one instance of the specified program.
net helpmsg 1153: The specified program was written for an earlier version of Windows.
net helpmsg 1154: One of the library files needed to run this application is damaged.
net helpmsg 1155: No application is associated with the specified file for this operation.
net helpmsg 1156: An error occurred in sending the command to the application.
net helpmsg 1157: One of the library files needed to run this application cannot be found.
net helpmsg 1158: The current process has used all of its system allowance of handles for Window Manager objects.
net helpmsg 1159: The message can be used only with synchronous operations.
net helpmsg 1160: The indicated source element has no media.
net helpmsg 1161: The indicated destination element already contains media.
net helpmsg 1162: The indicated element does not exist.
net helpmsg 1163: The indicated element is part of a magazine that is not present.
net helpmsg 1164: The indicated device requires reinitialization due to hardware errors.
net helpmsg 1165: The device has indicated that cleaning is required before further operations are attempted.
net helpmsg 1166: The device has indicated that its door is open.
net helpmsg 1167: The device is not connected.
net helpmsg 1168: Element not found.
net helpmsg 1169: There was no match for the specified key in the index.
net helpmsg 1170: The property set specified does not exist on the object.
net helpmsg 1171: The point passed to GetMouseMovePoints is not in the buffer.
net helpmsg 1172: The tracking (workstation) service is not running.
net helpmsg 1173: The Volume ID could not be found.
net helpmsg 1175: Unable to remove the file to be replaced.
net helpmsg 1176: Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.
net helpmsg 1177: Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name.
net helpmsg 1178: The volume change journal is being deleted.
net helpmsg 1179: The volume change journal is not active.
net helpmsg 1180: A file was found, but it may not be the correct file.
net helpmsg 1181: The journal entry has been deleted from the journal.
net helpmsg 1183: Driver Verifier Volatile settings cannot be set when CFG is enabled.
net helpmsg 1190: A system shutdown has already been scheduled.
net helpmsg 1191: The system shutdown cannot be initiated because there are other users logged on to the computer.
net helpmsg 1200: The specified device name is invalid.
net helpmsg 1201: The device is not currently connected but it is a remembered connection.
net helpmsg 1202: The local device name has a remembered connection to another network resource.
net helpmsg 1203: The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Please try retyping the path or contact your network administrator.
net helpmsg 1204: The specified network provider name is invalid.
net helpmsg 1205: Unable to open the network connection profile.
net helpmsg 1206: The network connection profile is corrupted.
net helpmsg 1207: Cannot enumerate a noncontainer.
net helpmsg 1208: An extended error has occurred.
net helpmsg 1209: The format of the specified group name is invalid.
net helpmsg 1210: The format of the specified computer name is invalid.
net helpmsg 1211: The format of the specified event name is invalid.
net helpmsg 1212: The format of the specified domain name is invalid.
net helpmsg 1213: The format of the specified service name is invalid.
net helpmsg 1214: The format of the specified network name is invalid.
net helpmsg 1215: The format of the specified share name is invalid.
net helpmsg 1216: The format of the specified password is invalid.
net helpmsg 1217: The format of the specified message name is invalid.
net helpmsg 1218: The format of the specified message destination is invalid.
net helpmsg 1219: Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.
net helpmsg 1220: An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
net helpmsg 1221: The workgroup or domain name is already in use by another computer on the network.
net helpmsg 1222: The network is not present or not started.
net helpmsg 1223: The operation was canceled by the user.
net helpmsg 1224: The requested operation cannot be performed on a file with a user-mapped section open.
net helpmsg 1225: The remote computer refused the network connection.
net helpmsg 1226: The network connection was gracefully closed.
net helpmsg 1227: The network transport endpoint already has an address associated with it.
net helpmsg 1228: An address has not yet been associated with the network endpoint.
net helpmsg 1229: An operation was attempted on a nonexistent network connection.
net helpmsg 1230: An invalid operation was attempted on an active network connection.
net helpmsg 1231: The network location cannot be reached. For information about network troubleshooting, see Windows Help.
net helpmsg 1232: The network location cannot be reached. For information about network troubleshooting, see Windows Help.
net helpmsg 1233: The network location cannot be reached. For information about network troubleshooting, see Windows Help.
net helpmsg 1234: No service is operating at the destination network endpoint on the remote system.
net helpmsg 1235: The request was aborted.
net helpmsg 1236: The network connection was aborted by the local system.
net helpmsg 1237: The operation could not be completed. A retry should be performed.
net helpmsg 1238: A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.
net helpmsg 1239: Attempting to log in during an unauthorized time of day for this account.
net helpmsg 1240: The account is not authorized to log in from this station.
net helpmsg 1241: The network address could not be used for the operation requested.
net helpmsg 1242: The service is already registered.
net helpmsg 1243: The specified service does not exist.
net helpmsg 1244: The operation being requested was not performed because the user has not been authenticated.
net helpmsg 1245: The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist.
net helpmsg 1246: Continue with work in progress.
net helpmsg 1247: An attempt was made to perform an initialization operation when initialization has already been completed.
net helpmsg 1248: No more local devices.
net helpmsg 1249: The specified site does not exist.
net helpmsg 1250: A domain controller with the specified name already exists.
net helpmsg 1251: This operation is supported only when you are connected to the server.
net helpmsg 1252: The group policy framework should call the extension even if there are no changes.
net helpmsg 1253: The specified user does not have a valid profile.
net helpmsg 1254: This operation is not supported on a computer running Windows Server 2003 for Small Business Server
net helpmsg 1255: The server machine is shutting down.
net helpmsg 1256: The remote system is not available. For information about network troubleshooting, see Windows Help.
net helpmsg 1257: The security identifier provided is not from an account domain.
net helpmsg 1258: The security identifier provided does not have a domain component.
net helpmsg 1259: AppHelp dialog canceled thus preventing the application from starting.
net helpmsg 1260: This program is blocked by group policy. For more information, contact your system administrator.
net helpmsg 1261: A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.
net helpmsg 1262: The share is currently offline or does not exist.
net helpmsg 1263: The Kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log.
net helpmsg 1264: The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
net helpmsg 1265: The system cannot contact a domain controller to service the authentication request. Please try again later.
net helpmsg 1271: The machine is locked and cannot be shut down without the force option.
net helpmsg 1272: You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.
net helpmsg 1273: An application-defined callback gave invalid data when called.
net helpmsg 1274: The group policy framework should call the extension in the synchronous foreground policy refresh.
net helpmsg 1275: This driver has been blocked from loading
net helpmsg 1276: A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.
net helpmsg 1277: Windows cannot open this program since it has been disabled.
net helpmsg 1278: Windows cannot open this program because the license enforcement system has been tampered with or become corrupted.
net helpmsg 1279: A transaction recover failed.
net helpmsg 1280: The current thread has already been converted to a fiber.
net helpmsg 1281: The current thread has already been converted from a fiber.
net helpmsg 1282: The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.
net helpmsg 1283: Data present in one of the parameters is more than the function can operate on.
net helpmsg 1284: An attempt to do an operation on a debug object failed because the object is in the process of being deleted.
net helpmsg 1285: An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.
net helpmsg 1287: Insufficient information exists to identify the cause of failure.
net helpmsg 1288: The parameter passed to a C runtime function is incorrect.
net helpmsg 1289: The operation occurred beyond the valid data length of the file.
net helpmsg 1290: The service start failed since one or more services in the same process have an incompatible service SID type setting. A service with restricted service SID type can only coexist in the same process with other services with a restricted SID type. If the service SID type for this service was just configured, the hosting process must be restarted in order to start this service.
net helpmsg 1291: The process hosting the driver for this device has been terminated.
net helpmsg 1292: An operation attempted to exceed an implementation-defined limit.
net helpmsg 1293: Either the target process, or the target thread's containing process, is a protected process.
net helpmsg 1294: The service notification client is lagging too far behind the current state of services in the machine.
net helpmsg 1295: The requested file operation failed because the storage quota was exceeded.
net helpmsg 1295: To free up disk space, move files to a different location or delete unnecessary files. For more information, contact your system administrator.
net helpmsg 1296: The requested file operation failed because the storage policy blocks that type of file. For more information, contact your system administrator.
net helpmsg 1297: A privilege that the service requires to function properly does not exist in the service account configuration.
net helpmsg 1297: You may use the Services Microsoft Management Console (MMC) snap-in (services.msc) and the Local Security Settings MMC snap-in (secpol.msc) to view the service configuration and the account configuration.
net helpmsg 1298: A thread involved in this operation appears to be unresponsive.
net helpmsg 1299: Indicates a particular Security ID may not be assigned as the label of an object.
net helpmsg 1300: Not all privileges or groups referenced are assigned to the caller.
net helpmsg 1301: Some mapping between account names and security IDs was not done.
net helpmsg 1302: No system quota limits are specifically set for this account.
net helpmsg 1303: No encryption key is available. A well-known encryption key was returned.
net helpmsg 1304: The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string.
net helpmsg 1305: The revision level is unknown.
net helpmsg 1306: Indicates two revision levels are incompatible.
net helpmsg 1307: This security ID may not be assigned as the owner of this object.
net helpmsg 1308: This security ID may not be assigned as the primary group of an object.
net helpmsg 1309: An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
net helpmsg 1310: The group may not be disabled.
net helpmsg 1311: We can't sign you in with this credential because your domain isn't available. Make sure your device is connected to your organization's network and try again. If you previously signed in on this device with another credential, you can sign in with that credential.
net helpmsg 1312: A specified logon session does not exist. It may already have been terminated.
net helpmsg 1313: A specified privilege does not exist.
net helpmsg 1314: A required privilege is not held by the client.
net helpmsg 1315: The name provided is not a properly formed account name.
net helpmsg 1316: The specified account already exists.
net helpmsg 1317: The specified account does not exist.
net helpmsg 1318: The specified group already exists.
net helpmsg 1319: The specified group does not exist.
net helpmsg 1320: Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member.
net helpmsg 1321: The specified user account is not a member of the specified group account.
net helpmsg 1322: This operation is disallowed as it could result in an administration account being disabled, deleted or unable to logon.
net helpmsg 1323: Unable to update the password. The value provided as the current password is incorrect.
net helpmsg 1324: Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.
net helpmsg 1325: Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain.
net helpmsg 1326: The user name or password is incorrect.
net helpmsg 1327: Account restrictions are preventing this user from signing in. For example: blank passwords aren't allowed, sign-in times are limited, or a policy restriction has been enforced.
net helpmsg 1328: Your account has time restrictions that keep you from signing in right now.
net helpmsg 1329: This user isn't allowed to sign in to this computer.
net helpmsg 1330: The password for this account has expired.
net helpmsg 1331: This user can't sign in because this account is currently disabled.
net helpmsg 1332: No mapping between account names and security IDs was done.
net helpmsg 1333: Too many local user identifiers (LUIDs) were requested at one time.
net helpmsg 1334: No more local user identifiers (LUIDs) are available.
net helpmsg 1335: The subauthority part of a security ID is invalid for this particular use.
net helpmsg 1336: The access control list (ACL) structure is invalid.
net helpmsg 1337: The security ID structure is invalid.
net helpmsg 1338: The security descriptor structure is invalid.
net helpmsg 1340: The inherited access control list (ACL) or access control entry (ACE) could not be built.
net helpmsg 1341: The server is currently disabled.
net helpmsg 1342: The server is currently enabled.
net helpmsg 1343: The value provided was an invalid value for an identifier authority.
net helpmsg 1344: No more memory is available for security information updates.
net helpmsg 1345: The specified attributes are invalid, or incompatible with the attributes for the group as a whole.
net helpmsg 1346: Either a required impersonation level was not provided, or the provided impersonation level is invalid.
net helpmsg 1347: Cannot open an anonymous level security token.
net helpmsg 1348: The validation information class requested was invalid.
net helpmsg 1349: The type of the token is inappropriate for its attempted use.
net helpmsg 1350: Unable to perform a security operation on an object that has no associated security.
net helpmsg 1351: Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
net helpmsg 1352: The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation.
net helpmsg 1353: The domain was in the wrong state to perform the security operation.
net helpmsg 1354: This operation is only allowed for the Primary Domain Controller of the domain.
net helpmsg 1355: The specified domain either does not exist or could not be contacted.
net helpmsg 1356: The specified domain already exists.
net helpmsg 1357: An attempt was made to exceed the limit on the number of domains per server.
net helpmsg 1358: Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.
net helpmsg 1359: An internal error occurred.
net helpmsg 1360: Generic access types were contained in an access mask which should already be mapped to nongeneric types.
net helpmsg 1361: A security descriptor is not in the right format (absolute or self-relative).
net helpmsg 1362: The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
net helpmsg 1363: Cannot start a new logon session with an ID that is already in use.
net helpmsg 1364: A specified authentication package is unknown.
net helpmsg 1365: The logon session is not in a state that is consistent with the requested operation.
net helpmsg 1366: The logon session ID is already in use.
net helpmsg 1367: A logon request contained an invalid logon type value.
net helpmsg 1368: Unable to impersonate using a named pipe until data has been read from that pipe.
net helpmsg 1369: The transaction state of a registry subtree is incompatible with the requested operation.
net helpmsg 1370: An internal security database corruption has been encountered.
net helpmsg 1371: Cannot perform this operation on built-in accounts.
net helpmsg 1372: Cannot perform this operation on this built-in special group.
net helpmsg 1373: Cannot perform this operation on this built-in special user.
net helpmsg 1374: The user cannot be removed from a group because the group is currently the user's primary group.
net helpmsg 1375: The token is already in use as a primary token.
net helpmsg 1376: The specified local group does not exist.
net helpmsg 1377: The specified account name is not a member of the group.
net helpmsg 1378: The specified account name is already a member of the group.
net helpmsg 1379: The specified local group already exists.
net helpmsg 1380: Logon failure: the user has not been granted the requested logon type at this computer.
net helpmsg 1381: The maximum number of secrets that may be stored in a single system has been exceeded.
net helpmsg 1382: The length of a secret exceeds the maximum length allowed.
net helpmsg 1383: The local security authority database contains an internal inconsistency.
net helpmsg 1384: During a logon attempt, the user's security context accumulated too many security IDs.
net helpmsg 1385: Logon failure: the user has not been granted the requested logon type at this computer.
net helpmsg 1386: A cross-encrypted password is necessary to change a user password.
net helpmsg 1387: A member could not be added to or removed from the local group because the member does not exist.
net helpmsg 1388: A new member could not be added to a local group because the member has the wrong account type.
net helpmsg 1389: Too many security IDs have been specified.
net helpmsg 1390: A cross-encrypted password is necessary to change this user password.
net helpmsg 1391: Indicates an ACL contains no inheritable components.
net helpmsg 1392: The file or directory is corrupted and unreadable.
net helpmsg 1393: The disk structure is corrupted and unreadable.
net helpmsg 1394: There is no user session key for the specified logon session.
net helpmsg 1395: The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because there are already as many connections as the service can accept.
net helpmsg 1396: The target account name is incorrect.
net helpmsg 1397: Mutual Authentication failed. The server's password is out of date at the domain controller.
net helpmsg 1398: There is a time and/or date difference between the client and server.
net helpmsg 1399: This operation cannot be performed on the current domain.
net helpmsg 1400: Invalid window handle.
net helpmsg 1401: Invalid menu handle.
net helpmsg 1402: Invalid cursor handle.
net helpmsg 1403: Invalid accelerator table handle.
net helpmsg 1404: Invalid hook handle.
net helpmsg 1405: Invalid handle to a multiple-window position structure.
net helpmsg 1406: Cannot create a top-level child window.
net helpmsg 1407: Cannot find window class.
net helpmsg 1408: Invalid window; it belongs to other thread.
net helpmsg 1409: Hot key is already registered.
net helpmsg 1410: Class already exists.
net helpmsg 1411: Class does not exist.
net helpmsg 1412: Class still has open windows.
net helpmsg 1413: Invalid index.
net helpmsg 1414: Invalid icon handle.
net helpmsg 1415: Using private DIALOG window words.
net helpmsg 1416: The list box identifier was not found.
net helpmsg 1417: No wildcards were found.
net helpmsg 1418: Thread does not have a clipboard open.
net helpmsg 1419: Hot key is not registered.
net helpmsg 1420: The window is not a valid dialog window.
net helpmsg 1421: Control ID not found.
net helpmsg 1422: Invalid message for a combo box because it does not have an edit control.
net helpmsg 1423: The window is not a combo box.
net helpmsg 1424: Height must be less than 256.
net helpmsg 1425: Invalid device context (DC) handle.
net helpmsg 1426: Invalid hook procedure type.
net helpmsg 1427: Invalid hook procedure.
net helpmsg 1428: Cannot set nonlocal hook without a module handle.
net helpmsg 1429: This hook procedure can only be set globally.
net helpmsg 1430: The journal hook procedure is already installed.
net helpmsg 1431: The hook procedure is not installed.
net helpmsg 1432: Invalid message for single-selection list box.
net helpmsg 1433: LB_SETCOUNT sent to non-lazy list box.
net helpmsg 1434: This list box does not support tab stops.
net helpmsg 1435: Cannot destroy object created by another thread.
net helpmsg 1436: Child windows cannot have menus.
net helpmsg 1437: The window does not have a system menu.
net helpmsg 1438: Invalid message box style.
net helpmsg 1439: Invalid system-wide (SPI_*) parameter.
net helpmsg 1440: Screen already locked.
net helpmsg 1441: All handles to windows in a multiple-window position structure must have the same parent.
net helpmsg 1442: The window is not a child window.
net helpmsg 1443: Invalid GW_* command.
net helpmsg 1444: Invalid thread identifier.
net helpmsg 1445: Cannot process a message from a window that is not a multiple document interface (MDI) window.
net helpmsg 1446: Popup menu already active.
net helpmsg 1447: The window does not have scroll bars.
net helpmsg 1448: Scroll bar range cannot be greater than MAXLONG.
net helpmsg 1449: Cannot show or remove the window in the way specified.
net helpmsg 1450: Insufficient system resources exist to complete the requested service.
net helpmsg 1451: Insufficient system resources exist to complete the requested service.
net helpmsg 1452: Insufficient system resources exist to complete the requested service.
net helpmsg 1453: Insufficient quota to complete the requested service.
net helpmsg 1454: Insufficient quota to complete the requested service.
net helpmsg 1455: The paging file is too small for this operation to complete.
net helpmsg 1456: A menu item was not found.
net helpmsg 1457: Invalid keyboard layout handle.
net helpmsg 1458: Hook type not allowed.
net helpmsg 1459: This operation requires an interactive window station.
net helpmsg 1460: This operation returned because the timeout period expired.
net helpmsg 1461: Invalid monitor handle.
net helpmsg 1462: Incorrect size argument.
net helpmsg 1463: The symbolic link cannot be followed because its type is disabled.
net helpmsg 1464: This application does not support the current operation on symbolic links.
net helpmsg 1465: Windows was unable to parse the requested XML data.
net helpmsg 1466: An error was encountered while processing an XML digital signature.
net helpmsg 1467: This application must be restarted.
net helpmsg 1468: The caller made the connection request in the wrong routing compartment.
net helpmsg 1469: There was an AuthIP failure when attempting to connect to the remote host.
net helpmsg 1470: Insufficient NVRAM resources exist to complete the requested service. A reboot might be required.
net helpmsg 1471: Unable to finish the requested operation because the specified process is not a GUI process.
net helpmsg 1500: The event log file is corrupted.
net helpmsg 1501: No event log file could be opened, so the event logging service did not start.
net helpmsg 1502: The event log file is full.
net helpmsg 1503: The event log file has changed between read operations.
net helpmsg 1504: The specified Job already has a container assigned to it.
net helpmsg 1505: The specified Job does not have a container assigned to it.
net helpmsg 1550: The specified task name is invalid.
net helpmsg 1551: The specified task index is invalid.
net helpmsg 1552: The specified thread is already joining a task.
net helpmsg 1601: The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.
net helpmsg 1602: User cancelled installation.
net helpmsg 1603: Fatal error during installation.
net helpmsg 1604: Installation suspended, incomplete.
net helpmsg 1605: This action is only valid for products that are currently installed.
net helpmsg 1606: Feature ID not registered.
net helpmsg 1607: Component ID not registered.
net helpmsg 1608: Unknown property.
net helpmsg 1609: Handle is in an invalid state.
net helpmsg 1610: The configuration data for this product is corrupt. Contact your support personnel.
net helpmsg 1611: Component qualifier not present.
net helpmsg 1612: The installation source for this product is not available. Verify that the source exists and that you can access it.
net helpmsg 1613: This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.
net helpmsg 1614: Product is uninstalled.
net helpmsg 1615: SQL query syntax invalid or unsupported.
net helpmsg 1616: Record field does not exist.
net helpmsg 1617: The device has been removed.
net helpmsg 1618: Another installation is already in progress. Complete that installation before proceeding with this install.
net helpmsg 1619: This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.
net helpmsg 1620: This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
net helpmsg 1621: There was an error starting the Windows Installer service user interface. Contact your support personnel.
net helpmsg 1622: Error opening installation log file. Verify that the specified log file location exists and that you can write to it.
net helpmsg 1623: The language of this installation package is not supported by your system.
net helpmsg 1624: Error applying transforms. Verify that the specified transform paths are valid.
net helpmsg 1625: This installation is forbidden by system policy. Contact your system administrator.
net helpmsg 1626: Function could not be executed.
net helpmsg 1627: Function failed during execution.
net helpmsg 1628: Invalid or unknown table specified.
net helpmsg 1629: Data supplied is of wrong type.
net helpmsg 1630: Data of this type is not supported.
net helpmsg 1631: The Windows Installer service failed to start. Contact your support personnel.
net helpmsg 1632: The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.
net helpmsg 1633: This installation package is not supported by this processor type. Contact your product vendor.
net helpmsg 1634: Component not used on this computer.
net helpmsg 1635: This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package.
net helpmsg 1636: This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package.
net helpmsg 1637: This update package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.
net helpmsg 1638: Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel.
net helpmsg 1639: Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.
net helpmsg 1640: Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator.
net helpmsg 1641: The requested operation completed successfully. The system will be restarted so the changes can take effect.
net helpmsg 1642: The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.
net helpmsg 1643: The update package is not permitted by software restriction policy.
net helpmsg 1644: One or more customizations are not permitted by software restriction policy.
net helpmsg 1645: The Windows Installer does not permit installation from a Remote Desktop Connection.
net helpmsg 1646: Uninstallation of the update package is not supported.
net helpmsg 1647: The update is not applied to this product.
net helpmsg 1648: No valid sequence could be found for the set of updates.
net helpmsg 1649: Update removal was disallowed by policy.
net helpmsg 1650: The XML update data is invalid.
net helpmsg 1651: Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update.
net helpmsg 1652: The Windows Installer service is not accessible in Safe Mode. Please try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state.
net helpmsg 1653: A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately.
net helpmsg 1654: The app that you are trying to run is not supported on this version of Windows.
net helpmsg 1655: The operation was blocked as the process prohibits dynamic code generation.
net helpmsg 1656: The objects are not identical.
net helpmsg 1657: The specified image file was blocked from loading because it does not enable a feature required by the process: Control Flow Guard.
net helpmsg 1658: The specified image file was blocked from loading because it does not enable a feature required by the process: Return Flow Guard.
net helpmsg 1659: An invalid memory access occurred to a Return Flow Guard restricted region.
net helpmsg 1660: The thread context could not be updated because this has been restricted for the process.
net helpmsg 1661: An invalid cross-partition private file/section access was attempted.
net helpmsg 1700: The string binding is invalid.
net helpmsg 1701: The binding handle is not the correct type.
net helpmsg 1702: The binding handle is invalid.
net helpmsg 1703: The RPC protocol sequence is not supported.
net helpmsg 1704: The RPC protocol sequence is invalid.
net helpmsg 1705: The string universal unique identifier (UUID) is invalid.
net helpmsg 1706: The endpoint format is invalid.
net helpmsg 1707: The network address is invalid.
net helpmsg 1708: No endpoint was found.
net helpmsg 1709: The timeout value is invalid.
net helpmsg 1710: The object universal unique identifier (UUID) was not found.
net helpmsg 1711: The object universal unique identifier (UUID) has already been registered.
net helpmsg 1712: The type universal unique identifier (UUID) has already been registered.
net helpmsg 1713: The RPC server is already listening.
net helpmsg 1714: No protocol sequences have been registered.
net helpmsg 1715: The RPC server is not listening.
net helpmsg 1716: The manager type is unknown.
net helpmsg 1717: The interface is unknown.
net helpmsg 1718: There are no bindings.
net helpmsg 1719: There are no protocol sequences.
net helpmsg 1720: The endpoint cannot be created.
net helpmsg 1721: Not enough resources are available to complete this operation.
net helpmsg 1722: The RPC server is unavailable.
net helpmsg 1723: The RPC server is too busy to complete this operation.
net helpmsg 1724: The network options are invalid.
net helpmsg 1725: There are no remote procedure calls active on this thread.
net helpmsg 1726: The remote procedure call failed.
net helpmsg 1727: The remote procedure call failed and did not execute.
net helpmsg 1728: A remote procedure call (RPC) protocol error occurred.
net helpmsg 1729: Access to the HTTP proxy is denied.
net helpmsg 1730: The transfer syntax is not supported by the RPC server.
net helpmsg 1732: The universal unique identifier (UUID) type is not supported.
net helpmsg 1733: The tag is invalid.
net helpmsg 1734: The array bounds are invalid.
net helpmsg 1735: The binding does not contain an entry name.
net helpmsg 1736: The name syntax is invalid.
net helpmsg 1737: The name syntax is not supported.
net helpmsg 1739: No network address is available to use to construct a universal unique identifier (UUID).
net helpmsg 1740: The endpoint is a duplicate.
net helpmsg 1741: The authentication type is unknown.
net helpmsg 1742: The maximum number of calls is too small.
net helpmsg 1743: The string is too long.
net helpmsg 1744: The RPC protocol sequence was not found.
net helpmsg 1745: The procedure number is out of range.
net helpmsg 1746: The binding does not contain any authentication information.
net helpmsg 1747: The authentication service is unknown.
net helpmsg 1748: The authentication level is unknown.
net helpmsg 1749: The security context is invalid.
net helpmsg 1750: The authorization service is unknown.
net helpmsg 1751: The entry is invalid.
net helpmsg 1752: The server endpoint cannot perform the operation.
net helpmsg 1753: There are no more endpoints available from the endpoint mapper.
net helpmsg 1754: No interfaces have been exported.
net helpmsg 1755: The entry name is incomplete.
net helpmsg 1756: The version option is invalid.
net helpmsg 1757: There are no more members.
net helpmsg 1758: There is nothing to unexport.
net helpmsg 1759: The interface was not found.
net helpmsg 1760: The entry already exists.
net helpmsg 1761: The entry is not found.
net helpmsg 1762: The name service is unavailable.
net helpmsg 1763: The network address family is invalid.
net helpmsg 1764: The requested operation is not supported.
net helpmsg 1765: No security context is available to allow impersonation.
net helpmsg 1766: An internal error occurred in a remote procedure call (RPC).
net helpmsg 1767: The RPC server attempted an integer division by zero.
net helpmsg 1768: An addressing error occurred in the RPC server.
net helpmsg 1769: A floating-point operation at the RPC server caused a division by zero.
net helpmsg 1770: A floating-point underflow occurred at the RPC server.
net helpmsg 1771: A floating-point overflow occurred at the RPC server.
net helpmsg 1772: The list of RPC servers available for the binding of auto handles has been exhausted.
net helpmsg 1773: Unable to open the character translation table file.
net helpmsg 1774: The file containing the character translation table has fewer than 512 bytes.
net helpmsg 1775: A null context handle was passed from the client to the host during a remote procedure call.
net helpmsg 1777: The context handle changed during a remote procedure call.
net helpmsg 1778: The binding handles passed to a remote procedure call do not match.
net helpmsg 1779: The stub is unable to get the remote procedure call handle.
net helpmsg 1780: A null reference pointer was passed to the stub.
net helpmsg 1781: The enumeration value is out of range.
net helpmsg 1782: The byte count is too small.
net helpmsg 1783: The stub received bad data.
net helpmsg 1784: The supplied user buffer is not valid for the requested operation.
net helpmsg 1785: The disk media is not recognized. It may not be formatted.
net helpmsg 1786: The workstation does not have a trust secret.
net helpmsg 1787: The security database on the server does not have a computer account for this workstation trust relationship.
net helpmsg 1788: The trust relationship between the primary domain and the trusted domain failed.
net helpmsg 1789: The trust relationship between this workstation and the primary domain failed.
net helpmsg 1790: The network logon failed.
net helpmsg 1791: A remote procedure call is already in progress for this thread.
net helpmsg 1792: An attempt was made to logon, but the network logon service was not started.
net helpmsg 1793: The user's account has expired.
net helpmsg 1794: The redirector is in use and cannot be unloaded.
net helpmsg 1795: The specified printer driver is already installed.
net helpmsg 1796: The specified port is unknown.
net helpmsg 1797: The printer driver is unknown.
net helpmsg 1798: The print processor is unknown.
net helpmsg 1799: The specified separator file is invalid.
net helpmsg 1800: The specified priority is invalid.
net helpmsg 1801: The printer name is invalid.
net helpmsg 1802: The printer already exists.
net helpmsg 1803: The printer command is invalid.
net helpmsg 1804: The specified datatype is invalid.
net helpmsg 1805: The environment specified is invalid.
net helpmsg 1806: There are no more bindings.
net helpmsg 1807: The account used is an interdomain trust account. Use your global user account or local user account to access this server.
net helpmsg 1808: The account used is a computer account. Use your global user account or local user account to access this server.
net helpmsg 1809: The account used is a server trust account. Use your global user account or local user account to access this server.
net helpmsg 1810: The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.
net helpmsg 1811: The server is in use and cannot be unloaded.
net helpmsg 1812: The specified image file did not contain a resource section.
net helpmsg 1813: The specified resource type cannot be found in the image file.
net helpmsg 1814: The specified resource name cannot be found in the image file.
net helpmsg 1815: The specified resource language ID cannot be found in the image file.
net helpmsg 1816: Not enough quota is available to process this command.
net helpmsg 1817: No interfaces have been registered.
net helpmsg 1818: The remote procedure call was cancelled.
net helpmsg 1819: The binding handle does not contain all required information.
net helpmsg 1820: A communications failure occurred during a remote procedure call.
net helpmsg 1821: The requested authentication level is not supported.
net helpmsg 1822: No principal name registered.
net helpmsg 1823: The error specified is not a valid Windows RPC error code.
net helpmsg 1824: A UUID that is valid only on this computer has been allocated.
net helpmsg 1825: A security package specific error occurred.
net helpmsg 1826: Thread is not canceled.
net helpmsg 1827: Invalid operation on the encoding/decoding handle.
net helpmsg 1828: Incompatible version of the serializing package.
net helpmsg 1829: Incompatible version of the RPC stub.
net helpmsg 1830: The RPC pipe object is invalid or corrupted.
net helpmsg 1831: An invalid operation was attempted on an RPC pipe object.
net helpmsg 1832: Unsupported RPC pipe version.
net helpmsg 1833: HTTP proxy server rejected the connection because the cookie authentication failed.
net helpmsg 1834: The RPC server is suspended, and could not be resumed for this request. The call did not execute.
net helpmsg 1835: The RPC call contains too many handles to be transmitted in a single request.
net helpmsg 1836: The RPC call contains a handle that differs from the declared handle type.
net helpmsg 1898: The group member was not found.
net helpmsg 1899: The endpoint mapper database entry could not be created.
net helpmsg 1900: The object universal unique identifier (UUID) is the nil UUID.
net helpmsg 1901: The specified time is invalid.
net helpmsg 1902: The specified form name is invalid.
net helpmsg 1903: The specified form size is invalid.
net helpmsg 1904: The specified printer handle is already being waited on
net helpmsg 1905: The specified printer has been deleted.
net helpmsg 1906: The state of the printer is invalid.
net helpmsg 1907: The user's password must be changed before signing in.
net helpmsg 1908: Could not find the domain controller for this domain.
net helpmsg 1909: The referenced account is currently locked out and may not be logged on to.
net helpmsg 1910: The object exporter specified was not found.
net helpmsg 1911: The object specified was not found.
net helpmsg 1912: The object resolver set specified was not found.
net helpmsg 1913: Some data remains to be sent in the request buffer.
net helpmsg 1914: Invalid asynchronous remote procedure call handle.
net helpmsg 1915: Invalid asynchronous RPC call handle for this operation.
net helpmsg 1916: The RPC pipe object has already been closed.
net helpmsg 1917: The RPC call completed before all pipes were processed.
net helpmsg 1918: No more data is available from the RPC pipe.
net helpmsg 1919: No site name is available for this machine.
net helpmsg 1920: The file cannot be accessed by the system.
net helpmsg 1921: The name of the file cannot be resolved by the system.
net helpmsg 1922: The entry is not of the expected type.
net helpmsg 1923: Not all object UUIDs could be exported to the specified entry.
net helpmsg 1924: Interface could not be exported to the specified entry.
net helpmsg 1925: The specified profile entry could not be added.
net helpmsg 1926: The specified profile element could not be added.
net helpmsg 1927: The specified profile element could not be removed.
net helpmsg 1928: The group element could not be added.
net helpmsg 1929: The group element could not be removed.
net helpmsg 1930: The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers.
net helpmsg 1931: The context has expired and can no longer be used.
net helpmsg 1932: The current user's delegated trust creation quota has been exceeded.
net helpmsg 1933: The total delegated trust creation quota has been exceeded.
net helpmsg 1934: The current user's delegated trust deletion quota has been exceeded.
net helpmsg 1935: The computer you are signing into is protected by an authentication firewall. The specified account is not allowed to authenticate to the computer.
net helpmsg 1936: Remote connections to the Print Spooler are blocked by a policy set on your machine.
net helpmsg 1937: Authentication failed because NTLM authentication has been disabled.
net helpmsg 1938: Logon Failure: EAS policy requires that the user change their password before this operation can be performed.
net helpmsg 1939: An administrator has restricted sign in. To sign in, make sure your device is connected to the Internet, and have your administrator sign in first.
net helpmsg 2000: The pixel format is invalid.
net helpmsg 2001: The specified driver is invalid.
net helpmsg 2002: The window style or class attribute is invalid for this operation.
net helpmsg 2003: The requested metafile operation is not supported.
net helpmsg 2004: The requested transformation operation is not supported.
net helpmsg 2005: The requested clipping operation is not supported.
net helpmsg 2010: The specified color management module is invalid.
net helpmsg 2011: The specified color profile is invalid.
net helpmsg 2012: The specified tag was not found.
net helpmsg 2013: A required tag is not present.
net helpmsg 2014: The specified tag is already present.
net helpmsg 2015: The specified color profile is not associated with the specified device.
net helpmsg 2016: The specified color profile was not found.
net helpmsg 2017: The specified color space is invalid.
net helpmsg 2018: Image Color Management is not enabled.
net helpmsg 2019: There was an error while deleting the color transform.
net helpmsg 2020: The specified color transform is invalid.
net helpmsg 2021: The specified transform does not match the bitmap's color space.
net helpmsg 2022: The specified named color index is not present in the profile.
net helpmsg 2023: The specified profile is intended for a device of a different type than the specified device.
net helpmsg 2102: The workstation driver is not installed.
net helpmsg 2103: The server could not be located.
net helpmsg 2104: An internal error occurred. The network cannot access a shared memory segment.
net helpmsg 2105: A network resource shortage occurred .
net helpmsg 2106: This operation is not supported on workstations.
net helpmsg 2107: The device is not connected.
net helpmsg 2114: The Server service is not started.
net helpmsg 2115: The queue is empty.
net helpmsg 2116: The device or directory does not exist.
net helpmsg 2117: The operation is invalid on a redirected resource.
net helpmsg 2118: The name has already been shared.
net helpmsg 2119: The server is currently out of the requested resource.
net helpmsg 2121: Requested addition of items exceeds the maximum allowed.
net helpmsg 2122: The Peer service supports only two simultaneous users.
net helpmsg 2123: The API return buffer is too small.
net helpmsg 2127: A remote API error occurred.
net helpmsg 2131: An error occurred when opening or reading the configuration file.
net helpmsg 2136: A general network error occurred.
net helpmsg 2137: The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
net helpmsg 2138: The Workstation service has not been started.
net helpmsg 2139: The requested information is not available.
net helpmsg 2140: An internal Windows error occurred.
net helpmsg 2141: The server is not configured for transactions.
net helpmsg 2142: The requested API is not supported on the remote server.
net helpmsg 2143: The event name is invalid.
net helpmsg 2144: The computer name already exists on the network. Change it and restart the computer.
net helpmsg 2146: The specified component could not be found in the configuration information.
net helpmsg 2147: The specified parameter could not be found in the configuration information.
net helpmsg 2149: A line in the configuration file is too long.
net helpmsg 2150: The printer does not exist.
net helpmsg 2151: The print job does not exist.
net helpmsg 2152: The printer destination cannot be found.
net helpmsg 2153: The printer destination already exists.
net helpmsg 2154: The printer queue already exists.
net helpmsg 2155: No more printers can be added.
net helpmsg 2156: No more print jobs can be added.
net helpmsg 2157: No more printer destinations can be added.
net helpmsg 2158: This printer destination is idle and cannot accept control operations.
net helpmsg 2159: This printer destination request contains an invalid control function.
net helpmsg 2160: The print processor is not responding.
net helpmsg 2161: The spooler is not running.
net helpmsg 2162: This operation cannot be performed on the print destination in its current state.
net helpmsg 2163: This operation cannot be performed on the printer queue in its current state.
net helpmsg 2164: This operation cannot be performed on the print job in its current state.
net helpmsg 2165: A spooler memory allocation failure occurred.
net helpmsg 2166: The device driver does not exist.
net helpmsg 2167: The data type is not supported by the print processor.
net helpmsg 2168: The print processor is not installed.
net helpmsg 2180: The service database is locked.
net helpmsg 2181: The service table is full.
net helpmsg 2182: The requested service has already been started.
net helpmsg 2183: The service does not respond to control actions.
net helpmsg 2184: The service has not been started.
net helpmsg 2185: The service name is invalid.
net helpmsg 2186: The service is not responding to the control function.
net helpmsg 2187: The service control is busy.
net helpmsg 2188: The configuration file contains an invalid service program name.
net helpmsg 2189: The service could not be controlled in its present state.
net helpmsg 2190: The service ended abnormally.
net helpmsg 2191: The requested pause, continue, or stop is not valid for this service.
net helpmsg 2192: The service control dispatcher could not find the service name in the dispatch table.
net helpmsg 2193: The service control dispatcher pipe read failed.
net helpmsg 2194: A thread for the new service could not be created.
net helpmsg 2200: This workstation is already logged on to the local-area network.
net helpmsg 2201: The workstation is not logged on to the local-area network.
net helpmsg 2202: The user name or group name parameter is invalid.
net helpmsg 2203: The password parameter is invalid.
net helpmsg 2204: The logon processor did not add the message alias.
net helpmsg 2205: The logon processor did not add the message alias.
net helpmsg 2206: The logoff processor did not delete the message alias.
net helpmsg 2207: The logoff processor did not delete the message alias.
net helpmsg 2209: Network logons are paused.
net helpmsg 2210: A centralized logon-server conflict occurred.
net helpmsg 2211: The server is configured without a valid user path.
net helpmsg 2212: An error occurred while loading or running the logon script.
net helpmsg 2214: The logon server was not specified. Your computer will be logged on as STANDALONE.
net helpmsg 2215: The logon server could not be found.
net helpmsg 2216: There is already a logon domain for this computer.
net helpmsg 2217: The logon server could not validate the logon.
net helpmsg 2219: The security database could not be found.
net helpmsg 2220: The group name could not be found.
net helpmsg 2221: The user name could not be found.
net helpmsg 2222: The resource name could not be found.
net helpmsg 2223: The group already exists.
net helpmsg 2224: The account already exists.
net helpmsg 2225: The resource permission list already exists.
net helpmsg 2226: This operation is only allowed on the primary domain controller of the domain.
net helpmsg 2227: The security database has not been started.
net helpmsg 2228: There are too many names in the user accounts database.
net helpmsg 2229: A disk I/O failure occurred.
net helpmsg 2230: The limit of 64 entries per resource was exceeded.
net helpmsg 2231: Deleting a user with a session is not allowed.
net helpmsg 2232: The parent directory could not be located.
net helpmsg 2233: Unable to add to the security database session cache segment.
net helpmsg 2234: This operation is not allowed on this special group.
net helpmsg 2235: This user is not cached in user accounts database session cache.
net helpmsg 2236: The user already belongs to this group.
net helpmsg 2237: The user does not belong to this group.
net helpmsg 2238: This user account is undefined.
net helpmsg 2239: This user account has expired.
net helpmsg 2240: The user is not allowed to log on from this workstation.
net helpmsg 2241: The user is not allowed to log on at this time.
net helpmsg 2242: The password of this user has expired.
net helpmsg 2243: The password of this user cannot change.
net helpmsg 2244: This password cannot be used now.
net helpmsg 2245: The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.
net helpmsg 2246: The password of this user is too recent to change.
net helpmsg 2247: The security database is corrupted.
net helpmsg 2248: No updates are necessary to this replicant network/local security database.
net helpmsg 2249: This replicant database is outdated; synchronization is required.
net helpmsg 2250: The network connection could not be found.
net helpmsg 2251: This asg_type is invalid.
net helpmsg 2252: This device is currently being shared.
net helpmsg 2253: The user name may not be same as computer name.
net helpmsg 2270: The computer name could not be added as a message alias. The name may already exist on the network.
net helpmsg 2271: The Messenger service is already started.
net helpmsg 2272: The Messenger service failed to start.
net helpmsg 2273: The message alias could not be found on the network.
net helpmsg 2274: This message alias has already been forwarded.
net helpmsg 2275: This message alias has been added but is still forwarded.
net helpmsg 2276: This message alias already exists locally.
net helpmsg 2277: The maximum number of added message aliases has been exceeded.
net helpmsg 2278: The computer name could not be deleted.
net helpmsg 2279: Messages cannot be forwarded back to the same workstation.
net helpmsg 2280: An error occurred in the domain message processor.
net helpmsg 2281: The message was sent, but the recipient has paused the Messenger service.
net helpmsg 2282: The message was sent but not received.
net helpmsg 2283: The message alias is currently in use. Try again later.
net helpmsg 2284: The Messenger service has not been started.
net helpmsg 2285: The name is not on the local computer.
net helpmsg 2286: The forwarded message alias could not be found on the network.
net helpmsg 2287: The message alias table on the remote station is full.
net helpmsg 2288: Messages for this alias are not currently being forwarded.
net helpmsg 2289: The broadcast message was truncated.
net helpmsg 2294: This is an invalid device name.
net helpmsg 2295: A write fault occurred.
net helpmsg 2297: A duplicate message alias exists on the network.
net helpmsg 2298: This message alias will be deleted later.
net helpmsg 2299: The message alias was not successfully deleted from all networks.
net helpmsg 2300: This operation is not supported on computers with multiple networks.
net helpmsg 2310: This shared resource does not exist.
net helpmsg 2311: This device is not shared.
net helpmsg 2312: A session does not exist with that computer name.
net helpmsg 2314: There is not an open file with that identification number.
net helpmsg 2315: A failure occurred when executing a remote administration command.
net helpmsg 2316: A failure occurred when opening a remote temporary file.
net helpmsg 2317: The data returned from a remote administration command has been truncated to 64K.
net helpmsg 2318: This device cannot be shared as both a spooled and a non-spooled resource.
net helpmsg 2319: The information in the list of servers may be incorrect.
net helpmsg 2320: The computer is not active in this domain.
net helpmsg 2321: The share must be removed from the Distributed File System before it can be deleted.
net helpmsg 2331: The operation is invalid for this device.
net helpmsg 2332: This device cannot be shared.
net helpmsg 2333: This device was not open.
net helpmsg 2334: This device name list is invalid.
net helpmsg 2335: The queue priority is invalid.
net helpmsg 2337: There are no shared communication devices.
net helpmsg 2338: The queue you specified does not exist.
net helpmsg 2340: This list of devices is invalid.
net helpmsg 2341: The requested device is invalid.
net helpmsg 2342: This device is already in use by the spooler.
net helpmsg 2343: This device is already in use as a communication device.
net helpmsg 2351: This computer name is invalid.
net helpmsg 2354: The string and prefix specified are too long.
net helpmsg 2356: This path component is invalid.
net helpmsg 2357: Could not determine the type of input.
net helpmsg 2362: The buffer for types is not big enough.
net helpmsg 2370: Profile files cannot exceed 64K.
net helpmsg 2371: The start offset is out of range.
net helpmsg 2372: The system cannot delete current connections to network resources.
net helpmsg 2373: The system was unable to parse the command line in this file.
net helpmsg 2374: An error occurred while loading the profile file.
net helpmsg 2375: Errors occurred while saving the profile file. The profile was partially saved.
net helpmsg 2377: Log file *** is full.
net helpmsg 2378: This log file has changed between reads.
net helpmsg 2379: Log file *** is corrupt.
net helpmsg 2380: The source path cannot be a directory.
net helpmsg 2381: The source path is illegal.
net helpmsg 2382: The destination path is illegal.
net helpmsg 2383: The source and destination paths are on different servers.
net helpmsg 2385: The Run server you requested is paused.
net helpmsg 2389: An error occurred when communicating with a Run server.
net helpmsg 2391: An error occurred when starting a background process.
net helpmsg 2392: The shared resource you are connected to could not be found.
net helpmsg 2400: The LAN adapter number is invalid.
net helpmsg 2401: There are open files on the connection.
net helpmsg 2402: Active connections still exist.
net helpmsg 2403: This share name or password is invalid.
net helpmsg 2404: The device is being accessed by an active process.
net helpmsg 2405: The drive letter is in use locally.
net helpmsg 2430: The specified client is already registered for the specified event.
net helpmsg 2431: The alert table is full.
net helpmsg 2432: An invalid or nonexistent alert name was raised.
net helpmsg 2433: The alert recipient is invalid.
net helpmsg 2434: A user's session with this server has been deleted
net helpmsg 2434: because the user's logon hours are no longer valid.
net helpmsg 2440: The log file does not contain the requested record number.
net helpmsg 2450: The user accounts database is not configured correctly.
net helpmsg 2451: This operation is not permitted when the Netlogon service is running.
net helpmsg 2452: This operation is not allowed on the last administrative account.
net helpmsg 2453: Could not find domain controller for this domain.
net helpmsg 2454: Could not set logon information for this user.
net helpmsg 2455: The Netlogon service has not been started.
net helpmsg 2456: Unable to add to the user accounts database.
net helpmsg 2457: This server's clock is not synchronized with the primary domain controller's clock.
net helpmsg 2458: A password mismatch has been detected.
net helpmsg 2460: The server identification does not specify a valid server.
net helpmsg 2461: The session identification does not specify a valid session.
net helpmsg 2462: The connection identification does not specify a valid connection.
net helpmsg 2463: There is no space for another entry in the table of available servers.
net helpmsg 2464: The server has reached the maximum number of sessions it supports.
net helpmsg 2465: The server has reached the maximum number of connections it supports.
net helpmsg 2466: The server cannot open more files because it has reached its maximum number.
net helpmsg 2467: There are no alternate servers registered on this server.
net helpmsg 2470: Try down-level (remote admin protocol) version of API instead.
net helpmsg 2480: The UPS driver could not be accessed by the UPS service.
net helpmsg 2481: The UPS service is not configured correctly.
net helpmsg 2482: The UPS service could not access the specified Comm Port.
net helpmsg 2483: The UPS indicated a line fail or low battery situation. Service not started.
net helpmsg 2484: The UPS service failed to perform a system shut down.
net helpmsg 2500: The program below returned an MS-DOS error code:
net helpmsg 2501: The program below needs more memory:
net helpmsg 2502: The program below called an unsupported MS-DOS function:
net helpmsg 2503: The workstation failed to boot.
net helpmsg 2504: The file below is corrupt.
net helpmsg 2505: No loader is specified in the boot-block definition file.
net helpmsg 2506: NetBIOS returned an error: The NCB and SMB are dumped above.
net helpmsg 2507: A disk I/O error occurred.
net helpmsg 2508: Image parameter substitution failed.
net helpmsg 2509: Too many image parameters cross disk sector boundaries.
net helpmsg 2510: The image was not generated from an MS-DOS diskette formatted with /S.
net helpmsg 2511: Remote boot will be restarted later.
net helpmsg 2512: The call to the Remoteboot server failed.
net helpmsg 2513: Cannot connect to the Remoteboot server.
net helpmsg 2514: Cannot open image file on the Remoteboot server.
net helpmsg 2515: Connecting to the Remoteboot server...
net helpmsg 2516: Connecting to the Remoteboot server...
net helpmsg 2517: Remote boot service was stopped; check the error log for the cause of the problem.
net helpmsg 2518: Remote boot startup failed; check the error log for the cause of the problem.
net helpmsg 2519: A second connection to a Remoteboot resource is not allowed.
net helpmsg 2550: The browser service was configured with MaintainServerList=No.
net helpmsg 2610: Service failed to start since none of the network adapters started with this service.
net helpmsg 2611: Service failed to start due to bad startup information in the registry.
net helpmsg 2612: Service failed to start because its database is absent or corrupt.
net helpmsg 2613: Service failed to start because RPLFILES share is absent.
net helpmsg 2614: Service failed to start because RPLUSER group is absent.
net helpmsg 2615: Cannot enumerate service records.
net helpmsg 2616: Workstation record information has been corrupted.
net helpmsg 2617: Workstation record was not found.
net helpmsg 2618: Workstation name is in use by some other workstation.
net helpmsg 2619: Profile record information has been corrupted.
net helpmsg 2620: Profile record was not found.
net helpmsg 2621: Profile name is in use by some other profile.
net helpmsg 2622: There are workstations using this profile.
net helpmsg 2623: Configuration record information has been corrupted.
net helpmsg 2624: Configuration record was not found.
net helpmsg 2625: Adapter id record information has been corrupted.
net helpmsg 2626: An internal service error has occurred.
net helpmsg 2627: Vendor id record information has been corrupted.
net helpmsg 2628: Boot block record information has been corrupted.
net helpmsg 2629: The user account for this workstation record is missing.
net helpmsg 2630: The RPLUSER local group could not be found.
net helpmsg 2631: Boot block record was not found.
net helpmsg 2632: Chosen profile is incompatible with this workstation.
net helpmsg 2633: Chosen network adapter id is in use by some other workstation.
net helpmsg 2634: There are profiles using this configuration.
net helpmsg 2635: There are workstations, profiles or configurations using this boot block.
net helpmsg 2636: Service failed to backup Remoteboot database.
net helpmsg 2637: Adapter record was not found.
net helpmsg 2638: Vendor record was not found.
net helpmsg 2639: Vendor name is in use by some other vendor record.
net helpmsg 2640: (boot name, vendor id) is in use by some other boot block record.
net helpmsg 2641: Configuration name is in use by some other configuration.
net helpmsg 2660: The internal database maintained by the DFS service is corrupt
net helpmsg 2661: One of the records in the internal DFS database is corrupt
net helpmsg 2662: There is no DFS name whose entry path matches the input Entry Path
net helpmsg 2663: A root or link with the given name already exists
net helpmsg 2664: The server share specified is already shared in the DFS
net helpmsg 2665: The indicated server share does not support the indicated DFS namespace
net helpmsg 2666: The operation is not valid on this portion of the namespace
net helpmsg 2667: The operation is not valid on this portion of the namespace
net helpmsg 2668: The operation is ambiguous because the link has multiple servers
net helpmsg 2669: Unable to create a link
net helpmsg 2670: The server is not DFS Aware
net helpmsg 2671: The specified rename target path is invalid
net helpmsg 2672: The specified DFS link is offline
net helpmsg 2673: The specified server is not a server for this link
net helpmsg 2674: A cycle in the DFS name was detected
net helpmsg 2675: The operation is not supported on a server-based DFS
net helpmsg 2676: This link is already supported by the specified server-share
net helpmsg 2677: Can't remove the last server-share supporting this root or link
net helpmsg 2678: The operation is not supported for an Inter-DFS link
net helpmsg 2679: The internal state of the DFS Service has become inconsistent
net helpmsg 2680: The DFS Service has been installed on the specified server
net helpmsg 2681: The DFS data being reconciled is identical
net helpmsg 2682: The DFS root cannot be deleted - Uninstall DFS if required
net helpmsg 2683: A child or parent directory of the share is already in a DFS
net helpmsg 2690: DFS internal error
net helpmsg 2691: This machine is already joined to a domain.
net helpmsg 2692: This machine is not currently joined to a domain.
net helpmsg 2693: This machine is a domain controller and cannot be unjoined from a domain.
net helpmsg 2694: The destination domain controller does not support creating machine accounts in OUs.
net helpmsg 2695: The specified workgroup name is invalid.
net helpmsg 2696: The specified computer name is incompatible with the default language used on the domain controller.
net helpmsg 2697: The specified computer account could not be found. Contact an administrator to verify the account is in the domain. If the account has been deleted unjoin, reboot, and rejoin the domain.
net helpmsg 2698: This version of Windows cannot be joined to a domain.
net helpmsg 2699: An attempt to resolve the DNS name of a domain controller in the domain being joined has failed. Please verify this client is configured to reach a DNS server that can resolve DNS names in the target domain. For information about network troubleshooting, see Windows Help.
net helpmsg 2700: This device is joined to Azure AD. To join an Active Directory domain, you must first go to settings and choose to disconnect your device from your work or school.
net helpmsg 2701: Password must change at next logon
net helpmsg 2702: Account is locked out
net helpmsg 2703: Password is too long
net helpmsg 2704: Password doesn't meet the complexity policy
net helpmsg 2705: Password doesn't meet the requirements of the filter dll's
net helpmsg 2709: Offline join completion information was not found.
net helpmsg 2710: The offline join completion information was bad.
net helpmsg 2711: Unable to create offline join information. Please ensure you have access to the specified path location and permissions to modify its contents. Running as an elevated administrator may be required.
net helpmsg 2712: The domain join info being saved was incomplete or bad.
net helpmsg 2713: Offline join operation successfully completed but a restart is needed.
net helpmsg 2714: There was no offline join operation pending.
net helpmsg 2715: Unable to set one or more requested machine or domain name values on the local computer.
net helpmsg 2716: Could not verify the current machine's hostname against the saved value in the join completion information.
net helpmsg 2717: Unable to load the specified offline registry hive. Please ensure you have access to the specified path location and permissions to modify its contents. Running as an elevated administrator may be required.
net helpmsg 2718: The minimum session security requirements for this operation were not met.
net helpmsg 2719: Computer account provisioning blob version is not supported.
net helpmsg 2720: The specified domain controller does not meet the version requirement for this operation. Please select a domain controller capable of issuing claims.
net helpmsg 2721: This operation requires a domain controller which supports LDAP. Please select an LDAP-capable domain controller.
net helpmsg 2722: A domain controller which meets the version requirement for this operation could not be located. Please ensure that a domain controller capable of issuing claims is available.
net helpmsg 2723: The Windows version of the specified image does not support provisioning.
net helpmsg 2724: The machine name is blocked from joining the domain.
net helpmsg 2725: The domain controller does not meet the version requirement for this operation. See http://go.microsoft.com/fwlink/?LinkId=294288 for more information.
net helpmsg 2726: The local machine does not allow querying of LSA secrets in plain-text.
net helpmsg 2727: Unable to leave the Azure AD domain that this machine is joined to. Check the event log for detailed error information.
net helpmsg 2999: This is the last error in NERR range.
net helpmsg 3000: The specified print monitor is unknown.
net helpmsg 3001: The specified printer driver is currently in use.
net helpmsg 3002: The spool file was not found.
net helpmsg 3003: A StartDocPrinter call was not issued.
net helpmsg 3004: An AddJob call was not issued.
net helpmsg 3005: The specified print processor has already been installed.
net helpmsg 3006: The specified print monitor has already been installed.
net helpmsg 3007: The specified print monitor does not have the required functions.
net helpmsg 3008: The specified print monitor is currently in use.
net helpmsg 3009: The requested operation is not allowed when there are jobs queued to the printer.
net helpmsg 3010: The requested operation is successful. Changes will not be effective until the system is rebooted.
net helpmsg 3011: The requested operation is successful. Changes will not be effective until the service is restarted.
net helpmsg 3012: No printers were found.
net helpmsg 3013: The printer driver is known to be unreliable.
net helpmsg 3014: The printer driver is known to harm the system.
net helpmsg 3015: The specified printer driver package is currently in use.
net helpmsg 3016: Unable to find a core driver package that is required by the printer driver package.
net helpmsg 3017: The requested operation failed. A system reboot is required to roll back changes made.
net helpmsg 3018: The requested operation failed. A system reboot has been initiated to roll back changes made.
net helpmsg 3019: The specified printer driver was not found on the system and needs to be downloaded.
net helpmsg 3020: The requested print job has failed to print. A print system update requires the job to be resubmitted.
net helpmsg 3021: The printer driver does not contain a valid manifest, or contains too many manifests.
net helpmsg 3022: The specified printer cannot be shared.
net helpmsg 3023: There is a problem with a configuration of user specified
net helpmsg 3023: shut down command file. The UPS service started anyway.
net helpmsg 3025: A defective sector on drive *** has been replaced (hotfixed).
net helpmsg 3025: No data was lost. You should run CHKDSK soon to restore full
net helpmsg 3025: performance and replenish the volume's spare sector pool.
net helpmsg 3025: The hotfix occurred while processing a remote request.
net helpmsg 3026: A disk error occurred on the HPFS volume in drive ***.
net helpmsg 3026: The error occurred while processing a remote request.
net helpmsg 3027: The user accounts database (NET.ACC) is corrupted. The local security
net helpmsg 3027: system is replacing the corrupted NET.ACC with the backup
net helpmsg 3027: made on *** at ***.
net helpmsg 3027: Any updates made to the database after this time are lost.
net helpmsg 3028: The user accounts database (NET.ACC) is missing. The local
net helpmsg 3028: security system is restoring the backup database
net helpmsg 3028: made on *** at ***.
net helpmsg 3028: Any updates made to the database after this time are lost.
net helpmsg 3029: Local security could not be started because the user accounts database
net helpmsg 3029: (NET.ACC) was missing or corrupted, and no usable backup
net helpmsg 3029: database was present.
net helpmsg 3029: THE SYSTEM IS NOT SECURE.
net helpmsg 3030: The server cannot export directory ***, to client ***.
net helpmsg 3030: It is exported from another server.
net helpmsg 3031: The replication server could not update directory *** from the source
net helpmsg 3031: on *** due to error ***.
net helpmsg 3032: Master *** did not send an update notice for directory *** at the expected
net helpmsg 3032: time.
net helpmsg 3033: User *** has exceeded account limitation *** on server ***.
net helpmsg 3034: The primary domain controller for domain *** failed.
net helpmsg 3035: Failed to authenticate with ***, a Windows Domain Controller for
net helpmsg 3035: domain ***.
net helpmsg 3036: The replicator attempted to log on at *** as *** and failed.
net helpmsg 3037: @I *LOGON HOURS
net helpmsg 3038: Replicator could not access ***
net helpmsg 3038: on *** due to system error ***.
net helpmsg 3039: Replicator limit for files in a directory has been exceeded.
net helpmsg 3040: Replicator limit for tree depth has been exceeded.
net helpmsg 3041: The replicator cannot update directory ***. It has tree integrity
net helpmsg 3041: and is the current directory for some process.
net helpmsg 3042: Network error *** occurred.
net helpmsg 3045: System error *** occurred.
net helpmsg 3046: Cannot log on. User is currently logged on and argument TRYUSER
net helpmsg 3046: is set to NO.
net helpmsg 3047: IMPORT path *** cannot be found.
net helpmsg 3048: EXPORT path *** cannot be found.
net helpmsg 3049: Replicated data has changed in directory ***.
net helpmsg 3050: The operation was paused.
net helpmsg 3051: The Registry or the information you just typed includes an illegal
net helpmsg 3051: value for "***".
net helpmsg 3052: The required parameter was not provided on the command
net helpmsg 3052: line or in the configuration file.
net helpmsg 3053: LAN Manager does not recognize "***" as a valid option.
net helpmsg 3054: A request for resource could not be satisfied.
net helpmsg 3055: A problem exists with the system configuration.
net helpmsg 3056: A system error has occurred.
net helpmsg 3057: An internal consistency error has occurred.
net helpmsg 3058: The configuration file or the command line has an ambiguous option.
net helpmsg 3059: The configuration file or the command line has a duplicate parameter.
net helpmsg 3060: The service did not respond to control and was stopped with
net helpmsg 3060: the DosKillProc function.
net helpmsg 3061: An error occurred when attempting to run the service program.
net helpmsg 3062: The sub-service failed to start.
net helpmsg 3063: There is a conflict in the value or use of these options: ***.
net helpmsg 3064: There is a problem with the file.
net helpmsg 3070: memory
net helpmsg 3071: disk space
net helpmsg 3072: thread
net helpmsg 3073: process
net helpmsg 3074: Security Failure.
net helpmsg 3075: Bad or missing LAN Manager root directory.
net helpmsg 3076: The network software is not installed.
net helpmsg 3077: The server is not started.
net helpmsg 3078: The server cannot access the user accounts database (NET.ACC).
net helpmsg 3079: Incompatible files are installed in the LANMAN tree.
net helpmsg 3080: The LANMAN\LOGS directory is invalid.
net helpmsg 3081: The domain specified could not be used.
net helpmsg 3082: The computer name is being used as a message alias on another computer.
net helpmsg 3083: The announcement of the server name failed.
net helpmsg 3084: The user accounts database is not configured correctly.
net helpmsg 3085: The server is not running with user-level security.
net helpmsg 3087: The workstation is not configured properly.
net helpmsg 3088: View your error log for details.
net helpmsg 3089: Unable to write to this file.
net helpmsg 3090: ADDPAK file is corrupted. Delete LANMAN\NETPROG\ADDPAK.SER
net helpmsg 3090: and reapply all ADDPAKs.
net helpmsg 3091: The LM386 server cannot be started because CACHE.EXE is not running.
net helpmsg 3092: There is no account for this computer in the security database.
net helpmsg 3093: This computer is not a member of the group SERVERS.
net helpmsg 3094: The group SERVERS is not present in the local security database.
net helpmsg 3095: This computer is configured as a member of a workgroup, not as
net helpmsg 3095: a member of a domain. The Netlogon service does not need to run in this
net helpmsg 3095: configuration.
net helpmsg 3096: The primary Domain Controller for this domain could not be located.
net helpmsg 3097: This computer is configured to be the primary domain controller of its domain.
net helpmsg 3097: However, the computer *** is currently claiming to be the primary domain controller
net helpmsg 3097: of the domain.
net helpmsg 3097: NET LOCALGROUP
net helpmsg 3097: NET HELP LOCALGROUP describes the options for this command.
net helpmsg 3098: The service failed to authenticate with the primary domain controller.
net helpmsg 3099: There is a problem with the security database creation date or serial number.
net helpmsg 3100: The operation failed because a network software error occurred.
net helpmsg 3101: The system ran out of a resource controlled by the *** option.
net helpmsg 3101: NET SESSION
net helpmsg 3101: [\\computername] [/DELETE] [/LIST]
net helpmsg 3102: The service failed to obtain a long-term lock on the
net helpmsg 3102: segment for network control blocks (NCBs). The error code is the data.
net helpmsg 3103: The service failed to release the long-term lock on the
net helpmsg 3103: segment for network control blocks (NCBs). The error code is the data.
net helpmsg 3104: There was an error stopping service ***.
net helpmsg 3104: The error code from NetServiceControl is the data.
net helpmsg 3104: NET SHARE
net helpmsg 3104: sharename
net helpmsg 3104: sharename=drive:path [/GRANT:user,[READ | CHANGE | FULL]]
net helpmsg 3104: [/USERS:number | /UNLIMITED]
net helpmsg 3104: [/REMARK:"text"]
net helpmsg 3104: [/CACHE:Manual | Documents| Programs | BranchCache | None]
net helpmsg 3104: sharename [/USERS:number | /UNLIMITED]
net helpmsg 3104: [/REMARK:"text"]
net helpmsg 3104: [/CACHE:Manual | Documents | Programs | BranchCache | None]
net helpmsg 3104: {sharename | devicename | drive:path} /DELETE
net helpmsg 3104: sharename \\computername /DELETE
net helpmsg 3105: Initialization failed because of a system execution failure on
net helpmsg 3105: path ***. The system error code is the data.
net helpmsg 3105: NET SHARE makes a server's resources available to network users. When
net helpmsg 3105: used without options, it lists information about all resources being
net helpmsg 3105: shared on the computer. For each resource, Windows reports the
net helpmsg 3105: devicename(s) or pathname(s) and a descriptive comment associated with it.
net helpmsg 3105: sharename Is the network name of the shared resource. Type
net helpmsg 3105: NET SHARE with a sharename only to display information
net helpmsg 3105: about that share.
net helpmsg 3105: drive:path Specifies the absolute path of the directory to
net helpmsg 3105: be shared.
net helpmsg 3105: /GRANT:user,perm Creates the share with a security descriptor that gives
net helpmsg 3105: the requested permissions to the specified user. This
net helpmsg 3105: option may be used more than once to give share permissions
net helpmsg 3105: to multiple users.
net helpmsg 3105: /USERS:number Sets the maximum number of users who can
net helpmsg 3105: simultaneously access the shared resource.
net helpmsg 3105: /UNLIMITED Specifies an unlimited number of users can
net helpmsg 3105: simultaneously access the shared resource
net helpmsg 3105: /REMARK:"text" Adds a descriptive comment about the resource.
net helpmsg 3105: Enclose the text in quotation marks.
net helpmsg 3105: devicename Is one or more printers (LPT1: through LPT9:)
net helpmsg 3105: shared by sharename.
net helpmsg 3105: /DELETE Stops sharing the resource.
net helpmsg 3105: /CACHE:Manual Enables manual client caching of programs and documents
net helpmsg 3105: from this share
net helpmsg 3105: /CACHE:Documents Enables automatic caching of documents from this share
net helpmsg 3105: /CACHE:Programs Enables automatic caching of documents and programs
net helpmsg 3105: from this share
net helpmsg 3105: /CACHE:BranchCache Manual caching of documents with BranchCache enabled
net helpmsg 3105: from this share
net helpmsg 3105: /CACHE:None Disables caching from this share
net helpmsg 3105: NET HELP command | MORE displays Help one screen at a time.
net helpmsg 3106: An unexpected network control block (NCB) was received. The NCB is the data.
net helpmsg 3107: The network is not started.
net helpmsg 3108: A DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed.
net helpmsg 3108: The data shown is in this format:
net helpmsg 3108: DWORD approx CS:IP of call to ioctl or fsctl
net helpmsg 3108: WORD error code
net helpmsg 3108: WORD ioctl or fsctl number
net helpmsg 3109: Unable to create or open system semaphore ***.
net helpmsg 3109: The error code is the data.
net helpmsg 3109: NET START BROWSER
net helpmsg 3109: This command has no options.
net helpmsg 3110: Initialization failed because of an open/create error on the
net helpmsg 3110: file ***. The system error code is the data.
net helpmsg 3110: NET START EVENTLOG
net helpmsg 3111: An unexpected NetBIOS error occurred.
net helpmsg 3111: The error code is the data.
net helpmsg 3112: An illegal server message block (SMB) was received.
net helpmsg 3112: The SMB is the data.
net helpmsg 3113: Initialization failed because the requested service ***
net helpmsg 3113: could not be started.
net helpmsg 3113: NET START NETLOGON
net helpmsg 3114: Some entries in the error log were lost because of a buffer
net helpmsg 3114: overflow.
net helpmsg 3120: Initialization parameters controlling resource usage other
net helpmsg 3120: than net buffers are sized so that too much memory is needed.
net helpmsg 3121: The server cannot increase the size of a memory segment.
net helpmsg 3122: Initialization failed because account file *** is either incorrect
net helpmsg 3122: or not present.
net helpmsg 3122: NET START SERVER
net helpmsg 3123: Initialization failed because network *** was not started.
net helpmsg 3123: NET START SERVER starts the Windows Server service, which controls
net helpmsg 3123: access to resources.
net helpmsg 3123: NET HELP command | MORE displays Help one screen at a time.
net helpmsg 3124: The server failed to start. Either all three chdev
net helpmsg 3124: parameters must be zero or all three must be nonzero.
net helpmsg 3125: A remote API request was halted due to the following
net helpmsg 3125: invalid description string: ***.
net helpmsg 3125: NET START UPS
net helpmsg 3126: The network *** ran out of network control blocks (NCBs). You may need to increase NCBs
net helpmsg 3126: for this network. The following information includes the
net helpmsg 3126: number of NCBs submitted by the server when this error occurred:
net helpmsg 3126: NET START UPS starts the Windows UPS service, which
net helpmsg 3126: provides uninterrupted power service to your computer. The UPS service
net helpmsg 3126: must be configured before starting.
net helpmsg 3126: NET HELP command | MORE displays Help one screen at a time.
net helpmsg 3127: The server cannot create the *** mailslot needed to send
net helpmsg 3127: the ReleaseMemory alert message. The error received is:
net helpmsg 3127: NET START UPS
net helpmsg 3127: This command has no options.
net helpmsg 3128: The server failed to register for the ReleaseMemory alert,
net helpmsg 3128: with recipient ***. The error code from
net helpmsg 3128: NetAlertStart is the data.
net helpmsg 3128: NET START WORKSTATION
net helpmsg 3129: The server cannot update the AT schedule file. The file
net helpmsg 3129: is corrupted.
net helpmsg 3130: The server encountered an error when calling
net helpmsg 3130: NetIMakeLMFileName. The error code is the data.
net helpmsg 3131: Initialization failed because of a system execution failure on
net helpmsg 3131: path ***. There is not enough memory to start the process.
net helpmsg 3131: The system error code is the data.
net helpmsg 3131: NET START
net helpmsg 3131: [service]
net helpmsg 3132: Longterm lock of the server buffers failed.
net helpmsg 3132: Check swap disk's free space and restart the system to start the server.
net helpmsg 3140: The service has stopped due to repeated consecutive
net helpmsg 3140: occurrences of a network control block (NCB) error. The last bad NCB follows
net helpmsg 3140: in raw data.
net helpmsg 3141: The Message server has stopped due to a lock on the
net helpmsg 3141: Message server shared data segment.
net helpmsg 3150: A file system error occurred while opening or writing to the
net helpmsg 3150: system message log file ***. Message logging has been
net helpmsg 3150: switched off due to the error. The error code is the data.
net helpmsg 3150: NET VIEW displays a list of resources being shared on a computer. When used
net helpmsg 3150: without options, it displays a list of computers in the current domain or
net helpmsg 3150: network.
net helpmsg 3150: \\computername Is a computer whose shared resources you want
net helpmsg 3150: to view.
net helpmsg 3150: /DOMAIN:domainname Specifies the domain for which you want to
net helpmsg 3150: view the available computers. If domainname is
net helpmsg 3150: omitted, displays all domains in the local area
net helpmsg 3150: network.
net helpmsg 3150: /CACHE Displays the offline client caching settings for
net helpmsg 3150: the resources on the specified computer
net helpmsg 3150: /ALL Displays all the shares including the $ shares
net helpmsg 3151: Unable to display message POPUP due to system VIO call error.
net helpmsg 3151: The error code is the data.
net helpmsg 3152: An illegal server message block (SMB) was received. The SMB is the data.
net helpmsg 3160: The workstation information segment is bigger than 64K.
net helpmsg 3160: The size follows, in DWORD format:
net helpmsg 3161: The workstation was unable to get the name-number of the computer.
net helpmsg 3162: The workstation could not initialize the Async NetBIOS Thread.
net helpmsg 3162: The error code is the data.
net helpmsg 3163: The workstation could not open the initial shared segment.
net helpmsg 3163: The error code is the data.
net helpmsg 3164: The workstation host table is full.
net helpmsg 3165: A bad mailslot server message block (SMB) was received. The SMB is the data.
net helpmsg 3166: The workstation encountered an error while trying to start the user accounts database.
net helpmsg 3166: The error code is the data.
net helpmsg 3167: The workstation encountered an error while responding to an SSI revalidation request.
net helpmsg 3167: The function code and the error codes are the data.
net helpmsg 3170: The Alerter service had a problem creating the list of
net helpmsg 3170: alert recipients. The error code is ***.
net helpmsg 3171: There was an error expanding *** as a group name. Try
net helpmsg 3171: splitting the group into two or more smaller groups.
net helpmsg 3172: There was an error sending *** the alert message -
net helpmsg 3172: (
net helpmsg 3172: *** )
net helpmsg 3172: The error code is ***.
net helpmsg 3173: There was an error in creating or reading the alerter mailslot.
net helpmsg 3173: The error code is ***.
net helpmsg 3174: The server could not read the AT schedule file.
net helpmsg 3175: The server found an invalid AT schedule record.
net helpmsg 3176: The server could not find an AT schedule file so it created one.
net helpmsg 3177: The server could not access the *** network with NetBiosOpen.
net helpmsg 3178: The AT command processor could not run ***.
net helpmsg 3180: WARNING: Because of a lazy-write error, drive *** now
net helpmsg 3180: contains some corrupted data. The cache is stopped.
net helpmsg 3181: A defective sector on drive *** has been replaced (hotfixed).
net helpmsg 3181: No data was lost. You should run CHKDSK soon to restore full
net helpmsg 3181: performance and replenish the volume's spare sector pool.
net helpmsg 3181: The hotfix occurred while processing a remote request.
net helpmsg 3182: A disk error occurred on the HPFS volume in drive ***.
net helpmsg 3182: The error occurred while processing a remote request.
net helpmsg 3183: The user accounts database (NET.ACC) is corrupted. The local security
net helpmsg 3183: system is replacing the corrupted NET.ACC with the backup
net helpmsg 3183: made at ***.
net helpmsg 3183: Any updates made to the database after this time are lost.
net helpmsg 3184: The user accounts database (NET.ACC) is missing. The local
net helpmsg 3184: security system is restoring the backup database
net helpmsg 3184: made at ***.
net helpmsg 3184: Any updates made to the database made after this time are lost.
net helpmsg 3185: Local security could not be started because the user accounts database
net helpmsg 3185: (NET.ACC) was missing or corrupted, and no usable backup
net helpmsg 3185: database was present.
net helpmsg 3185: THE SYSTEM IS NOT SECURE.
net helpmsg 3186: Local security could not be started because an error
net helpmsg 3186: occurred during initialization. The error code returned is ***.
net helpmsg 3186: THE SYSTEM IS NOT SECURE.
net helpmsg 3190: A NetWksta internal error has occurred:
net helpmsg 3190: ***
net helpmsg 3191: The redirector is out of a resource: ***.
net helpmsg 3192: A server message block (SMB) error occurred on the connection to ***.
net helpmsg 3192: The SMB header is the data.
net helpmsg 3193: A virtual circuit error occurred on the session to ***.
net helpmsg 3193: The network control block (NCB) command and return code is the data.
net helpmsg 3194: Hanging up a stuck session to ***.
net helpmsg 3195: A network control block (NCB) error occurred (***).
net helpmsg 3195: The NCB is the data.
net helpmsg 3196: A write operation to *** failed.
net helpmsg 3196: Data may have been lost.
net helpmsg 3197: Reset of driver *** failed to complete the network control block (NCB).
net helpmsg 3197: The NCB is the data.
net helpmsg 3198: The amount of resource *** requested was more
net helpmsg 3198: than the maximum. The maximum amount was allocated.
net helpmsg 3204: The server could not create a thread.
net helpmsg 3204: The THREADS parameter in the CONFIG.SYS file should be increased.
net helpmsg 3205: The server could not close ***.
net helpmsg 3205: The file is probably corrupted.
net helpmsg 3206: The replicator cannot update directory ***. It has tree integrity
net helpmsg 3206: and is the current directory for some process.
net helpmsg 3207: The server cannot export directory *** to client ***.
net helpmsg 3207: It is exported from another server.
net helpmsg 3208: The replication server could not update directory *** from the source
net helpmsg 3208: on *** due to error ***.
net helpmsg 3209: Master *** did not send an update notice for directory *** at the expected
net helpmsg 3209: time.
net helpmsg 3210: This computer could not authenticate with ***, a Windows domain controller
net helpmsg 3210: for domain ***, and therefore this computer might deny logon requests.
net helpmsg 3210: This inability to authenticate might be caused by another computer on the
net helpmsg 3210: same network using the same name or the password for this computer account
net helpmsg 3210: is not recognized. If this message appears again, contact your system
net helpmsg 3210: administrator.
net helpmsg 3211: The replicator attempted to log on at *** as *** and failed.
net helpmsg 3212: Network error *** occurred.
net helpmsg 3213: Replicator limit for files in a directory has been exceeded.
net helpmsg 3214: Replicator limit for tree depth has been exceeded.
net helpmsg 3215: Unrecognized message received in mailslot.
net helpmsg 3216: System error *** occurred.
net helpmsg 3217: Cannot log on. User is currently logged on and argument TRYUSER
net helpmsg 3217: is set to NO.
net helpmsg 3218: IMPORT path *** cannot be found.
net helpmsg 3219: EXPORT path *** cannot be found.
net helpmsg 3220: Replicator failed to update signal file in directory *** due to
net helpmsg 3220: *** system error.
net helpmsg 3221: Disk Fault Tolerance Error
net helpmsg 3221: ***
net helpmsg 3222: Replicator could not access ***
net helpmsg 3222: on *** due to system error ***.
net helpmsg 3223: The primary domain controller for domain *** has apparently failed.
net helpmsg 3224: Changing machine account password for account *** failed with
net helpmsg 3224: the following error:
net helpmsg 3224: ***
net helpmsg 3225: An error occurred while updating the logon or logoff information for ***.
net helpmsg 3226: An error occurred while synchronizing with primary domain controller ***
net helpmsg 3227: The session setup to the Windows Domain Controller *** for the domain ***
net helpmsg 3227: failed because *** does not support signing or sealing the Netlogon
net helpmsg 3227: session.
net helpmsg 3227: Either upgrade the Domain controller or set the RequireSignOrSeal
net helpmsg 3227: registry entry on this machine to 0.
net helpmsg 3230: A power failure was detected at the server.
net helpmsg 3231: The UPS service performed server shut down.
net helpmsg 3232: The UPS service did not complete execution of the
net helpmsg 3232: user specified shut down command file.
net helpmsg 3233: The UPS driver could not be opened. The error code is
net helpmsg 3233: the data.
net helpmsg 3234: Power has been restored.
net helpmsg 3235: There is a problem with a configuration of user specified
net helpmsg 3235: shut down command file.
net helpmsg 3236: The UPS service failed to execute a user specified shutdown
net helpmsg 3236: command file ***. The error code is the data.
net helpmsg 3250: Initialization failed because of an invalid or missing
net helpmsg 3250: parameter in the configuration file ***.
net helpmsg 3251: Initialization failed because of an invalid line in the
net helpmsg 3251: configuration file ***. The invalid line is the data.
net helpmsg 3252: Initialization failed because of an error in the configuration
net helpmsg 3252: file ***.
net helpmsg 3253: The file *** has been changed after initialization.
net helpmsg 3253: The boot-block loading was temporarily terminated.
net helpmsg 3254: The files do not fit to the boot-block configuration
net helpmsg 3254: file ***. Change the BASE and ORG definitions or the order
net helpmsg 3254: of the files.
net helpmsg 3255: Initialization failed because the dynamic-link
net helpmsg 3255: library *** returned an incorrect version number.
net helpmsg 3256: There was an unrecoverable error in the dynamic-
net helpmsg 3256: link library of the service.
net helpmsg 3257: The system returned an unexpected error code.
net helpmsg 3257: The error code is the data.
net helpmsg 3258: The fault-tolerance error log file, LANROOT\LOGS\FT.LOG,
net helpmsg 3258: is more than 64K.
net helpmsg 3259: The fault-tolerance error-log file, LANROOT\LOGS\FT.LOG, had the
net helpmsg 3259: update in progress bit set upon opening, which means that the
net helpmsg 3259: system crashed while working on the error log.
net helpmsg 3260: This computer has been successfully joined to domain '***'.
net helpmsg 3261: This computer has been successfully joined to workgroup '***'.
net helpmsg 3299: *** *** *** *** *** *** *** *** ***.
net helpmsg 3301: Remote IPC
net helpmsg 3302: Remote Admin
net helpmsg 3303: Logon server share
net helpmsg 3304: A network error occurred.
net helpmsg 3400: There is not enough memory to start the Workstation service.
net helpmsg 3401: An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
net helpmsg 3402: This is an invalid argument: ***.
net helpmsg 3403: The *** NETWORKS entry in the LANMAN.INI file has a
net helpmsg 3403: syntax error and will be ignored.
net helpmsg 3404: There are too many NETWORKS entries in the LANMAN.INI file.
net helpmsg 3406: An error occurred when opening network
net helpmsg 3406: device driver *** = ***.
net helpmsg 3407: Device driver *** sent a bad BiosLinkage response.
net helpmsg 3408: The program cannot be used with this operating system.
net helpmsg 3409: The redirector is already installed.
net helpmsg 3410: Installing NETWKSTA.SYS Version ***.***.*** (***)
net helpmsg 3411: There was an error installing NETWKSTA.SYS.
net helpmsg 3411: Press ENTER to continue.
net helpmsg 3412: Resolver linkage problem.
net helpmsg 3413: Your logon time at *** ends at ***.
net helpmsg 3413: Please clean up and log off.
net helpmsg 3414: You will be automatically disconnected at ***.
net helpmsg 3415: Your logon time at *** has ended.
net helpmsg 3416: Your logon time at *** ended at ***.
net helpmsg 3417: WARNING: You have until *** to logoff. If you
net helpmsg 3417: have not logged off at this time, your session will be
net helpmsg 3417: disconnected, and any open files or devices you
net helpmsg 3417: have open may lose data.
net helpmsg 3418: WARNING: You must log off at *** now. You have
net helpmsg 3418: two minutes to log off, or you will be disconnected.
net helpmsg 3419: You have open files or devices, and a forced
net helpmsg 3419: disconnection may cause you to lose data.
net helpmsg 3420: Default Share for Internal Use
net helpmsg 3421: Messenger Service
net helpmsg 3500: The command completed successfully.
net helpmsg 3501: You used an invalid option.
net helpmsg 3502: System error *** has occurred.
net helpmsg 3503: The command contains an invalid number of arguments.
net helpmsg 3504: The command completed with one or more errors.
net helpmsg 3505: You used an option with an invalid value.
net helpmsg 3506: The option *** is unknown.
net helpmsg 3507: Option *** is ambiguous.
net helpmsg 3510: A command was used with conflicting switches.
net helpmsg 3511: Could not find subprogram ***.
net helpmsg 3512: The software requires a newer version of the operating
net helpmsg 3512: system.
net helpmsg 3513: More data is available than can be returned by Windows.
net helpmsg 3514: More help is available by typing NET HELPMSG ***.
net helpmsg 3515: This command can be used only on a Windows Domain Controller.
net helpmsg 3516: This command cannot be used on a Windows Domain Controller.
net helpmsg 3520: These Windows services are started:
net helpmsg 3521: The *** service is not started.
net helpmsg 3522: The *** service is starting
net helpmsg 3523: The *** service could not be started.
net helpmsg 3524: The *** service was started successfully.
net helpmsg 3525: Stopping the Workstation service also stops the Server service.
net helpmsg 3526: The workstation has open files.
net helpmsg 3527: The *** service is stopping
net helpmsg 3528: The *** service could not be stopped.
net helpmsg 3529: The *** service was stopped successfully.
net helpmsg 3530: The following services are dependent on the *** service.
net helpmsg 3530: Stopping the *** service will also stop these services.
net helpmsg 3533: The service is starting or stopping. Please try again later.
net helpmsg 3534: The service did not report an error.
net helpmsg 3535: An error occurred controlling the device.
net helpmsg 3536: The *** service was continued successfully.
net helpmsg 3537: The *** service was paused successfully.
net helpmsg 3538: The *** service failed to resume.
net helpmsg 3539: The *** service failed to pause.
net helpmsg 3540: The *** service continue is pending
net helpmsg 3541: The *** service pause is pending
net helpmsg 3542: *** was continued successfully.
net helpmsg 3543: *** was paused successfully.
net helpmsg 3544: The *** service has been started by another process and is pending.
net helpmsg 3547: A service specific error occurred: ***.
net helpmsg 3660: These workstations have sessions on this server:
net helpmsg 3661: These workstations have sessions with open files on this server:
net helpmsg 3666: The message alias is forwarded.
net helpmsg 3670: You have these remote connections:
net helpmsg 3671: Continuing will cancel the connections.
net helpmsg 3675: The session from *** has open files.
net helpmsg 3676: New connections will be remembered.
net helpmsg 3677: New connections will not be remembered.
net helpmsg 3678: An error occurred while saving your profile : Access Denied. The state of your remembered connections has not changed.
net helpmsg 3679: An error occurred while reading your profile.
net helpmsg 3680: An error occurred while restoring the connection to ***.
net helpmsg 3682: No network services are started.
net helpmsg 3683: There are no entries in the list.
net helpmsg 3688: Users have open files on ***. Continuing the operation will force the files closed.
net helpmsg 3689: The Workstation service is already running. Windows will ignore command options for the workstation.
net helpmsg 3691: There are open files and/or incomplete directory searches pending on the connection to ***.
net helpmsg 3693: The request will be processed at a domain controller for domain ***.
net helpmsg 3694: The shared queue cannot be deleted while a print job is being spooled to the queue.
net helpmsg 3695: *** has a remembered connection to ***.
net helpmsg 3710: An error occurred while opening the Help file.
net helpmsg 3711: The Help file is empty.
net helpmsg 3712: The Help file is corrupted.
net helpmsg 3713: Could not find a domain controller for domain ***.
net helpmsg 3714: This operation is privileged on systems with earlier
net helpmsg 3714: versions of the software.
net helpmsg 3716: The device type is unknown.
net helpmsg 3717: The log file has been corrupted.
net helpmsg 3718: Program filenames must end with .EXE.
net helpmsg 3719: A matching share could not be found so nothing was deleted.
net helpmsg 3720: A bad value is in the units-per-week field of the user record.
net helpmsg 3721: The password is invalid for ***.
net helpmsg 3722: An error occurred while sending a message to ***.
net helpmsg 3723: The password or user name is invalid for ***.
net helpmsg 3725: An error occurred when the share was deleted.
net helpmsg 3726: The user name is invalid.
net helpmsg 3727: The password is invalid.
net helpmsg 3728: The passwords do not match.
net helpmsg 3729: Your persistent connections were not all restored.
net helpmsg 3730: This is not a valid computer name or domain name.
net helpmsg 3732: Default permissions cannot be set for that resource.
net helpmsg 3734: A valid password was not entered.
net helpmsg 3735: A valid name was not entered.
net helpmsg 3736: The resource named cannot be shared.
net helpmsg 3737: The permissions string contains invalid permissions.
net helpmsg 3738: You can only perform this operation on printers and communication devices.
net helpmsg 3742: *** is an invalid user or group name.
net helpmsg 3743: The server is not configured for remote administration.
net helpmsg 3752: No users have sessions with this server.
net helpmsg 3753: User *** is not a member of group ***.
net helpmsg 3754: User *** is already a member of group ***.
net helpmsg 3755: There is no such user: ***.
net helpmsg 3756: This is an invalid response.
net helpmsg 3757: No valid response was provided.
net helpmsg 3758: The destination list provided does not match the destination list of the printer queue.
net helpmsg 3759: Your password cannot be changed until ***.
net helpmsg 3760: *** is not a recognized day of the week.
net helpmsg 3761: The time range specified ends before it starts.
net helpmsg 3762: *** is not a recognized hour.
net helpmsg 3763: *** is not a valid specification for minutes.
net helpmsg 3764: Time supplied is not exactly on the hour.
net helpmsg 3765: 12 and 24 hour time formats may not be mixed.
net helpmsg 3766: *** is not a valid 12-hour suffix.
net helpmsg 3767: An illegal date format has been supplied.
net helpmsg 3768: An illegal day range has been supplied.
net helpmsg 3769: An illegal time range has been supplied.
net helpmsg 3770: Arguments to NET USER are invalid. Check the minimum password
net helpmsg 3770: length and/or arguments supplied.
net helpmsg 3771: The value for ENABLESCRIPT must be YES.
net helpmsg 3773: An illegal country/region code has been supplied.
net helpmsg 3774: The user was successfully created but could not be added
net helpmsg 3774: to the USERS local group.
net helpmsg 3775: The user context supplied is invalid.
net helpmsg 3776: The dynamic-link library *** could not be loaded, or an error
net helpmsg 3776: occurred while trying to use it.
net helpmsg 3777: Sending files is no longer supported.
net helpmsg 3778: You may not specify paths for ADMIN$ and IPC$ shares.
net helpmsg 3779: User or group *** is already a member of local group ***.
net helpmsg 3780: There is no such user or group: ***.
net helpmsg 3781: There is no such computer: ***.
net helpmsg 3782: The computer *** already exists.
net helpmsg 3783: There is no such global user or group: ***.
net helpmsg 3784: Only disk shares can be marked as cacheable
net helpmsg 3790: The system could not find message: ***.
net helpmsg 3802: This schedule date is invalid.
net helpmsg 3803: The LANMAN root directory is unavailable.
net helpmsg 3804: The SCHED.LOG file could not be opened.
net helpmsg 3805: The Server service has not been started.
net helpmsg 3806: The AT job ID does not exist.
net helpmsg 3807: The AT schedule file is corrupted.
net helpmsg 3808: The delete failed due to a problem with the AT schedule file.
net helpmsg 3809: The command line cannot exceed 259 characters.
net helpmsg 3810: The AT schedule file could not be updated because the disk is full.
net helpmsg 3812: The AT schedule file is invalid. Please delete the file and create a new one.
net helpmsg 3813: The AT schedule file was deleted.
net helpmsg 3814: The syntax of this command is:
net helpmsg 3814: AT [id] [/DELETE]
net helpmsg 3814: AT time [/EVERY:date | /NEXT:date] command
net helpmsg 3814: The AT command schedules a program command to run at a
net helpmsg 3814: later date and time on a server. It also displays the
net helpmsg 3814: list of programs and commands scheduled to be run.
net helpmsg 3814: You can specify the date as M,T,W,Th,F,Sa,Su or 1-31
net helpmsg 3814: for the day of the month.
net helpmsg 3814: You can specify the time in the 24 hour HH:MM format.
net helpmsg 3815: The AT command has timed-out.
net helpmsg 3815: Please try again later.
net helpmsg 3816: The minimum password age for user accounts cannot be greater
net helpmsg 3816: than the maximum password age.
net helpmsg 3817: You have specified a value that is incompatible
net helpmsg 3817: with servers with down-level software. Please specify a lower value.
net helpmsg 3870: *** is not a valid computer name.
net helpmsg 3871: *** is not a valid Windows network message number.
net helpmsg 3900: Message from *** to *** on ***
net helpmsg 3901: ****
net helpmsg 3902: **** unexpected end of message ****
net helpmsg 3905: Press ESC to exit
net helpmsg 3906: ...
net helpmsg 3910: Current time at *** is ***
net helpmsg 3911: The current local clock is ***
net helpmsg 3911: Do you want to set the local computer's time to match the
net helpmsg 3911: time at ***? ***:
net helpmsg 3912: Could not locate a time-server.
net helpmsg 3913: Could not find the domain controller for domain ***.
net helpmsg 3914: Local time (GMT***) at *** is ***
net helpmsg 3915: The user's home directory could not be determined.
net helpmsg 3916: The user's home directory has not been specified.
net helpmsg 3917: The name specified for the user's home directory (***) is not a universal naming convention (UNC) name.
net helpmsg 3918: Drive *** is now connected to ***. Your home directory is ***\***.
net helpmsg 3919: Drive *** is now connected to ***.
net helpmsg 3920: There are no available drive letters left.
net helpmsg 3932: *** is not a valid domain or workgroup name.
net helpmsg 3935: The current SNTP value is: ***
net helpmsg 3936: This computer is not currently configured to use a specific SNTP server.
net helpmsg 3937: This current autoconfigured SNTP value is: ***
net helpmsg 3950: Reissue the given operation as a cached IO operation
net helpmsg 3951: You specified too many values for the *** option.
net helpmsg 3952: You entered an invalid value for the *** option.
net helpmsg 3953: The syntax is incorrect.
net helpmsg 3960: You specified an invalid file number.
net helpmsg 3961: You specified an invalid print job number.
net helpmsg 3963: The user or group account specified cannot be found.
net helpmsg 3965: The user was added but could not be enabled for File and Print
net helpmsg 3965: Services for NetWare.
net helpmsg 3966: File and Print Services for NetWare is not installed.
net helpmsg 3967: Cannot set user properties for File and Print Services for NetWare.
net helpmsg 3968: Password for *** is: ***
net helpmsg 3969: NetWare compatible logon
net helpmsg 4000: WINS encountered an error while processing the command.
net helpmsg 4001: The local WINS cannot be deleted.
net helpmsg 4002: The importation from the file failed.
net helpmsg 4003: The backup failed. Was a full backup done before?
net helpmsg 4004: The backup failed. Check the directory to which you are backing the database.
net helpmsg 4005: The name does not exist in the WINS database.
net helpmsg 4006: Replication with a nonconfigured partner is not allowed.
net helpmsg 4050: The version of the supplied content information is not supported.
net helpmsg 4051: The supplied content information is malformed.
net helpmsg 4052: The requested data cannot be found in local or peer caches.
net helpmsg 4053: No more data is available or required.
net helpmsg 4054: The supplied object has not been initialized.
net helpmsg 4055: The supplied object has already been initialized.
net helpmsg 4056: A shutdown operation is already in progress.
net helpmsg 4057: The supplied object has already been invalidated.
net helpmsg 4058: An element already exists and was not replaced.
net helpmsg 4059: Can not cancel the requested operation as it has already been completed.
net helpmsg 4060: Can not perform the reqested operation because it has already been carried out.
net helpmsg 4061: An operation accessed data beyond the bounds of valid data.
net helpmsg 4062: The requested version is not supported.
net helpmsg 4063: A configuration value is invalid.
net helpmsg 4064: The SKU is not licensed.
net helpmsg 4065: PeerDist Service is still initializing and will be available shortly.
net helpmsg 4066: Communication with one or more computers will be temporarily blocked due to recent errors.
net helpmsg 4100: The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address.
net helpmsg 4200: The GUID passed was not recognized as valid by a WMI data provider.
net helpmsg 4201: The instance name passed was not recognized as valid by a WMI data provider.
net helpmsg 4202: The data item ID passed was not recognized as valid by a WMI data provider.
net helpmsg 4203: The WMI request could not be completed and should be retried.
net helpmsg 4204: The WMI data provider could not be located.
net helpmsg 4205: The WMI data provider references an instance set that has not been registered.
net helpmsg 4206: The WMI data block or event notification has already been enabled.
net helpmsg 4207: The WMI data block is no longer available.
net helpmsg 4208: The WMI data service is not available.
net helpmsg 4209: The WMI data provider failed to carry out the request.
net helpmsg 4210: The WMI MOF information is not valid.
net helpmsg 4211: The WMI registration information is not valid.
net helpmsg 4212: The WMI data block or event notification has already been disabled.
net helpmsg 4213: The WMI data item or data block is read only.
net helpmsg 4214: The WMI data item or data block could not be changed.
net helpmsg 4250: This operation is only valid in the context of an app container.
net helpmsg 4251: This application can only run in the context of an app container.
net helpmsg 4252: This functionality is not supported in the context of an app container.
net helpmsg 4253: The length of the SID supplied is not a valid length for app container SIDs.
net helpmsg 4300: The media identifier does not represent a valid medium.
net helpmsg 4301: The library identifier does not represent a valid library.
net helpmsg 4302: The media pool identifier does not represent a valid media pool.
net helpmsg 4303: The drive and medium are not compatible or exist in different libraries.
net helpmsg 4304: The medium currently exists in an offline library and must be online to perform this operation.
net helpmsg 4305: The operation cannot be performed on an offline library.
net helpmsg 4306: The library, drive, or media pool is empty.
net helpmsg 4307: The library, drive, or media pool must be empty to perform this operation.
net helpmsg 4308: No media is currently available in this media pool or library.
net helpmsg 4309: A resource required for this operation is disabled.
net helpmsg 4310: The media identifier does not represent a valid cleaner.
net helpmsg 4311: The drive cannot be cleaned or does not support cleaning.
net helpmsg 4312: The object identifier does not represent a valid object.
net helpmsg 4313: Unable to read from or write to the database.
net helpmsg 4314: The database is full.
net helpmsg 4315: The medium is not compatible with the device or media pool.
net helpmsg 4316: The resource required for this operation does not exist.
net helpmsg 4317: The operation identifier is not valid.
net helpmsg 4318: The media is not mounted or ready for use.
net helpmsg 4319: The device is not ready for use.
net helpmsg 4320: The operator or administrator has refused the request.
net helpmsg 4321: The drive identifier does not represent a valid drive.
net helpmsg 4322: Library is full. No slot is available for use.
net helpmsg 4323: The transport cannot access the medium.
net helpmsg 4324: Unable to load the medium into the drive.
net helpmsg 4325: Unable to retrieve the drive status.
net helpmsg 4326: Unable to retrieve the slot status.
net helpmsg 4327: Unable to retrieve status about the transport.
net helpmsg 4328: Cannot use the transport because it is already in use.
net helpmsg 4329: Unable to open or close the inject/eject port.
net helpmsg 4330: Unable to eject the medium because it is in a drive.
net helpmsg 4331: A cleaner slot is already reserved.
net helpmsg 4332: A cleaner slot is not reserved.
net helpmsg 4333: The cleaner cartridge has performed the maximum number of drive cleanings.
net helpmsg 4334: Unexpected on-medium identifier.
net helpmsg 4335: The last remaining item in this group or resource cannot be deleted.
net helpmsg 4336: The message provided exceeds the maximum size allowed for this parameter.
net helpmsg 4337: The volume contains system or paging files.
net helpmsg 4338: The media type cannot be removed from this library since at least one drive in the library reports it can support this media type.
net helpmsg 4339: This offline media cannot be mounted on this system since no enabled drives are present which can be used.
net helpmsg 4340: A cleaner cartridge is present in the tape library.
net helpmsg 4341: Cannot use the inject/eject port because it is not empty.
net helpmsg 4342: Error
net helpmsg 4343: OK
net helpmsg 4344: Y
net helpmsg 4345: N
net helpmsg 4346: Any
net helpmsg 4347: A
net helpmsg 4348: P
net helpmsg 4349: (not found)
net helpmsg 4350: This file is currently not available for use on this computer.
net helpmsg 4351: The remote storage service is not operational at this time.
net helpmsg 4352: The remote storage service encountered a media error.
net helpmsg 4353: Read
net helpmsg 4354: Change
net helpmsg 4355: Full
net helpmsg 4356: Please type the password:
net helpmsg 4357: Type the password for ***:
net helpmsg 4358: Type a password for the user:
net helpmsg 4359: Type the password for the shared resource:
net helpmsg 4360: Type your password:
net helpmsg 4361: Retype the password to confirm:
net helpmsg 4362: Type the user's old password:
net helpmsg 4363: Type the user's new password:
net helpmsg 4364: Type your new password:
net helpmsg 4365: Type the Replicator service password:
net helpmsg 4366: Type your user name, or press ENTER if it is ***:
net helpmsg 4367: Type the domain or server where you want to change a password, or
net helpmsg 4367: press ENTER if it is for domain ***:
net helpmsg 4368: Type your user name:
net helpmsg 4369: Network statistics for \\***
net helpmsg 4370: Printing options for ***
net helpmsg 4371: Communication-device queues accessing ***
net helpmsg 4372: Print job detail
net helpmsg 4373: Communication-device queues at \\***
net helpmsg 4374: Printers at ***
net helpmsg 4375: Printers accessing ***
net helpmsg 4376: Print jobs at ***:
net helpmsg 4377: Shared resources at ***
net helpmsg 4378: The following running services can be controlled:
net helpmsg 4379: Statistics are available for the following running services:
net helpmsg 4380: User accounts for \\***
net helpmsg 4381: The syntax of this command is:
net helpmsg 4382: The options of this command are:
net helpmsg 4383: Please enter the name of the Primary Domain Controller:
net helpmsg 4384: The string you have entered is too long. The maximum
net helpmsg 4384: is ***, please reenter.
net helpmsg 4385: Sunday
net helpmsg 4386: Monday
net helpmsg 4387: Tuesday
net helpmsg 4388: Wednesday
net helpmsg 4389: Thursday
net helpmsg 4390: The file or directory is not a reparse point.
net helpmsg 4391: The reparse point attribute cannot be set because it conflicts with an existing attribute.
net helpmsg 4392: The data present in the reparse point buffer is invalid.
net helpmsg 4393: The tag present in the reparse point buffer is invalid.
net helpmsg 4394: There is a mismatch between the tag specified in the request and the tag present in the reparse point.
net helpmsg 4395: The object manager encountered a reparse point while retrieving an object.
net helpmsg 4396: Th
net helpmsg 4397: F
net helpmsg 4398: S
net helpmsg 4399: Sa
net helpmsg 4400: Fast Cache data not found.
net helpmsg 4401: Fast Cache data expired.
net helpmsg 4402: Fast Cache data corrupt.
net helpmsg 4403: Fast Cache data has exceeded its max size and cannot be updated.
net helpmsg 4404: Fast Cache has been ReArmed and requires a reboot until it can be updated.
net helpmsg 4405: Aliases for \\***
net helpmsg 4406: Alias name
net helpmsg 4407: Comment
net helpmsg 4408: Members
net helpmsg 4410: User Accounts for \\***
net helpmsg 4411: User name
net helpmsg 4412: Full Name
net helpmsg 4413: Comment
net helpmsg 4414: User's comment
net helpmsg 4415: Parameters
net helpmsg 4416: Country/region code
net helpmsg 4417: Privilege level
net helpmsg 4418: Operator privileges
net helpmsg 4419: Account active
net helpmsg 4420: Secure Boot detected that rollback of protected data has been attempted.
net helpmsg 4421: The value is protected by Secure Boot policy and cannot be modified or deleted.
net helpmsg 4422: The Secure Boot policy is invalid.
net helpmsg 4423: A new Secure Boot policy did not contain the current publisher on its update list.
net helpmsg 4424: The Secure Boot policy is either not signed or is signed by a non-trusted signer.
net helpmsg 4425: Secure Boot is not enabled on this machine.
net helpmsg 4426: Secure Boot requires that certain files and drivers are not replaced by other files or drivers.
net helpmsg 4427: The Secure Boot Supplemental Policy file was not authorized on this machine.
net helpmsg 4428: The Supplemntal Policy is not recognized on this device.
net helpmsg 4429: The Antirollback version was not found in the Secure Boot Policy.
net helpmsg 4430: The Platform ID specified in the Secure Boot policy does not match the Platform ID on this device.
net helpmsg 4431: The Secure Boot policy file has an older Antirollback Version than this device.
net helpmsg 4432: The Secure Boot policy file does not match the upgraded legacy policy.
net helpmsg 4433: The Secure Boot policy file is required but could not be found.
net helpmsg 4434: Supplemental Secure Boot policy file can not be loaded as a base Secure Boot policy.
net helpmsg 4435: Base Secure Boot policy file can not be loaded as a Supplemental Secure Boot policy.
net helpmsg 4436: Home directory
net helpmsg 4437: Password required
net helpmsg 4438: User may change password
net helpmsg 4439: User profile
net helpmsg 4440: The copy offload read operation is not supported by a filter.
net helpmsg 4441: The copy offload write operation is not supported by a filter.
net helpmsg 4442: The copy offload read operation is not supported for the file.
net helpmsg 4443: The copy offload write operation is not supported for the file.
net helpmsg 4444: This file is currently associated with a different stream id.
net helpmsg 4450: Computer name
net helpmsg 4451: User name
net helpmsg 4452: Software version
net helpmsg 4453: Workstation active on
net helpmsg 4454: Windows NT root directory
net helpmsg 4455: Workstation domain
net helpmsg 4456: Logon domain
net helpmsg 4457: Other domain(s)
net helpmsg 4458: COM Open Timeout (sec)
net helpmsg 4459: COM Send Count (byte)
net helpmsg 4460: COM Send Timeout (msec)
net helpmsg 4461: DOS session print time-out (sec)
net helpmsg 4462: Maximum error log size (K)
net helpmsg 4463: Maximum cache memory (K)
net helpmsg 4464: Number of network buffers
net helpmsg 4465: Number of character buffers
net helpmsg 4466: Size of network buffers
net helpmsg 4467: Size of character buffers
net helpmsg 4468: Full Computer name
net helpmsg 4469: Workstation Domain DNS Name
net helpmsg 4470: Windows 2002
net helpmsg 4481: Server Name
net helpmsg 4482: Server Comment
net helpmsg 4483: Send administrative alerts to
net helpmsg 4484: Software version
net helpmsg 4485: Peer Server
net helpmsg 4486: Windows NT
net helpmsg 4487: Server Level
net helpmsg 4488: Windows NT Server
net helpmsg 4489: Server is active on
net helpmsg 4492: Server hidden
net helpmsg 4500: Single Instance Storage is not available on this volume.
net helpmsg 4506: Maximum Logged On Users
net helpmsg 4507: Maximum concurrent administrators
net helpmsg 4508: Maximum resources shared
net helpmsg 4509: Maximum connections to resources
net helpmsg 4510: Maximum open files on server
net helpmsg 4511: Maximum open files per session
net helpmsg 4512: Maximum file locks
net helpmsg 4520: Idle session time (min)
net helpmsg 4526: Share-level
net helpmsg 4527: User-level
net helpmsg 4530: Unlimited Server
net helpmsg 4550: System Integrity detected that policy rollback has been attempted.
net helpmsg 4551: Your organization used Device Guard to block this app. Contact your support person for more info.
net helpmsg 4552: The System Integrity policy is invalid.
net helpmsg 4553: The System Integrity policy is either not signed or is signed by a non-trusted signer.
net helpmsg 4560: Virtual Secure Mode (VSM) is not initialized. The hypervisor or VSM may not be present or enabled.
net helpmsg 4561: The hypervisor is not protecting DMA because an IOMMU is not present or not enabled in the BIOS.
net helpmsg 4570: The Platform Manifest file was not authorized on this machine.
net helpmsg 4571: The Platform Manifest file was not valid.
net helpmsg 4572: The file is not authorized on this platform because an entry was not found in the Platform Manifest.
net helpmsg 4573: The catalog is not authorized on this platform because an entry was not found in the Platform Manifest.
net helpmsg 4574: The file is not authorized on this platform because a Binary ID was not found in the embedded signature.
net helpmsg 4575: No active Platform Manifest exists on this system.
net helpmsg 4576: The Platform Manifest file was not properly signed.
net helpmsg 4577: Primary Domain controller for workstation domain:
net helpmsg 4578: Lockout threshold:
net helpmsg 4579: Lockout duration (minutes):
net helpmsg 4580: Lockout observation window (minutes):
net helpmsg 4600: Statistics since
net helpmsg 4601: Sessions accepted
net helpmsg 4602: Sessions timed-out
net helpmsg 4603: Sessions errored-out
net helpmsg 4604: Kilobytes sent
net helpmsg 4605: Kilobytes received
net helpmsg 4606: Mean response time (msec)
net helpmsg 4607: Network errors
net helpmsg 4608: Files accessed
net helpmsg 4609: Print jobs spooled
net helpmsg 4610: System errors
net helpmsg 4611: Password violations
net helpmsg 4612: Permission violations
net helpmsg 4613: Communication devices accessed
net helpmsg 4614: Sessions started
net helpmsg 4615: Sessions reconnected
net helpmsg 4616: Sessions starts failed
net helpmsg 4617: Sessions disconnected
net helpmsg 4618: Network I/O's performed
net helpmsg 4619: Files and pipes accessed
net helpmsg 4620: Times buffers exhausted
net helpmsg 4621: Big buffers
net helpmsg 4622: Request buffers
net helpmsg 4623: Workstation Statistics for \\***
net helpmsg 4624: Server Statistics for \\***
net helpmsg 4625: Statistics since ***
net helpmsg 4626: Connections made
net helpmsg 4627: Connections failed
net helpmsg 4630: Bytes received
net helpmsg 4631: Server Message Blocks (SMBs) received
net helpmsg 4632: Bytes transmitted
net helpmsg 4633: Server Message Blocks (SMBs) transmitted
net helpmsg 4634: Read operations
net helpmsg 4635: Write operations
net helpmsg 4636: Raw reads denied
net helpmsg 4637: Raw writes denied
net helpmsg 4638: Network errors
net helpmsg 4639: Connections made
net helpmsg 4640: Reconnections made
net helpmsg 4641: Server disconnects
net helpmsg 4642: Sessions started
net helpmsg 4643: Hung sessions
net helpmsg 4644: Failed sessions
net helpmsg 4645: Failed operations
net helpmsg 4646: Use count
net helpmsg 4647: Failed use count
net helpmsg 4650: *** was deleted successfully.
net helpmsg 4651: *** was used successfully.
net helpmsg 4652: The message was successfully sent to ***.
net helpmsg 4653: The message name *** was forwarded successfully.
net helpmsg 4654: The message name *** was added successfully.
net helpmsg 4655: The message name forwarding was successfully canceled.
net helpmsg 4656: *** was shared successfully.
net helpmsg 4657: The server *** successfully logged you on as ***.
net helpmsg 4658: *** was logged off successfully.
net helpmsg 4659: *** was successfully removed from the list of shares the Server creates
net helpmsg 4659: on startup.
net helpmsg 4661: The password was changed successfully.
net helpmsg 4662: *** file(s) copied.
net helpmsg 4663: *** file(s) moved.
net helpmsg 4664: The message was successfully sent to all users of the network.
net helpmsg 4665: The message was successfully sent to domain ***.
net helpmsg 4666: The message was successfully sent to all users of this server.
net helpmsg 4667: The message was successfully sent to group ****.
net helpmsg 4695: Microsoft LAN Manager Version ***
net helpmsg 4696: Windows NT Server
net helpmsg 4697: Windows NT Workstation
net helpmsg 4698: MS-DOS Enhanced Workstation
net helpmsg 4699: Created at ***
net helpmsg 4700: Server Name Remark
net helpmsg 4701: Cannot enumerate servers in non-default compartment.
net helpmsg 4702: (UNC)
net helpmsg 4703: ...
net helpmsg 4704: Domain
net helpmsg 4705: Resources on ***
net helpmsg 4706: Invalid network provider. Available networks are:
net helpmsg 4710: Disk
net helpmsg 4711: Print
net helpmsg 4712: Comm
net helpmsg 4713: IPC
net helpmsg 4714: Status Local Remote Network
net helpmsg 4715: OK
net helpmsg 4716: Dormant
net helpmsg 4717: Paused
net helpmsg 4718: Disconnected
net helpmsg 4719: Error
net helpmsg 4720: Connecting
net helpmsg 4721: Reconnecting
net helpmsg 4722: Status
net helpmsg 4723: Local name
net helpmsg 4724: Remote name
net helpmsg 4725: Resource type
net helpmsg 4726: # Opens
net helpmsg 4727: # Connections
net helpmsg 4728: Unavailable
net helpmsg 4730: Share name Resource Remark
net helpmsg 4731: Share name
net helpmsg 4732: Resource
net helpmsg 4733: Spooled
net helpmsg 4734: Permission
net helpmsg 4735: Maximum users
net helpmsg 4736: No limit
net helpmsg 4737: Users
net helpmsg 4738: The share name entered may not be accessible from some MS-DOS workstations.
net helpmsg 4738: Are you sure you want to use this share name? ***:
net helpmsg 4739: Caching
net helpmsg 4740: ID Path User name # Locks
net helpmsg 4741: File ID
net helpmsg 4742: Locks
net helpmsg 4743: Permissions
net helpmsg 4744: Share name
net helpmsg 4745: Type
net helpmsg 4746: Used as
net helpmsg 4747: Comment
net helpmsg 4750: Computer User name Client Type Opens Idle time
net helpmsg 4751: Computer
net helpmsg 4752: Sess time
net helpmsg 4753: Idle time
net helpmsg 4754: Share name Type # Opens
net helpmsg 4755: Client type
net helpmsg 4756: Guest logon
net helpmsg 4770: Manual caching of documents
net helpmsg 4771: Automatic caching of documents
net helpmsg 4772: Automatic caching of programs and documents
net helpmsg 4773: Manual caching of documents with BranchCache enabled
net helpmsg 4774: Caching disabled
net helpmsg 4775: Automatic
net helpmsg 4776: Manual
net helpmsg 4777: Documents
net helpmsg 4778: Programs
net helpmsg 4779: BranchCache
net helpmsg 4780: None
net helpmsg 4800: Name
net helpmsg 4801: Forwarded to
net helpmsg 4802: Forwarded to you from
net helpmsg 4803: Users of this server
net helpmsg 4804: Net Send has been interrupted by a Ctrl+Break from the user.
net helpmsg 4810: Name Job # Size Status
net helpmsg 4811: jobs
net helpmsg 4812: Print
net helpmsg 4813: Name
net helpmsg 4814: Job #
net helpmsg 4815: Size
net helpmsg 4816: Status
net helpmsg 4817: Separator file
net helpmsg 4818: Comment
net helpmsg 4819: Priority
net helpmsg 4820: Print after
net helpmsg 4821: Print until
net helpmsg 4822: Print processor
net helpmsg 4823: Additional info
net helpmsg 4824: Parameters
net helpmsg 4825: Print Devices
net helpmsg 4826: Printer Active
net helpmsg 4827: Printer held
net helpmsg 4828: Printer error
net helpmsg 4829: Printer being deleted
net helpmsg 4830: Printer status unknown
net helpmsg 4840: Held until ***
net helpmsg 4841: Job #
net helpmsg 4842: Submitting user
net helpmsg 4843: Notify
net helpmsg 4844: Job data type
net helpmsg 4845: Job parameters
net helpmsg 4846: Waiting
net helpmsg 4847: Held in queue
net helpmsg 4848: Spooling
net helpmsg 4849: Paused
net helpmsg 4850: Offline
net helpmsg 4851: Error
net helpmsg 4852: Out of paper
net helpmsg 4853: Intervention required
net helpmsg 4854: Printing
net helpmsg 4855: on
net helpmsg 4856: Paused on ***
net helpmsg 4857: Offline on ***
net helpmsg 4858: Error on***
net helpmsg 4859: Out of Paper on ***
net helpmsg 4860: Check printer on ***
net helpmsg 4861: Printing on ***
net helpmsg 4862: Driver
net helpmsg 4930: User name Type Date
net helpmsg 4931: Lockout
net helpmsg 4932: Service
net helpmsg 4933: Server
net helpmsg 4934: Server started
net helpmsg 4935: Server paused
net helpmsg 4936: Server continued
net helpmsg 4937: Server stopped
net helpmsg 4938: Session
net helpmsg 4939: Logon Guest
net helpmsg 4940: Logon User
net helpmsg 4941: Logon Administrator
net helpmsg 4942: Logoff normal
net helpmsg 4943: Logon
net helpmsg 4944: Logoff error
net helpmsg 4945: Logoff auto-disconnect
net helpmsg 4946: Logoff administrator-disconnect
net helpmsg 4947: Logoff forced by logon restrictions
net helpmsg 4948: Service
net helpmsg 4949: *** Installed
net helpmsg 4950: *** Install Pending
net helpmsg 4951: *** Paused
net helpmsg 4952: *** Pause Pending
net helpmsg 4953: *** Continued
net helpmsg 4954: *** Continue Pending
net helpmsg 4955: *** Stopped
net helpmsg 4956: *** Stop Pending
net helpmsg 4957: Account
net helpmsg 4958: User account *** was modified.
net helpmsg 4959: Group account *** was modified.
net helpmsg 4960: User account *** was deleted
net helpmsg 4961: Group account *** was deleted
net helpmsg 4962: User account *** was added
net helpmsg 4963: Group account *** was added
net helpmsg 4964: Account system settings were modified
net helpmsg 4965: Logon restriction
net helpmsg 4966: Limit exceeded: UNKNOWN
net helpmsg 4967: Limit exceeded: Logon hours
net helpmsg 4968: Limit exceeded: Account expired
net helpmsg 4969: Limit exceeded: Workstation ID invalid
net helpmsg 4970: Limit exceeded: Account disabled
net helpmsg 4971: Limit exceeded: Account deleted
net helpmsg 4972: Share
net helpmsg 4973: Use ***
net helpmsg 4974: Unuse ***
net helpmsg 4975: User's session disconnected ***
net helpmsg 4976: Administrator stopped sharing resource ***
net helpmsg 4977: User reached limit for ***
net helpmsg 4978: Bad password
net helpmsg 4979: Administrator privilege required
net helpmsg 4980: Access
net helpmsg 4981: *** permissions added
net helpmsg 4982: *** permissions modified
net helpmsg 4983: *** permissions deleted
net helpmsg 4984: Access denied
net helpmsg 4985: Unknown
net helpmsg 4986: Other
net helpmsg 4987: Duration:
net helpmsg 4988: Duration: Not available
net helpmsg 4989: Duration: Less than one second
net helpmsg 4990: (none)
net helpmsg 4991: Closed ***
net helpmsg 4992: Closed *** (disconnected)
net helpmsg 4993: Administrator closed ***
net helpmsg 4994: Access ended
net helpmsg 4995: Log on to network
net helpmsg 4996: Logon denied
net helpmsg 4997: Program Message Time
net helpmsg 4998: Account locked due to *** bad passwords
net helpmsg 4999: Account unlocked by administrator
net helpmsg 5000: Log off network
net helpmsg 5001: The operation cannot be completed because other resources are dependent on this resource.
net helpmsg 5002: The cluster resource dependency cannot be found.
net helpmsg 5003: The cluster resource cannot be made dependent on the specified resource because it is already dependent.
net helpmsg 5004: The cluster resource is not online.
net helpmsg 5005: A cluster node is not available for this operation.
net helpmsg 5006: The cluster resource is not available.
net helpmsg 5007: The cluster resource could not be found.
net helpmsg 5008: The cluster is being shut down.
net helpmsg 5009: A cluster node cannot be evicted from the cluster unless the node is down or it is the last node.
net helpmsg 5010: The object already exists.
net helpmsg 5011: The object is already in the list.
net helpmsg 5012: The cluster group is not available for any new requests.
net helpmsg 5013: The cluster group could not be found.
net helpmsg 5014: The operation could not be completed because the cluster group is not online.
net helpmsg 5015: The operation failed because either the specified cluster node is not the owner of the resource, or the node is not a possible owner of the resource.
net helpmsg 5016: The operation failed because either the specified cluster node is not the owner of the group, or the node is not a possible owner of the group.
net helpmsg 5017: The cluster resource could not be created in the specified resource monitor.
net helpmsg 5018: The cluster resource could not be brought online by the resource monitor.
net helpmsg 5019: The operation could not be completed because the cluster resource is online.
net helpmsg 5020: The cluster resource could not be deleted or brought offline because it is the quorum resource.
net helpmsg 5021: The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.
net helpmsg 5022: The cluster software is shutting down.
net helpmsg 5023: The group or resource is not in the correct state to perform the requested operation.
net helpmsg 5024: The properties were stored but not all changes will take effect until the next time the resource is brought online.
net helpmsg 5025: The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.
net helpmsg 5026: The cluster resource could not be deleted since it is a core resource.
net helpmsg 5027: The quorum resource failed to come online.
net helpmsg 5028: The quorum log could not be created or mounted successfully.
net helpmsg 5029: The cluster log is corrupt.
net helpmsg 5030: The record could not be written to the cluster log since it exceeds the maximum size.
net helpmsg 5031: The cluster log exceeds its maximum size.
net helpmsg 5032: No checkpoint record was found in the cluster log.
net helpmsg 5033: The minimum required disk space needed for logging is not available.
net helpmsg 5034: The cluster node failed to take control of the quorum resource because the resource is owned by another active node.
net helpmsg 5035: A cluster network is not available for this operation.
net helpmsg 5036: A cluster node is not available for this operation.
net helpmsg 5037: All cluster nodes must be running to perform this operation.
net helpmsg 5038: A cluster resource failed.
net helpmsg 5039: The cluster node is not valid.
net helpmsg 5040: The cluster node already exists.
net helpmsg 5041: A node is in the process of joining the cluster.
net helpmsg 5042: The cluster node was not found.
net helpmsg 5043: The cluster local node information was not found.
net helpmsg 5044: The cluster network already exists.
net helpmsg 5045: The cluster network was not found.
net helpmsg 5046: The cluster network interface already exists.
net helpmsg 5047: The cluster network interface was not found.
net helpmsg 5048: The cluster request is not valid for this object.
net helpmsg 5049: The cluster network provider is not valid.
net helpmsg 5050: The cluster node is down.
net helpmsg 5051: The cluster node is not reachable.
net helpmsg 5052: The cluster node is not a member of the cluster.
net helpmsg 5053: A cluster join operation is not in progress.
net helpmsg 5054: The cluster network is not valid.
net helpmsg 5055: Mar
net helpmsg 5056: The cluster node is up.
net helpmsg 5057: The cluster IP address is already in use.
net helpmsg 5058: The cluster node is not paused.
net helpmsg 5059: No cluster security context is available.
net helpmsg 5060: The cluster network is not configured for internal cluster communication.
net helpmsg 5061: The cluster node is already up.
net helpmsg 5062: The cluster node is already down.
net helpmsg 5063: The cluster network is already online.
net helpmsg 5064: The cluster network is already offline.
net helpmsg 5065: The cluster node is already a member of the cluster.
net helpmsg 5066: The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network.
net helpmsg 5067: One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.
net helpmsg 5068: This operation cannot currently be performed on the cluster group containing the quorum resource.
net helpmsg 5069: The cluster quorum resource is not allowed to have any dependencies.
net helpmsg 5070: The cluster node is paused.
net helpmsg 5071: The cluster resource cannot be brought online. The owner node cannot run this resource.
net helpmsg 5072: The cluster node is not ready to perform the requested operation.
net helpmsg 5073: The cluster node is shutting down.
net helpmsg 5074: The cluster join operation was aborted.
net helpmsg 5075: The node failed to join the cluster because the joining node and other nodes in the cluster have incompatible operating system versions. To get more information about operating system versions of the cluster, run the Validate a Configuration Wizard or the Test-Cluster Windows PowerShell cmdlet.
net helpmsg 5076: This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.
net helpmsg 5077: The system configuration changed during the cluster join or form operation. The join or form operation was aborted.
net helpmsg 5078: The specified resource type was not found.
net helpmsg 5079: The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node.
net helpmsg 5080: The specified resource name is not supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL.
net helpmsg 5081: No authentication package could be registered with the RPC server.
net helpmsg 5082: You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group.
net helpmsg 5083: The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join.
net helpmsg 5084: The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state.
net helpmsg 5085: A non locker code got a request to reserve the lock for making global updates.
net helpmsg 5086: The quorum disk could not be located by the cluster service.
net helpmsg 5087: The backed up cluster database is possibly corrupt.
net helpmsg 5088: A DFS root already exists in this cluster node.
net helpmsg 5089: An attempt to modify a resource property failed because it conflicts with another existing property.
net helpmsg 5090: This operation is not supported on a cluster without an Administrator Access Point.
net helpmsg 5091: Denmark
net helpmsg 5092: Sweden
net helpmsg 5093: Norway
net helpmsg 5094: Germany
net helpmsg 5095: Australia
net helpmsg 5096: Japan
net helpmsg 5097: Korea
net helpmsg 5098: China (PRC)
net helpmsg 5099: Taiwan
net helpmsg 5100: Asia
net helpmsg 5101: Portugal
net helpmsg 5102: Finland
net helpmsg 5103: Arabic
net helpmsg 5104: Hebrew
net helpmsg 5150: A power failure has occurred at ***. Please terminate all activity with this server.
net helpmsg 5151: Power has been restored at ***. Normal operations have resumed.
net helpmsg 5152: The UPS service is starting shut down at ***.
net helpmsg 5153: The UPS service is about to perform final shut down.
net helpmsg 5170: The Workstation must be started with the NET START command.
net helpmsg 5175: Remote IPC
net helpmsg 5176: Remote Admin
net helpmsg 5177: Default share
net helpmsg 5178: User Profiles
net helpmsg 5280: The password entered is longer than 14 characters. Computers
net helpmsg 5280: with Windows prior to Windows 2000 will not be able to use
net helpmsg 5280: this account. Do you want to continue this operation? ***:
net helpmsg 5281: *** has a remembered connection to ***. Do you
net helpmsg 5281: want to overwrite the remembered connection? ***:
net helpmsg 5282: Do you want to resume loading the profile? The command which
net helpmsg 5282: caused the error will be ignored. ***:
net helpmsg 5284: Do you want to continue this operation? ***:
net helpmsg 5285: Do you want to add this? ***:
net helpmsg 5286: Do you want to continue this operation? ***:
net helpmsg 5287: Is it OK to start it? ***:
net helpmsg 5288: Do you want to start the Workstation service? ***:
net helpmsg 5289: Is it OK to continue disconnecting and force them closed? ***:
net helpmsg 5290: The printer does not exist. Do you want to create it? ***:
net helpmsg 5291: Never
net helpmsg 5292: Never
net helpmsg 5293: Never
net helpmsg 5295: NET.HLP
net helpmsg 5296: NET.HLP
net helpmsg 5297: Deny
net helpmsg 5300: The network control block (NCB) request completed successfully.
net helpmsg 5300: The NCB is the data.
net helpmsg 5301: Illegal network control block (NCB) buffer length on SEND DATAGRAM,
net helpmsg 5301: SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.
net helpmsg 5301: The NCB is the data.
net helpmsg 5302: The data descriptor array specified in the network control block (NCB) is
net helpmsg 5302: invalid. The NCB is the data.
net helpmsg 5303: The command specified in the network control block (NCB) is illegal.
net helpmsg 5303: The NCB is the data.
net helpmsg 5304: The message correlator specified in the network control block (NCB) is
net helpmsg 5304: invalid. The NCB is the data.
net helpmsg 5305: A network control block (NCB) command timed-out. The session may have
net helpmsg 5305: terminated abnormally. The NCB is the data.
net helpmsg 5306: An incomplete network control block (NCB) message was received.
net helpmsg 5306: The NCB is the data.
net helpmsg 5307: The buffer address specified in the network control block (NCB) is illegal.
net helpmsg 5307: The NCB is the data.
net helpmsg 5308: The session number specified in the network control block (NCB) is not active.
net helpmsg 5308: The NCB is the data.
net helpmsg 5309: No resource was available in the network adapter.
net helpmsg 5309: The network control block (NCB) request was refused. The NCB is the data.
net helpmsg 5310: The session specified in the network control block (NCB) was closed.
net helpmsg 5310: The NCB is the data.
net helpmsg 5311: The network control block (NCB) command was canceled.
net helpmsg 5311: The NCB is the data.
net helpmsg 5312: The message segment specified in the network control block (NCB) is
net helpmsg 5312: illogical. The NCB is the data.
net helpmsg 5313: The name already exists in the local adapter name table.
net helpmsg 5313: The network control block (NCB) request was refused. The NCB is the data.
net helpmsg 5314: The network adapter name table is full.
net helpmsg 5314: The network control block (NCB) request was refused. The NCB is the data.
net helpmsg 5315: The network name has active sessions and is now de-registered.
net helpmsg 5315: The network control block (NCB) command completed. The NCB is the data.
net helpmsg 5316: A previously issued Receive Lookahead command is active
net helpmsg 5316: for this session. The network control block (NCB) command was rejected.
net helpmsg 5316: The NCB is the data.
net helpmsg 5317: The local session table is full. The network control block (NCB) request was refused.
net helpmsg 5317: The NCB is the data.
net helpmsg 5318: A network control block (NCB) session open was rejected. No LISTEN is outstanding
net helpmsg 5318: on the remote computer. The NCB is the data.
net helpmsg 5319: The name number specified in the network control block (NCB) is illegal.
net helpmsg 5319: The NCB is the data.
net helpmsg 5320: The call name specified in the network control block (NCB) cannot be found or
net helpmsg 5320: did not answer. The NCB is the data.
net helpmsg 5321: The name specified in the network control block (NCB) was not found. Cannot put '*' or
net helpmsg 5321: 00h in the NCB name. The NCB is the data.
net helpmsg 5322: The name specified in the network control block (NCB) is in use on a remote adapter.
net helpmsg 5322: The NCB is the data.
net helpmsg 5323: The name specified in the network control block (NCB) has been deleted.
net helpmsg 5323: The NCB is the data.
net helpmsg 5324: The session specified in the network control block (NCB) ended abnormally.
net helpmsg 5324: The NCB is the data.
net helpmsg 5325: The network protocol has detected two or more identical
net helpmsg 5325: names on the network. The network control block (NCB) is the data.
net helpmsg 5326: An unexpected protocol packet was received. There may be an
net helpmsg 5326: incompatible remote device. The network control block (NCB) is the data.
net helpmsg 5333: The NetBIOS interface is busy.
net helpmsg 5333: The network control block (NCB) request was refused. The NCB is the data.
net helpmsg 5334: There are too many network control block (NCB) commands outstanding.
net helpmsg 5334: The NCB request was refused. The NCB is the data.
net helpmsg 5335: The adapter number specified in the network control block (NCB) is illegal.
net helpmsg 5335: The NCB is the data.
net helpmsg 5336: The network control block (NCB) command completed while a cancel was occurring.
net helpmsg 5336: The NCB is the data.
net helpmsg 5337: The name specified in the network control block (NCB) is reserved.
net helpmsg 5337: The NCB is the data.
net helpmsg 5338: The network control block (NCB) command is not valid to cancel.
net helpmsg 5338: The NCB is the data.
net helpmsg 5351: There are multiple network control block (NCB) requests for the same session.
net helpmsg 5351: The NCB request was refused. The NCB is the data.
net helpmsg 5352: There has been a network adapter error. The only NetBIOS
net helpmsg 5352: command that may be issued is an NCB RESET. The network control block (NCB) is
net helpmsg 5352: the data.
net helpmsg 5354: The maximum number of applications was exceeded.
net helpmsg 5354: The network control block (NCB) request was refused. The NCB is the data.
net helpmsg 5356: The requested resources are not available.
net helpmsg 5356: The network control block (NCB) request was refused. The NCB is the data.
net helpmsg 5364: A system error has occurred.
net helpmsg 5364: The network control block (NCB) request was refused. The NCB is the data.
net helpmsg 5365: A ROM checksum failure has occurred.
net helpmsg 5365: The network control block (NCB) request was refused. The NCB is the data.
net helpmsg 5366: A RAM test failure has occurred.
net helpmsg 5366: The network control block (NCB) request was refused. The NCB is the data.
net helpmsg 5367: A digital loopback failure has occurred.
net helpmsg 5367: The network control block (NCB) request was refused. The NCB is the data.
net helpmsg 5368: An analog loopback failure has occurred.
net helpmsg 5368: The network control block (NCB) request was refused. The NCB is the data.
net helpmsg 5369: An interface failure has occurred.
net helpmsg 5369: The network control block (NCB) request was refused. The NCB is the data.
net helpmsg 5370: An unrecognized network control block (NCB) return code was received.
net helpmsg 5370: The NCB is the data.
net helpmsg 5380: A network adapter malfunction has occurred.
net helpmsg 5380: The network control block (NCB) request was refused. The NCB is the data.
net helpmsg 5381: The network control block (NCB) command is still pending.
net helpmsg 5381: The NCB is the data.
net helpmsg 5500: The update log on *** is over 80% capacity. The primary
net helpmsg 5500: domain controller *** is not retrieving the updates.
net helpmsg 5501: The update log on *** is full, and no further updates
net helpmsg 5501: can be added until the primary domain controller ***
net helpmsg 5501: retrieves the updates.
net helpmsg 5502: The time difference with the primary domain controller ***
net helpmsg 5502: exceeds the maximum allowed skew of *** seconds.
net helpmsg 5503: The account of user *** has been locked out on ***
net helpmsg 5503: due to *** bad password attempts.
net helpmsg 5504: The *** log file cannot be opened.
net helpmsg 5505: The *** log file is corrupted and will be cleared.
net helpmsg 5506: The Application log file could not be opened. *** will be used as the
net helpmsg 5506: default log file.
net helpmsg 5507: The *** Log is full. If this is the first time you have seen this
net helpmsg 5507: message, take the following steps:
net helpmsg 5507: 1. Click Start, click Run, type "eventvwr", and then click OK.
net helpmsg 5507: 2. Click ***, click the Action menu, click Clear All Events, and then click No.
net helpmsg 5507: If this dialog reappears, contact your helpdesk or system administrator.
net helpmsg 5508: The security database full synchronization has been initiated by the server ***.
net helpmsg 5509: Windows could not be started as configured.
net helpmsg 5509: A previous working configuration was used instead.
net helpmsg 5510: The exception 0x*** occurred in the application *** at location 0x***.
net helpmsg 5511: The servers *** and *** both claim to be an NT Domain Controller for
net helpmsg 5511: the *** domain. One of the servers should be removed from the
net helpmsg 5511: domain because the servers have different security identifiers
net helpmsg 5511: (SID).
net helpmsg 5512: The server *** and *** both claim to be the primary domain
net helpmsg 5512: controller for the *** domain. One of the servers should be
net helpmsg 5512: demoted or removed from the domain.
net helpmsg 5513: The computer *** tried to connect to the server *** using
net helpmsg 5513: the trust relationship established by the *** domain. However, the
net helpmsg 5513: computer lost the correct security identifier (SID)
net helpmsg 5513: when the domain was reconfigured. Reestablish the trust
net helpmsg 5513: relationship.
net helpmsg 5514: The computer has rebooted from a bugcheck. The bugcheck was:
net helpmsg 5514: ***.
net helpmsg 5514: ***
net helpmsg 5514: A full dump was not saved.
net helpmsg 5515: The computer has rebooted from a bugcheck. The bugcheck was:
net helpmsg 5515: ***.
net helpmsg 5515: ***
net helpmsg 5515: A dump was saved in: ***.
net helpmsg 5516: The computer or domain *** trusts domain ***. (This may be an indirect
net helpmsg 5516: trust.) However, *** and *** have the same machine security identifier
net helpmsg 5516: (SID). NT should be re-installed on either *** or ***.
net helpmsg 5517: The computer or domain *** trusts domain ***. (This may be an indirect
net helpmsg 5517: trust.) However, *** is not a valid name for a trusted domain.
net helpmsg 5517: The name of the trusted domain should be changed to a valid name.
net helpmsg 5600: Could not share the User or Script path.
net helpmsg 5601: The password for this computer is not found in the local security
net helpmsg 5601: database.
net helpmsg 5602: An internal error occurred while accessing the computer's
net helpmsg 5602: local or network security database.
net helpmsg 5700: The Netlogon service could not initialize the replication data
net helpmsg 5700: structures successfully. The service was terminated. The following
net helpmsg 5700: error occurred:
net helpmsg 5700: ***
net helpmsg 5701: The Netlogon service failed to update the domain trust list. The
net helpmsg 5701: following error occurred:
net helpmsg 5701: ***
net helpmsg 5702: The Netlogon service could not add the RPC interface. The
net helpmsg 5702: service was terminated. The following error occurred:
net helpmsg 5702: ***
net helpmsg 5703: The Netlogon service could not read a mailslot message from *** due
net helpmsg 5703: to the following error:
net helpmsg 5703: ***
net helpmsg 5704: The Netlogon service failed to register the service with the
net helpmsg 5704: service controller. The service was terminated. The following
net helpmsg 5704: error occurred:
net helpmsg 5704: ***
net helpmsg 5705: The change log cache maintained by the Netlogon service for ***
net helpmsg 5705: database changes is inconsistent. The Netlogon service is resetting
net helpmsg 5705: the change log.
net helpmsg 5706: The Netlogon service could not create server share ***. The following
net helpmsg 5706: error occurred:
net helpmsg 5706: ***
net helpmsg 5707: The down-level logon request for the user *** from *** failed.
net helpmsg 5708: The down-level logoff request for the user *** from *** failed.
net helpmsg 5709: The Windows NT or Windows 2000 *** logon request for the user ***\*** from *** (via ***)
net helpmsg 5709: failed.
net helpmsg 5710: The Windows NT or Windows 2000 *** logoff request for the user ***\*** from ***
net helpmsg 5710: failed.
net helpmsg 5711: The partial synchronization request from the server *** completed
net helpmsg 5711: successfully. *** changes(s) has(have) been returned to the
net helpmsg 5711: caller.
net helpmsg 5712: The partial synchronization request from the server *** failed with
net helpmsg 5712: the following error:
net helpmsg 5712: ***
net helpmsg 5713: The full synchronization request from the server *** completed
net helpmsg 5713: successfully. *** object(s) has(have) been returned to
net helpmsg 5713: the caller.
net helpmsg 5714: The full synchronization request from the server *** failed with
net helpmsg 5714: the following error:
net helpmsg 5714: ***
net helpmsg 5715: The partial synchronization replication of the *** database from the
net helpmsg 5715: primary domain controller *** completed successfully. *** change(s) is(are)
net helpmsg 5715: applied to the database.
net helpmsg 5716: The partial synchronization replication of the *** database from the
net helpmsg 5716: primary domain controller *** failed with the following error:
net helpmsg 5716: ***
net helpmsg 5717: The full synchronization replication of the *** database from the
net helpmsg 5717: primary domain controller *** completed successfully.
net helpmsg 5718: The full synchronization replication of the *** database from the
net helpmsg 5718: primary domain controller *** failed with the following error:
net helpmsg 5718: ***
net helpmsg 5719: This computer was not able to set up a secure session with a domain
net helpmsg 5719: controller in domain *** due to the following:
net helpmsg 5719: ***
net helpmsg 5719: This may lead to authentication problems. Make sure that this
net helpmsg 5719: computer is connected to the network. If the problem persists,
net helpmsg 5719: please contact your domain administrator.
net helpmsg 5719: ADDITIONAL INFO
net helpmsg 5719: If this computer is a domain controller for the specified domain, it
net helpmsg 5719: sets up the secure session to the primary domain controller emulator in the specified
net helpmsg 5719: domain. Otherwise, this computer sets up the secure session to any domain controller
net helpmsg 5719: in the specified domain.
net helpmsg 5720: The session setup to the Windows Domain Controller *** for the domain ***
net helpmsg 5720: failed because the computer *** does not have a local security database account.
net helpmsg 5721: The session setup to the Windows Domain Controller *** for the domain ***
net helpmsg 5721: failed because the Domain Controller did not have an account ***
net helpmsg 5721: needed to set up the session by this computer ***.
net helpmsg 5721: ADDITIONAL DATA
net helpmsg 5721: If this computer is a member of or a Domain Controller in the specified domain, the
net helpmsg 5721: aforementioned account is a computer account for this computer in the specified domain.
net helpmsg 5721: Otherwise, the account is an interdomain trust account with the specified domain.
net helpmsg 5722: The session setup from the computer *** failed to authenticate.
net helpmsg 5722: The name(s) of the account(s) referenced in the security database is
net helpmsg 5722: ***. The following error occurred:
net helpmsg 5722: ***
net helpmsg 5723: The session setup from computer '***' failed because the security database
net helpmsg 5723: does not contain a trust account '***' referenced by the specified computer.
net helpmsg 5723: USER ACTION
net helpmsg 5723: If this is the first occurrence of this event for the specified computer
net helpmsg 5723: and account, this may be a transient issue that doesn't require any action
net helpmsg 5723: at this time.
net helpmsg 5723: If this is a Read-Only Domain Controller and '***' is a legitimate machine
net helpmsg 5723: account for the computer '***' then '***' should be marked cacheable for this
net helpmsg 5723: location if appropriate or otherwise ensure connectivity to a domain controller
net helpmsg 5723: capable of servicing the request (for example a writable domain controller).
net helpmsg 5723: Otherwise, the following steps may be taken to resolve this problem:
net helpmsg 5723: If '***' is a legitimate machine account for the computer '***', then '***'
net helpmsg 5723: should be rejoined to the domain.
net helpmsg 5723: If '***' is a legitimate interdomain trust account, then the trust should
net helpmsg 5723: be recreated.
net helpmsg 5723: Otherwise, assuming that '***' is not a legitimate account, the following
net helpmsg 5723: action should be taken on '***':
net helpmsg 5723: If '***' is a Domain Controller, then the trust associated with '***' should be deleted.
net helpmsg 5723: If '***' is not a Domain Controller, it should be disjoined from the domain.
net helpmsg 5724: Could not register control handler with service controller ***.
net helpmsg 5725: Could not set service status with service controller ***.
net helpmsg 5726: Could not find the computer name ***.
net helpmsg 5727: Could not load *** device driver.
net helpmsg 5728: Could not load any transport.
net helpmsg 5729: Replication of the *** Domain Object "***" from primary domain controller
net helpmsg 5729: *** failed with the following error:
net helpmsg 5729: ***
net helpmsg 5730: Replication of the *** Global Group "***" from primary domain controller
net helpmsg 5730: *** failed with the following error:
net helpmsg 5730: ***
net helpmsg 5731: Replication of the *** Local Group "***" from primary domain controller
net helpmsg 5731: *** failed with the following error:
net helpmsg 5731: ***
net helpmsg 5732: Replication of the *** User "***" from primary domain controller
net helpmsg 5732: *** failed with the following error:
net helpmsg 5732: ***
net helpmsg 5733: Replication of the *** Policy Object "***" from primary domain controller
net helpmsg 5733: *** failed with the following error:
net helpmsg 5733: ***
net helpmsg 5734: Replication of the *** Trusted Domain Object "***" from primary domain controller
net helpmsg 5734: *** failed with the following error:
net helpmsg 5734: ***
net helpmsg 5735: Replication of the *** Account Object "***" from primary domain controller
net helpmsg 5735: *** failed with the following error:
net helpmsg 5735: ***
net helpmsg 5736: Replication of the *** Secret "***" from primary domain controller
net helpmsg 5736: *** failed with the following error:
net helpmsg 5736: ***
net helpmsg 5737: The system returned the following unexpected error code:
net helpmsg 5737: ***
net helpmsg 5738: Netlogon has detected two machine accounts for server "***".
net helpmsg 5738: The server can be either a Windows 2000 Server that is a member of the
net helpmsg 5738: domain or the server can be a LAN Manager server with an account in the
net helpmsg 5738: SERVERS global group. It cannot be both.
net helpmsg 5739: This domain has more global groups than can be replicated to a LanMan
net helpmsg 5739: BDC. Either delete some of your global groups or remove the LanMan
net helpmsg 5739: BDCs from the domain.
net helpmsg 5740: The Browser driver returned the following error to Netlogon:
net helpmsg 5740: ***
net helpmsg 5741: Netlogon could not register the ***<1B> name for the following reason:
net helpmsg 5741: ***
net helpmsg 5742: Service failed to retrieve messages needed to boot remote boot clients.
net helpmsg 5743: Service experienced a severe error and can no longer provide remote boot
net helpmsg 5743: for 3Com 3Start remote boot clients.
net helpmsg 5744: Service experienced a severe system error and will shut itself down.
net helpmsg 5745: Client with computer name *** failed to acknowledge receipt of the
net helpmsg 5745: boot data. Remote boot of this client was not completed.
net helpmsg 5746: Client with computer name *** was not booted due to an error in opening
net helpmsg 5746: file ***.
net helpmsg 5747: Client with computer name *** was not booted due to an error in reading
net helpmsg 5747: file ***.
net helpmsg 5748: Client with computer name *** was not booted due to insufficient memory
net helpmsg 5748: at the remote boot server.
net helpmsg 5749: Client with computer name *** will be booted without using checksums
net helpmsg 5749: because checksum for file *** could not be calculated.
net helpmsg 5750: Client with computer name *** was not booted due to too many lines in
net helpmsg 5750: file ***.
net helpmsg 5751: Client with computer name *** was not booted because the boot block
net helpmsg 5751: configuration file *** for this client does not contain boot block
net helpmsg 5751: line and/or loader line.
net helpmsg 5752: Client with computer name *** was not booted due to a bad size of
net helpmsg 5752: file ***.
net helpmsg 5753: Client with computer name *** was not booted due to remote boot
net helpmsg 5753: service internal error.
net helpmsg 5754: Client with computer name *** was not booted because file *** has an
net helpmsg 5754: invalid boot header.
net helpmsg 5755: Client with computer name *** was not booted due to network error.
net helpmsg 5756: Client with adapter id *** was not booted due to lack of resources.
net helpmsg 5757: Service experienced error copying file or directory ***.
net helpmsg 5758: Service experienced error deleting file or directory ***.
net helpmsg 5759: Service experienced error setting permissions on file or directory ***.
net helpmsg 5760: Service experienced error evaluating RPL configurations.
net helpmsg 5761: Service experienced error creating RPL profiles for all configurations.
net helpmsg 5762: Service experienced error accessing registry.
net helpmsg 5763: Service experienced error replacing possibly outdated RPLDISK.SYS.
net helpmsg 5764: Service experienced error adding security accounts or setting
net helpmsg 5764: file permissions. These accounts are the RPLUSER local group
net helpmsg 5764: and the user accounts for the individual RPL workstations.
net helpmsg 5765: Service failed to back up its database.
net helpmsg 5766: Service failed to initialize from its database. The database may be
net helpmsg 5766: missing or corrupted. Service will attempt restoring the database
net helpmsg 5766: from the backup.
net helpmsg 5767: Service failed to restore its database from the backup. Service
net helpmsg 5767: will not start.
net helpmsg 5768: Service successfully restored its database from the backup.
net helpmsg 5769: Service failed to initialize from its restored database. Service
net helpmsg 5769: will not start.
net helpmsg 5770: The session setup to the Windows Domain Controller *** from computer
net helpmsg 5770: *** using account *** failed. *** is declared to be a BDC in domain ***.
net helpmsg 5770: However, *** tried to connect as either a DC in a trusted domain,
net helpmsg 5770: a member workstation in domain ***, or as a server in domain ***.
net helpmsg 5770: Use the Active Directory Users and Computers tool or Server Manager to remove the BDC account for ***.
net helpmsg 5771: The Remoteboot database was in NT 3.5 / NT 3.51 format and NT is
net helpmsg 5771: attempting to convert it to NT 4.0 format. The JETCONV converter
net helpmsg 5771: will write to the Application event log when it is finished.
net helpmsg 5772: Global group SERVERS exists in domain *** and has members.
net helpmsg 5772: This group defines Lan Manager BDCs in the domain.
net helpmsg 5772: Lan Manager BDCs are not permitted in NT domains.
net helpmsg 5773: The following DNS server that is authoritative for the DNS domain controller
net helpmsg 5773: locator records of this domain controller does not support dynamic DNS updates:
net helpmsg 5773: DNS server IP address: ***
net helpmsg 5773: Returned Response Code (RCODE): ***
net helpmsg 5773: Returned Status Code: ***
net helpmsg 5773: USER ACTION
net helpmsg 5773: Configure the DNS server to allow dynamic DNS updates or manually add the DNS
net helpmsg 5773: records from the file 'SystemRoot\System32\Config\Netlogon.dns' to the DNS database.
net helpmsg 5774: The dynamic registration of the DNS record '***' failed on the following DNS server:
net helpmsg 5774: DNS server IP address: ***
net helpmsg 5774: Returned Response Code (RCODE): ***
net helpmsg 5774: Returned Status Code: ***
net helpmsg 5774: For computers and users to locate this domain controller, this record must be
net helpmsg 5774: registered in DNS.
net helpmsg 5774: USER ACTION
net helpmsg 5774: Determine what might have caused this failure, resolve the problem, and initiate
net helpmsg 5774: registration of the DNS records by the domain controller. To determine what might
net helpmsg 5774: have caused this failure, run DCDiag.exe. To learn more about DCDiag.exe, see Help
net helpmsg 5774: and Support Center. To initiate registration of the DNS records by this domain
net helpmsg 5774: controller, run 'nltest.exe /dsregdns' from the command prompt on the domain controller
net helpmsg 5774: or restart Net Logon service.
net helpmsg 5774: Or, you can manually add this record to DNS, but it
net helpmsg 5774: is not recommended.
net helpmsg 5774: ADDITIONAL DATA
net helpmsg 5774: Error Value: ***
net helpmsg 5775: The dynamic deletion of the DNS record '***' failed on the following DNS server:
net helpmsg 5775: DNS server IP address: ***
net helpmsg 5775: Returned Response Code (RCODE): ***
net helpmsg 5775: Returned Status Code: ***
net helpmsg 5775: USER ACTION
net helpmsg 5775: To prevent remote computers from connecting unnecessarily to the domain controller,
net helpmsg 5775: delete the record manually or troubleshoot the failure to dynamically delete the
net helpmsg 5775: record. To learn more about debugging DNS, see Help and Support Center.
net helpmsg 5775: ADDITIONAL DATA
net helpmsg 5775: Error Value: ***
net helpmsg 5776: Failed to create/open file *** with the following error:
net helpmsg 5776: ***
net helpmsg 5777: Netlogon got the following error while trying to get the subnet to site
net helpmsg 5777: mapping information from the DS:
net helpmsg 5777: ***
net helpmsg 5778: '***' tried to determine its site by looking up its IP address ('***')
net helpmsg 5778: in the Configuration\Sites\Subnets container in the DS. No subnet matched
net helpmsg 5778: the IP address. Consider adding a subnet object for this IP address.
net helpmsg 5779: The site name for this computer is '***'. That site name is not a valid
net helpmsg 5779: site name. A site name must be a valid DNS label.
net helpmsg 5779: Rename the site to be a valid name.
net helpmsg 5780: The subnet object '***' appears in the Configuration\Sites\Subnets
net helpmsg 5780: container in the DS. The name is not syntactically valid. The valid
net helpmsg 5780: syntax is xx.xx.xx.xx/yy where xx.xx.xx.xx is a valid IP subnet number
net helpmsg 5780: and yy is the number of bits in the subnet mask.
net helpmsg 5780: Correct the name of the subnet object.
net helpmsg 5781: Dynamic registration or deletion of one or more DNS records associated with DNS
net helpmsg 5781: domain '***' failed. These records are used by other computers to locate this
net helpmsg 5781: server as a domain controller (if the specified domain is an Active Directory
net helpmsg 5781: domain) or as an LDAP server (if the specified domain is an application partition).
net helpmsg 5781: Possible causes of failure include:
net helpmsg 5781: - TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers
net helpmsg 5781: - Specified preferred and alternate DNS servers are not running
net helpmsg 5781: - DNS server(s) primary for the records to be registered is not running
net helpmsg 5781: - Preferred or alternate DNS servers are configured with wrong root hints
net helpmsg 5781: - Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registration
net helpmsg 5781: USER ACTION
net helpmsg 5781: Fix possible misconfiguration(s) specified above and initiate registration or deletion of
net helpmsg 5781: the DNS records by running 'nltest.exe /dsregdns' from the command prompt on the domain
net helpmsg 5781: controller or by restarting Net Logon service on the domain controller.
net helpmsg 5782: Dynamic registration or deregistration of one or more DNS records failed with the following error:
net helpmsg 5782: ***
net helpmsg 5783: The session setup to the Windows Domain Controller *** for the domain ***
net helpmsg 5783: is not responsive. The current RPC call from Netlogon on \\*** to *** has been cancelled.
net helpmsg 5784: Site '***' does not have any Domain Controllers for domain '***'.
net helpmsg 5784: Domain Controllers in site '***' have been automatically
net helpmsg 5784: selected to cover site '***' for domain '***' based on configured
net helpmsg 5784: Directory Server replication costs.
net helpmsg 5785: This Domain Controller no longer automatically covers site '***' for domain '***'.
net helpmsg 5786: Site '***' does not have any Global Catalog servers for forest '***'.
net helpmsg 5786: Global Catalog servers in site '***' have been automatically
net helpmsg 5786: selected to cover site '***' for forest '***' based on configured
net helpmsg 5786: Directory Server replication costs.
net helpmsg 5787: This Global Catalog server no longer automatically covers site '***' for forest '***'.
net helpmsg 5788: Attempt to update HOST Service Principal Names (SPNs) of the computer
net helpmsg 5788: object in Active Directory failed. The updated values were '***' and '***'.
net helpmsg 5788: The following error occurred:
net helpmsg 5788: ***
net helpmsg 5789: Attempt to update DNS Host Name of the computer object
net helpmsg 5789: in Active Directory failed. The updated value was '***'.
net helpmsg 5789: The following error occurred:
net helpmsg 5789: ***
net helpmsg 5790: No suitable Domain Controller is available for domain ***.
net helpmsg 5790: An NT4 or older domain controller is available but it cannot
net helpmsg 5790: be used for authentication purposes in the Windows 2000 or newer
net helpmsg 5790: domain that this computer is a member of.
net helpmsg 5790: The following error occurred:
net helpmsg 5790: ***
net helpmsg 5791: The domain of this computer, *** has been downgraded from Windows 2000
net helpmsg 5791: or newer to Windows NT4 or older. The computer cannot function properly
net helpmsg 5791: in this case for authentication purposes. This computer needs to rejoin
net helpmsg 5791: the domain.
net helpmsg 5791: The following error occurred:
net helpmsg 5791: ***
net helpmsg 5792: Site '***' does not have any LDAP servers for non-domain NC '***'.
net helpmsg 5792: LDAP servers in site '***' have been automatically selected to
net helpmsg 5792: cover site '***' for non-domain NC '***' based on configured
net helpmsg 5792: Directory Server replication costs.
net helpmsg 5793: This LDAP server no longer automatically covers site '***' for non-domain NC '***'.
net helpmsg 5794: Site '***' is no longer manually configured in the registry as
net helpmsg 5794: covered by this Domain Controller for domain '***'. As a result,
net helpmsg 5794: site '***' does not have any Domain Controllers for domain '***'.
net helpmsg 5794: Domain Controllers in site '***' have been automatically
net helpmsg 5794: selected to cover site '***' for domain '***' based on configured
net helpmsg 5794: Directory Server replication costs.
net helpmsg 5795: This Domain Controller no longer automatically covers site '***' for domain '***'.
net helpmsg 5795: However, site '***' is still (manually) covered by this Domain Controller for
net helpmsg 5795: domain '***' since this site has been manually configured in the registry.
net helpmsg 5796: Site '***' is no longer manually configured in the registry as
net helpmsg 5796: covered by this Global Catalog server for forest '***'. As a result,
net helpmsg 5796: site '***' does not have any Global Catalog servers for forest '***'.
net helpmsg 5796: Global Catalog servers in site '***' have been automatically
net helpmsg 5796: selected to cover site '***' for forest '***' based on configured
net helpmsg 5796: Directory Server replication costs.
net helpmsg 5797: This Global Catalog server no longer automatically covers site '***' for forest '***'.
net helpmsg 5797: However, site '***' is still (manually) covered by this Global catalog for
net helpmsg 5797: forest '***' since this site has been manually configured in the registry.
net helpmsg 5798: Site '***' is no longer manually configured in the registry as
net helpmsg 5798: covered by this LDAP server for non-domain NC '***'. As a result,
net helpmsg 5798: site '***' does not have any LDAP servers for non-domain NC '***'.
net helpmsg 5798: LDAP servers in site '***' have been automatically
net helpmsg 5798: selected to cover site '***' for non-domain NC '***' based on
net helpmsg 5798: configured Directory Server replication costs.
net helpmsg 5799: This LDAP server no longer automatically covers site '***' for non-domain NC '***'.
net helpmsg 5799: However, site '***' is still (manually) covered by this LDAP server for
net helpmsg 5799: non-domain NC '***' since this site has been manually configured in the registry.
net helpmsg 5800: Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes
net helpmsg 5800: of the computer object in Active Directory failed because the Domain Controller
net helpmsg 5800: '***' had more than one account with the name '***' corresponding to this computer.
net helpmsg 5800: Not having SPNs registered may result in authentication failures for this computer.
net helpmsg 5800: Contact your domain administrator who may need to manually resolve the account name
net helpmsg 5800: collision.
net helpmsg 5801: Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes
net helpmsg 5801: of the computer object in Active Directory failed because this computer account
net helpmsg 5801: name, '***' could not be mapped to the computer object on Domain Controller '***'.
net helpmsg 5801: Not having SPNs registered may result in authentication failures for this computer.
net helpmsg 5801: Contact your domain administrator. The following technical information may be
net helpmsg 5801: useful for the resolution of this failure:
net helpmsg 5801: DsCrackNames status = 0x***, crack error = 0x***.
net helpmsg 5802: None of the IP addresses (***) of this Domain Controller map to the configured site '***'.
net helpmsg 5802: While this may be a temporary situation due to IP address changes, it is generally
net helpmsg 5802: recommended that the IP address of the Domain Controller (accessible to machines in
net helpmsg 5802: its domain) maps to the Site which it services. If the above list of IP addresses is
net helpmsg 5802: stable, consider moving this server to a site (or create one if it does not already
net helpmsg 5802: exist) such that the above IP address maps to the selected site. This may require the
net helpmsg 5802: creation of a new subnet object (whose range includes the above IP address) which maps
net helpmsg 5802: to the selected site object.
net helpmsg 5803: The following error occurred while reading a parameter '***' in the
net helpmsg 5803: Netlogon *** registry section:
net helpmsg 5803: ***
net helpmsg 5804: The Netlogon *** registry key contains an invalid value 0x*** for parameter '***'.
net helpmsg 5804: The minimum and maximum values allowed for this parameter are 0x*** and 0x***, respectively.
net helpmsg 5804: The value of 0x*** has been assigned to this parameter.
net helpmsg 5805: The session setup from the computer *** failed to authenticate.
net helpmsg 5805: The following error occurred:
net helpmsg 5805: ***
net helpmsg 5806: Dynamic DNS updates have been manually disabled on this domain controller.
net helpmsg 5806: USER ACTION
net helpmsg 5806: Reconfigure this domain controller to use dynamic DNS updates or manually add the DNS
net helpmsg 5806: records from the file 'SystemRoot\System32\Config\Netlogon.dns' to the DNS database.
net helpmsg 5807: During the past *** hours there have been *** connections to this Domain
net helpmsg 5807: Controller from client machines whose IP addresses don't map to any of
net helpmsg 5807: the existing sites in the enterprise. Those clients, therefore, have
net helpmsg 5807: undefined sites and may connect to any Domain Controller including
net helpmsg 5807: those that are in far distant locations from the clients. A client's site
net helpmsg 5807: is determined by the mapping of its subnet to one of the existing sites.
net helpmsg 5807: To move the above clients to one of the sites, please consider creating
net helpmsg 5807: subnet object(s) covering the above IP addresses with mapping to one of the
net helpmsg 5807: existing sites. The names and IP addresses of the clients in question have
net helpmsg 5807: been logged on this computer in the following log file
net helpmsg 5807: 'SystemRoot\debug\netlogon.log' and, potentially, in the log file
net helpmsg 5807: 'SystemRoot\debug\netlogon.bak' created if the former log becomes full.
net helpmsg 5807: The log(s) may contain additional unrelated debugging information. To filter
net helpmsg 5807: out the needed information, please search for lines which contain text
net helpmsg 5807: 'NO_CLIENT_SITE:'. The first word after this string is the client name and
net helpmsg 5807: the second word is the client IP address. The maximum size of the log(s) is
net helpmsg 5807: controlled by the following registry DWORD value
net helpmsg 5807: 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters\LogFileMaxSize';
net helpmsg 5807: the default is *** bytes. The current maximum size is *** bytes. To set a
net helpmsg 5807: different maximum size, create the above registry value and set the desired
net helpmsg 5807: maximum size in bytes.
net helpmsg 5808: The deregistration of some DNS domain controller locator records was aborted
net helpmsg 5808: at the time of this domain controller demotion because the DNS deregistrations
net helpmsg 5808: took too long.
net helpmsg 5808: USER ACTION
net helpmsg 5808: Manually delete the DNS records listed in the file
net helpmsg 5808: 'SystemRoot\System32\Config\Netlogon.dns' from the DNS database.
net helpmsg 5809: The NetLogon service on this domain controller has been configured to use port ***
net helpmsg 5809: for incoming RPC connections over TCP/IP from remote machines. However, the
net helpmsg 5809: following error occurred when Netlogon attempted to register this port with the RPC
net helpmsg 5809: endpoint mapper service:
net helpmsg 5809: ***
net helpmsg 5809: This will prevent the NetLogon service on remote
net helpmsg 5809: machines from connecting to this domain controller over TCP/IP that may result in
net helpmsg 5809: authentication problems.
net helpmsg 5809: USER ACTION
net helpmsg 5809: The specified port is configured via the Group Policy or via a registry value 'DcTcpipPort'
net helpmsg 5809: under the 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters'
net helpmsg 5809: registry key; the value configured through the Group Policy takes precedence. If the
net helpmsg 5809: port specified is in error, reset it to a correct value. You can also remove this
net helpmsg 5809: configuration for the port in which case the port will be assigned dynamically by
net helpmsg 5809: the endpoint mapper at the time the NetLogon service on remote machines makes RPC connections
net helpmsg 5809: to this domain controller. After the misconfiguration is corrected, restart the NetLogon
net helpmsg 5809: service on this machine and verify that this event log no longer appears.
net helpmsg 5810: During the past *** hours, this domain controller has received *** connections
net helpmsg 5810: from dual-stack IPv4/IPv6 clients with partial subnet-site mappings. A client
net helpmsg 5810: has a partial subnet-site mapping if its IPv4 address is mapped to a site but
net helpmsg 5810: its global IPv6 address is not mapped to a site, or vice versa. To ensure correct
net helpmsg 5810: behavior for applications running on member computers and servers that rely on
net helpmsg 5810: subnet-site mappings, dual-stack IPv4/IPv6 clients must have both IPv4 and global
net helpmsg 5810: IPv6 addresses mapped to the same site. If a partially mapped client attempts
net helpmsg 5810: to connect to this domain controller using its unmapped IP address, its mapped
net helpmsg 5810: address is used for the client's site mapping.
net helpmsg 5810: The log files SystemRoot\debug\netlogon.log or SystemRoot\debug\netlogon.bak
net helpmsg 5810: contain the name, unmapped IP address and mapped IP address for each partially
net helpmsg 5810: mapped client. The log files may also contain unrelated debugging information.
net helpmsg 5810: To locate the information pertaining to partial-subnet mappings, search for
net helpmsg 5810: lines that contain the text 'PARTIAL_CLIENT_SITE_MAPPING:'. The first word after
net helpmsg 5810: this text is the client name. Following the client name is the client's unmapped
net helpmsg 5810: IP address (the IP address that does not have a subnet-site mapping) and the
net helpmsg 5810: client's mapped IP address, which was used to return site information.
net helpmsg 5810: USER ACTION
net helpmsg 5810: Use the Active Directory Sites and Services management console (MMC) snap-in
net helpmsg 5810: to add the subnet mapping for the unmapped IP addresses to the same site being
net helpmsg 5810: used by the mapped IP addresses. When adding site mappings for IPv6 addresses,
net helpmsg 5810: you should use global IPv6 addresses and not for instance temporary, link-local
net helpmsg 5810: or site-local IPv6 addresses.
net helpmsg 5810: The default maximum size of the log files is *** bytes. The current maximum
net helpmsg 5810: size is *** bytes. To set a different maximum size, create the following registry
net helpmsg 5810: DWORD value to specify the maximum size in bytes:
net helpmsg 5810: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters\LogFileMaxSize
net helpmsg 5811: The dynamic registration of the DNS record '***' for the remote domain controller '***'
net helpmsg 5811: failed on the following DNS server:
net helpmsg 5811: DNS server IP address: ***
net helpmsg 5811: Returned Response Code (RCODE): ***
net helpmsg 5811: Returned Status Code: ***
net helpmsg 5811: For computers and users to locate the domain controller '***', this record must be
net helpmsg 5811: registered in DNS.
net helpmsg 5811: USER ACTION
net helpmsg 5811: Determine what might have caused this failure, resolve the problem, and initiate
net helpmsg 5811: registration of the DNS records by the domain controller '***'. For help with determining
net helpmsg 5811: and resolving the problem, see Help and Support for information about troubleshooting
net helpmsg 5811: DNS. To initiate registration of the DNS records by the domain controller '***', run
net helpmsg 5811: 'nltest.exe /dsregdns' from the command prompt on the domain controller '***' or restart
net helpmsg 5811: the Net Logon service on the domain controller '***'. Nltest.exe is a command line tool
net helpmsg 5811: that is built into Windows Server.
net helpmsg 5811: As a workaround, you can manually add this record to DNS, but it is not recommended
net helpmsg 5811: because you then must manually update any changes it requires hereafter.
net helpmsg 5811: ADDITIONAL DATA
net helpmsg 5811: Error Value: ***
net helpmsg 5812: The dynamic deregistration of the DNS record '***' for the remote domain controller
net helpmsg 5812: '***' failed on the following DNS server:
net helpmsg 5812: DNS server IP address: ***
net helpmsg 5812: Returned Response Code (RCODE): ***
net helpmsg 5812: Returned Status Code: ***
net helpmsg 5812: USER ACTION
net helpmsg 5812: To prevent remote computers from attempting to connect to the domain controller '***'
net helpmsg 5812: using an invalid record, delete the record '***' manually or troubleshoot the root cause
net helpmsg 5812: behind the dynamic deregistration failure. To learn more about troubleshooting DNS, see
net helpmsg 5812: Help and Support.
net helpmsg 5812: ADDITIONAL DATA
net helpmsg 5812: Error Value: ***
net helpmsg 5813: The dynamic registration request for the DNS record '***' has been rejected by the
net helpmsg 5813: remote domain controller '***'. Error: '***'
net helpmsg 5813: For computers and users to locate this domain controller, this record must be
net helpmsg 5813: registered in DNS. If the problem persists, please contact your domain administrator.
net helpmsg 5814: The dynamic deregistration request of the DNS record '***' has been rejected by the
net helpmsg 5814: remote domain controller '***'. Error: '***'
net helpmsg 5814: To prevent remote computers from connecting unnecessarily to this domain controller,
net helpmsg 5814: an administrator with sufficient privileges must manually delete the record on the DNS
net helpmsg 5814: server that hosts it.
net helpmsg 5815: The remoting of the dynamic update request for the local domain controller's DNS records
net helpmsg 5815: through a secure session has failed with error '***'.
net helpmsg 5815: For other computers and member servers to locate this domain controller, the appropriate
net helpmsg 5815: records must be registered in DNS. On this domain controller, look for events related to
net helpmsg 5815: failure to set up a secure session to determine why the request is failing. If the problem
net helpmsg 5815: persists, please contact your domain administrator.
net helpmsg 5816: Netlogon has failed an authentication request of account *** in domain ***. The request timed out before it
net helpmsg 5816: could be sent to domain controller *** in domain ***. This is the first failure. If the problem continues,
net helpmsg 5816: consolidated events will be logged about every *** minutes.
net helpmsg 5816: Please see http://support.microsoft.com/kb/2654097 for more information.
net helpmsg 5817: Netlogon has failed an additional *** authentication requests in the last *** minutes.
net helpmsg 5817: The requests timed out before they could be sent to domain controller *** in domain ***.
net helpmsg 5817: Please see http://support.microsoft.com/kb/2654097 for more information.
net helpmsg 5818: Netlogon took more than *** seconds for an authentication request of account *** in domain ***, through
net helpmsg 5818: domain controller *** in domain ***. This is the first warning. If the problem persists, a recurring event will be logged
net helpmsg 5818: every *** minutes.
net helpmsg 5818: Please see http://support.microsoft.com/kb/2654097 for more information on this error.
net helpmsg 5819: Netlogon took more than *** seconds for *** authentication requests through domain controller *** in domain *** in the last *** minutes.
net helpmsg 5819: Please see http://support.microsoft.com/kb/2654097 for more information.
net helpmsg 5820: The Netlogon service could not add the AuthZ RPC interface. The
net helpmsg 5820: service was terminated. The following error occurred: '***'
net helpmsg 5821: The Netlogon service failed to initialize the AuthZ resource manager.
net helpmsg 5821: The service was terminated. The following error occurred: '***'.
net helpmsg 5822: The Netlogon service failed to initialize the security descriptor
net helpmsg 5822: for the Netlogon RPC interface. The service was terminated. The
net helpmsg 5822: following error occurred: '***'.
net helpmsg 5823: The system successfully changed its password on the domain controller ***.
net helpmsg 5823: This event is logged when the password for the computer account is
net helpmsg 5823: changed by the system. It is logged on the computer that changed the
net helpmsg 5823: password.
net helpmsg 5824: The system successfully changed the password for managed service account ***
net helpmsg 5824: on the domain controller ***.
net helpmsg 5824: This event is logged when the password for a standalone managed service
net helpmsg 5824: account is changed by the system. It is logged on the computer that
net helpmsg 5824: changed the password.
net helpmsg 5890: An operation was attempted that is incompatible with the current membership state of the node.
net helpmsg 5891: The quorum resource does not contain the quorum log.
net helpmsg 5892: The membership engine requested shutdown of the cluster service on this node.
net helpmsg 5893: The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.
net helpmsg 5894: A matching cluster network for the specified IP address could not be found.
net helpmsg 5895: The actual data type of the property did not match the expected data type of the property.
net helpmsg 5896: The cluster node was evicted from the cluster successfully, but the node was not cleaned up. To determine what cleanup steps failed and how to recover, see the Failover Clustering application event log using Event Viewer.
net helpmsg 5897: Two or more parameter values specified for a resource's properties are in conflict.
net helpmsg 5898: This computer cannot be made a member of a cluster.
net helpmsg 5899: This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.
net helpmsg 5900: A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster.
net helpmsg 5901: The cluster configuration action has already been committed.
net helpmsg 5902: The cluster configuration action could not be rolled back.
net helpmsg 5903: The drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node.
net helpmsg 5904: One or more nodes in the cluster are running a version of Windows that does not support this operation.
net helpmsg 5905: The name of the corresponding computer account doesn't match the Network Name for this resource.
net helpmsg 5906: No network adapters are available.
net helpmsg 5907: The cluster node has been poisoned.
net helpmsg 5908: The group is unable to accept the request since it is moving to another node.
net helpmsg 5909: The resource type cannot accept the request since is too busy performing another operation.
net helpmsg 5910: The call to the cluster resource DLL timed out.
net helpmsg 5911: The address is not valid for an IPv6 Address resource. A global IPv6 address is required, and it must match a cluster network. Compatibility addresses are not permitted.
net helpmsg 5912: An internal cluster error occurred. A call to an invalid function was attempted.
net helpmsg 5913: A parameter value is out of acceptable range.
net helpmsg 5914: A network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required.
net helpmsg 5915: An invalid cluster registry operation was attempted.
net helpmsg 5916: An input string of characters is not properly terminated.
net helpmsg 5917: An input string of characters is not in a valid format for the data it represents.
net helpmsg 5918: An internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress.
net helpmsg 5919: An internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress.
net helpmsg 5920: An internal cluster error occurred. Data was not properly initialized.
net helpmsg 5921: An error occurred while reading from a stream of data. An unexpected number of bytes was returned.
net helpmsg 5922: An error occurred while writing to a stream of data. The required number of bytes could not be written.
net helpmsg 5923: An error occurred while deserializing a stream of cluster data.
net helpmsg 5924: One or more property values for this resource are in conflict with one or more property values associated with its dependent resource(s).
net helpmsg 5925: A quorum of cluster nodes was not present to form a cluster.
net helpmsg 5926: The cluster network is not valid for an IPv6 Address resource, or it does not match the configured address.
net helpmsg 5927: The cluster network is not valid for an IPv6 Tunnel resource. Check the configuration of the IP Address resource on which the IPv6 Tunnel resource depends.
net helpmsg 5928: Quorum resource cannot reside in the Available Storage group.
net helpmsg 5929: The dependencies for this resource are nested too deeply.
net helpmsg 5930: The call into the resource DLL raised an unhandled exception.
net helpmsg 5931: The RHS process failed to initialize.
net helpmsg 5932: The Failover Clustering feature is not installed on this node.
net helpmsg 5933: The resources must be online on the same node for this operation
net helpmsg 5934: A new node can not be added since this cluster is already at its maximum number of nodes.
net helpmsg 5935: This cluster can not be created since the specified number of nodes exceeds the maximum allowed limit.
net helpmsg 5936: An attempt to use the specified cluster name failed because an enabled computer object with the given name already exists in the domain.
net helpmsg 5937: This cluster cannot be destroyed. It has non-core application groups which must be deleted before the cluster can be destroyed.
net helpmsg 5938: File share associated with file share witness resource cannot be hosted by this cluster or any of its nodes.
net helpmsg 5939: Eviction of this node is invalid at this time. Due to quorum requirements node eviction will result in cluster shutdown.
net helpmsg 5939: If it is the last node in the cluster, destroy cluster command should be used.
net helpmsg 5940: Only one instance of this resource type is allowed in the cluster.
net helpmsg 5941: Only one instance of this resource type is allowed per resource group.
net helpmsg 5942: The resource failed to come online due to the failure of one or more provider resources.
net helpmsg 5943: The resource has indicated that it cannot come online on any node.
net helpmsg 5944: The current operation cannot be performed on this group at this time.
net helpmsg 5945: The directory or file is not located on a cluster shared volume.
net helpmsg 5946: The Security Descriptor does not meet the requirements for a cluster.
net helpmsg 5947: There is one or more shared volumes resources configured in the cluster.
net helpmsg 5947: Those resources must be moved to available storage in order for operation to succeed.
net helpmsg 5948: This group or resource cannot be directly manipulated.
net helpmsg 5948: Use shared volume APIs to perform desired operation.
net helpmsg 5949: Back up is in progress. Please wait for backup completion before trying this operation again.
net helpmsg 5950: The path does not belong to a cluster shared volume.
net helpmsg 5951: The cluster shared volume is not locally mounted on this node.
net helpmsg 5952: The cluster watchdog is terminating.
net helpmsg 5953: A resource vetoed a move between two nodes because they are incompatible.
net helpmsg 5954: The request is invalid either because node weight cannot be changed while the cluster is in disk-only quorum mode, or because changing the node weight would violate the minimum cluster quorum requirements.
net helpmsg 5955: The resource vetoed the call.
net helpmsg 5956: Resource could not start or run because it could not reserve sufficient system resources.
net helpmsg 5957: A resource vetoed a move between two nodes because the destination currently does not have enough resources to complete the operation.
net helpmsg 5958: A resource vetoed a move between two nodes because the source currently does not have enough resources to complete the operation.
net helpmsg 5959: The requested operation can not be completed because the group is queued for an operation.
net helpmsg 5960: The requested operation can not be completed because a resource has locked status.
net helpmsg 5961: The resource cannot move to another node because a cluster shared volume vetoed the operation.
net helpmsg 5962: A node drain is already in progress.
net helpmsg 5963: Clustered storage is not connected to the node.
net helpmsg 5964: The disk is not configured in a way to be used with CSV. CSV disks must have at least one partition that is formatted with NTFS or REFS.
net helpmsg 5965: The resource must be part of the Available Storage group to complete this action.
net helpmsg 5966: CSVFS failed operation as volume is in redirected mode.
net helpmsg 5967: CSVFS failed operation as volume is not in redirected mode.
net helpmsg 5968: Cluster properties cannot be returned at this time.
net helpmsg 5969: The clustered disk resource contains software snapshot diff area that are not supported for Cluster Shared Volumes.
net helpmsg 5970: The operation cannot be completed because the resource is in maintenance mode.
net helpmsg 5971: The operation cannot be completed because of cluster affinity conflicts
net helpmsg 5972: The operation cannot be completed because the resource is a replica virtual machine.
net helpmsg 5973: The Cluster Functional Level could not be increased because not all nodes in the cluster support the updated version.
net helpmsg 5974: Updating the cluster functional level failed because the cluster is running in fix quorum mode.
net helpmsg 5974: Start additional nodes which are members of the cluster until the cluster reaches quorum and the cluster will automatically
net helpmsg 5974: switch out of fix quorum mode, or stop and restart the cluster without the FixQuorum switch. Once the cluster is out
net helpmsg 5974: of fix quorum mode retry the Update-ClusterFunctionalLevel PowerShell cmdlet to update the cluster functional level.
net helpmsg 5975: The cluster functional level has been successfully updated but not all features are available yet. Restart the cluster by
net helpmsg 5975: using the Stop-Cluster PowerShell cmdlet followed by the Start-Cluster PowerShell cmdlet and all cluster features will
net helpmsg 5975: be available.
net helpmsg 5976: The cluster is currently performing a version upgrade.
net helpmsg 5977: The cluster did not successfully complete the version upgrade.
net helpmsg 5978: The cluster node is in grace period.
net helpmsg 5979: The operation has failed because CSV volume was not able to recover in time specified on this file object.
net helpmsg 5980: The operation failed because the requested node is not currently part of active cluster membership.
net helpmsg 5981: The operation failed because the requested cluster resource is currently unmonitored.
net helpmsg 5982: The operation failed because a resource does not support running in an unmonitored state.
net helpmsg 5983: The operation cannot be completed because a resource participates in replication.
net helpmsg 5984: The operation failed because the requested cluster node has been isolated
net helpmsg 5985: The operation failed because the requested cluster node has been quarantined
net helpmsg 5986: The operation failed because the specified database update condition was not met
net helpmsg 5987: A clustered space is in a degraded condition and the requested action cannot be completed at this time.
net helpmsg 5988: The operation failed because token delegation for this control is not supported.
net helpmsg 5989: The operation has failed because CSV has invalidated this file object.
net helpmsg 5990: This operation is supported only on the CSV coordinator node.
net helpmsg 5991: The cluster group set is not available for any further requests.
net helpmsg 5992: The cluster group set could not be found.
net helpmsg 5993: The action cannot be completed at this time because the cluster group set would fall below quorum and not be able to act as a provider.
net helpmsg 5994: The specified parent fault domain is not found.
net helpmsg 5995: The fault domain cannot be a child of the parent specified.
net helpmsg 5996: Storage Spaces Direct has rejected the proposed fault domain changes because it impacts the fault tolerance of the storage.
net helpmsg 5997: Storage Spaces Direct has rejected the proposed fault domain changes because it reduces the storage connected to the system.
net helpmsg 6000: The specified file could not be encrypted.
net helpmsg 6001: The specified file could not be decrypted.
net helpmsg 6002: The specified file is encrypted and the user does not have the ability to decrypt it.
net helpmsg 6003: There is no valid encryption recovery policy configured for this system.
net helpmsg 6004: The required encryption driver is not loaded for this system.
net helpmsg 6005: The file was encrypted with a different encryption driver than is currently loaded.
net helpmsg 6006: There are no EFS keys defined for the user.
net helpmsg 6007: The specified file is not encrypted.
net helpmsg 6008: The specified file is not in the defined EFS export format.
net helpmsg 6009: The specified file is read only.
net helpmsg 6010: The directory has been disabled for encryption.
net helpmsg 6011: The server is not trusted for remote encryption operation.
net helpmsg 6012: Recovery policy configured for this system contains invalid recovery certificate.
net helpmsg 6013: The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.
net helpmsg 6014: The disk partition does not support file encryption.
net helpmsg 6015: This machine is disabled for file encryption.
net helpmsg 6016: A newer system is required to decrypt this encrypted file.
net helpmsg 6017: The remote server sent an invalid response for a file being opened with Client Side Encryption.
net helpmsg 6018: Client Side Encryption is not supported by the remote server even though it claims to support it.
net helpmsg 6019: File is encrypted and should be opened in Client Side Encryption mode.
net helpmsg 6020: A new encrypted file is being created and a $EFS needs to be provided.
net helpmsg 6021: The SMB client requested a CSE FSCTL on a non-CSE file.
net helpmsg 6022: The requested operation was blocked by policy. For more information, contact your system administrator.
net helpmsg 6118: The list of servers for this workgroup is not currently available
net helpmsg 6200: The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks may be configured to run in other accounts.
net helpmsg 6600: Log service encountered an invalid log sector.
net helpmsg 6601: Log service encountered a log sector with invalid block parity.
net helpmsg 6602: Log service encountered a remapped log sector.
net helpmsg 6603: Log service encountered a partial or incomplete log block.
net helpmsg 6604: Log service encountered an attempt access data outside the active log range.
net helpmsg 6605: Log service user marshalling buffers are exhausted.
net helpmsg 6606: Log service encountered an attempt read from a marshalling area with an invalid read context.
net helpmsg 6607: Log service encountered an invalid log restart area.
net helpmsg 6608: Log service encountered an invalid log block version.
net helpmsg 6609: Log service encountered an invalid log block.
net helpmsg 6610: Log service encountered an attempt to read the log with an invalid read mode.
net helpmsg 6611: Log service encountered a log stream with no restart area.
net helpmsg 6612: Log service encountered a corrupted metadata file.
net helpmsg 6613: Log service encountered a metadata file that could not be created by the log file system.
net helpmsg 6614: Log service encountered a metadata file with inconsistent data.
net helpmsg 6615: Log service encountered an attempt to erroneous allocate or dispose reservation space.
net helpmsg 6616: Log service cannot delete log file or file system container.
net helpmsg 6617: Log service has reached the maximum allowable containers allocated to a log file.
net helpmsg 6618: Log service has attempted to read or write backward past the start of the log.
net helpmsg 6619: Log policy could not be installed because a policy of the same type is already present.
net helpmsg 6620: Log policy in question was not installed at the time of the request.
net helpmsg 6621: The installed set of policies on the log is invalid.
net helpmsg 6622: A policy on the log in question prevented the operation from completing.
net helpmsg 6623: Log space cannot be reclaimed because the log is pinned by the archive tail.
net helpmsg 6624: Log record is not a record in the log file.
net helpmsg 6625: Number of reserved log records or the adjustment of the number of reserved log records is invalid.
net helpmsg 6626: Reserved log space or the adjustment of the log space is invalid.
net helpmsg 6627: An new or existing archive tail or base of the active log is invalid.
net helpmsg 6628: Log space is exhausted.
net helpmsg 6629: The log could not be set to the requested size.
net helpmsg 6630: Log is multiplexed, no direct writes to the physical log is allowed.
net helpmsg 6631: The operation failed because the log is a dedicated log.
net helpmsg 6632: The operation requires an archive context.
net helpmsg 6633: Log archival is in progress.
net helpmsg 6634: The operation requires a non-ephemeral log, but the log is ephemeral.
net helpmsg 6635: The log must have at least two containers before it can be read from or written to.
net helpmsg 6636: A log client has already registered on the stream.
net helpmsg 6637: A log client has not been registered on the stream.
net helpmsg 6638: A request has already been made to handle the log full condition.
net helpmsg 6639: Log service encountered an error when attempting to read from a log container.
net helpmsg 6640: Log service encountered an error when attempting to write to a log container.
net helpmsg 6641: Log service encountered an error when attempting open a log container.
net helpmsg 6642: Log service encountered an invalid container state when attempting a requested action.
net helpmsg 6643: Log service is not in the correct state to perform a requested action.
net helpmsg 6644: Log space cannot be reclaimed because the log is pinned.
net helpmsg 6645: Log metadata flush failed.
net helpmsg 6646: Security on the log and its containers is inconsistent.
net helpmsg 6647: Records were appended to the log or reservation changes were made, but the log could not be flushed.
net helpmsg 6648: The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available.
net helpmsg 6700: The transaction handle associated with this operation is not valid.
net helpmsg 6701: The requested operation was made in the context of a transaction that is no longer active.
net helpmsg 6702: The requested operation is not valid on the Transaction object in its current state.
net helpmsg 6703: The caller has called a response API, but the response is not expected because the TM did not issue the corresponding request to the caller.
net helpmsg 6704: It is too late to perform the requested operation, since the Transaction has already been aborted.
net helpmsg 6705: It is too late to perform the requested operation, since the Transaction has already been committed.
net helpmsg 6706: The Transaction Manager was unable to be successfully initialized. Transacted operations are not supported.
net helpmsg 6707: The specified ResourceManager made no changes or updates to the resource under this transaction.
net helpmsg 6708: The resource manager has attempted to prepare a transaction that it has not successfully joined.
net helpmsg 6709: The Transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allow.
net helpmsg 6710: The RM tried to register a protocol that already exists.
net helpmsg 6711: The attempt to propagate the Transaction failed.
net helpmsg 6712: The requested propagation protocol was not registered as a CRM.
net helpmsg 6713: The buffer passed in to PushTransaction or PullTransaction is not in a valid format.
net helpmsg 6714: The current transaction context associated with the thread is not a valid handle to a transaction object.
net helpmsg 6715: The specified Transaction object could not be opened, because it was not found.
net helpmsg 6716: The specified ResourceManager object could not be opened, because it was not found.
net helpmsg 6717: The specified Enlistment object could not be opened, because it was not found.
net helpmsg 6718: The specified TransactionManager object could not be opened, because it was not found.
net helpmsg 6719: The object specified could not be created or opened, because its associated TransactionManager is not online. The TransactionManager must be brought fully Online by calling RecoverTransactionManager to recover to the end of its LogFile before objects in its Transaction or ResourceManager namespaces can be opened. In addition, errors in writing records to its LogFile can cause a TransactionManager to go offline.
net helpmsg 6720: The specified TransactionManager was unable to create the objects contained in its logfile in the Ob namespace. Therefore, the TransactionManager was unable to recover.
net helpmsg 6721: The call to create a superior Enlistment on this Transaction object could not be completed, because the Transaction object specified for the enlistment is a subordinate branch of the Transaction. Only the root of the Transaction can be enlisted on as a superior.
net helpmsg 6722: Because the associated transaction manager or resource manager has been closed, the handle is no longer valid.
net helpmsg 6723: The specified operation could not be performed on this Superior enlistment, because the enlistment was not created with the corresponding completion response in the NotificationMask.
net helpmsg 6724: The specified operation could not be performed, because the record that would be logged was too long. This can occur because of two conditions: either there are too many Enlistments on this Transaction, or the combined RecoveryInformation being logged on behalf of those Enlistments is too long.
net helpmsg 6725: Implicit transaction are not supported.
net helpmsg 6726: The kernel transaction manager had to abort or forget the transaction because it blocked forward progress.
net helpmsg 6727: The TransactionManager identity that was supplied did not match the one recorded in the TransactionManager's log file.
net helpmsg 6728: This snapshot operation cannot continue because a transactional resource manager cannot be frozen in its current state. Please try again.
net helpmsg 6729: The transaction cannot be enlisted on with the specified EnlistmentMask, because the transaction has already completed the PrePrepare phase. In order to ensure correctness, the ResourceManager must switch to a write-through mode and cease caching data within this transaction. Enlisting for only subsequent transaction phases may still succeed.
net helpmsg 6730: The transaction does not have a superior enlistment.
net helpmsg 6731: The attempt to commit the Transaction completed, but it is possible that some portion of the transaction tree did not commit successfully due to heuristics. Therefore it is possible that some data modified in the transaction may not have committed, resulting in transactional inconsistency. If possible, check the consistency of the associated data.
net helpmsg 6800: The function attempted to use a name that is reserved for use by another transaction.
net helpmsg 6801: Transaction support within the specified resource manager is not started or was shut down due to an error.
net helpmsg 6802: The metadata of the RM has been corrupted. The RM will not function.
net helpmsg 6803: The specified directory does not contain a resource manager.
net helpmsg 6805: The remote server or share does not support transacted file operations.
net helpmsg 6806: The requested log size is invalid.
net helpmsg 6807: The object (file, stream, link) corresponding to the handle has been deleted by a Transaction Savepoint Rollback.
net helpmsg 6808: The specified file miniversion was not found for this transacted file open.
net helpmsg 6809: The specified file miniversion was found but has been invalidated. Most likely cause is a transaction savepoint rollback.
net helpmsg 6810: A miniversion may only be opened in the context of the transaction that created it.
net helpmsg 6811: It is not possible to open a miniversion with modify access.
net helpmsg 6812: It is not possible to create any more miniversions for this stream.
net helpmsg 6814: The remote server sent mismatching version number or Fid for a file opened with transactions.
net helpmsg 6815: The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file or an open handle when the transaction ended or rolled back to savepoint.
net helpmsg 6816: There is no transaction metadata on the file.
net helpmsg 6817: The log data is corrupt.
net helpmsg 6818: The file can't be recovered because there is a handle still open on it.
net helpmsg 6819: The transaction outcome is unavailable because the resource manager responsible for it has disconnected.
net helpmsg 6820: The request was rejected because the enlistment in question is not a superior enlistment.
net helpmsg 6821: The transactional resource manager is already consistent. Recovery is not needed.
net helpmsg 6822: The transactional resource manager has already been started.
net helpmsg 6823: The file cannot be opened transactionally, because its identity depends on the outcome of an unresolved transaction.
net helpmsg 6824: The operation cannot be performed because another transaction is depending on the fact that this property will not change.
net helpmsg 6825: The operation would involve a single file with two transactional resource managers and is therefore not allowed.
net helpmsg 6826: The $Txf directory must be empty for this operation to succeed.
net helpmsg 6827: The operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed.
net helpmsg 6828: The operation could not be completed because the transaction manager does not have a log.
net helpmsg 6829: A rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution.
net helpmsg 6830: The transactional metadata attribute on the file or directory is corrupt and unreadable.
net helpmsg 6831: The encryption operation could not be completed because a transaction is active.
net helpmsg 6832: This object is not allowed to be opened in a transaction.
net helpmsg 6833: An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log.
net helpmsg 6834: Memory mapping (creating a mapped section) a remote file under a transaction is not supported.
net helpmsg 6835: Transaction metadata is already present on this file and cannot be superseded.
net helpmsg 6836: A transaction scope could not be entered because the scope handler has not been initialized.
net helpmsg 6837: Promotion was required in order to allow the resource manager to enlist, but the transaction was set to disallow it.
net helpmsg 6838: This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader.
net helpmsg 6839: The request to thaw frozen transactions was ignored because transactions had not previously been frozen.
net helpmsg 6840: Transactions cannot be frozen because a freeze is already in progress.
net helpmsg 6841: The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot.
net helpmsg 6842: The savepoint operation failed because files are open on the transaction. This is not permitted.
net helpmsg 6843: Windows has discovered corruption in a file, and that file has since been repaired. Data loss may have occurred.
net helpmsg 6844: The sparse operation could not be completed because a transaction is active on the file.
net helpmsg 6845: The call to create a TransactionManager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument.
net helpmsg 6846: I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data.
net helpmsg 6847: The transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources.
net helpmsg 6848: The transactional resource manager had too many tranactions outstanding that could not be aborted. The transactional resource manger has been shut down.
net helpmsg 6849: The operation could not be completed due to bad clusters on disk.
net helpmsg 6850: The compression operation could not be completed because a transaction is active on the file.
net helpmsg 6851: The operation could not be completed because the volume is dirty. Please run chkdsk and try again.
net helpmsg 6852: The link tracking operation could not be completed because a transaction is active.
net helpmsg 6853: This operation cannot be performed in a transaction.
net helpmsg 6854: The handle is no longer properly associated with its transaction. It may have been opened in a transactional resource manager that was subsequently forced to restart. Please close the handle and open a new one.
net helpmsg 6855: The specified operation could not be performed because the resource manager is not enlisted in the transaction.
net helpmsg 7001: The specified session name is invalid.
net helpmsg 7002: The specified protocol driver is invalid.
net helpmsg 7003: The specified protocol driver was not found in the system path.
net helpmsg 7004: The specified terminal connection driver was not found in the system path.
net helpmsg 7005: A registry key for event logging could not be created for this session.
net helpmsg 7006: A service with the same name already exists on the system.
net helpmsg 7007: A close operation is pending on the session.
net helpmsg 7008: There are no free output buffers available.
net helpmsg 7009: The MODEM.INF file was not found.
net helpmsg 7010: The modem name was not found in MODEM.INF.
net helpmsg 7011: The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.
net helpmsg 7012: The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on.
net helpmsg 7013: Carrier detect has failed or carrier has been dropped due to disconnect.
net helpmsg 7014: Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.
net helpmsg 7015: Busy signal detected at remote site on callback.
net helpmsg 7016: Voice detected at remote site on callback.
net helpmsg 7017: Transport driver error
net helpmsg 7022: The specified session cannot be found.
net helpmsg 7023: The specified session name is already in use.
net helpmsg 7024: The task you are trying to do can't be completed because Remote Desktop Services is currently busy. Please try again in a few minutes. Other users should still be able to log on.
net helpmsg 7025: An attempt has been made to connect to a session whose video mode is not supported by the current client.
net helpmsg 7035: The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.
net helpmsg 7037: Your interactive logon privilege has been disabled. Please contact your administrator.
net helpmsg 7038: The requested operation can be performed only on the system console. This is most often the result of a driver or system DLL requiring direct console access.
net helpmsg 7040: The client failed to respond to the server connect message.
net helpmsg 7041: Disconnecting the console session is not supported.
net helpmsg 7042: Reconnecting a disconnected session to the console is not supported.
net helpmsg 7044: The request to control another session remotely was denied.
net helpmsg 7045: The requested session access is denied.
net helpmsg 7049: The specified terminal connection driver is invalid.
net helpmsg 7050: The requested session cannot be controlled remotely.
net helpmsg 7050: This may be because the session is disconnected or does not currently have a user logged on.
net helpmsg 7051: The requested session is not configured to allow remote control.
net helpmsg 7052: Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number is currently being used by another user. Please call your system administrator to obtain a unique license number.
net helpmsg 7053: Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number has not been entered for this copy of the Terminal Server client. Please contact your system administrator.
net helpmsg 7054: The number of connections to this computer is limited and all connections are in use right now. Try connecting later or contact your system administrator.
net helpmsg 7055: The client you are using is not licensed to use this system. Your logon request is denied.
net helpmsg 7056: The system license has expired. Your logon request is denied.
net helpmsg 7057: Remote control could not be terminated because the specified session is not currently being remotely controlled.
net helpmsg 7058: The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported.
net helpmsg 7059: Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared.
net helpmsg 7060: Remote logins are currently disabled.
net helpmsg 7061: You do not have the proper encryption level to access this Session.
net helpmsg 7062: The user s\\s is currently logged on to this computer. Only the current user or an administrator can log on to this computer.
net helpmsg 7063: The user s\\s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact s\\s and have them log off.
net helpmsg 7064: Unable to log you on because of an account restriction.
net helpmsg 7066: The Client Drive Mapping Service Has Connected on Terminal Connection.
net helpmsg 7067: The Client Drive Mapping Service Has Disconnected on Terminal Connection.
net helpmsg 7068: The Terminal Server security layer detected an error in the protocol stream and has disconnected the client.
net helpmsg 7069: The target session is incompatible with the current session.
net helpmsg 7070: Windows can't connect to your session because a problem occurred in the Windows video subsystem. Try connecting again later, or contact the server administrator for assistance.
net helpmsg 8001: The file replication service API was called incorrectly.
net helpmsg 8002: The file replication service cannot be started.
net helpmsg 8003: The file replication service cannot be stopped.
net helpmsg 8004: The file replication service API terminated the request. The event log may have more information.
net helpmsg 8005: The file replication service terminated the request. The event log may have more information.
net helpmsg 8006: The file replication service cannot be contacted. The event log may have more information.
net helpmsg 8007: The file replication service cannot satisfy the request because the user has insufficient privileges. The event log may have more information.
net helpmsg 8008: The file replication service cannot satisfy the request because authenticated RPC is not available. The event log may have more information.
net helpmsg 8009: The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. The event log may have more information.
net helpmsg 8010: The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. The event log may have more information.
net helpmsg 8011: The file replication service cannot communicate with the file replication service on the domain controller. The event log may have more information.
net helpmsg 8012: The file replication service on the domain controller cannot communicate with the file replication service on this computer. The event log may have more information.
net helpmsg 8013: The file replication service cannot populate the system volume because of an internal error. The event log may have more information.
net helpmsg 8014: The file replication service cannot populate the system volume because of an internal timeout. The event log may have more information.
net helpmsg 8015: The file replication service cannot process the request. The system volume is busy with a previous request.
net helpmsg 8016: The file replication service cannot stop replicating the system volume because of an internal error. The event log may have more information.
net helpmsg 8017: The file replication service detected an invalid parameter.
net helpmsg 8200: An error occurred while installing the directory service. For more information, see the event log.
net helpmsg 8201: The directory service evaluated group memberships locally.
net helpmsg 8202: The specified directory service attribute or value does not exist.
net helpmsg 8203: The attribute syntax specified to the directory service is invalid.
net helpmsg 8204: The attribute type specified to the directory service is not defined.
net helpmsg 8205: The specified directory service attribute or value already exists.
net helpmsg 8206: The directory service is busy.
net helpmsg 8207: The directory service is unavailable.
net helpmsg 8208: The directory service was unable to allocate a relative identifier.
net helpmsg 8209: The directory service has exhausted the pool of relative identifiers.
net helpmsg 8210: The requested operation could not be performed because the directory service is not the master for that type of operation.
net helpmsg 8211: The directory service was unable to initialize the subsystem that allocates relative identifiers.
net helpmsg 8212: The requested operation did not satisfy one or more constraints associated with the class of the object.
net helpmsg 8213: The directory service can perform the requested operation only on a leaf object.
net helpmsg 8214: The directory service cannot perform the requested operation on the RDN attribute of an object.
net helpmsg 8215: The directory service detected an attempt to modify the object class of an object.
net helpmsg 8216: The requested cross-domain move operation could not be performed.
net helpmsg 8217: Unable to contact the global catalog server.
net helpmsg 8218: The policy object is shared and can only be modified at the root.
net helpmsg 8219: The policy object does not exist.
net helpmsg 8220: The requested policy information is only in the directory service.
net helpmsg 8221: A domain controller promotion is currently active.
net helpmsg 8222: A domain controller promotion is not currently active
net helpmsg 8224: An operations error occurred.
net helpmsg 8225: A protocol error occurred.
net helpmsg 8226: The time limit for this request was exceeded.
net helpmsg 8227: The size limit for this request was exceeded.
net helpmsg 8228: The administrative limit for this request was exceeded.
net helpmsg 8229: The compare response was false.
net helpmsg 8230: The compare response was true.
net helpmsg 8231: The requested authentication method is not supported by the server.
net helpmsg 8232: A more secure authentication method is required for this server.
net helpmsg 8233: Inappropriate authentication.
net helpmsg 8234: The authentication mechanism is unknown.
net helpmsg 8235: A referral was returned from the server.
net helpmsg 8236: The server does not support the requested critical extension.
net helpmsg 8237: This request requires a secure connection.
net helpmsg 8238: Inappropriate matching.
net helpmsg 8239: A constraint violation occurred.
net helpmsg 8240: There is no such object on the server.
net helpmsg 8241: There is an alias problem.
net helpmsg 8242: An invalid dn syntax has been specified.
net helpmsg 8243: The object is a leaf object.
net helpmsg 8244: There is an alias dereferencing problem.
net helpmsg 8245: The server is unwilling to process the request.
net helpmsg 8246: A loop has been detected.
net helpmsg 8247: There is a naming violation.
net helpmsg 8248: The result set is too large.
net helpmsg 8249: The operation affects multiple DSAs
net helpmsg 8250: The server is not operational.
net helpmsg 8251: A local error has occurred.
net helpmsg 8252: An encoding error has occurred.
net helpmsg 8253: A decoding error has occurred.
net helpmsg 8254: The search filter cannot be recognized.
net helpmsg 8255: One or more parameters are illegal.
net helpmsg 8256: The specified method is not supported.
net helpmsg 8257: No results were returned.
net helpmsg 8258: The specified control is not supported by the server.
net helpmsg 8259: A referral loop was detected by the client.
net helpmsg 8260: The preset referral limit was exceeded.
net helpmsg 8261: The search requires a SORT control.
net helpmsg 8262: The search results exceed the offset range specified.
net helpmsg 8263: The directory service detected the subsystem that allocates relative identifiers is disabled. This can occur as a protective mechanism when the system determines a significant portion of relative identifiers (RIDs) have been exhausted. Please see http://go.microsoft.com/fwlink/?LinkId=228610 for recommended diagnostic steps and the procedure to re-enable account creation.
net helpmsg 8301: The root object must be the head of a naming context. The root object cannot have an instantiated parent.
net helpmsg 8302: The add replica operation cannot be performed. The naming context must be writeable in order to create the replica.
net helpmsg 8303: A reference to an attribute that is not defined in the schema occurred.
net helpmsg 8304: The maximum size of an object has been exceeded.
net helpmsg 8305: An attempt was made to add an object to the directory with a name that is already in use.
net helpmsg 8306: An attempt was made to add an object of a class that does not have an RDN defined in the schema.
net helpmsg 8307: An attempt was made to add an object using an RDN that is not the RDN defined in the schema.
net helpmsg 8308: None of the requested attributes were found on the objects.
net helpmsg 8309: The user buffer is too small.
net helpmsg 8310: The attribute specified in the operation is not present on the object.
net helpmsg 8311: Illegal modify operation. Some aspect of the modification is not permitted.
net helpmsg 8312: The specified object is too large.
net helpmsg 8313: The specified instance type is not valid.
net helpmsg 8314: The operation must be performed at a master DSA.
net helpmsg 8315: The object class attribute must be specified.
net helpmsg 8316: A required attribute is missing.
net helpmsg 8317: An attempt was made to modify an object to include an attribute that is not legal for its class.
net helpmsg 8318: The specified attribute is already present on the object.
net helpmsg 8320: The specified attribute is not present, or has no values.
net helpmsg 8321: Multiple values were specified for an attribute that can have only one value.
net helpmsg 8322: A value for the attribute was not in the acceptable range of values.
net helpmsg 8323: The specified value already exists.
net helpmsg 8324: The attribute cannot be removed because it is not present on the object.
net helpmsg 8325: The attribute value cannot be removed because it is not present on the object.
net helpmsg 8326: The specified root object cannot be a subref.
net helpmsg 8327: Chaining is not permitted.
net helpmsg 8328: Chained evaluation is not permitted.
net helpmsg 8329: The operation could not be performed because the object's parent is either uninstantiated or deleted.
net helpmsg 8330: Having a parent that is an alias is not permitted. Aliases are leaf objects.
net helpmsg 8331: The object and parent must be of the same type, either both masters or both replicas.
net helpmsg 8332: The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.
net helpmsg 8333: Directory object not found.
net helpmsg 8334: The aliased object is missing.
net helpmsg 8335: The object name has bad syntax.
net helpmsg 8336: It is not permitted for an alias to refer to another alias.
net helpmsg 8337: The alias cannot be dereferenced.
net helpmsg 8338: The operation is out of scope.
net helpmsg 8339: The operation cannot continue because the object is in the process of being removed.
net helpmsg 8340: The DSA object cannot be deleted.
net helpmsg 8341: A directory service error has occurred.
net helpmsg 8342: The operation can only be performed on an internal master DSA object.
net helpmsg 8343: The object must be of class DSA.
net helpmsg 8344: Insufficient access rights to perform the operation.
net helpmsg 8345: The object cannot be added because the parent is not on the list of possible superiors.
net helpmsg 8346: Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM).
net helpmsg 8347: The name has too many parts.
net helpmsg 8348: The name is too long.
net helpmsg 8349: The name value is too long.
net helpmsg 8350: The directory service encountered an error parsing a name.
net helpmsg 8351: The directory service cannot get the attribute type for a name.
net helpmsg 8352: The name does not identify an object; the name identifies a phantom.
net helpmsg 8353: The security descriptor is too short.
net helpmsg 8354: The security descriptor is invalid.
net helpmsg 8355: Failed to create name for deleted object.
net helpmsg 8356: The parent of a new subref must exist.
net helpmsg 8357: The object must be a naming context.
net helpmsg 8358: It is not permitted to add an attribute which is owned by the system.
net helpmsg 8359: The class of the object must be structural; you cannot instantiate an abstract class.
net helpmsg 8360: The schema object could not be found.
net helpmsg 8361: A local object with this GUID (dead or alive) already exists.
net helpmsg 8362: The operation cannot be performed on a back link.
net helpmsg 8363: The cross reference for the specified naming context could not be found.
net helpmsg 8364: The operation could not be performed because the directory service is shutting down.
net helpmsg 8365: The directory service request is invalid.
net helpmsg 8366: The role owner attribute could not be read.
net helpmsg 8367: The requested FSMO operation failed. The current FSMO holder could not be contacted.
net helpmsg 8368: Modification of a DN across a naming context is not permitted.
net helpmsg 8369: The attribute cannot be modified because it is owned by the system.
net helpmsg 8370: Only the replicator can perform this function.
net helpmsg 8371: The specified class is not defined.
net helpmsg 8372: The specified class is not a subclass.
net helpmsg 8373: The name reference is invalid.
net helpmsg 8374: A cross reference already exists.
net helpmsg 8375: It is not permitted to delete a master cross reference.
net helpmsg 8376: Subtree notifications are only supported on NC heads.
net helpmsg 8377: Notification filter is too complex.
net helpmsg 8378: Schema update failed: duplicate RDN.
net helpmsg 8379: Schema update failed: duplicate OID.
net helpmsg 8380: Schema update failed: duplicate MAPI identifier.
net helpmsg 8381: Schema update failed: duplicate schema-id GUID.
net helpmsg 8382: Schema update failed: duplicate LDAP display name.
net helpmsg 8383: Schema update failed: range-lower less than range upper.
net helpmsg 8384: Schema update failed: syntax mismatch.
net helpmsg 8385: Schema deletion failed: attribute is used in must-contain.
net helpmsg 8386: Schema deletion failed: attribute is used in may-contain.
net helpmsg 8387: Schema update failed: attribute in may-contain does not exist.
net helpmsg 8388: Schema update failed: attribute in must-contain does not exist.
net helpmsg 8389: Schema update failed: class in aux-class list does not exist or is not an auxiliary class.
net helpmsg 8390: Schema update failed: class in poss-superiors does not exist.
net helpmsg 8391: Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules.
net helpmsg 8392: Schema update failed: Rdn-Att-Id has wrong syntax.
net helpmsg 8393: Schema deletion failed: class is used as auxiliary class.
net helpmsg 8394: Schema deletion failed: class is used as sub class.
net helpmsg 8395: Schema deletion failed: class is used as poss superior.
net helpmsg 8396: Schema update failed in recalculating validation cache.
net helpmsg 8397: The tree deletion is not finished. The request must be made again to continue deleting the tree.
net helpmsg 8398: The requested delete operation could not be performed.
net helpmsg 8399: Cannot read the governs class identifier for the schema record.
net helpmsg 8400: The attribute schema has bad syntax.
net helpmsg 8401: The attribute could not be cached.
net helpmsg 8402: The class could not be cached.
net helpmsg 8403: The attribute could not be removed from the cache.
net helpmsg 8404: The class could not be removed from the cache.
net helpmsg 8405: The distinguished name attribute could not be read.
net helpmsg 8406: No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest.
net helpmsg 8407: The instance type attribute could not be retrieved.
net helpmsg 8408: An internal error has occurred.
net helpmsg 8409: A database error has occurred.
net helpmsg 8410: The attribute GOVERNSID is missing.
net helpmsg 8411: An expected attribute is missing.
net helpmsg 8412: The specified naming context is missing a cross reference.
net helpmsg 8413: A security checking error has occurred.
net helpmsg 8414: The schema is not loaded.
net helpmsg 8415: Schema allocation failed. Please check if the machine is running low on memory.
net helpmsg 8416: Failed to obtain the required syntax for the attribute schema.
net helpmsg 8417: The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available.
net helpmsg 8418: The replication operation failed because of a schema mismatch between the servers involved.
net helpmsg 8419: The DSA object could not be found.
net helpmsg 8420: The naming context could not be found.
net helpmsg 8421: The naming context could not be found in the cache.
net helpmsg 8422: The child object could not be retrieved.
net helpmsg 8423: The modification was not permitted for security reasons.
net helpmsg 8424: The operation cannot replace the hidden record.
net helpmsg 8425: The hierarchy file is invalid.
net helpmsg 8426: The attempt to build the hierarchy table failed.
net helpmsg 8427: The directory configuration parameter is missing from the registry.
net helpmsg 8428: The attempt to count the address book indices failed.
net helpmsg 8429: The allocation of the hierarchy table failed.
net helpmsg 8430: The directory service encountered an internal failure.
net helpmsg 8431: The directory service encountered an unknown failure.
net helpmsg 8432: A root object requires a class of 'top'.
net helpmsg 8433: This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.
net helpmsg 8434: The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.
net helpmsg 8435: The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.
net helpmsg 8436: The replication operation failed.
net helpmsg 8437: An invalid parameter was specified for this replication operation.
net helpmsg 8438: The directory service is too busy to complete the replication operation at this time.
net helpmsg 8439: The distinguished name specified for this replication operation is invalid.
net helpmsg 8440: The naming context specified for this replication operation is invalid.
net helpmsg 8441: The distinguished name specified for this replication operation already exists.
net helpmsg 8442: The replication system encountered an internal error.
net helpmsg 8443: The replication operation encountered a database inconsistency.
net helpmsg 8444: The server specified for this replication operation could not be contacted.
net helpmsg 8445: The replication operation encountered an object with an invalid instance type.
net helpmsg 8446: The replication operation failed to allocate memory.
net helpmsg 8447: The replication operation encountered an error with the mail system.
net helpmsg 8448: The replication reference information for the target server already exists.
net helpmsg 8449: The replication reference information for the target server does not exist.
net helpmsg 8450: The naming context cannot be removed because it is replicated to another server.
net helpmsg 8451: The replication operation encountered a database error.
net helpmsg 8452: The naming context is in the process of being removed or is not replicated from the specified server.
net helpmsg 8453: Replication access was denied.
net helpmsg 8454: The requested operation is not supported by this version of the directory service.
net helpmsg 8455: The replication remote procedure call was cancelled.
net helpmsg 8456: The source server is currently rejecting replication requests.
net helpmsg 8457: The destination server is currently rejecting replication requests.
net helpmsg 8458: The replication operation failed due to a collision of object names.
net helpmsg 8459: The replication source has been reinstalled.
net helpmsg 8460: The replication operation failed because a required parent object is missing.
net helpmsg 8461: The replication operation was preempted.
net helpmsg 8462: The replication synchronization attempt was abandoned because of a lack of updates.
net helpmsg 8463: The replication operation was terminated because the system is shutting down.
net helpmsg 8464: Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of source partial attribute set.
net helpmsg 8465: The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.
net helpmsg 8466: The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation.
net helpmsg 8467: The version of the directory service schema of the source forest is not compatible with the version of directory service on this computer.
net helpmsg 8468: Schema update failed: An attribute with the same link identifier already exists.
net helpmsg 8469: Name translation: Generic processing error.
net helpmsg 8470: Name translation: Could not find the name or insufficient right to see name.
net helpmsg 8471: Name translation: Input name mapped to more than one output name.
net helpmsg 8472: Name translation: Input name found, but not the associated output format.
net helpmsg 8473: Name translation: Unable to resolve completely, only the domain was found.
net helpmsg 8474: Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire.
net helpmsg 8475: Modification of a constructed attribute is not allowed.
net helpmsg 8476: The OM-Object-Class specified is incorrect for an attribute with the specified syntax.
net helpmsg 8477: The replication request has been posted; waiting for reply.
net helpmsg 8478: The requested operation requires a directory service, and none was available.
net helpmsg 8479: The LDAP display name of the class or attribute contains non-ASCII characters.
net helpmsg 8480: The requested search operation is only supported for base searches.
net helpmsg 8481: The search failed to retrieve attributes from the database.
net helpmsg 8482: The schema update operation tried to add a backward link attribute that has no corresponding forward link.
net helpmsg 8483: Source and destination of a cross-domain move do not agree on the object's epoch number. Either source or destination does not have the latest version of the object.
net helpmsg 8484: Source and destination of a cross-domain move do not agree on the object's current name. Either source or destination does not have the latest version of the object.
net helpmsg 8485: Source and destination for the cross-domain move operation are identical. Caller should use local move operation instead of cross-domain move operation.
net helpmsg 8486: Source and destination for a cross-domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container.
net helpmsg 8487: Destination of a cross-domain move is not authoritative for the destination naming context.
net helpmsg 8488: Source and destination of a cross-domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object.
net helpmsg 8489: Object being moved across-domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object.
net helpmsg 8490: Another operation which requires exclusive access to the PDC FSMO is already in progress.
net helpmsg 8491: A cross-domain move operation failed such that two versions of the moved object exist - one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state.
net helpmsg 8492: This object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed, or the object has some special characteristics, e.g.: trust account or restricted RID, which prevent its move.
net helpmsg 8493: Can't move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry.
net helpmsg 8494: A naming context head must be the immediate child of another naming context head, not of an interior node.
net helpmsg 8495: The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters)
net helpmsg 8496: Destination domain must be in native mode.
net helpmsg 8497: The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.
net helpmsg 8498: Cross-domain move of non-empty account groups is not allowed.
net helpmsg 8499: Cross-domain move of non-empty resource groups is not allowed.
net helpmsg 8500: The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings.
net helpmsg 8501: Tree deletions starting at an object which has an NC head as a descendant are not allowed.
net helpmsg 8502: The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.
net helpmsg 8503: The directory service failed to identify the list of objects to delete while attempting a tree deletion.
net helpmsg 8505: Only an administrator can modify the membership list of an administrative group.
net helpmsg 8506: Cannot change the primary group ID of a domain controller account.
net helpmsg 8507: An attempt is made to modify the base schema.
net helpmsg 8508: Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed.
net helpmsg 8509: Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner.
net helpmsg 8510: An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container.
net helpmsg 8511: The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it.
net helpmsg 8512: The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory.
net helpmsg 8513: The specified group type is invalid.
net helpmsg 8514: You cannot nest global groups in a mixed domain if the group is security-enabled.
net helpmsg 8515: You cannot nest local groups in a mixed domain if the group is security-enabled.
net helpmsg 8516: A global group cannot have a local group as a member.
net helpmsg 8517: A global group cannot have a universal group as a member.
net helpmsg 8518: A universal group cannot have a local group as a member.
net helpmsg 8519: A global group cannot have a cross-domain member.
net helpmsg 8520: A local group cannot have another cross domain local group as a member.
net helpmsg 8521: A group with primary members cannot change to a security-disabled group.
net helpmsg 8522: The schema cache load failed to convert the string default SD on a class-schema object.
net helpmsg 8523: Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers)
net helpmsg 8524: The DSA operation is unable to proceed because of a DNS lookup failure.
net helpmsg 8525: While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync.
net helpmsg 8526: The Security Descriptor attribute could not be read.
net helpmsg 8527: The object requested was not found, but an object with that key was found.
net helpmsg 8528: The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1
net helpmsg 8529: Security Account Manager needs to get the boot password.
net helpmsg 8530: Security Account Manager needs to get the boot key from floppy disk.
net helpmsg 8531: Directory Service cannot start.
net helpmsg 8532: Directory Services could not start.
net helpmsg 8533: The connection between client and server requires packet privacy or better.
net helpmsg 8534: The source domain may not be in the same forest as destination.
net helpmsg 8535: The destination domain must be in the forest.
net helpmsg 8536: The operation requires that destination domain auditing be enabled.
net helpmsg 8537: The operation couldn't locate a DC for the source domain.
net helpmsg 8538: The source object must be a group or user.
net helpmsg 8539: The source object's SID already exists in destination forest.
net helpmsg 8540: The source and destination object must be of the same type.
net helpmsg 8542: Schema information could not be included in the replication request.
net helpmsg 8543: The replication operation could not be completed due to a schema incompatibility.
net helpmsg 8544: The replication operation could not be completed due to a previous schema incompatibility.
net helpmsg 8545: The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation.
net helpmsg 8546: The requested domain could not be deleted because there exist domain controllers that still host this domain.
net helpmsg 8547: The requested operation can be performed only on a global catalog server.
net helpmsg 8548: A local group can only be a member of other local groups in the same domain.
net helpmsg 8549: Foreign security principals cannot be members of universal groups.
net helpmsg 8550: The attribute is not allowed to be replicated to the GC because of security reasons.
net helpmsg 8551: The checkpoint with the PDC could not be taken because there too many modifications being processed currently.
net helpmsg 8552: The operation requires that source domain auditing be enabled.
net helpmsg 8553: Security principal objects can only be created inside domain naming contexts.
net helpmsg 8554: A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format.
net helpmsg 8555: A Filter was passed that uses constructed attributes.
net helpmsg 8556: The unicodePwd attribute value must be enclosed in double quotes.
net helpmsg 8557: Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.
net helpmsg 8558: For security reasons, the operation must be run on the destination DC.
net helpmsg 8559: For security reasons, the source DC must be NT4SP4 or greater.
net helpmsg 8560: Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed.
net helpmsg 8563: The version of the operating system is incompatible with the current AD DS forest functional level or AD LDS Configuration Set functional level. You must upgrade to a new version of the operating system before this server can become an AD DS Domain Controller or add an AD LDS Instance in this AD DS Forest or AD LDS Configuration Set.
net helpmsg 8564: The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain.
net helpmsg 8565: The version of the operating system installed on this server no longer supports the current AD DS Forest functional level or AD LDS Configuration Set functional level. You must raise the AD DS Forest functional level or AD LDS Configuration Set functional level before this server can become an AD DS Domain Controller or an AD LDS Instance in this Forest or Configuration Set.
net helpmsg 8566: The version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain.
net helpmsg 8567: The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.
net helpmsg 8568: The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level.
net helpmsg 8569: The forest functional level cannot be raised to the requested value since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode, for you to raise the forest functional level.
net helpmsg 8570: The sort order requested is not supported.
net helpmsg 8571: The requested name already exists as a unique identifier.
net helpmsg 8572: The machine account was created pre-NT4. The account needs to be recreated.
net helpmsg 8573: The database is out of version store.
net helpmsg 8574: Unable to continue operation because multiple conflicting controls were used.
net helpmsg 8575: Unable to find a valid security descriptor reference domain for this partition.
net helpmsg 8576: Schema update failed: The link identifier is reserved.
net helpmsg 8577: Schema update failed: There are no link identifiers available.
net helpmsg 8578: An account group cannot have a universal group as a member.
net helpmsg 8579: Rename or move operations on naming context heads or read-only objects are not allowed.
net helpmsg 8580: Move operations on objects in the schema naming context are not allowed.
net helpmsg 8581: A system flag has been set on the object and does not allow the object to be moved or renamed.
net helpmsg 8582: This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers.
net helpmsg 8583: Unable to resolve completely, a referral to another forest is generated.
net helpmsg 8584: The requested action is not supported on standard server.
net helpmsg 8585: Could not access a partition of the directory service located on a remote server. Make sure at least one server is running for the partition in question.
net helpmsg 8586: The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master.
net helpmsg 8587: The thread limit for this request was exceeded.
net helpmsg 8588: The Global catalog server is not in the closest site.
net helpmsg 8589: The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute.
net helpmsg 8590: The Directory Service failed to enter single user mode.
net helpmsg 8591: The Directory Service cannot parse the script because of a syntax error.
net helpmsg 8592: The Directory Service cannot process the script because of an error.
net helpmsg 8593: The directory service cannot perform the requested operation because the servers involved are of different replication epochs (which is usually related to a domain rename that is in progress).
net helpmsg 8594: The directory service binding must be renegotiated due to a change in the server extensions information.
net helpmsg 8595: Operation not allowed on a disabled cross ref.
net helpmsg 8596: Schema update failed: No values for msDS-IntId are available.
net helpmsg 8597: Schema update failed: Duplicate msDS-INtId. Retry the operation.
net helpmsg 8598: Schema deletion failed: attribute is used in rDNAttID.
net helpmsg 8599: The directory service failed to authorize the request.
net helpmsg 8600: The Directory Service cannot process the script because it is invalid.
net helpmsg 8601: The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data.
net helpmsg 8602: A cross reference is in use locally with the same name.
net helpmsg 8603: The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server's domain has been deleted from the forest.
net helpmsg 8604: Writeable NCs prevent this DC from demoting.
net helpmsg 8605: The requested object has a non-unique identifier and cannot be retrieved.
net helpmsg 8606: Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected.
net helpmsg 8607: The group cannot be converted due to attribute restrictions on the requested group type.
net helpmsg 8608: Cross-domain move of non-empty basic application groups is not allowed.
net helpmsg 8609: Cross-domain move of non-empty query based application groups is not allowed.
net helpmsg 8610: The FSMO role ownership could not be verified because its directory partition has not replicated successfully with at least one replication partner.
net helpmsg 8611: The target container for a redirection of a well known object container cannot already be a special container.
net helpmsg 8612: The Directory Service cannot perform the requested operation because a domain rename operation is in progress.
net helpmsg 8613: The directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method.
net helpmsg 8614: The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime.
net helpmsg 8615: The requested operation is not allowed on an object under the system container.
net helpmsg 8616: The LDAP servers network send queue has filled up because the client is not processing the results of its requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
net helpmsg 8617: The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.
net helpmsg 8618: At this time, it cannot be determined if the branch replication policy is available on the hub domain controller. Please retry at a later time to account for replication latencies.
net helpmsg 8619: The site settings object for the specified site does not exist.
net helpmsg 8620: The local account store does not contain secret material for the specified account.
net helpmsg 8621: Could not find a writable domain controller in the domain.
net helpmsg 8622: The server object for the domain controller does not exist.
net helpmsg 8623: The NTDS Settings object for the domain controller does not exist.
net helpmsg 8624: The requested search operation is not supported for ASQ searches.
net helpmsg 8625: A required audit event could not be generated for the operation.
net helpmsg 8626: The search flags for the attribute are invalid. The subtree index bit is valid only on single valued attributes.
net helpmsg 8627: The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings.
net helpmsg 8628: The address books are nested too deeply. Failed to build the hierarchy table.
net helpmsg 8629: The specified up-to-date-ness vector is corrupt.
net helpmsg 8630: The request to replicate secrets is denied.
net helpmsg 8631: Schema update failed: The MAPI identifier is reserved.
net helpmsg 8632: Schema update failed: There are no MAPI identifiers available.
net helpmsg 8633: The replication operation failed because the required attributes of the local krbtgt object are missing.
net helpmsg 8634: The domain name of the trusted domain already exists in the forest.
net helpmsg 8635: The flat name of the trusted domain already exists in the forest.
net helpmsg 8636: The User Principal Name (UPN) is invalid.
net helpmsg 8637: OID mapped groups cannot have members.
net helpmsg 8638: The specified OID cannot be found.
net helpmsg 8639: The replication operation failed because the target object referred by a link value is recycled.
net helpmsg 8640: The redirect operation failed because the target object is in a NC different from the domain NC of the current domain controller.
net helpmsg 8641: The functional level of the AD LDS configuration set cannot be lowered to the requested value.
net helpmsg 8642: The functional level of the domain (or forest) cannot be lowered to the requested value.
net helpmsg 8643: The functional level of the AD LDS configuration set cannot be raised to the requested value, because there exist one or more ADLDS instances that are at a lower incompatible functional level.
net helpmsg 8644: The domain join cannot be completed because the SID of the domain you attempted to join was identical to the SID of this machine. This is a symptom of an improperly cloned operating system install. You should run sysprep on this machine in order to generate a new machine SID. Please see http://go.microsoft.com/fwlink/?LinkId=168895 for more information.
net helpmsg 8645: The undelete operation failed because the Sam Account Name or Additional Sam Account Name of the object being undeleted conflicts with an existing live object.
net helpmsg 8646: The system is not authoritative for the specified account and therefore cannot complete the operation. Please retry the operation using the provider associated with this account. If this is an online provider please use the provider's online site.
net helpmsg 8647: The operation failed because SPN value provided for addition/modification is not unique forest-wide.
net helpmsg 8648: The operation failed because UPN value provided for addition/modification is not unique forest-wide.
net helpmsg 8649: The operation failed because the addition/modification referenced an inbound forest-wide trust that is not present.
net helpmsg 8650: The link value specified was not found, but a link value with that key was found.
net helpmsg 9001: DNS server unable to interpret format.
net helpmsg 9002: DNS server failure.
net helpmsg 9003: DNS name does not exist.
net helpmsg 9004: DNS request not supported by name server.
net helpmsg 9005: DNS operation refused.
net helpmsg 9006: DNS name that ought not exist, does exist.
net helpmsg 9007: DNS RR set that ought not exist, does exist.
net helpmsg 9008: DNS RR set that ought to exist, does not exist.
net helpmsg 9009: DNS server not authoritative for zone.
net helpmsg 9010: DNS name in update or prereq is not in zone.
net helpmsg 9016: DNS signature failed to verify.
net helpmsg 9017: DNS bad key.
net helpmsg 9018: DNS signature validity expired.
net helpmsg 9101: Only the DNS server acting as the key master for the zone may perform this operation.
net helpmsg 9102: This operation is not allowed on a zone that is signed or has signing keys.
net helpmsg 9103: NSEC3 is not compatible with the RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC.
net helpmsg 9104: The zone does not have enough signing keys. There must be at least one key signing key (KSK) and at least one zone signing key (ZSK).
net helpmsg 9105: The specified algorithm is not supported.
net helpmsg 9106: The specified key size is not supported.
net helpmsg 9107: One or more of the signing keys for a zone are not accessible to the DNS server. Zone signing will not be operational until this error is resolved.
net helpmsg 9108: The specified key storage provider does not support DPAPI++ data protection. Zone signing will not be operational until this error is resolved.
net helpmsg 9109: An unexpected DPAPI++ error was encountered. Zone signing will not be operational until this error is resolved.
net helpmsg 9110: An unexpected crypto error was encountered. Zone signing may not be operational until this error is resolved.
net helpmsg 9111: The DNS server encountered a signing key with an unknown version. Zone signing will not be operational until this error is resolved.
net helpmsg 9112: The specified key service provider cannot be opened by the DNS server.
net helpmsg 9113: The DNS server cannot accept any more signing keys with the specified algorithm and KSK flag value for this zone.
net helpmsg 9114: The specified rollover period is invalid.
net helpmsg 9115: The specified initial rollover offset is invalid.
net helpmsg 9116: The specified signing key is already in process of rolling over keys.
net helpmsg 9117: The specified signing key does not have a standby key to revoke.
net helpmsg 9118: This operation is not allowed on a zone signing key (ZSK).
net helpmsg 9119: This operation is not allowed on an active signing key.
net helpmsg 9120: The specified signing key is already queued for rollover.
net helpmsg 9121: This operation is not allowed on an unsigned zone.
net helpmsg 9122: This operation could not be completed because the DNS server listed as the current key master for this zone is down or misconfigured. Resolve the problem on the current key master for this zone or use another DNS server to seize the key master role.
net helpmsg 9123: The specified signature validity period is invalid.
net helpmsg 9124: The specified NSEC3 iteration count is higher than allowed by the minimum key length used in the zone.
net helpmsg 9125: This operation could not be completed because the DNS server has been configured with DNSSEC features disabled. Enable DNSSEC on the DNS server.
net helpmsg 9126: This operation could not be completed because the XML stream received is empty or syntactically invalid.
net helpmsg 9127: This operation completed, but no trust anchors were added because all of the trust anchors received were either invalid, unsupported, expired, or would not become valid in less than 30 days.
net helpmsg 9128: The specified signing key is not waiting for parental DS update.
net helpmsg 9129: Hash collision detected during NSEC3 signing. Specify a different user-provided salt, or use a randomly generated salt, and attempt to sign the zone again.
net helpmsg 9130: NSEC is not compatible with the NSEC3-RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC3.
net helpmsg 9501: No records found for given DNS query.
net helpmsg 9502: Bad DNS packet.
net helpmsg 9503: No DNS packet.
net helpmsg 9504: DNS error, check rcode.
net helpmsg 9505: Unsecured DNS packet.
net helpmsg 9506: DNS query request is pending.
net helpmsg 9551: Invalid DNS type.
net helpmsg 9552: Invalid IP address.
net helpmsg 9553: Invalid property.
net helpmsg 9554: Try DNS operation again later.
net helpmsg 9555: Record for given name and type is not unique.
net helpmsg 9556: DNS name does not comply with RFC specifications.
net helpmsg 9557: DNS name is a fully-qualified DNS name.
net helpmsg 9558: DNS name is dotted (multi-label).
net helpmsg 9559: DNS name is a single-part name.
net helpmsg 9560: DNS name contains an invalid character.
net helpmsg 9561: DNS name is entirely numeric.
net helpmsg 9562: The operation requested is not permitted on a DNS root server.
net helpmsg 9563: The record could not be created because this part of the DNS namespace has been delegated to another server.
net helpmsg 9564: The DNS server could not find a set of root hints.
net helpmsg 9565: The DNS server found root hints but they were not consistent across all adapters.
net helpmsg 9566: The specified value is too small for this parameter.
net helpmsg 9567: The specified value is too large for this parameter.
net helpmsg 9568: This operation is not allowed while the DNS server is loading zones in the background. Please try again later.
net helpmsg 9569: The operation requested is not permitted on against a DNS server running on a read-only DC.
net helpmsg 9570: No data is allowed to exist underneath a DNAME record.
net helpmsg 9571: This operation requires credentials delegation.
net helpmsg 9572: Name resolution policy table has been corrupted. DNS resolution will fail until it is fixed. Contact your network administrator.
net helpmsg 9573: Not allowed to remove all addresses.
net helpmsg 9601: DNS zone does not exist.
net helpmsg 9602: DNS zone information not available.
net helpmsg 9603: Invalid operation for DNS zone.
net helpmsg 9604: Invalid DNS zone configuration.
net helpmsg 9605: DNS zone has no start of authority (SOA) record.
net helpmsg 9606: DNS zone has no Name Server (NS) record.
net helpmsg 9607: DNS zone is locked.
net helpmsg 9608: DNS zone creation failed.
net helpmsg 9609: DNS zone already exists.
net helpmsg 9610: DNS automatic zone already exists.
net helpmsg 9611: Invalid DNS zone type.
net helpmsg 9612: Secondary DNS zone requires master IP address.
net helpmsg 9613: DNS zone not secondary.
net helpmsg 9614: Need secondary IP address.
net helpmsg 9615: WINS initialization failed.
net helpmsg 9616: Need WINS servers.
net helpmsg 9617: NBTSTAT initialization call failed.
net helpmsg 9618: Invalid delete of start of authority (SOA)
net helpmsg 9619: A conditional forwarding zone already exists for that name.
net helpmsg 9620: This zone must be configured with one or more master DNS server IP addresses.
net helpmsg 9621: The operation cannot be performed because this zone is shut down.
net helpmsg 9622: This operation cannot be performed because the zone is currently being signed. Please try again later.
net helpmsg 9651: Primary DNS zone requires datafile.
net helpmsg 9652: Invalid datafile name for DNS zone.
net helpmsg 9653: Failed to open datafile for DNS zone.
net helpmsg 9654: Failed to write datafile for DNS zone.
net helpmsg 9655: Failure while reading datafile for DNS zone.
net helpmsg 9701: DNS record does not exist.
net helpmsg 9702: DNS record format error.
net helpmsg 9703: Node creation failure in DNS.
net helpmsg 9704: Unknown DNS record type.
net helpmsg 9705: DNS record timed out.
net helpmsg 9706: Name not in DNS zone.
net helpmsg 9707: CNAME loop detected.
net helpmsg 9708: Node is a CNAME DNS record.
net helpmsg 9709: A CNAME record already exists for given name.
net helpmsg 9710: Record only at DNS zone root.
net helpmsg 9711: DNS record already exists.
net helpmsg 9712: Secondary DNS zone data error.
net helpmsg 9713: Could not create DNS cache data.
net helpmsg 9714: DNS name does not exist.
net helpmsg 9715: Could not create pointer (PTR) record.
net helpmsg 9716: DNS domain was undeleted.
net helpmsg 9717: The directory service is unavailable.
net helpmsg 9718: DNS zone already exists in the directory service.
net helpmsg 9719: DNS server not creating or reading the boot file for the directory service integrated DNS zone.
net helpmsg 9720: Node is a DNAME DNS record.
net helpmsg 9721: A DNAME record already exists for given name.
net helpmsg 9722: An alias loop has been detected with either CNAME or DNAME records.
net helpmsg 9751: DNS AXFR (zone transfer) complete.
net helpmsg 9752: DNS zone transfer failed.
net helpmsg 9753: Added local WINS server.
net helpmsg 9801: Secure update call needs to continue update request.
net helpmsg 9851: TCP/IP network protocol not installed.
net helpmsg 9852: No DNS servers configured for local system.
net helpmsg 9901: The specified directory partition does not exist.
net helpmsg 9902: The specified directory partition already exists.
net helpmsg 9903: This DNS server is not enlisted in the specified directory partition.
net helpmsg 9904: This DNS server is already enlisted in the specified directory partition.
net helpmsg 9905: The directory partition is not available at this time. Please wait a few minutes and try again.
net helpmsg 9906: The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.
net helpmsg 9911: The RRL is not enabled.
net helpmsg 9912: The window size parameter is invalid. It should be greater than or equal to 1.
net helpmsg 9913: The IPv4 prefix length parameter is invalid. It should be less than or equal to 32.
net helpmsg 9914: The IPv6 prefix length parameter is invalid. It should be less than or equal to 128.
net helpmsg 9915: The TC Rate parameter is invalid. It should be less than 10.
net helpmsg 9916: The Leak Rate parameter is invalid. It should be either 0, or between 2 and 10.
net helpmsg 9917: The Leak Rate or TC Rate parameter is invalid. Leak Rate should be greater than TC Rate.
net helpmsg 9921: The virtualization instance already exists.
net helpmsg 9922: The virtualization instance does not exist.
net helpmsg 9923: The virtualization tree is locked.
net helpmsg 9924: Invalid virtualization instance name.
net helpmsg 9925: The default virtualization instance cannot be added, removed or modified.
net helpmsg 9951: The scope already exists for the zone.
net helpmsg 9952: The scope does not exist for the zone.
net helpmsg 9953: The scope is the same as the default zone scope.
net helpmsg 9954: The scope name contains invalid characters.
net helpmsg 9955: Operation not allowed when the zone has scopes.
net helpmsg 9956: Failed to load zone scope.
net helpmsg 9957: Failed to write data file for DNS zone scope. Please verify the file exists and is writable.
net helpmsg 9958: The scope name contains invalid characters.
net helpmsg 9959: The scope does not exist.
net helpmsg 9960: The scope is the same as the default scope.
net helpmsg 9961: The operation is invalid on the scope.
net helpmsg 9962: The scope is locked.
net helpmsg 9963: The scope already exists.
net helpmsg 9971: A policy with the same name already exists on this level (server level or zone level) on the DNS server.
net helpmsg 9972: No policy with this name exists on this level (server level or zone level) on the DNS server.
net helpmsg 9973: The criteria provided in the policy are invalid.
net helpmsg 9974: At least one of the settings of this policy is invalid.
net helpmsg 9975: The client subnet cannot be deleted while it is being accessed by a policy.
net helpmsg 9976: The client subnet does not exist on the DNS server.
net helpmsg 9977: A client subnet with this name already exists on the DNS server.
net helpmsg 9978: The IP subnet specified does not exist in the client subnet.
net helpmsg 9979: The IP subnet that is being added, already exists in the client subnet.
net helpmsg 9980: The policy is locked.
net helpmsg 9981: The weight of the scope in the policy is invalid.
net helpmsg 9982: The DNS policy name is invalid.
net helpmsg 9983: The policy is missing criteria.
net helpmsg 9984: The name of the the client subnet record is invalid.
net helpmsg 9985: Invalid policy processing order.
net helpmsg 9986: The scope information has not been provided for a policy that requires it.
net helpmsg 9987: The scope information has been provided for a policy that does not require it.
net helpmsg 9988: The server scope cannot be deleted because it is referenced by a DNS Policy.
net helpmsg 9989: The zone scope cannot be deleted because it is referenced by a DNS Policy.
net helpmsg 9990: The criterion client subnet provided in the policy is invalid.
net helpmsg 9991: The criterion transport protocol provided in the policy is invalid.
net helpmsg 9992: The criterion network protocol provided in the policy is invalid.
net helpmsg 9993: The criterion interface provided in the policy is invalid.
net helpmsg 9994: The criterion FQDN provided in the policy is invalid.
net helpmsg 9995: The criterion query type provided in the policy is invalid.
net helpmsg 9996: The criterion time of day provided in the policy is invalid.
@1ijack
Copy link
Author

1ijack commented Aug 8, 2018

If you notice, there are a lot of helpmsg ids which are yet to be populated/used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment