Win32Exceptions

This page is intended as a reference to help you translate esoteric error codes like 0x80030005 into something understandable.

Local Error Code Translations

You can attempt to translate an error on a machine with PowerShell using

[System.ComponentModel.Win32Exception]0x80000001 | Select *

where 0x80000001 is an example error. The error does not need to be in hexadecimal as

[System.ComponentModel.Win32Exception]1605 | Select *

also works. This should be tried on the machine that produced the error as not all components are available or necessarily the same between windows versions.

Error Parser and Search

This form will search the table below, and also break the error into HRESULT parts.


If you know the type of error you received, you can specify it below to convert it into an equivalent HRESULT for this search. This also gives you another code to try searching for if you are actively troubleshooting.





Error NumberHexError Text
000000000The operation completed successfully. --- or --- The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.
100000001Incorrect function. --- or --- The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.
200000002The system cannot find the file specified. --- or --- The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.
300000003The system cannot find the path specified. --- or --- The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.
400000004The system cannot open the file.
500000005Access is denied.
600000006The handle is invalid.
700000007The storage control blocks were destroyed.
800000008Not enough storage is available to process this command.
900000009The storage control block address is invalid.
100000000AThe environment is incorrect.
110000000BAn attempt was made to load a program with an incorrect format.
120000000CThe access code is invalid.
130000000DThe data is invalid.
140000000ENot enough storage is available to complete this operation.
150000000FThe system cannot find the drive specified.
1600000010The directory cannot be removed.
1700000011The system cannot move the file to a different disk drive.
1800000012There are no more files.
1900000013The media is write-protected.
2000000014The system cannot find the device specified.
2100000015The device is not ready.
2200000016The device does not recognize the command.
2300000017Data error (cyclic redundancy check).
2400000018The program issued a command but the command length is incorrect.
2500000019The drive cannot locate a specific area or track on the disk.
260000001AThe specified disk cannot be accessed.
270000001BThe drive cannot find the sector requested.
280000001CThe printer is out of paper.
290000001DThe system cannot write to the specified device.
300000001EThe system cannot read from the specified device.
310000001FA device attached to the system is not functioning.
3200000020The process cannot access the file because it is being used by another process.
3300000021The process cannot access the file because another process has locked a portion of the file.
3400000022The wrong disk is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1.
3600000024Too many files opened for sharing.
3800000026Reached the end of the file.
3900000027The disk is full.
5000000032The request is not supported.
5100000033Windows 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.
5200000034You were not connected because a duplicate name exists on the network. If joining a domain --- or --- You were not connected because a duplicate name exists on the network. Go to System in Control Panel to change the computer name, and then try again.
5300000035The network path was not found.
5400000036The network is busy.
5500000037The specified network resource or device is no longer available.
5600000038The network BIOS command limit has been reached.
5700000039A network adapter hardware error occurred.
580000003AThe specified server cannot perform the requested operation.
590000003BAn unexpected network error occurred.
600000003CThe remote adapter is not compatible.
610000003DThe print queue is full.
620000003ESpace to store the file waiting to be printed is not available on the server.
630000003FYour file waiting to be printed was deleted. --- or --- The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.
6400000040The specified network name is no longer available.
6500000041Network access is denied.
6600000042The network resource type is not correct.
6700000043The network name cannot be found.
6800000044The name limit for the local computer network adapter card was exceeded.
6900000045The network BIOS session limit was exceeded.
7000000046The remote server has been paused or is in the process of being started.
7100000047No more connections can be made to this remote computer at this time because the computer has accepted the maximum number of connections.
7200000048The specified printer or disk device has been paused.
8000000050The file exists.
8200000052The directory or file cannot be created.
8300000053Fail on INT 24.
8400000054Storage to process this request is not available.
8500000055The local device name is already in use.
8600000056The specified network password is not correct.
8700000057The parameter is incorrect.
8800000058A write fault occurred on the network.
8900000059The system cannot start another process at this time.
10000000064Cannot create another system semaphore.
10100000065The exclusive semaphore is owned by another process.
10200000066The semaphore is set and cannot be closed.
10300000067The semaphore cannot be set again.
10400000068Cannot request exclusive semaphores at interrupt time.
10500000069The previous ownership of this semaphore has ended.
1060000006AInsert the disk for drive %1.
1070000006BThe program stopped because an alternate disk was not inserted.
1080000006CThe disk is in use or locked by another process.
1090000006DThe pipe has been ended.
1100000006EThe system cannot open the device or file specified.
1110000006FThe file name is too long.
11200000070There is not enough space on the disk.
11300000071No more internal file identifiers are available.
11400000072The target internal file identifier is incorrect.
11700000075The Input Output Control (IOCTL) call made by the application program is not correct.
11800000076The verify-on-write switch parameter value is not correct.
11900000077The system does not support the command requested.
12000000078This function is not supported on this system.
12100000079The semaphore time-out period has expired.
1220000007AThe data area passed to a system call is too small.
1230000007BThe filename --- or --- The file name, directory name, or volume label syntax is incorrect.
1240000007CThe system call level is not correct.
1250000007DThe disk has no volume label.
1260000007EThe specified module could not be found.
1270000007FThe specified procedure could not be found.
12800000080There are no child processes to wait for. --- or --- The caller attempted to wait for a mutex that has been abandoned.
12900000081The %1 application cannot be run in Win32 mode.
13000000082Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.
13100000083An attempt was made to move the file pointer before the beginning of the file.
13200000084The file pointer cannot be set on the specified device or file.
13300000085A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.
13400000086An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.
13500000087An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.
13600000088The system tried to delete the JOIN of a drive that is not joined.
13700000089The system tried to delete the substitution of a drive that is not substituted.
1380000008AThe system tried to join a drive to a directory on a joined drive.
1390000008BThe system tried to substitute a drive to a directory on a substituted drive.
1400000008CThe system tried to join a drive to a directory on a substituted drive.
1410000008DThe system tried to SUBST a drive to a directory on a joined drive.
1420000008EThe system cannot perform a JOIN or SUBST at this time.
1430000008FThe system cannot join or substitute a drive to or for a directory on the same drive.
14400000090The directory is not a subdirectory of the root directory.
14500000091The directory is not empty.
14600000092The path specified is being used in a substitute.
14700000093Not enough resources are available to process this command.
14800000094The path specified cannot be used at this time.
14900000095An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute.
15000000096System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
15100000097The number of specified semaphore events for DosMuxSemWait is not correct.
15200000098DosMuxSemWait did not execute; too many semaphores are already set.
15300000099The DosMuxSemWait list is not correct.
1540000009AThe volume label you entered exceeds the label character limit of the destination file system.
1550000009BCannot create another thread.
1560000009CThe recipient process has refused the signal.
1570000009DThe segment is already discarded and cannot be locked.
1580000009EThe segment is already unlocked.
1590000009FThe address for the thread ID is not correct.
160000000A0One or more arguments are not correct.
161000000A1The specified path is invalid.
162000000A2A signal is already pending.
164000000A4No more threads can be created in the system.
167000000A7Unable to lock a region of a file.
170000000AAThe requested resource is in use.
171000000ABDevice's command support detection is in progress
173000000ADA lock request was not outstanding for the supplied cancel region.
174000000AEThe file system does not support atomic changes to the lock type.
180000000B4The system detected a segment number that was not correct.
182000000B6The operating system cannot run %1.
183000000B7Cannot create a file when that file already exists.
186000000BAThe flag passed is not correct.
187000000BBThe specified system semaphore name was not found.
188000000BCThe operating system cannot run %1.
189000000BDThe operating system cannot run %1.
190000000BEThe operating system cannot run %1.
191000000BFCannot run %1 in Win32 mode. --- or --- The caller attempted to wait for a mutex that has been abandoned.
192000000C0The operating system cannot run %1. --- or --- A user-mode APC was delivered before the given Interval expired.
193000000C1%1 is not a valid Win32 application.
194000000C2The operating system cannot run %1.
195000000C3The operating system cannot run %1.
196000000C4The operating system cannot run this application program.
197000000C5The operating system is not presently configured to run this application.
198000000C6The operating system cannot run %1.
199000000C7The operating system cannot run this application program.
200000000C8The code segment cannot be greater than or equal to 64 KB.
201000000C9The operating system cannot run %1.
202000000CAThe operating system cannot run %1.
203000000CBThe system could not find the environment option that was entered.
205000000CDNo process in the command subtree has a signal handler.
206000000CEThe file name or extension is too long.
207000000CFThe ring 2 stack is in use.
208000000D0The global filename characters --- or --- The asterisk (*) or question mark (?) global file name characters are entered incorrectly, or too many global file name characters are specified.
209000000D1The signal being posted is not correct.
210000000D2The signal handler cannot be set.
212000000D4The segment is locked and cannot be reallocated.
214000000D6Too many dynamic-link modules are attached to this program or dynamic-link module.
215000000D7Cannot nest calls to LoadModule.
216000000D8This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need an x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
217000000D9The image file %1 is signed, unable to modify.
218000000DAThe image file %1 is strong signed, unable to modify.
220000000DCThis file is checked out or locked for editing by another user.
221000000DDThe file must be checked out before saving changes.
222000000DEThe file type being saved or retrieved has been blocked.
223000000DFThe file size exceeds the limit allowed and cannot be saved.
224000000E0Access denied. Before opening files in this location, you must first browse to the website and select the option to sign in automatically.
225000000E1Operation did not complete successfully because the file contains a virus.
226000000E2This file contains a virus or potentially unwanted software and cannot be opened. Due to the nature of this virus or potentially unwanted software --- or --- This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location.
229000000E5The pipe is local.
230000000E6The pipe state is invalid.
231000000E7All pipe instances are busy.
232000000E8The pipe is being closed.
233000000E9No process is on the other end of the pipe.
234000000EAMore data is available.
235000000EBThe action requested resulted in no work being done. Error-style clean-up has been performed
240000000F0The session was canceled.
254000000FEThe specified extended attribute name was invalid.
255000000FFThe extended attributes are inconsistent.
25700000101The delay completed because the thread was alerted.
25800000102The wait operation timed out. --- or --- The given Timeout interval expired.
25900000103No more data is available. --- or --- The operation that was requested is pending completion.
26000000104A reparse should be performed by the Object Manager because the name of the file resulted in a symbolic link.
26100000105Returned by enumeration APIs to indicate more information is available to successive calls.
26200000106Indicates not all privileges or groups that are referenced are assigned to the caller. This allows, for example, all privileges to be disabled without having to know exactly which privileges are assigned.
26300000107Some of the information to be translated has not been translated.
26400000108An open/create operation completed while an opportunistic lock (oplock) break is underway.
26500000109A new volume has been mounted by a file system.
2660000010AThe copy functions cannot be used. --- or --- This success level status indicates that the transaction state already exists for the registry subtree but that a transaction commit was previously aborted. The commit has now been completed.
2670000010BThe directory name is invalid. --- or --- Indicates that a notify change request has been completed due to closing the handle that made the notify change request.
2680000010CIndicates that a notify change request is being completed and that the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes.
2690000010D{No Quotas} No system quota limits are specifically set for this account.
2700000010E{Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport.
27200000110The page fault was a transition fault.
27300000111The page fault was a demand zero fault.
27400000112The page fault was a demand zero fault.
27500000113The extended attributes did not fit in the buffer. --- or --- The page fault was a demand zero fault.
27600000114The extended attribute file on the mounted file system is corrupt. --- or --- The page fault was satisfied by reading from a secondary storage device.
27700000115The extended attribute table file is full. --- or --- The cached page was locked during operation.
27800000116The specified extended attribute handle is invalid. --- or --- The crash dump exists in a paging file.
27900000117The specified buffer contains all zeros.
28000000118A reparse should be performed by the Object Manager because the name of the file resulted in a symbolic link.
28100000119The device has succeeded a query-stop and its resource requirements have changed.
2820000011AThe mounted file system does not support extended attributes.
28800000120Attempt to release mutex not owned by caller. --- or --- The translator has translated these resources into the global space and no additional translations should be performed.
28900000121The directory service evaluated group memberships locally, because it was unable to contact a global catalog server.
29000000122A process being terminated has no threads to terminate.
29100000123The specified process is not part of a job.
29200000124The specified process is part of a job.
29300000125{Volume Shadow Copy Service} The system is now ready for hibernation.
29400000126A file system or file system filter driver has successfully completed an FsFilter operation.
29500000127The specified interrupt vector was already connected.
29600000128The specified interrupt vector is still connected.
29700000129The current process is a cloned process.
2980000012AToo many posts were made to a semaphore. --- or --- The file was locked and all users of the file can only read.
2990000012BOnly part of a ReadProcessMemory or WriteProcessMemory request was completed. --- or --- The file was locked and at least one user of the file can write.
3000000012CThe oplock request is denied.
3010000012DAn invalid oplock acknowledgment was received by the system.
3020000012EThe volume is too fragmented to complete this operation.
3030000012FThe file cannot be opened because it is in the process of being deleted.
30400000130Short name settings may not be changed on this volume due to the global registry setting
30500000131Short names are not enabled on this volume
30600000132The security stream for the given volume is in an inconsistent state.Please run CHKDSK on the volume
30700000133A requested file lock operation cannot be processed due to an invalid byte range
30800000134The subsystem needed to support the image type is not present
30900000135The specified file already has a notification GUID associated with it
31000000136An invalid exception handler routine has been detected
31100000137Duplicate privileges were specified for the token
31200000138No ranges for the specified operation were able to be processed
31300000139Operation is not allowed on a file system internal file
3140000013AThe physical resources of this disk have been exhausted
3150000013BThe token representing the data is invalid
3160000013CThe device does not support the command feature
3170000013DThe system cannot find message text for message number 0x%1 in the message file for %2.
3180000013EThe scope specified was not found.
3190000013FThe Central Access Policy specified is not defined on the target machine
32000000140The Central Access Policy obtained from Active Directory is invalid
32100000141The device is unreachable
32200000142The target device has insufficient resources to complete the operation
32300000143A data integrity checksum error occurred. Data in the file stream is corrupt
32400000144An attempt was made to modify both a KERNEL and normal Extended Attribute (EA) in the same operation
32600000146Device does not support file-level TRIM
32700000147The command specified a data offset that does not align to the device's granularity/alignment
32800000148The command specified an invalid field in its parameter list
32900000149An operation is currently in progress with the device
3300000014AAn attempt was made to send down the command via an invalid path to the target device
3310000014BThe command specified a number of descriptors that exceeded the maximum supported by the device
3320000014CScrub is disabled on the specified file
3330000014DThe storage device does not provide redundancy
3340000014EAn operation is not supported on a resident file
3350000014FAn operation is not supported on a compressed file
33600000150An operation is not supported on a directory
33700000151The specified copy of the requested data could not be read
33800000152The specified data could not be written to any of the copies
33900000153One 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
34000000154The supplied kernel information version is invalid
34100000155The supplied PEP information version is invalid
34200000156This object is not externally backed by any provider
34300000157The external backing provider is not recognized
34400000158Compressing this object would not save space
34500000159The request failed due to a storage topology ID mismatch
3460000015AThe operation was blocked by parental controls
3470000015BA file system block being referenced has already reached the maximum reference count and can't be referenced any further
3480000015CThe requested operation failed because the file stream is marked to disallow writes
3490000015DThe requested operation failed with an architecture-specific failure code
3500000015ENo action was taken because a system reboot is required.
3510000015FThe shutdown operation failed.
35200000160The restart operation failed.
35300000161The maximum number of sessions has been reached.
35400000162Windows Information Protection policy does not allow access to this network resource
35500000163The device hint name buffer is too small to receive the remaining name
35600000164The requested operation was blocked by Windows Information Protection policy. For more information
35700000165The requested operation cannot be performed because hardware or software configuration of the device does not comply with Windows Information Protection under Lock policy. Please
35800000166The cloud sync root metadata is corrupted
35900000167The device is in maintenance mode
36000000168This operation is not supported on a DAX volume
36100000169The volume has active DAX mappings
3620000016AThe cloud file provider is not running
3630000016BThe cloud file metadata is corrupt and unreadable
3640000016CThe cloud file metadata is too large
3650000016DThe cloud file property is too large
3660000016EThe cloud file property is possibly corrupt. The on-disk checksum does not match the computed checksum
3670000016FThe process creation has been blocked
36800000170The storage device has lost data or persistence
36900000171The provider that supports file system virtualization is temporarily unavailable
37000000172The metadata for file system virtualization is corrupt and unreadable
37100000173The provider that supports file system virtualization is too busy to complete this operation
37200000174The provider that supports file system virtualization is unknown
37300000175GDI handles were potentially leaked by the application
37400000176The maximum number of cloud file properties has been reached
37500000177The version of the cloud file property store is not supported
37600000178The file is not a cloud file
37700000179The file is not in sync with the cloud
3780000017AThe cloud sync root is already connected with another cloud sync provider
3790000017BThe operation is not supported by the cloud sync provider
3800000017CThe cloud operation is invalid
3810000017DThe cloud operation is not supported on a read-only volume
3820000017EThe operation is reserved for a connected cloud sync provider
3830000017FThe cloud sync provider failed to validate the downloaded data
38400000180You can't connect to the file share because it's not secure. This share requires the obsolete SMB1 protocol
38500000181The virtualization operation is not allowed on the file in its current state
38600000182The cloud sync provider failed user authentication
38700000183The cloud sync provider failed to perform the operation due to low system resources
38800000184The cloud sync provider failed to perform the operation due to network being unavailable
38900000185The cloud operation was unsuccessful
39000000186The operation is only supported on files under a cloud sync root
39100000187The operation cannot be performed on cloud files in use
39200000188The operation cannot be performed on pinned cloud files
39300000189The cloud operation was aborted
3940000018AThe cloud file's property store is corrupt
3950000018BAccess to the cloud file is denied
3960000018CThe cloud operation cannot be performed on a file with incompatible hardlinks
3970000018DThe operation failed due to a conflicting cloud file property lock
3980000018EThe cloud operation was canceled by user
3990000018FAn externally encrypted syskey has been configured
40000000190The thread is already in background processing mode.
40100000191The thread is not in background processing mode.
40200000192The process is already in background processing mode.
40300000193The process is not in background processing mode.
40400000194The cloud file provider exited unexpectedly
40500000195The file is not a cloud sync root
40600000196The read or write operation to an encrypted file could not be completed because the file can only be accessed when the device is unlocked
40700000197The volume is not cluster aligned on the disk
40800000198No physically aligned free space was found on the volume
40900000199The APPX file can not be accessed because it is not encrypted as expected
4100000019AA read or write of raw encrypted data cannot be performed because the file is not encrypted
4110000019BAn invalid file offset in the encrypted data info block was passed for read or write operation of file's raw encrypted data
4120000019CAn invalid offset and length combination in the encrypted data info block was passed for read or write operation of file's raw encrypted data
4130000019DAn invalid parameter in the encrypted data info block was passed for read or write operation of file's raw encrypted data
4140000019EThe Windows Subsystem for Linux has not been enabled
4150000019FThe specified data could not be read from any of the copies
416000001A0The specified storage reserve ID is invalid
417000001A1The specified storage reserve does not exist
418000001A2The specified storage reserve already exists
419000001A3The specified storage reserve is not empty
420000001A4This operation requires a DAX volume
421000001A5This stream is not DAX mappable
422000001A6Operation cannot be performed on a time critical thread
423000001A7User data protection is not supported for the current or provided user
424000001A8This directory contains entries whose names differ only in case
425000001A9The file cannot be safely opened because it is not supported by this version of Windows
426000001AAThe cloud operation was not completed before the time-out period expired
427000001ABA task queue is required for this operation but none is available
428000001ACFailed loading a valid version of srcsrv.dll
429000001ADThis operation is not supported with BTT enabled
430000001AEThis operation cannot be performed because encryption is currently disabled
431000001AFThis encryption operation cannot be performed on filesystem metadata
432000001B0Encryption cannot be cleared on this file/directory because it still has an encrypted attribute
433000001B1A device which does not exist was specified
434000001B2Dehydration of the cloud file is disallowed by the cloud sync provider
435000001B3A file snapshot operation was attempted when one is already in progress
436000001B4A snapshot of the file cannot be taken because a user-mapped section is present
437000001B5The file snapshot operation was terminated because one of the files was modified in a way incompatible with a snapshot operation. Please try again
438000001B6An I/O request could not be coordinated with a file snapshot operation
439000001B7An unexpected error occurred while processing a file snapshot operation
440000001B8A file snapshot operation received an invalid parameter
441000001B9The operation could not be completed due to one or more unsatisfied dependencies
442000001BAThe file cannot be opened because the path has a case-sensitive directory
443000001BBThe filesystem couldn't handle one of the CacheManager's callback error codes
444000001BCWSL 2 requires an update to its kernel component. For information please visit https://aka.ms/wsl2kernel
445000001BDThis action is blocked
446000001BEThis action is blocked. Please refer to the data loss prevention notification for further information
449000001C1This action is blocked. Please refer to the data loss prevention notification for further information
450000001C2Neither developer unlocked mode nor side loading mode is enabled on the device
451000001C3Can not change application type during upgrade or re-provision
452000001C4The application has not been provisioned
453000001C5The requested capability can not be authorized for this application
454000001C6There is no capability authorization policy on the device
455000001C7The capability authorization database has been corrupted
456000001C8The custom capability's SCCD has an invalid catalog
457000001C9None of the authorized entity elements in the SCCD matched the app being installed; either the PFNs don't match
458000001CAThe custom capability's SCCD failed to parse
459000001CBThe custom capability's SCCD requires developer mode
460000001CCThere not all declared custom capabilities are found in the SCCD
470000001D6The CimFS image is corrupt
480000001E0The 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
481000001E1The 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
482000001E2The 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
483000001E3The request failed due to a fatal device hardware error
487000001E7Attempt to access invalid address.
488000001E8The volume contains paging
500000001F4User profile cannot be loaded.
510000001FEThe file system encountered a metadata file with inconsistent data
51400000202The specified ResourceManager made no changes or updates to the resource under this transaction.
53400000216Arithmetic result exceeded 32 bits.
53500000217There is a process on the other end of the pipe.
53600000218Waiting for a process to open the other end of the pipe.
53700000219Application verifier has found an error in the current process.
5380000021AAn error occurred in the ABIOS subsystem.
5390000021BA warning occurred in the WX86 subsystem.
5400000021CAn error occurred in the WX86 subsystem.
5410000021DAn attempt was made to cancel or set a timer that has an associated asynchronous procedure call (APC) and the subject thread is not the thread that originally set the timer with an associated APC routine.
5420000021EUnwind exception code.
5430000021FAn invalid or unaligned stack was encountered during an unwind operation.
54400000220An invalid unwind target was encountered during an unwind operation.
54500000221Invalid object attributes specified to NtCreatePort or invalid port attributes specified to NtConnectPort.
54600000222Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
54700000223An attempt was made to lower a quota limit below the current usage.
54800000224An attempt was made to attach to a device that was already attached to another device.
54900000225An attempt was made to execute an instruction at an unaligned address, and the host system does not support unaligned instruction references.
55000000226Profiling not started.
55100000227Profiling not stopped.
55200000228The passed ACL did not contain the minimum required information.
55300000229The number of active profiling objects is at the maximum and no more can be started.
5540000022AUsed to indicate that an operation cannot continue without blocking for I/O.
5550000022BIndicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
5560000022CIf an MM error is returned which is not defined in the standard FsRtl filter --- or --- If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.
5570000022DIf an MM error is returned which is not defined in the standard FsRtl filter --- or --- If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.
5580000022EIf an MM error is returned which is not defined in the standard FsRtl filter --- or --- If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.
5590000022FA malformed function table was encountered during an unwind operation.
56000000230Indicates 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. This causes the protection attempt to fail, which might cause a file creation attempt to fail.
56100000231Indicates that an attempt was made to grow an LDT by setting its size --- or --- Indicates that an attempt was made to grow a local domain table (LDT) by setting its size, or that the size was not an even number of selectors.
56300000233Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
56400000234Indicates that the user supplied an invalid descriptor when trying to set up LDT descriptors.
56500000235Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token can be performed only when a process has zero or one threads.
56600000236An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
56700000237Page file quota was exceeded.
56800000238The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
56900000239On applicable Windows Server releases, the Security Accounts Manager (SAM) database is significantly out of synchronization with the copy on the domain controller. A complete synchronization is required.
5700000023AThe 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.
5710000023B{Privilege Failed} The I/O permissions for the process could not be changed.
5720000023C{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.
5730000023D{Missing System File} The required system file %hs is bad or missing.
5740000023E{Application Error}The exception %s (0x --- or --- {Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
5750000023F{Application Error} The application failed to initialize properly (0x%lx). Click OK to terminate the application.
57600000240{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.
57700000241Windows 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 --- The hash for the image cannot be found in the system catalogs. The image is likely corrupt or the victim of tampering.
57800000242{No Paging File Specified} No paging file was specified in the system configuration.
57900000243{EXCEPTION} A real-mode application issued a floating-point instruction, and floating-point hardware is not present.
58000000244An 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.
58100000245A domain server has an incorrect configuration.
58200000246An illegal character was encountered. For a multibyte character set, this includes a lead byte without a succeeding trail byte. For the Unicode character set, this includes the characters 0xFFFF and 0xFFFE.
58300000247The Unicode character is not defined in the Unicode character set installed on the system.
58400000248The paging file cannot be created on a floppy disk.
58500000249The system bios failed to connect a system interrupt to the device or bus for which the device is connected.
5860000024AThis operation is only allowed for the primary domain controller (PDC) of the domain.
5870000024BAn attempt was made to acquire a mutant such that its maximum count would have been exceeded.
5880000024CA volume has been accessed for which a file system driver is required that has not yet been loaded.
5890000024D{Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.
5900000024E{Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. Choosing OK will terminate the process, and choosing Cancel will ignore the error.
5910000024F{Fatal System Error} The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.
59200000250{Data Not Accepted} The transport driver interface (TDI) client could not handle the data received during an indication.
59300000251NTVDM encountered a hard error --- or --- The NT Virtual DOS Machine (NTVDM) encountered a hard error.
59400000252{Cancel Timeout} The driver %hs failed to complete a canceled I/O request in the allotted time.
59500000253{Reply Message Mismatch}An attempt was made to reply to an LPC message --- or --- {Reply Message Mismatch} An attempt was made to reply to a local procedure call (LPC) message, but the thread specified by the client ID in the message was not waiting on that message.
59600000254{Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error might be caused by a failure of your computer hardware or network connection. Try to save this file elsewhere.
59700000255The parameters passed to the server in the client/server shared memory window were invalid. Too much data might have been put in the shared memory window.
59800000256The stream is not a tiny stream.
59900000257The request must be handled by the stack overflow code.
60000000258Internal 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.
60100000259The 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.
6020000025AThe bucket array must be grown. Retry transaction after doing so.
6030000025BThe user/kernel marshaling buffer has overflowed.
6040000025CThe supplied variant structure contains invalid data.
6050000025DThe specified buffer contains ill-formed data.
6060000025E{Audit Failed} An attempt to generate a security audit failed.
6070000025FThe timer resolution was not previously set by the current process.
60800000260There is insufficient account information to log you on.
60900000261{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entry point should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO can cause the application to operate incorrectly.
61000000262{Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entry point should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process might operate incorrectly.
61100000263There is an IP address conflict with another system on the network.
61200000264There is an IP address conflict with another system on the network.
61300000265{Low On Registry Space} The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
61400000266A callback return system service cannot be executed when no callback is active.
61500000267The password provided is too short to meet the policy of your user account. Choose a longer password.
61600000268The policy of your user account does not allow you to change passwords too frequently.This is done to prevent users from changing back to a familiar --- or --- The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised, contact your administrator immediately to have a new one assigned.
61700000269You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Select a password that you have not previously used.
6180000026AThe specified compression format is unsupported.
6190000026BThe specified hardware profile configuration is invalid.
6200000026CThe specified Plug and Play registry device path is invalid.
6210000026DThe specified quota list is internally inconsistent with its descriptor.
6220000026E{Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shut down in 1 hour. To restore access to this installation of Windows, upgrade this installation using a licensed distribution of this product.
6230000026F{Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. 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.
62400000270{DLL Initialization Failed} The application failed to initialize because the window station is shutting down.
62500000271The validation process needs to continue on to the next step.
62600000272There are no more matches for the current index enumeration.
62700000273The range could not be added to the range list because of a conflict.
62800000274The server process is running under a SID different than that required by the client.
62900000275A group marked use for deny only cannot be enabled.
63000000276{EXCEPTION} Multiple floating point faults.
63100000277{EXCEPTION} Multiple floating point traps.
63200000278The requested interface is not supported.
63300000279{System Standby Failed} The driver %hs does not support standby mode. Updating this driver might allow the system to go to standby mode.
6340000027AThe system file %1 has become corrupt and has been replaced.
6350000027B{Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications might be denied. For more information, see Help.
6360000027CA device was removed so enumeration must be restarted.
6370000027D{Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.
6380000027EDevice will not start without a reboot.
6390000027FThere is not enough power to complete the requested operation.
64000000280ERROR_MULTIPLE_FAULT_VIOLATION
64100000281The system is in the process of shutting down.
64200000282An attempt to remove a processes DebugPort was made --- or --- An attempt to remove a process DebugPort was made, but a port was not already associated with the process.
64300000283This version of Windows is not compatible with the behavior version of directory forest, domain, or domain controller.
64400000284The specified range could not be found in the range list.
64600000286The driver was not loaded because the system is booting into safe mode.
64700000287The driver was not loaded because it failed its initialization call.
64800000288The device encountered an error while applying power or reading the device configuration. This might be caused by a failure of your hardware or by a poor connection.
64900000289The create operation failed because the name contained at least one mount point that resolves to a volume to which the specified device object is not attached.
6500000028AThe device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
6510000028BA machine check error has occurred. Check the system event log for additional information.
6520000028CThere was an error [%2] processing the driver database.
6530000028DThe system hive size has exceeded its limit.
6540000028EThe driver could not be loaded because a previous version of the driver is still in memory.
6550000028F{Volume Shadow Copy Service} Wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
65600000290The system has failed to hibernate (the error code is %hs). Hibernation will be disabled until the system is restarted.
65700000291The password provided is too long to meet the policy of your user account.Please choose a shorter password
66500000299The requested operation could not be completed due to a file system limitation.
6680000029CAn assertion failure has occurred.
6690000029DAn error occurred in the ACPI subsystem --- or --- An error occurred in the Advanced Configuration and Power Interface (ACPI) subsystem.
6700000029EWOW assertion error.
6710000029FA device is missing in the system BIOS MultiProcessor Specification (MPS) table. This device will not be used. Contact your system vendor for system BIOS update.
672000002A0A translator failed to translate resources.
673000002A1An interrupt request (IRQ) translator failed to translate resources.
674000002A2Driver %2 returned invalid ID for a child device (%3).
675000002A3{Kernel Debugger Awakened} the system debugger was awakened by an interrupt.
676000002A4{Handles Closed} Handles to objects have been automatically closed because of the requested operation.
677000002A5{Too Much Information} The specified ACL contained more information than was expected.
678000002A6This warning level status indicates that the transaction state already exists for the registry sub-tree --- or --- This warning level status indicates that the transaction state already exists for the registry subtree, but that a transaction commit was previously aborted. The commit has NOT been completed, but it has not been rolled back either (so it can still be committed if desired).
679000002A7{Media Changed} The media might have changed.
680000002A8{GUID Substitution}During the translation of a global identifier (GUID) to a Windows security ID (SID) --- or --- {GUID Substitution} During the translation of a GUID to a Windows SID, no administratively defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this might provide more restrictive access than intended.
681000002A9The create operation stopped after reaching a symbolic link.
682000002AAA long jump has been executed.
683000002ABThe Plug and Play query operation was not successful.
684000002ACA frame consolidation has been executed.
685000002AD{Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.
686000002AEThe application is attempting to run executable code from the module %hs. This may be insecure. An alternative --- or --- The application is attempting to run executable code from the module %hs. This might be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
687000002AFThe application is loading executable code from the module %hs. This is secure, but might be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?
688000002B0Debugger did not handle the exception.
689000002B1Debugger will reply later.
690000002B2Debugger cannot provide handle.
691000002B3Debugger terminated thread.
692000002B4Debugger terminated process.
693000002B5Debugger got control C.
694000002B6Debugger printed exception on control C.
695000002B7Debugger received RIP exception --- or --- Debugger received Routing Information Protocol (RIP) exception.
696000002B8Debugger received control break.
697000002B9Debugger command communication exception.
698000002BA{Object Exists} An attempt was made to create an object and the object name already existed.
699000002BB{Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed and termination proceeded.
700000002BC{Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixes must be performed on this image.
701000002BDThis informational level status indicates that a specified registry subtree transaction state did not yet exist and had to be created.
702000002BE{Segment Load}A virtual DOS machine (VDM) is loading --- or --- {Segment Load} A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload, or track symbols and breakpoints within these 16-bit segments.
703000002BF{Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit.
704000002C0{Redundant Read}To satisfy a read request --- or --- {Redundant Read} To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but it was unable to reassign the failing area of the device.
705000002C1{Redundant Write}To satisfy a write request --- or --- {Redundant Write} To satisfy a write request, the Windows NT fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but it was not able to reassign the failing area of the device.
706000002C2{Machine Type Mismatch}The image file %hs is valid --- or --- {Machine Type Mismatch} 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.
707000002C3{Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later.
708000002C4{Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system.
709000002C5{Partial Expedited Data Received} 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.
710000002C6{TDI Event Done} The TDI indication has completed successfully.
711000002C7{TDI Event Pending} The TDI indication has entered the pending state.
712000002C8Checking file system on %wZ.
713000002C9{Fatal Application Exit} %hs.
714000002CAThe specified registry key is referenced by a predefined handle.
715000002CB{Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
716000002CC%hs
717000002CD{Page Locked} One of the pages to lock was already locked.
718000002CEApplication popup: %1 : %2
719000002CFERROR_ALREADY_WIN32 --- or --- The value already corresponds with a Win 32 error code.
720000002D0{Machine Type Mismatch}The image file %hs is valid --- or --- {Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine.
721000002D1A yield execution was performed and no thread was available to run.
722000002D2The resume flag to a timer API was ignored.
723000002D3The arbiter has deferred arbitration of these resources to its parent.
724000002D4The inserted CardBus device cannot be started because of a configuration error on %hs"."
725000002D5The 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. If problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.
726000002D6The system was put into hibernation.
727000002D7The system was resumed from hibernation.
728000002D8Windows has detected that the system firmware (BIOS) was updated (previous firmware date = %2, current firmware date %3).
729000002D9A device driver is leaking locked I/O pages, causing system degradation. The system has automatically enabled a tracking code to try and catch the culprit.
730000002DAThe system has awoken.
731000002DBERROR_WAIT_1
732000002DCERROR_WAIT_2
733000002DDERROR_WAIT_3
734000002DEERROR_WAIT_63
735000002DFERROR_ABANDONED_WAIT_0 --- or --- The call failed because the handle associated with it was closed.
736000002E0ERROR_ABANDONED_WAIT_63
737000002E1ERROR_USER_APC
738000002E2ERROR_KERNEL_APC
739000002E3ERROR_ALERTED
740000002E4The requested operation requires elevation.
741000002E5A reparse should be performed by the object manager because the name of the file resulted in a symbolic link.
742000002E6An open/create operation completed while an oplock break is underway.
743000002E7A new volume has been mounted by a file system.
744000002E8This success level status indicates that the transaction state already exists for the registry sub-tree --- or --- This success level status indicates that the transaction state already exists for the registry subtree, but that a transaction commit was previously aborted. The commit has now been completed.
745000002E9This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
746000002EA{Connect Failure on Primary Transport}An attempt was made to connect to the remote server %hs on the primary transport --- or --- {Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer was able to connect on a secondary transport.
747000002EBPage fault was a transition fault.
748000002ECPage fault was a demand zero fault.
749000002EDPage fault was a demand zero fault.
750000002EEPage fault was a demand zero fault.
751000002EFPage fault was satisfied by reading from a secondary storage device.
752000002F0Cached page was locked during operation.
753000002F1Crash dump exists in paging file.
754000002F2Specified buffer contains all zeros.
755000002F3A reparse should be performed by the object manager because the name of the file resulted in a symbolic link.
756000002F4The device has succeeded a query-stop and its resource requirements have changed.
757000002F5The translator has translated these resources into the global space and no further translations should be performed.
758000002F6A process being terminated has no threads to terminate.
759000002F7The specified process is not part of a job.
760000002F8The specified process is part of a job.
761000002F9{Volume Shadow Copy Service} The system is now ready for hibernation.
762000002FAA file system or file system filter driver has successfully completed an FsFilter operation.
763000002FBThe specified interrupt vector was already connected.
764000002FCThe specified interrupt vector is still connected.
765000002FDAn operation is blocked waiting for an oplock.
766000002FEDebugger handled exception.
767000002FFDebugger continued.
76800000300An exception occurred in a user mode callback and the kernel callback frame should be removed.
76900000301Compression is disabled for this volume.
77000000302The data provider cannot fetch backward through a result set.
77100000303The data provider cannot scroll backward through a result set.
77200000304The data provider requires that previously fetched data is released before asking for more data.
77300000305The data provider was not able to interpret the flags set for a column binding in an accessor.
77400000306One or more errors occurred while processing the request.
77500000307The implementation is not capable of performing the request.
77600000308The client of a component requested an operation that is not valid given the state of the component instance.
77700000309A version number could not be parsed.
7780000030AThe iterator's start position is invalid.
7790000030BThe hardware has reported an uncorrectable memory error.
7800000030CThe attempted operation required self-healing to be enabled.
7810000030DThe Desktop heap encountered an error while allocating session memory. There is more information in the system event log.
7820000030EThe system power state is transitioning from %2 to %3.
7830000030FThe system power state is transitioning from %2 to %3 but could enter %4.
78400000310A thread is getting dispatched with MCA EXCEPTION because of MCA.
78500000311Access to %1 is monitored by policy rule %2.
78600000312Access to %1 has been restricted by your administrator by policy rule %2.
78700000313A valid hibernation file has been invalidated and should be abandoned.
78800000314{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error can be caused by network connectivity issues. Try to save this file elsewhere.
78900000315{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Try to save this file elsewhere.
79000000316{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error can be caused if the device has been removed or the media is write-protected.
79100000317The resources required for this device conflict with the MCFG table
79200000318The volume repair could not be performed while it is online.Please schedule to take the volume offline so that it can be repaired
79300000319The volume repair was not successful
7940000031AOne of the volume corruption logs is full. Further corruptions that may be detected won't be logged
7950000031BOne of the volume corruption logs is internally corrupted and needs to be recreated. The volume may contain undetected corruptions and must be scanned
7960000031COne of the volume corruption logs is unavailable for being operated on
7970000031DOne of the volume corruption logs was deleted while still having corruption records in them. The volume contains detected corruptions and must be scanned
7980000031EOne of the volume corruption logs was cleared by chkdsk and no longer contains real corruptions
7990000031FOrphaned 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
80000000320The oplock that was associated with this handle is now associated with a different handle
80100000321An oplock of the requested level cannot be granted. An oplock of a lower level may be available
80200000322The operation did not complete successfully because it would cause an oplock to be broken. The caller has requested that existing oplocks not be broken
80300000323The handle with which this oplock was associated has been closed. The oplock is now broken
80400000324The specified access control entry (ACE) does not contain a condition
80500000325The specified access control entry (ACE) contains an invalid condition
80600000326Access to the specified file handle has been revoked
80700000327{Image Relocated}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
80800000328The read or write operation to an encrypted file could not be completed because the file has not been opened for data access
80900000329File metadata optimization is already in progress
8100000032AThe requested operation failed due to quota operation is still in progress
8110000032BAccess to the specified handle has been revoked
8120000032CThe callback function must be invoked inline
8130000032DThe specified CPU Set IDs are invalid
8140000032EThe specified enclave has not yet been terminated
8150000032FAn attempt was made to access protected memory in violation of its secure access policy
87100000367An operation is blocked and waiting for an oplock.
994000003E2Access to the extended attribute was denied.
995000003E3The I/O operation has been aborted because of either a thread exit or an application request.
996000003E4Overlapped I/O event is not in a signaled state.
997000003E5Overlapped I/O operation is in progress.
998000003E6Invalid access to memory location.
999000003E7Error performing in-page operation.
1001000003E9Recursion too deep; the stack overflowed.
1002000003EAThe window cannot act on the sent message.
1003000003EBCannot complete this function.
1004000003ECInvalid flags.
1005000003EDThe volume does not contain a recognized file system. Be sure that all required file system drivers are loaded and that the volume is not corrupted.
1006000003EEThe volume for a file has been externally altered so that the opened file is no longer valid.
1007000003EFThe requested operation cannot be performed in full-screen mode.
1008000003F0An attempt was made to reference a token that does not exist.
1009000003F1The configuration registry database is corrupt.
1010000003F2The configuration registry key is invalid.
1011000003F3The configuration registry key could not be opened.
1012000003F4The configuration registry key could not be read.
1013000003F5The configuration registry key could not be written.
1014000003F6One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful.
1015000003F7The 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.
1016000003F8An I/O operation initiated by the registry failed unrecoverably. The registry could not read in --- or --- An I/O operation initiated by the registry failed and cannot be recovered. The registry could not read in, write out, or flush one of the files that contain the system's image of the registry.
1017000003F9The system has attempted to load or restore a file into the registry --- or --- The system attempted to load or restore a file into the registry, but the specified file is not in a registry file format.
1018000003FAIllegal operation attempted on a registry key that has been marked for deletion.
1019000003FBSystem could not allocate the required space in a registry log.
1020000003FCCannot create a symbolic link in a registry key that already has subkeys or values.
1021000003FDCannot create a stable subkey under a volatile parent key.
1022000003FEA 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.
10510000041BA stop control has been sent to a service that other running services are dependent on.
10520000041CThe requested control is not valid for this service.
10530000041DThe service did not respond to the start or control request in a timely fashion.
10540000041EA thread could not be created for the service.
10550000041FThe service database is locked.
105600000420An instance of the service is already running.
105700000421The account name is invalid or does not exist, or the password is invalid for the account name specified.
105800000422The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
105900000423Circular service dependency was specified.
106000000424The specified service does not exist as an installed service.
106100000425The service cannot accept control messages at this time.
106200000426The service has not been started.
106300000427The service process could not connect to the service controller.
106400000428An exception occurred in the service when handling the control request.
106500000429The database specified does not exist.
10660000042AThe service has returned a service-specific error code.
10670000042BThe process terminated unexpectedly.
10680000042CThe dependency service or group failed to start.
10690000042DThe service did not start due to a logon failure.
10700000042EAfter starting, the service stopped responding in a start-pending state.
10710000042FThe specified service database lock is invalid.
107200000430The specified service has been marked for deletion.
107300000431The specified service already exists.
107400000432The system is currently running with the last-known-good configuration.
107500000433The dependency service does not exist or has been marked for deletion.
107600000434The current boot has already been accepted for use as the last-known-good control set.
107700000435No attempts to start the service have been made since the last boot.
107800000436The name is already in use as either a service name or a service display name.
107900000437The account specified for this service is different from the account specified for other services running in the same process.
108000000438Failure actions can only be set for Win32 services, not for drivers.
108100000439This service runs in the same process as the service control manager.Therefore --- or --- This service runs in the same process as the service control manager. Therefore, the service control manager cannot take action if this service's process terminates unexpectedly.
10820000043ANo recovery program has been configured for this service.
10830000043BThe executable program that this service is configured to run in does not implement the service.
10840000043CThis service cannot be started in Safe Mode.
11000000044CThe physical end of the tape has been reached.
11010000044DA tape access reached a filemark.
11020000044EThe beginning of the tape or a partition was encountered.
11030000044FA tape access reached the end of a set of files.
110400000450No more data is on the tape.
110500000451Tape could not be partitioned.
110600000452When accessing a new tape of a multivolume partition, the current block size is incorrect.
110700000453Tape partition information could not be found when loading a tape.
110800000454Unable to lock the media eject mechanism.
110900000455Unable to unload the media.
111000000456The media in the drive might have changed.
111100000457The I/O bus was reset.
111200000458No media in drive.
111300000459No mapping for the Unicode character exists in the target multibyte code page.
11140000045AA DLL initialization routine failed.
11150000045BA system shutdown is in progress.
11160000045CUnable to abort the system shutdown because no shutdown was in progress.
11170000045DThe request could not be performed because of an I/O device error.
11180000045ENo serial device was successfully initialized. The serial driver will unload.
11190000045FUnable to open a device that was sharing an IRQ with other devices. At least one other device that uses that IRQ was already opened.
112000000460A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
112100000461A serial I/O operation completed because the time-out period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
112200000462No ID address mark was found on the floppy disk.
112300000463Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
112400000464The floppy disk controller reported an error that is not recognized by the floppy disk driver.
112500000465The floppy disk controller returned inconsistent results in its registers.
112600000466While accessing the hard disk, a recalibrate operation failed, even after retries.
112700000467While accessing the hard disk, a disk operation failed even after retries.
112800000468While accessing the hard disk, a disk controller reset was needed, but that also failed.
112900000469Physical end of tape encountered.
11300000046ANot enough server storage is available to process this command.
11310000046BA potential deadlock condition has been detected.
11320000046CThe base address or the file offset specified does not have the proper alignment.
114000000474An attempt to change the system power state was vetoed by another application or driver.
114100000475The system BIOS failed an attempt to change the system power state.
114200000476An attempt was made to create more links on a file than the file system supports.
11500000047EThe specified program requires a newer version of Windows.
11510000047FThe specified program is not a Windows or MS-DOS program.
115200000480Cannot start more than one instance of the specified program.
115300000481The specified program was written for an earlier version of Windows.
115400000482One of the library files needed to run this application is damaged.
115500000483No application is associated with the specified file for this operation.
115600000484An error occurred in sending the command to the application.
115700000485One of the library files needed to run this application cannot be found.
115800000486The current process has used all of its system allowance of handles for Windows manager objects.
115900000487The message can be used only with synchronous operations.
116000000488The indicated source element has no media.
116100000489The indicated destination element already contains media.
11620000048AThe indicated element does not exist.
11630000048BThe indicated element is part of a magazine that is not present.
11640000048CThe indicated device requires re-initialization due to hardware errors.
11650000048DThe device has indicated that cleaning is required before further operations are attempted.
11660000048EThe device has indicated that its door is open.
11670000048FThe device is not connected.
116800000490Element not found.
116900000491There was no match for the specified key in the index.
117000000492The property set specified does not exist on the object.
117100000493The point passed to GetMouseMovePoints is not in the buffer.
117200000494The tracking (workstation) service is not running.
117300000495The volume ID could not be found.
117500000497Unable to remove the file to be replaced.
117600000498Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.
117700000499Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name.
11780000049AThe volume change journal is being deleted.
11790000049BThe volume change journal is not active.
11800000049CA file was found, but it might not be the correct file.
11810000049DThe journal entry has been deleted from the journal.
11830000049FDriver Verifier Volatile settings cannot be set when CFG and IO are enabled
1184000004A0An attempt was made to access a partition that has begun termination
1190000004A6A system shutdown has already been scheduled.
1191000004A7The system shutdown cannot be initiated because there are other users logged on to the computer.
1200000004B0The specified device name is invalid.
1201000004B1The device is not currently connected but it is a remembered connection.
1202000004B2The local device name has a remembered connection to another network resource.
1203000004B3The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Try retyping the path or contact your network administrator.
1204000004B4The specified network provider name is invalid.
1205000004B5Unable to open the network connection profile.
1206000004B6The network connection profile is corrupted.
1207000004B7Cannot enumerate a noncontainer.
1208000004B8An extended error has occurred.
1209000004B9The format of the specified group name is invalid.
1210000004BAThe format of the specified computer name is invalid.
1211000004BBThe format of the specified event name is invalid.
1212000004BCThe format of the specified domain name is invalid.
1213000004BDThe format of the specified service name is invalid.
1214000004BEThe format of the specified network name is invalid.
1215000004BFThe format of the specified share name is invalid.
1216000004C0The format of the specified password is invalid.
1217000004C1The format of the specified message name is invalid.
1218000004C2The format of the specified message destination is invalid.
1219000004C3Multiple 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.
1220000004C4An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
1221000004C5The workgroup or domain name is already in use by another computer on the network.
1222000004C6The network is not present or not started.
1223000004C7The operation was canceled by the user.
1224000004C8The requested operation cannot be performed on a file with a user-mapped section open.
1225000004C9The remote system refused the network connection.
1226000004CAThe network connection was gracefully closed.
1227000004CBThe network transport endpoint already has an address associated with it.
1228000004CCAn address has not yet been associated with the network endpoint.
1229000004CDAn operation was attempted on a nonexistent network connection.
1230000004CEAn invalid operation was attempted on an active network connection.
1231000004CFThe network location cannot be reached. For information about network troubleshooting, see Windows Help.
1232000004D0The network location cannot be reached. For information about network troubleshooting, see Windows Help.
1233000004D1The network location cannot be reached. For information about network troubleshooting, see Windows Help.
1234000004D2No service is operating at the destination network endpoint on the remote system.
1235000004D3The request was aborted.
1236000004D4The network connection was aborted by the local system.
1237000004D5The operation could not be completed. A retry should be performed.
1238000004D6A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.
1239000004D7Attempting to log on during an unauthorized time of day for this account.
1240000004D8The account is not authorized to log on from this station.
1241000004D9The network address could not be used for the operation requested.
1242000004DAThe service is already registered.
1243000004DBThe specified service does not exist.
1244000004DCThe operation being requested was not performed because the user has not been authenticated.
1245000004DDThe operation being requested was not performed because the user has not logged on to the network. The specified service does not exist.
1246000004DEContinue with work in progress.
1247000004DFAn attempt was made to perform an initialization operation when initialization has already been completed.
1248000004E0No more local devices.
1249000004E1The specified site does not exist.
1250000004E2A domain controller with the specified name already exists.
1251000004E3This operation is supported only when you are connected to the server.
1252000004E4The group policy framework should call the extension even if there are no changes.
1253000004E5The specified user does not have a valid profile.
1254000004E6This operation is not supported on a computer running Windows Server 2003 operating system for Small Business Server.
1255000004E7The server machine is shutting down.
1256000004E8The remote system is not available. For information about network troubleshooting, see Windows Help.
1257000004E9The security identifier provided is not from an account domain.
1258000004EAThe security identifier provided does not have a domain component.
1259000004EBAppHelp dialog canceled, thus preventing the application from starting.
1260000004ECThis program is blocked by Group Policy. For more information, contact your system administrator.
1261000004EDA program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.
1262000004EEThe share is currently offline or does not exist.
1263000004EFThe Kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log.
1264000004F0The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
1265000004F1The system cannot contact a domain controller to service the authentication request. Please try again later --- or --- The system detected a possible attempt to compromise security. Ensure that you can contact the server that authenticated you.
1271000004F7The machine is locked and cannot be shut down without the force option.
1272000004F8You 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
1273000004F9An application-defined callback gave invalid data when called.
1274000004FAThe Group Policy framework should call the extension in the synchronous foreground policy refresh.
1275000004FBThis driver has been blocked from loading.
1276000004FCA DLL referenced a module that was neither a DLL nor the process's executable image.
1277000004FDWindows cannot open this program because it has been disabled.
1278000004FEWindows cannot open this program because the license enforcement system has been tampered with or become corrupted.
1279000004FFA transaction recover failed.
128000000500The current thread has already been converted to a fiber.
128100000501The current thread has already been converted from a fiber.
128200000502The 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.
128300000503Data present in one of the parameters is more than the function can operate on.
128400000504An attempt to perform an operation on a debug object failed because the object is in the process of being deleted.
128500000505An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.
128600000506%1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.
128700000507Insufficient information exists to identify the cause of failure.
128800000508The parameter passed to a C runtime function is incorrect.
128900000509The operation occurred beyond the valid data length of the file.
12900000050AThe service start failed because one or more services in the same process have an incompatible service SID type setting. A service with a restricted service SID type can only coexist in the same process with other services with a restricted SID type.
12910000050BThe process hosting the driver for this device has been terminated.
12920000050CAn operation attempted to exceed an implementation-defined limit.
12930000050DEither the target process, or the target thread's containing process, is a protected process.
12940000050EThe service notification client is lagging too far behind the current state of services in the machine.
12950000050FAn operation failed because the storage quota was exceeded.
129600000510The requested file operation failed because the storage policy blocks that type of file. For more information --- or --- An operation failed because the content was blocked.
129700000511A privilege that the service requires to function properly does not exist in the service account configuration. The Services Microsoft Management Console (MMC) snap-in (Services.msc) and the Local Security Settings MMC snap-in (Secpol.msc) can be used to view the service configuration and the account configuration.
129800000512A thread involved in this operation appears to be unresponsive
129900000513Indicates a particular SID cannot be assigned as the label of an object.
130000000514Not all privileges or groups referenced are assigned to the caller.
130100000515Some mapping between account names and SIDs was not done.
130200000516No system quota limits are specifically set for this account.
130300000517No encryption key is available. A well-known encryption key was returned.
130400000518The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a null string.
130500000519The revision level is unknown.
13060000051AIndicates two revision levels are incompatible.
13070000051BThis SID cannot be assigned as the owner of this object.
13080000051CThis SID cannot be assigned as the primary group of an object.
13090000051DAn attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
13100000051EThe group cannot be disabled.
13110000051FWe 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 --- or --- There are currently no logon servers available to service the logon request.
131200000520A specified logon session does not exist. It might already have been terminated.
131300000521A specified privilege does not exist.
131400000522A required privilege is not held by the client.
131500000523The name provided is not a properly formed account name.
131600000524The specified account already exists.
131700000525The specified account does not exist.
131800000526The specified group already exists.
131900000527The specified group does not exist.
132000000528Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member.
132100000529The specified user account is not a member of the specified group account.
13220000052AThis operation is disallowed as it could result in an administration account being disabled --- or --- The last remaining administration account cannot be disabled or deleted.
13230000052BUnable to update the password. The value provided as the current password is incorrect.
13240000052CUnable to update the password. The value provided for the new password contains values that are not allowed in passwords.
13250000052DUnable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain.
13260000052EThe user name or password is incorrect --- or --- Logon failure: Unknown user name or bad password.
13270000052FAccount restrictions are preventing this user from signing in. For example: blank passwords aren't allowed --- or --- Logon failure: User account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.
132800000530Your account has time restrictions that keep you from signing in right now --- or --- Logon failure: Account logon time restriction violation.
132900000531Logon failure: User not allowed to log on to this computer.
133000000532The password for this account has expired --- or --- Logon failure: The specified account password has expired.
133100000533This user can't sign in because this account is currently disabled --- or --- Logon failure: Account currently disabled.
133200000534No mapping between account names and SIDs was done.
133300000535Too many local user identifiers (LUIDs) were requested at one time.
133400000536No more local user identifiers (LUIDs) are available --- or --- No more LUIDs are available.
133500000537The sub-authority part of an SID is invalid for this particular use.
133600000538The access control list (ACL) structure is invalid --- or --- The ACL structure is invalid.
133700000539The SID structure is invalid.
13380000053AThe security descriptor structure is invalid.
13400000053CThe inherited access control list (ACL) or access control entry (ACE) could not be built --- or --- The inherited ACL or ACE could not be built.
13410000053DThe server is currently disabled.
13420000053EThe server is currently enabled.
13430000053FThe value provided was an invalid value for an identifier authority.
134400000540No more memory is available for security information updates.
134500000541The specified attributes are invalid, or incompatible with the attributes for the group as a whole.
134600000542Either a required impersonation level was not provided, or the provided impersonation level is invalid.
134700000543Cannot open an anonymous level security token.
134800000544The validation information class requested was invalid.
134900000545The type of the token is inappropriate for its attempted use.
135000000546Unable to perform a security operation on an object that has no associated security.
135100000547Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
135200000548The SAM or local security authority (LSA) server was in the wrong state to perform the security operation.
135300000549The domain was in the wrong state to perform the security operation.
13540000054AThis operation is only allowed for the PDC of the domain.
13550000054BThe specified domain either does not exist or could not be contacted.
13560000054CThe specified domain already exists.
13570000054DAn attempt was made to exceed the limit on the number of domains per server.
13580000054EUnable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.
13590000054FAn internal error occurred.
136000000550Generic access types were contained in an access mask that should already be mapped to nongeneric types.
136100000551A security descriptor is not in the right format (absolute or self-relative).
136200000552The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
136300000553Cannot start a new logon session with an ID that is already in use.
136400000554A specified authentication package is unknown.
136500000555The logon session is not in a state that is consistent with the requested operation.
136600000556The logon session ID is already in use.
136700000557A logon request contained an invalid logon type value.
136800000558Unable to impersonate using a named pipe until data has been read from that pipe.
136900000559The transaction state of a registry subtree is incompatible with the requested operation.
13700000055AAn internal security database corruption has been encountered.
13710000055BCannot perform this operation on built-in accounts.
13720000055CCannot perform this operation on this built-in special group.
13730000055DCannot perform this operation on this built-in special user.
13740000055EThe user cannot be removed from a group because the group is currently the user's primary group.
13750000055FThe token is already in use as a primary token.
137600000560The specified local group does not exist.
137700000561The specified account name is not a member of the group.
137800000562The specified account name is already a member of the group.
137900000563The specified local group already exists.
138000000564Logon failure: The user has not been granted the requested logon type at this computer.
138100000565The maximum number of secrets that can be stored in a single system has been exceeded.
138200000566The length of a secret exceeds the maximum length allowed.
138300000567The local security authority database contains an internal inconsistency.
138400000568During a logon attempt, the user's security context accumulated too many SIDs.
138500000569Logon failure: The user has not been granted the requested logon type at this computer.
13860000056AA cross-encrypted password is necessary to change a user password.
13870000056BA member could not be added to or removed from the local group because the member does not exist.
13880000056CA new member could not be added to a local group because the member has the wrong account type.
13890000056DToo many SIDs have been specified.
13900000056EA cross-encrypted password is necessary to change this user password.
13910000056FIndicates an ACL contains no inheritable components.
139200000570The file or directory is corrupted and unreadable.
139300000571The disk structure is corrupted and unreadable.
139400000572There is no user session key for the specified logon session.
139500000573The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because the service has accepted the maximum number of connections.
139600000574Logon failure: The target account name is incorrect.
139700000575Mutual authentication failed. The server's password is out of date at the domain controller.
139800000576There is a time and/or date difference between the client and server.
139900000577This operation cannot be performed on the current domain.
140000000578Invalid window handle.
140100000579Invalid menu handle.
14020000057AInvalid cursor handle.
14030000057BInvalid accelerator table handle.
14040000057CInvalid hook handle.
14050000057DInvalid handle to a multiple-window position structure.
14060000057ECannot create a top-level child window.
14070000057FCannot find window class.
140800000580Invalid window; it belongs to other thread.
140900000581Hot key is already registered.
141000000582Class already exists.
141100000583Class does not exist.
141200000584Class still has open windows.
141300000585Invalid index.
141400000586Invalid icon handle.
141500000587Using private DIALOG window words.
141600000588The list box identifier was not found.
141700000589No wildcards were found.
14180000058AThread does not have a clipboard open.
14190000058BHot key is not registered.
14200000058CThe window is not a valid dialog window.
14210000058DControl ID not found.
14220000058EInvalid message for a combo box because it does not have an edit control.
14230000058FThe window is not a combo box.
142400000590Height must be less than 256.
142500000591Invalid device context (DC) handle.
142600000592Invalid hook procedure type.
142700000593Invalid hook procedure.
142800000594Cannot set nonlocal hook without a module handle.
142900000595This hook procedure can only be set globally.
143000000596The journal hook procedure is already installed.
143100000597The hook procedure is not installed.
143200000598Invalid message for single-selection list box.
143300000599LB_SETCOUNT sent to non-lazy list box.
14340000059AThis list box does not support tab stops.
14350000059BCannot destroy object created by another thread.
14360000059CChild windows cannot have menus.
14370000059DThe window does not have a system menu.
14380000059EInvalid message box style.
14390000059FInvalid system-wide (SPI_*) parameter.
1440000005A0Screen already locked.
1441000005A1All handles to windows in a multiple-window position structure must have the same parent.
1442000005A2The window is not a child window.
1443000005A3Invalid GW_* command.
1444000005A4Invalid thread identifier.
1445000005A5Cannot process a message from a window that is not a multiple document interface (MDI) window.
1446000005A6Pop-up menu already active.
1447000005A7The window does not have scroll bars.
1448000005A8Scroll bar range cannot be greater than MAXLONG.
1449000005A9Cannot show or remove the window in the way specified.
1450000005AAInsufficient system resources exist to complete the requested service.
1451000005ABInsufficient system resources exist to complete the requested service.
1452000005ACInsufficient system resources exist to complete the requested service.
1453000005ADInsufficient quota to complete the requested service.
1454000005AEInsufficient quota to complete the requested service.
1455000005AFThe paging file is too small for this operation to complete.
1456000005B0A menu item was not found.
1457000005B1Invalid keyboard layout handle.
1458000005B2Hook type not allowed.
1459000005B3This operation requires an interactive window station.
1460000005B4This operation returned because the time-out period expired.
1461000005B5Invalid monitor handle.
1462000005B6Incorrect size argument.
1463000005B7The symbolic link cannot be followed because its type is disabled.
1464000005B8This application does not support the current operation on symbolic links.
1465000005B9Windows was unable to parse the requested XML data
1466000005BAAn error was encountered while processing an XML digital signature
1467000005BBThis application must be restarted
1468000005BCThe caller made the connection request in the wrong routing compartment
1469000005BDThere was an AuthIP failure when attempting to connect to the remote host
1470000005BEInsufficient NVRAM resources exist to complete the requested service. A reboot might be required
1471000005BFUnable to finish the requested operation because the specified process is not a GUI process
1500000005DCThe event log file is corrupted.
1501000005DDNo event log file could be opened, so the event logging service did not start.
1502000005DEThe event log file is full.
1503000005DFThe event log file has changed between read operations.
1504000005E0The specified Job already has a container assigned to it
1505000005E1The specified Job does not have a container assigned to it
15500000060EThe specified task name is invalid.
15510000060FThe specified task index is invalid.
155200000610The specified thread is already joining a task.
160100000641The Windows Installer service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.
160200000642User canceled installation.
160300000643Fatal error during installation.
160400000644Installation suspended, incomplete.
160500000645This action is valid only for products that are currently installed.
160600000646Feature ID not registered.
160700000647Component ID not registered.
160800000648Unknown property.
160900000649Handle is in an invalid state.
16100000064AThe configuration data for this product is corrupt. Contact your support personnel.
16110000064BComponent qualifier not present.
16120000064CThe installation source for this product is not available. Verify that the source exists and that you can access it.
16130000064DThis 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.
16140000064EProduct is uninstalled.
16150000064FSQL query syntax invalid or unsupported.
161600000650Record field does not exist.
161700000651The device has been removed.
161800000652Another installation is already in progress. Complete that installation before proceeding with this install.
161900000653This 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.
162000000654This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
162100000655There was an error starting the Windows Installer service user interface. Contact your support personnel.
162200000656Error opening installation log file. Verify that the specified log file location exists and that you can write to it.
162300000657The language of this installation package is not supported by your system.
162400000658Error applying transforms. Verify that the specified transform paths are valid.
162500000659This installation is forbidden by system policy. Contact your system administrator.
16260000065AFunction could not be executed.
16270000065BFunction failed during execution.
16280000065CInvalid or unknown table specified.
16290000065DData supplied is of wrong type.
16300000065EData of this type is not supported.
16310000065FThe Windows Installer service failed to start. Contact your support personnel.
163200000660The 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.
163300000661This installation package is not supported by this processor type. Contact your product vendor.
163400000662Component not used on this computer.
163500000663This 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.
163600000664This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package.
163700000665This 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.
163800000666Another 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 in Control Panel.
163900000667Invalid command-line argument. Consult the Windows Installer SDK for detailed command line help.
164000000668Only 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.
164100000669The requested operation completed successfully. The system will be restarted so the changes can take effect.
16420000066AThe upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing --- or --- The upgrade cannot be installed by the Windows Installer service because the program to be upgraded might be missing, or the upgrade might 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.
16430000066BThe update package is not permitted by a software restriction policy.
16440000066COne or more customizations are not permitted by a software restriction policy.
16450000066DThe Windows Installer does not permit installation from a Remote Desktop Connection.
16460000066EUninstallation of the update package is not supported.
16470000066FThe update is not applied to this product.
164800000670No valid sequence could be found for the set of updates.
164900000671Update removal was disallowed by policy.
165000000672The XML update data is invalid.
165100000673Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update.
165200000674The Windows Installer service is not accessible in Safe Mode. 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.
165300000675A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately
165400000676The app that you are trying to run is not supported on this version of Windows
165500000677The operation was blocked as the process prohibits dynamic code generation
165600000678The objects are not identical
165700000679The specified image file was blocked from loading because it does not enable a feature required by the process: Control Flow Guard
16600000067CThe thread context could not be updated because this has been restricted for the process
16610000067DAn invalid cross-partition private file/section access was attempted
16620000067EA return address hijack is being attempted. This is supported by the operating system when user-mode shadow stacks are enabled
1700000006A4The string binding is invalid.
1701000006A5The binding handle is not the correct type.
1702000006A6The binding handle is invalid.
1703000006A7The RPC protocol sequence is not supported.
1704000006A8The RPC protocol sequence is invalid.
1705000006A9The string universal unique identifier (UUID) is invalid --- or --- The string UUID is invalid.
1706000006AAThe endpoint format is invalid.
1707000006ABThe network address is invalid.
1708000006ACNo endpoint was found.
1709000006ADThe time-out value is invalid.
1710000006AEThe object universal unique identifier (UUID) was not found --- or --- The object UUID) was not found.
1711000006AFThe object UUID) has already been registered.
1712000006B0The type universal unique identifier (UUID) has already been registered --- or --- The type UUID has already been registered.
1713000006B1The RPC server is already listening.
1714000006B2No protocol sequences have been registered.
1715000006B3The RPC server is not listening.
1716000006B4The manager type is unknown.
1717000006B5The interface is unknown.
1718000006B6There are no bindings.
1719000006B7There are no protocol sequences.
1720000006B8The endpoint cannot be created.
1721000006B9Not enough resources are available to complete this operation.
1722000006BAThe RPC server is unavailable.
1723000006BBThe RPC server is too busy to complete this operation.
1724000006BCThe network options are invalid.
1725000006BDThere are no RPCs active on this thread.
1726000006BEThe remote procedure call failed --- or --- The RPC failed.
1727000006BFThe RPC failed and did not execute.
1728000006C0A remote procedure call (RPC) protocol error occurred --- or --- An RPC protocol error occurred.
1729000006C1Access to the HTTP proxy is denied.
1730000006C2The transfer syntax is not supported by the RPC server.
1732000006C4The universal unique identifier (UUID) type is not supported --- or --- The UUID type is not supported.
1733000006C5The tag is invalid.
1734000006C6The array bounds are invalid.
1735000006C7The binding does not contain an entry name.
1736000006C8The name syntax is invalid.
1737000006C9The name syntax is not supported.
1739000006CBNo network address is available to use to construct a UUID.
1740000006CCThe endpoint is a duplicate.
1741000006CDThe authentication type is unknown.
1742000006CEThe maximum number of calls is too small.
1743000006CFThe string is too long.
1744000006D0The RPC protocol sequence was not found.
1745000006D1The procedure number is out of range.
1746000006D2The binding does not contain any authentication information.
1747000006D3The authentication service is unknown.
1748000006D4The authentication level is unknown.
1749000006D5The security context is invalid.
1750000006D6The authorization service is unknown.
1751000006D7The entry is invalid.
1752000006D8The server endpoint cannot perform the operation.
1753000006D9There are no more endpoints available from the endpoint mapper.
1754000006DANo interfaces have been exported.
1755000006DBThe entry name is incomplete.
1756000006DCThe version option is invalid.
1757000006DDThere are no more members.
1758000006DEThere is nothing to unexport.
1759000006DFThe interface was not found.
1760000006E0The entry already exists.
1761000006E1The entry is not found.
1762000006E2The name service is unavailable.
1763000006E3The network address family is invalid.
1764000006E4The requested operation is not supported.
1765000006E5No security context is available to allow impersonation.
1766000006E6An internal error occurred in an RPC.
1767000006E7The RPC server attempted an integer division by zero.
1768000006E8An addressing error occurred in the RPC server.
1769000006E9A floating-point operation at the RPC server caused a division by zero.
1770000006EAA floating-point underflow occurred at the RPC server.
1771000006EBA floating-point overflow occurred at the RPC server.
1772000006ECThe list of RPC servers available for the binding of auto handles has been exhausted.
1773000006EDUnable to open the character translation table file.
1774000006EEThe file containing the character translation table has fewer than 512 bytes.
1775000006EFA null context handle was passed from the client to the host during an RPC.
1777000006F1The context handle changed during an RPC.
1778000006F2The binding handles passed to an RPC do not match.
1779000006F3The stub is unable to get the RPC handle.
1780000006F4A null reference pointer was passed to the stub.
1781000006F5The enumeration value is out of range.
1782000006F6The byte count is too small.
1783000006F7The stub received bad data.
1784000006F8The supplied user buffer is not valid for the requested operation.
1785000006F9The disk media is not recognized. It might not be formatted.
1786000006FAThe workstation does not have a trust secret.
1787000006FBThe security database on the server does not have a computer account for this workstation trust relationship.
1788000006FCThe trust relationship between the primary domain and the trusted domain failed.
1789000006FDThe trust relationship between this workstation and the primary domain failed.
1790000006FEThe network logon failed.
1791000006FFAn RPC is already in progress for this thread.
179200000700An attempt was made to logon --- or --- An attempt was made to log on, but the network logon service was not started.
179300000701The user's account has expired.
179400000702The redirector is in use and cannot be unloaded.
179500000703The specified printer driver is already installed.
179600000704The specified port is unknown.
179700000705The printer driver is unknown.
179800000706The print processor is unknown.
179900000707The specified separator file is invalid.
180000000708The specified priority is invalid.
180100000709The printer name is invalid.
18020000070AThe printer already exists.
18030000070BThe printer command is invalid.
18040000070CThe specified data type is invalid.
18050000070DThe environment specified is invalid.
18060000070EThere are no more bindings.
18070000070FThe account used is an interdomain trust account. Use your global user account or local user account to access this server.
180800000710The account used is a computer account. Use your global user account or local user account to access this server.
180900000711The account used is a server trust account. Use your global user account or local user account to access this server.
181000000712The name or SID of the domain specified is inconsistent with the trust information for that domain.
181100000713The server is in use and cannot be unloaded.
181200000714The specified image file did not contain a resource section.
181300000715The specified resource type cannot be found in the image file.
181400000716The specified resource name cannot be found in the image file.
181500000717The specified resource language ID cannot be found in the image file.
181600000718Not enough quota is available to process this command.
181700000719No interfaces have been registered.
18180000071AThe remote procedure call was cancelled --- or --- The RPC was canceled.
18190000071BThe binding handle does not contain all the required information.
18200000071CA communications failure occurred during an RPC.
18210000071DThe requested authentication level is not supported.
18220000071ENo principal name is registered.
18230000071FThe error specified is not a valid Windows RPC error code.
182400000720A UUID that is valid only on this computer has been allocated.
182500000721A security package-specific error occurred.
182600000722The thread is not canceled.
182700000723Invalid operation on the encoding/decoding handle.
182800000724Incompatible version of the serializing package.
182900000725Incompatible version of the RPC stub.
183000000726The RPC pipe object is invalid or corrupted.
183100000727An invalid operation was attempted on an RPC pipe object.
183200000728Unsupported RPC pipe version.
183300000729HTTP proxy server rejected the connection because the cookie authentication failed
18340000072AThe RPC server is suspended
18350000072BThe RPC call contains too many handles to be transmitted in a single request
18360000072CThe RPC call contains a handle that differs from the declared handle type
18980000076AThe group member was not found.
18990000076BThe endpoint mapper database entry could not be created.
19000000076CThe object universal unique identifier (UUID) is the nil UUID --- or --- The object UUID is the nil UUID.
19010000076DThe specified time is invalid.
19020000076EThe specified form name is invalid.
19030000076FThe specified form size is invalid.
190400000770The specified printer handle is already being waited on.
190500000771The specified printer has been deleted.
190600000772The state of the printer is invalid.
190700000773The user's password must be changed before logging on the first time.
190800000774Could not find the domain controller for this domain.
190900000775The referenced account is currently locked out and cannot be logged on to.
191000000776The object exporter specified was not found.
191100000777The object specified was not found.
191200000778The object set specified was not found.
191300000779Some data remains to be sent in the request buffer.
19140000077AInvalid asynchronous RPC handle.
19150000077BInvalid asynchronous RPC call handle for this operation.
19160000077CThe RPC pipe object has already been closed.
19170000077DThe RPC call completed before all pipes were processed.
19180000077ENo more data is available from the RPC pipe.
19190000077FNo site name is available for this machine.
192000000780The file cannot be accessed by the system.
192100000781The name of the file cannot be resolved by the system.
192200000782The entry is not of the expected type.
192300000783Not all object UUIDs could be exported to the specified entry.
192400000784The interface could not be exported to the specified entry.
192500000785The specified profile entry could not be added.
192600000786The specified profile element could not be added.
192700000787The specified profile element could not be removed.
192800000788The group element could not be added.
192900000789The group element could not be removed.
19300000078AThe printer driver is not compatible with a policy enabled on your computer that blocks Windows NT 4.0 operating system drivers.
19310000078BThe context has expired and can no longer be used.
19320000078CThe current user's delegated trust creation quota has been exceeded.
19330000078DThe total delegated trust creation quota has been exceeded.
19340000078EThe current user's delegated trust deletion quota has been exceeded.
19350000078FLogon failure: The machine you are logging on to is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine.
193600000790Remote connections to the Print Spooler are blocked by a policy set on your machine.
193700000791Authentication failed because NTLM authentication has been disabled
193800000792Logon Failure: EAS policy requires that the user change their password before this operation can be performed
193900000793An administrator has restricted sign in. To sign in
2000000007D0The pixel format is invalid.
2001000007D1The specified driver is invalid.
2002000007D2The window style or class attribute is invalid for this operation.
2003000007D3The requested metafile operation is not supported.
2004000007D4The requested transformation operation is not supported.
2005000007D5The requested clipping operation is not supported.
2010000007DAThe specified color management module is invalid.
2011000007DBThe specified color profile is invalid.
2012000007DCThe specified tag was not found.
2013000007DDA required tag is not present.
2014000007DEThe specified tag is already present.
2015000007DFThe specified color profile is not associated with any device.
2016000007E0The specified color profile was not found.
2017000007E1The specified color space is invalid.
2018000007E2Image Color Management is not enabled.
2019000007E3There was an error while deleting the color transform.
2020000007E4The specified color transform is invalid.
2021000007E5The specified transform does not match the bitmap's color space.
2022000007E6The specified named color index is not present in the profile.
2023000007E7The specified profile is intended for a device of a different type than the specified device.
210200000836The workstation driver is not installed.
210300000837The server could not be located.
210400000838An internal error occurred. The network cannot access a shared memory segment.
210500000839A network resource shortage occurred.
21060000083AThis operation is not supported on workstations.
21070000083BThe device is not connected.
21080000083CThe network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.
21090000083DThe network connection was made successfully using default credentials.
211400000842The Server service is not started.
211500000843The queue is empty.
211600000844The device or directory does not exist.
211700000845The operation is invalid on a redirected resource.
211800000846The name has already been shared.
211900000847The server is currently out of the requested resource.
212100000849Requested addition of items exceeds the maximum allowed.
21220000084AThe Peer service supports only two simultaneous users.
21230000084BThe API return buffer is too small.
21270000084FA remote API error occurred.
213100000853An error occurred when opening or reading the configuration file.
213600000858A general network error occurred.
213700000859The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
21380000085AThe Workstation service has not been started.
21390000085BThe requested information is not available.
21400000085CAn internal error occurred.
21410000085DThe server is not configured for transactions.
21420000085EThe requested API is not supported on the remote server.
21430000085FThe event name is invalid.
214400000860The computer name already exists on the network. Change it and reboot the computer.
214600000862The specified component could not be found in the configuration information.
214700000863The specified parameter could not be found in the configuration information.
214900000865A line in the configuration file is too long.
215000000866The printer does not exist.
215100000867The print job does not exist.
215200000868The printer destination cannot be found.
215300000869The printer destination already exists.
21540000086AThe print queue already exists.
21550000086BNo more printers can be added.
21560000086CNo more print jobs can be added.
21570000086DNo more printer destinations can be added.
21580000086EThis printer destination is idle and cannot accept control operations.
21590000086FThis printer destination request contains an invalid control function.
216000000870The print processor is not responding.
216100000871The spooler is not running.
216200000872This operation cannot be performed on the print destination in its current state.
216300000873This operation cannot be performed on the print queue in its current state.
216400000874This operation cannot be performed on the print job in its current state.
216500000875A spooler memory allocation failure occurred.
216600000876The device driver does not exist.
216700000877The data type is not supported by the print processor.
216800000878The print processor is not installed.
218000000884The service database is locked.
218100000885The service table is full.
218200000886The requested service has already been started.
218300000887The service does not respond to control actions.
218400000888The service has not been started.
218500000889The service name is invalid.
21860000088AThe service is not responding to the control function.
21870000088BThe service control is busy.
21880000088CThe configuration file contains an invalid service program name.
21890000088DThe service could not be controlled in its present state.
21900000088EThe service ended abnormally.
21910000088FThe requested pause or stop is not valid for this service.
219200000890The service control dispatcher could not find the service name in the dispatch table.
219300000891The service control dispatcher pipe read failed.
219400000892A thread for the new service could not be created.
220000000898This workstation is already logged on to the LAN.
220100000899The workstation is not logged on to the LAN.
22020000089AThe specified username is invalid --- or --- The user name or group name parameter is invalid.
22030000089BThe password parameter is invalid.
22040000089CThe logon processor did not add the message alias.
22050000089DThe logon processor did not add the message alias.
22060000089EThe logoff processor did not delete the message alias.
22070000089FThe logoff processor did not delete the message alias.
2209000008A1Network logons are paused.
2210000008A2A centralized logon server conflict occurred.
2211000008A3The server is configured without a valid user path.
2212000008A4An error occurred while loading or running the logon script.
2214000008A6The logon server was not specified. The computer will be logged on as STANDALONE.
2215000008A7The logon server could not be found.
2216000008A8There is already a logon domain for this computer.
2217000008A9The logon server could not validate the logon.
2219000008ABThe security database could not be found.
2220000008ACThe group name could not be found.
2221000008ADThe user name could not be found.
2222000008AEThe resource name could not be found.
2223000008AFThe group already exists.
2224000008B0The user account already exists.
2225000008B1The resource permission list already exists.
2226000008B2This operation is allowed only on the PDC of the domain.
2227000008B3The security database has not been started.
2228000008B4There are too many names in the user accounts database.
2229000008B5A disk I/O failure occurred.
2230000008B6The limit of 64 entries per resource was exceeded.
2231000008B7Deleting a user with a session is not allowed.
2232000008B8The parent directory could not be located.
2233000008B9Unable to add to the security database session cache segment.
2234000008BAThis operation is not allowed on this special group.
2235000008BBThis user is not cached in the user accounts database session cache.
2236000008BCThe user already belongs to this group.
2237000008BDThe user does not belong to this group.
2238000008BEThis user account is undefined.
2239000008BFThis user account has expired.
2240000008C0The user is not allowed to log on from this workstation.
2241000008C1The user is not allowed to log on at this time.
2242000008C2The password of this user has expired.
2243000008C3The password of this user cannot change.
2244000008C4This password cannot be used now.
2245000008C5The password does not meet the password policy requirements. Check the minimum password length, password complexity, and password history requirements.
2246000008C6The password of this user is too recent to change.
2247000008C7The security database is corrupted.
2248000008C8No updates are necessary to this replicant network or local security database.
2249000008C9This replicant database is outdated; synchronization is required.
2250000008CAThe network connection could not be found.
2251000008CBThis asg_type is invalid.
2252000008CCThis device is currently being shared.
2253000008CDThe user name may not be same as computer name
2270000008DEThe computer name could not be added as a message alias. The name might already exist on the network.
2271000008DFThe Messenger service is already started.
2272000008E0The Messenger service failed to start.
2273000008E1The message alias could not be found on the network.
2274000008E2This message alias has already been forwarded.
2275000008E3This message alias has been added but is still forwarded.
2276000008E4This message alias already exists locally.
2277000008E5The maximum number of added message aliases has been exceeded.
2278000008E6The computer name could not be deleted.
2279000008E7Messages cannot be forwarded back to the same workstation.
2280000008E8An error occurred in the domain message processor.
2281000008E9The message was sent, but the recipient has paused the Messenger service.
2282000008EAThe message was sent but not received.
2283000008EBThe message alias is currently in use. Try again later.
2284000008ECThe Messenger service has not been started.
2285000008EDThe name is not on the local computer.
2286000008EEThe forwarded message alias could not be found on the network.
2287000008EFThe message alias table on the remote station is full.
2288000008F0Messages for this alias are not currently being forwarded.
2289000008F1The broadcast message was truncated.
2294000008F6This is an invalid device name.
2295000008F7A write fault occurred.
2297000008F9A duplicate message alias exists on the network.
2298000008FAThis message alias will be deleted later.
2299000008FBThe message alias was not successfully deleted from all networks.
2300000008FCThis operation is not supported on computers with multiple networks.
231000000906This shared resource does not exist.
231100000907This device is not shared.
231200000908A session does not exist with that computer name.
23140000090AThere is not an open file with that identification number.
23150000090BA failure occurred when executing a remote administration command.
23160000090CA failure occurred when opening a remote temporary file.
23170000090DThe data returned from a remote administration command has been truncated to 64 KB.
23180000090EThis device cannot be shared as both a spooled and a nonspooled resource.
23190000090FThe information in the list of servers might be incorrect.
232000000910The computer is not active in this domain.
232100000911The share must be removed from the Distributed File System (DFS) before it can be deleted.
23310000091BThe operation is invalid for this device.
23320000091CThis device cannot be shared.
23330000091DThis device was not open.
23340000091EThis device name list is invalid.
23350000091FThe queue priority is invalid.
233700000921There are no shared communication devices.
233800000922The queue you specified does not exist.
234000000924This list of devices is invalid.
234100000925The requested device is invalid.
234200000926This device is already in use by the spooler.
234300000927This device is already in use as a communication device.
23510000092FThis computer name is invalid.
235400000932The string and prefix specified are too long.
235600000934This path component is invalid.
235700000935Could not determine the type of input.
23620000093AThe buffer for types is not big enough.
237000000942Profile files cannot exceed 64 KB.
237100000943The start offset is out of range.
237200000944The system cannot delete current connections to network resources.
237300000945The system was unable to parse the command line in this file.
237400000946An error occurred while loading the profile file.
237500000947Errors occurred while saving the profile file. The profile was partially saved.
237700000949Log file %1 is full.
23780000094AThis log file has changed between reads.
23790000094BLog file %1 is corrupt.
23800000094CThe source path cannot be a directory.
23810000094DThe source path is illegal.
23820000094EThe destination path is illegal.
23830000094FThe source and destination paths are on different servers.
238500000951The Run server you requested is paused.
238900000955An error occurred when communicating with a Run server.
239100000957An error occurred when starting a background process.
239200000958The shared resource you are connected to could not be found.
240000000960The LAN adapter number is invalid.
240100000961This network connection has files open or requests pending --- or --- There are open files on the connection.
240200000962Active connections still exist.
240300000963This share name or password is invalid.
240400000964The device is in use by an active process and cannot be disconnected --- or --- The device is being accessed by an active process.
240500000965The drive letter is in use locally.
24300000097EThe specified client is already registered for the specified event.
24310000097FThe alert table is full.
243200000980An invalid or nonexistent alert name was raised.
243300000981The alert recipient is invalid.
243400000982A user's session with this server has been deletedbecause the user's logon hours are no longer valid --- or --- A user's session with this server has been deleted.
244000000988The log file does not contain the requested record number.
245000000992The user accounts database is not configured correctly.
245100000993This operation is not permitted when the Net Logon service is running.
245200000994This operation is not allowed on the last administrative account.
245300000995Could not find the domain controller for this domain.
245400000996Could not set logon information for this user.
245500000997The Net Logon service has not been started.
245600000998Unable to add to the user accounts database.
245700000999This server's clock is not synchronized with the PDC's clock.
24580000099AA password mismatch has been detected.
24600000099CThe server identification does not specify a valid server.
24610000099DThe session identification does not specify a valid session.
24620000099EThe connection identification does not specify a valid connection.
24630000099FThere is no space for another entry in the table of available servers.
2464000009A0The server has reached the maximum number of sessions it supports.
2465000009A1The server has reached the maximum number of connections it supports.
2466000009A2The server cannot open more files because it has reached its maximum number.
2467000009A3There are no alternate servers registered on this server.
2470000009A6Try the down-level (remote admin protocol) version of API instead.
2480000009B0The uninterruptible power supply (UPS) driver could not be accessed by the UPS service.
2481000009B1The UPS service is not configured correctly.
2482000009B2The UPS service could not access the specified Comm Port.
2483000009B3The UPS indicated a line fail or low battery situation. Service not started.
2484000009B4The UPS service failed to perform a system shut down.
2500000009C4The program below returned an MS-DOS error code.
2501000009C5The program below needs more memory.
2502000009C6The program below called an unsupported MS-DOS function.
2503000009C7The workstation failed to boot.
2504000009C8The file below is corrupt.
2505000009C9No loader is specified in the boot-block definition file.
2506000009CANetBIOS returned an error: The NCB and SMB are dumped above --- or --- NetBIOS returned an error: The network control blocks (NCBs) and Server Message Block (SMB) are dumped above.
2507000009CBA disk I/O error occurred.
2508000009CCImage parameter substitution failed.
2509000009CDToo many image parameters cross disk sector boundaries.
2510000009CEThe image was not generated from an MS-DOS disk formatted with /S.
2511000009CFRemote boot will be restarted later.
2512000009D0The call to the Remoteboot server failed.
2513000009D1Cannot connect to the Remoteboot server.
2514000009D2Cannot open image file on the Remoteboot server.
2515000009D3Connecting to the Remoteboot server.
2516000009D4Connecting to the Remoteboot server.
2517000009D5Remote boot service was stopped, check the error log for the cause of the problem.
2518000009D6Remote boot startup failed; check the error log for the cause of the problem.
2519000009D7A second connection to a Remoteboot resource is not allowed.
2550000009F6The browser service was configured with MaintainServerList=No.
261000000A32Service failed to start because none of the network adapters started with this service.
261100000A33Service failed to start due to bad startup information in the registry.
261200000A34Service failed to start because its database is absent or corrupt.
261300000A35Service failed to start because the RPLFILES share is absent.
261400000A36Service failed to start because the RPLUSER group is absent.
261500000A37Cannot enumerate service records.
261600000A38Workstation record information has been corrupted.
261700000A39Workstation record was not found.
261800000A3AWorkstation name is in use by some other workstation.
261900000A3BProfile record information has been corrupted.
262000000A3CProfile record was not found.
262100000A3DProfile name is in use by some other profile.
262200000A3EThere are workstations using this profile.
262300000A3FConfiguration record information has been corrupted.
262400000A40Configuration record was not found.
262500000A41Adapter ID record information has been corrupted.
262600000A42An internal service error has occurred.
262700000A43Vendor ID record information has been corrupted.
262800000A44Boot block record information has been corrupted.
262900000A45The user account for this workstation record is missing.
263000000A46The RPLUSER local group could not be found.
263100000A47Boot block record was not found.
263200000A48Chosen profile is incompatible with this workstation.
263300000A49Chosen network adapter ID is in use by some other workstation.
263400000A4AThere are profiles using this configuration.
263500000A4BThere are workstations, profiles, or configurations using this boot block.
263600000A4CService failed to back up the Remoteboot database.
263700000A4DAdapter record was not found.
263800000A4EVendor record was not found.
263900000A4FVendor name is in use by some other vendor record.
264000000A50(boot name --- or --- The boot name or vendor ID is in use by some other boot block record.
264100000A51The configuration name is in use by some other configuration.
266000000A64The internal database maintained by the DFS service is corrupt.
266100000A65One of the records in the internal DFS database is corrupt.
266200000A66There is no DFS name whose entry path matches the input entry path.
266300000A67A root or link with the given name already exists.
266400000A68The server share specified is already shared in the DFS.
266500000A69The indicated server share does not support the indicated DFS namespace.
266600000A6AThe operation is not valid in this portion of the namespace.
266700000A6BThe operation is not valid in this portion of the namespace.
266800000A6CThe operation is ambiguous because the link has multiple servers.
266900000A6DUnable to create a link.
267000000A6EThe server is not DFS-aware.
267100000A6FThe specified rename target path is invalid.
267200000A70The specified DFS link is offline.
267300000A71The specified server is not a server for this link.
267400000A72A cycle in the DFS name was detected.
267500000A73The operation is not supported on a server-based DFS.
267600000A74This link is already supported by the specified server share.
267700000A75Cannot remove the last server share supporting this root or link.
267800000A76The operation is not supported for an inter-DFS link.
267900000A77The internal state of the DFS Service has become inconsistent.
268000000A78The DFS Service has been installed on the specified server.
268100000A79The DFS data being reconciled is identical.
268200000A7AThe DFS root cannot be deleted. Uninstall DFS if required.
268300000A7BA child or parent directory of the share is already in a DFS.
269000000A82DFS internal error.
269100000A83This machine is already joined to a domain.
269200000A84This machine is not currently joined to a domain.
269300000A85This machine is a domain controller and cannot be unjoined from a domain.
269400000A86The destination domain controller does not support creating machine accounts in organizational units (OUs).
269500000A87The specified workgroup name is invalid.
269600000A88The specified computer name is incompatible with the default language used on the domain controller.
269700000A89The 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 --- or --- The specified computer account could not be found.
269800000A8AThis version of Windows cannot be joined to a domain.
269900000A8BAn 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
270000000A8CThis device is joined to Azure AD. To join an Active Directory domain
270100000A8DThe password must change at the next logon.
270200000A8EThe account is locked out.
270300000A8FThe password is too long.
270400000A90The password does not meet the complexity policy.
270500000A91The password does not meet the requirements of the password filter DLLs.
270900000A95Offline join completion information was not found
271000000A96The offline join completion information was bad
271100000A97Unable 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
271200000A98The domain join info being saved was incomplete or bad
271300000A99Offline join operation successfully completed but a restart is needed
271400000A9AThere was no offline join operation pending
271500000A9BUnable to set one or more requested machine or domain name values on the local computer
271600000A9CCould not verify the current machine's hostname against the saved value in the join completion information
271700000A9DUnable 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
271800000A9EThe minimum session security requirements for this operation were not met
271900000A9FComputer account provisioning blob version is not supported
272000000AA0The specified domain controller does not meet the version requirement for this operation. Please select a domain controller capable of issuing claims
272100000AA1This operation requires a domain controller which supports LDAP. Please select an LDAP-capable domain controller
272200000AA2A 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
272300000AA3The Windows version of the specified image does not support provisioning
272400000AA4The machine name is blocked from joining the domain
272500000AA5The domain controller does not meet the version requirement for this operation. See http://go.microsoft.com/fwlink/?LinkId=294288 for more information
272600000AA6The local machine does not allow querying of LSA secrets in plain-text
272700000AA7Unable to leave the Azure AD domain that this machine is joined to. Check the event log for detailed error information
299900000BB7This is the last error in NERR range
300000000BB8The specified print monitor is unknown.
300100000BB9The specified printer driver is currently in use.
300200000BBAThe spool file was not found.
300300000BBBA StartDocPrinter call was not issued.
300400000BBCAn AddJob call was not issued.
300500000BBDThe specified print processor has already been installed.
300600000BBEThe specified print monitor has already been installed.
300700000BBFThe specified print monitor does not have the required functions.
300800000BC0The specified print monitor is currently in use.
300900000BC1The requested operation is not allowed when there are jobs queued to the printer.
301000000BC2The requested operation is successful. Changes will not be effective until the system is rebooted.
301100000BC3The requested operation is successful. Changes will not be effective until the service is restarted.
301200000BC4No printers were found.
301300000BC5The printer driver is known to be unreliable.
301400000BC6The printer driver is known to harm the system.
301500000BC7The specified printer driver package is currently in use.
301600000BC8Unable to find a core driver package that is required by the printer driver package.
301700000BC9The requested operation failed. A system reboot is required to roll back changes made.
301800000BCAThe requested operation failed. A system reboot has been initiated to roll back changes made.
301900000BCBThe specified printer driver was not found on the system and needs to be downloaded.
302000000BCCThe requested print job has failed to print. A print system update requires the job to be resubmitted
302100000BCDThe printer driver does not contain a valid manifest
302200000BCEThe specified printer cannot be shared.
302300000BCFThere is a problem with a configuration of user specifiedshut down command file. The UPS service started anyway
302500000BD1A defective sector on drive %1 has been replaced (hotfixed).No data was lost. You should run CHKDSK soon to restore fullperformance and replenish the volume's spare sector pool.The hotfix occurred while processing a remote request
302600000BD2A disk error occurred on the HPFS volume in drive %1.The error occurred while processing a remote request
302700000BD3The user accounts database (NET.ACC) is corrupted. The local securitysystem is replacing the corrupted NET.ACC with the backupmade on %1 at %2.Any updates made to the database after this time are lost
302800000BD4The user accounts database (NET.ACC) is missing. The localsecurity system is restoring the backup databasemade on %1 at %2.Any updates made to the database after this time are lost
302900000BD5Local security could not be started because the user accounts database(NET.ACC) was missing or corrupted
303000000BD6The server cannot export directory %1
303100000BD7The replication server could not update directory %2 from the sourceon %3 due to error %1
303200000BD8Master %1 did not send an update notice for directory %2 at the expectedtime
303300000BD9User %1 has exceeded account limitation %2 on server %3
303400000BDAThe primary domain controller for domain %1 failed
303500000BDBFailed to authenticate with %2
303600000BDCThe replicator attempted to log on at %2 as %1 and failed
303700000BDD@I *LOGON HOURS
303800000BDEReplicator could not access %2on %3 due to system error %1
303900000BDFReplicator limit for files in a directory has been exceeded
304000000BE0Replicator limit for tree depth has been exceeded
304100000BE1The replicator cannot update directory %1. It has tree integrityand is the current directory for some process
304200000BE2Network error %1 occurred
304500000BE5System error %1 occurred
304600000BE6Cannot log on. User is currently logged on and argument TRYUSERis set to NO
304700000BE7IMPORT path %1 cannot be found
304800000BE8EXPORT path %1 cannot be found
304900000BE9Replicated data has changed in directory %1
305000000BEAThe operation was paused
305100000BEBThe Registry or the information you just typed includes an illegalvalue for "%1"
305200000BECThe required parameter was not provided on the commandline or in the configuration file
305300000BEDLAN Manager does not recognize "%1" as a valid option
305400000BEEA request for resource could not be satisfied
305500000BEFA problem exists with the system configuration
305600000BF0A system error has occurred
305700000BF1An internal consistency error has occurred
305800000BF2The configuration file or the command line has an ambiguous option
305900000BF3The configuration file or the command line has a duplicate parameter
306000000BF4The condition supplied for the app execution request was not satisfied
306100000BF5The supplied handle has been invalidated and may not be used for the requested operation
306200000BF6The supplied host generation has been invalidated and may not be used for the requested operation
306300000BF7An attempt to register a process failed because the target host was not in a valid state to receive process registrations
306400000BF8The host is not in a valid state to support the execution request
306500000BF9The operation was not completed because a required resource donor was not found for the host
306600000BFAThe operation was not completed because an unexpected host ID was encountered
306700000BFBThe operation was not completed because the specified user was not known to the service
307000000BFEmemory
307100000BFFdisk space
307200000C00thread
307300000C01process
307400000C02Security Failure
307500000C03Bad or missing LAN Manager root directory
307600000C04The network software is not installed
307700000C05The server is not started
307800000C06The server cannot access the user accounts database (NET.ACC)
307900000C07Incompatible files are installed in the LANMAN tree
308000000C08The LANMAN\LOGS directory is invalid
308100000C09The domain specified could not be used
308200000C0AThe computer name is being used as a message alias on another computer
308300000C0BThe announcement of the server name failed
308400000C0CThe user accounts database is not configured correctly
308500000C0DThe server is not running with user-level security
308700000C0FThe workstation is not configured properly
308800000C10View your error log for details
308900000C11Unable to write to this file
309000000C12ADDPAK file is corrupted. Delete LANMAN\NETPROG\ADDPAK.SERand reapply all ADDPAKs
309100000C13The LM386 server cannot be started because CACHE.EXE is not running
309200000C14There is no account for this computer in the security database
309300000C15This computer is not a member of the group SERVERS
309400000C16The group SERVERS is not present in the local security database
309500000C17This computer is configured as a member of a workgroup
309600000C18The primary Domain Controller for this domain could not be located
309700000C19This computer is configured to be the primary domain controller of its domain.However
309800000C1AThe service failed to authenticate with the primary domain controller
309900000C1BThere is a problem with the security database creation date or serial number
310000000C1CThe operation failed because a network software error occurred
310100000C1DThe system ran out of a resource controlled by the %1 option
310200000C1EThe service failed to obtain a long-term lock on thesegment for network control blocks (NCBs). The error code is the data
310300000C1FThe service failed to release the long-term lock on thesegment for network control blocks (NCBs). The error code is the data
310400000C20There was an error stopping service %1.The error code from NetServiceControl is the data
310500000C21Initialization failed because of a system execution failure onpath %1. The system error code is the data
310600000C22An unexpected network control block (NCB) was received. The NCB is the data
310700000C23The network is not started
310800000C24A DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed.The data shown is in this format:DWORD approx CS:IP of call to ioctl or fsctlWORD error codeWORD ioctl or fsctl number
310900000C25Unable to create or open system semaphore %1.The error code is the data
311000000C26Initialization failed because of an open/create error on thefile %1. The system error code is the data
311100000C27An unexpected NetBIOS error occurred.The error code is the data
311200000C28An illegal server message block (SMB) was received.The SMB is the data
311300000C29Initialization failed because the requested service %1could not be started
311400000C2ASome entries in the error log were lost because of a bufferoverflow
312000000C30Initialization parameters controlling resource usage otherthan net buffers are sized so that too much memory is needed
312100000C31The server cannot increase the size of a memory segment
312200000C32Initialization failed because account file %1 is either incorrector not present
312300000C33Initialization failed because network %1 was not started
312400000C34The server failed to start. Either all three chdevparameters must be zero or all three must be nonzero
312500000C35A remote API request was halted due to the followinginvalid description string: %1
312600000C36The network %1 ran out of network control blocks (NCBs). You may need to increase NCBsfor this network. The following information includes thenumber of NCBs submitted by the server when this error occurred:
312700000C37The server cannot create the %1 mailslot needed to sendthe ReleaseMemory alert message. The error received is:
312800000C38The server failed to register for the ReleaseMemory alert
312900000C39The server cannot update the AT schedule file. The fileis corrupted
313000000C3AThe server encountered an error when callingNetIMakeLMFileName. The error code is the data
313100000C3BInitialization failed because of a system execution failure onpath %1. There is not enough memory to start the process.The system error code is the data
313200000C3CLongterm lock of the server buffers failed.Check swap disk's free space and restart the system to start the server
314000000C44The service has stopped due to repeated consecutiveoccurrences of a network control block (NCB) error. The last bad NCB followsin raw data
314100000C45The Message server has stopped due to a lock on theMessage server shared data segment
315000000C4EA file system error occurred while opening or writing to thesystem message log file %1. Message logging has beenswitched off due to the error. The error code is the data
315100000C4FUnable to display message POPUP due to system VIO call error.The error code is the data
315200000C50An illegal server message block (SMB) was received. The SMB is the data
316000000C58The workstation information segment is bigger than 64K.The size follows
316100000C59The workstation was unable to get the name-number of the computer
316200000C5AThe workstation could not initialize the Async NetBIOS Thread.The error code is the data
316300000C5BThe workstation could not open the initial shared segment.The error code is the data
316400000C5CThe workstation host table is full
316500000C5DA bad mailslot server message block (SMB) was received. The SMB is the data
316600000C5EThe workstation encountered an error while trying to start the user accounts database.The error code is the data
316700000C5FThe workstation encountered an error while responding to an SSI revalidation request.The function code and the error codes are the data
317000000C62The Alerter service had a problem creating the list ofalert recipients. The error code is %1
317100000C63There was an error expanding %1 as a group name. Trysplitting the group into two or more smaller groups
317200000C64There was an error sending %2 the alert message -(%3 )The error code is %1
317300000C65There was an error in creating or reading the alerter mailslot.The error code is %1
317400000C66The server could not read the AT schedule file
317500000C67The server found an invalid AT schedule record
317600000C68The server could not find an AT schedule file so it created one
317700000C69The server could not access the %1 network with NetBiosOpen
317800000C6AThe AT command processor could not run %1
318000000C6CWARNING: Because of a lazy-write error
318100000C6DA defective sector on drive %1 has been replaced (hotfixed).No data was lost. You should run CHKDSK soon to restore fullperformance and replenish the volume's spare sector pool.The hotfix occurred while processing a remote request
318200000C6EA disk error occurred on the HPFS volume in drive %1.The error occurred while processing a remote request
318300000C6FThe user accounts database (NET.ACC) is corrupted. The local securitysystem is replacing the corrupted NET.ACC with the backupmade at %1.Any updates made to the database after this time are lost
318400000C70The user accounts database (NET.ACC) is missing. The localsecurity system is restoring the backup databasemade at %1.Any updates made to the database made after this time are lost
318500000C71Local security could not be started because the user accounts database(NET.ACC) was missing or corrupted
318600000C72Local security could not be started because an erroroccurred during initialization. The error code returned is %1.THE SYSTEM IS NOT SECURE
319000000C76A NetWksta internal error has occurred:%1
319100000C77The redirector is out of a resource: %1
319200000C78A server message block (SMB) error occurred on the connection to %1.The SMB header is the data
319300000C79A virtual circuit error occurred on the session to %1.The network control block (NCB) command and return code is the data
319400000C7AHanging up a stuck session to %1
319500000C7BA network control block (NCB) error occurred (%1).The NCB is the data
319600000C7CA write operation to %1 failed.Data may have been lost
319700000C7DReset of driver %1 failed to complete the network control block (NCB).The NCB is the data
319800000C7EThe amount of resource %1 requested was morethan the maximum. The maximum amount was allocated
320400000C84The server could not create a thread.The THREADS parameter in the CONFIG.SYS file should be increased
320500000C85The server could not close %1.The file is probably corrupted
320600000C86The replicator cannot update directory %1. It has tree integrityand is the current directory for some process
320700000C87The server cannot export directory %1 to client %2.It is exported from another server
320800000C88The replication server could not update directory %2 from the sourceon %3 due to error %1
320900000C89Master %1 did not send an update notice for directory %2 at the expectedtime
321000000C8AThis computer could not authenticate with %2
321100000C8BThe replicator attempted to log on at %2 as %1 and failed
321200000C8CNetwork error %1 occurred
321300000C8DReplicator limit for files in a directory has been exceeded
321400000C8EReplicator limit for tree depth has been exceeded
321500000C8FUnrecognized message received in mailslot
321600000C90System error %1 occurred
321700000C91Cannot log on. User is currently logged on and argument TRYUSERis set to NO
321800000C92IMPORT path %1 cannot be found
321900000C93EXPORT path %1 cannot be found
322000000C94Replicator failed to update signal file in directory %2 due to%1 system error
322100000C95Disk Fault Tolerance Error%1
322200000C96Replicator could not access %2on %3 due to system error %1
322300000C97The primary domain controller for domain %1 has apparently failed
322400000C98Changing machine account password for account %1 failed withthe following error: %2
322500000C99An error occurred while updating the logon or logoff information for %1
322600000C9AAn error occurred while synchronizing with primary domain controller %1
322700000C9BThe session setup to the Windows Domain Controller %1 for the domain %2failed because %1 does not support signing or sealing the Netlogonsession.Either upgrade the Domain controller or set the RequireSignOrSealregistry entry on this machine to 0
323000000C9EA power failure was detected at the server
323100000C9FThe UPS service performed server shut down
323200000CA0The UPS service did not complete execution of theuser specified shut down command file
323300000CA1The UPS driver could not be opened. The error code isthe data
323400000CA2Power has been restored
323500000CA3There is a problem with a configuration of user specifiedshut down command file
323600000CA4The UPS service failed to execute a user specified shutdowncommand file %1. The error code is the data
325000000CB2Initialization failed because of an invalid or missingparameter in the configuration file %1
325100000CB3Initialization failed because of an invalid line in theconfiguration file %1. The invalid line is the data
325200000CB4Initialization failed because of an error in the configurationfile %1
325300000CB5The file %1 has been changed after initialization.The boot-block loading was temporarily terminated
325400000CB6The files do not fit to the boot-block configurationfile %1. Change the BASE and ORG definitions or the orderof the files
325500000CB7Initialization failed because the dynamic-linklibrary %1 returned an incorrect version number
325600000CB8There was an unrecoverable error in the dynamic-link library of the service
325700000CB9The system returned an unexpected error code.The error code is the data
325800000CBAThe fault-tolerance error log file
325900000CBBThe fault-tolerance error-log file
326000000CBCThis computer has been successfully joined to domain '%1'
326100000CBDThis computer has been successfully joined to workgroup '%1'
329900000CE3%1 %2 %3 %4 %5 %6 %7 %8 %9
330100000CE5Remote IPC
330200000CE6Remote Admin
330300000CE7Logon server share
330400000CE8A network error occurred
340000000D48There is not enough memory to start the Workstation service
340100000D49An error occurred when reading the NETWORKS entry in the LANMAN.INI file
340200000D4AThis is an invalid argument: %1
340300000D4BThe %1 NETWORKS entry in the LANMAN.INI file has asyntax error and will be ignored
340400000D4CThere are too many NETWORKS entries in the LANMAN.INI file
340600000D4EAn error occurred when opening networkdevice driver %1 = %2
340700000D4FDevice driver %1 sent a bad BiosLinkage response
340800000D50The program cannot be used with this operating system
340900000D51The redirector is already installed
341000000D52Installing NETWKSTA.SYS Version %1.%2.%3 (%4)
341100000D53There was an error installing NETWKSTA.SYS.Press ENTER to continue
341200000D54Resolver linkage problem
341300000D55Your logon time at %1 ends at %2.Please clean up and log off
341400000D56You will be automatically disconnected at %1
341500000D57Your logon time at %1 has ended
341600000D58Your logon time at %1 ended at %2
341700000D59WARNING: You have until %1 to logoff. If youhave not logged off at this time
341800000D5AWARNING: You must log off at %1 now. You havetwo minutes to log off
341900000D5BYou have open files or devices
342000000D5CDefault Share for Internal Use
342100000D5DMessenger Service
350000000DACThe command completed successfully
350100000DADYou used an invalid option
350200000DAESystem error %1 has occurred
350300000DAFThe command contains an invalid number of arguments
350400000DB0The command completed with one or more errors
350500000DB1You used an option with an invalid value
350600000DB2The option %1 is unknown
350700000DB3Option %1 is ambiguous
351000000DB6A command was used with conflicting switches
351100000DB7Could not find subprogram %1
351200000DB8The software requires a newer version of the operatingsystem
351300000DB9More data is available than can be returned by Windows
351400000DBAMore help is available by typing NET HELPMSG %1
351500000DBBThis command can be used only on a Windows Domain Controller
351600000DBCThis command cannot be used on a Windows Domain Controller
352000000DC0These Windows services are started:
352100000DC1The %1 service is not started
352200000DC2The %1 service is starting
352300000DC3The %1 service could not be started
352400000DC4The %1 service was started successfully
352500000DC5Stopping the Workstation service also stops the Server service
352600000DC6The workstation has open files
352700000DC7The %1 service is stopping
352800000DC8The %1 service could not be stopped
352900000DC9The %1 service was stopped successfully
353000000DCAThe following services are dependent on the %1 service.Stopping the %1 service will also stop these services
353300000DCDThe service is starting or stopping. Please try again later
353400000DCEThe service did not report an error
353500000DCFAn error occurred controlling the device
353600000DD0The %1 service was continued successfully
353700000DD1The %1 service was paused successfully
353800000DD2The %1 service failed to resume
353900000DD3The %1 service failed to pause
354000000DD4The %1 service continue is pending
354100000DD5The %1 service pause is pending
354200000DD6%1 was continued successfully
354300000DD7%1 was paused successfully
354400000DD8The %1 service has been started by another process and is pending
354700000DDBA service specific error occurred: %1
366000000E4CThese workstations have sessions on this server:
366100000E4DThese workstations have sessions with open files on this server:
366600000E52The message alias is forwarded
367000000E56You have these remote connections:
367100000E57Continuing will cancel the connections
367500000E5BThe session from %1 has open files
367600000E5CNew connections will be remembered
367700000E5DNew connections will not be remembered
367800000E5EAn error occurred while saving your profile : Access Denied. The state of your remembered connections has not changed
367900000E5FAn error occurred while reading your profile
368000000E60An error occurred while restoring the connection to %1
368200000E62No network services are started
368300000E63There are no entries in the list
368800000E68Users have open files on %1. Continuing the operation will force the files closed
368900000E69The Workstation service is already running. Windows will ignore command options for the workstation
369100000E6BThere are open files and/or incomplete directory searches pending on the connection to %1
369300000E6DThe request will be processed at a domain controller for domain %1
369400000E6EThe shared queue cannot be deleted while a print job is being spooled to the queue
369500000E6F%1 has a remembered connection to %2
371000000E7EAn error occurred while opening the Help file
371100000E7FThe Help file is empty
371200000E80The Help file is corrupted
371300000E81Could not find a domain controller for domain %1
371400000E82This operation is privileged on systems with earlierversions of the software
371600000E84The device type is unknown
371700000E85The log file has been corrupted
371800000E86Program filenames must end with .EXE
371900000E87A matching share could not be found so nothing was deleted
372000000E88A bad value is in the units-per-week field of the user record
372100000E89The password is invalid for %1
372200000E8AAn error occurred while sending a message to %1
372300000E8BThe password or user name is invalid for %1
372500000E8DAn error occurred when the share was deleted
372600000E8EThe user name is invalid
372700000E8FThe password is invalid
372800000E90The passwords do not match
372900000E91Your persistent connections were not all restored
373000000E92This is not a valid computer name or domain name
373200000E94Default permissions cannot be set for that resource
373400000E96A valid password was not entered
373500000E97A valid name was not entered
373600000E98The resource named cannot be shared
373700000E99The permissions string contains invalid permissions
373800000E9AYou can only perform this operation on printers and communication devices
374200000E9E%1 is an invalid user or group name
374300000E9FThe server is not configured for remote administration
375200000EA8No users have sessions with this server
375300000EA9User %1 is not a member of group %2
375400000EAAUser %1 is already a member of group %2
375500000EABThere is no such user: %1
375600000EACThis is an invalid response
375700000EADNo valid response was provided
375800000EAEThe destination list provided does not match the destination list of the printer queue
375900000EAFYour password cannot be changed until %1
376000000EB0%1 is not a recognized day of the week
376100000EB1The time range specified ends before it starts
376200000EB2%1 is not a recognized hour
376300000EB3%1 is not a valid specification for minutes
376400000EB4Time supplied is not exactly on the hour
376500000EB512 and 24 hour time formats may not be mixed
376600000EB6%1 is not a valid 12-hour suffix
376700000EB7An illegal date format has been supplied
376800000EB8An illegal day range has been supplied
376900000EB9An illegal time range has been supplied
377000000EBAArguments to NET USER are invalid. Check the minimum passwordlength and/or arguments supplied
377100000EBBThe value for ENABLESCRIPT must be YES
377300000EBDAn illegal country/region code has been supplied
377400000EBEThe user was successfully created but could not be addedto the USERS local group
377500000EBFThe user context supplied is invalid
377600000EC0The dynamic-link library %1 could not be loaded
377700000EC1Sending files is no longer supported
377800000EC2You may not specify paths for ADMIN$ and IPC$ shares
377900000EC3User or group %1 is already a member of local group %2
378000000EC4There is no such user or group: %1
378100000EC5There is no such computer: %1
378200000EC6The computer %1 already exists
378300000EC7There is no such global user or group: %1
378400000EC8Only disk shares can be marked as cacheable
379000000ECEThe system could not find message: %1
380200000EDAThis schedule date is invalid
380300000EDBThe LANMAN root directory is unavailable
380400000EDCThe SCHED.LOG file could not be opened
380500000EDDThe Server service has not been started
380600000EDEThe AT job ID does not exist
380700000EDFThe AT schedule file is corrupted
380800000EE0The delete failed due to a problem with the AT schedule file
380900000EE1The command line cannot exceed 259 characters
381000000EE2The AT schedule file could not be updated because the disk is full
381200000EE4The AT schedule file is invalid. Please delete the file and create a new one
381300000EE5The AT schedule file was deleted
381400000EE6The syntax of this command is:AT [id] [/DELETE]AT time [/EVERY:date | /NEXT:date] commandThe AT command schedules a program command to run at alater date and time on a server. It also displays thelist of programs and commands scheduled to be run.You can specify the date as M
381500000EE7The AT command has timed-out.Please try again later
381600000EE8The minimum password age for user accounts cannot be greaterthan the maximum password age
381700000EE9You have specified a value that is incompatiblewith servers with down-level software. Please specify a lower value
387000000F1E%1 is not a valid computer name
387100000F1F%1 is not a valid Windows network message number
390000000F3CMessage from %1 to %2 on %3
390100000F3D****
390200000F3E**** unexpected end of message ****
390500000F41Press ESC to exit
390600000F42
391000000F46Current time at %1 is %2
391100000F47The current local clock is %1Do you want to set the local computer's time to match thetime at %2? %3:
391200000F48Could not locate a time-server
391300000F49Could not find the domain controller for domain %1
391400000F4ALocal time (GMT%3) at %1 is %2
391500000F4BThe user's home directory could not be determined
391600000F4CThe user's home directory has not been specified
391700000F4DThe name specified for the user's home directory (%1) is not a universal naming convention (UNC) name
391800000F4EDrive %1 is now connected to %2. Your home directory is %3\%4
391900000F4FDrive %1 is now connected to %2
392000000F50There are no available drive letters left
393200000F5C%1 is not a valid domain or workgroup name
393500000F5FThe current SNTP value is: %1
393600000F60This computer is not currently configured to use a specific SNTP server
393700000F61This current autoconfigured SNTP value is: %1
395000000F6EReissue the given operation as a cached I/O operation.
395100000F6FYou specified too many values for the %1 option
395200000F70You entered an invalid value for the %1 option
395300000F71The syntax is incorrect
396000000F78You specified an invalid file number
396100000F79You specified an invalid print job number
396300000F7BThe user or group account specified cannot be found
396500000F7DThe user was added but could not be enabled for File and PrintServices for NetWare
396600000F7EFile and Print Services for NetWare is not installed
396700000F7FCannot set user properties for File and Print Services for NetWare
396800000F80Password for %1 is: %2
396900000F81NetWare compatible logon
400000000FA0Windows Internet Name Service (WINS) encountered an error while processing the command.
400100000FA1The local WINS cannot be deleted.
400200000FA2The importation from the file failed.
400300000FA3The backup failed. Was a full backup done before?
400400000FA4The backup failed. Check the directory to which you are backing the database.
400500000FA5The name does not exist in the WINS database.
400600000FA6Replication with a nonconfigured partner is not allowed.
405000000FD2The version of the supplied content information is not supported.
405100000FD3The supplied content information is malformed.
405200000FD4The requested data cannot be found in local or peer caches.
405300000FD5No more data is available or required.
405400000FD6The supplied object has not been initialized.
405500000FD7The supplied object has already been initialized.
405600000FD8A shutdown operation is already in progress.
405700000FD9The supplied object has already been invalidated.
405800000FDAAn element already exists and was not replaced.
405900000FDBCannot cancel the requested operation as it has already been completed.
406000000FDCCannot perform the requested operation because it has already been carried out.
406100000FDDAn operation accessed data beyond the bounds of valid data.
406200000FDEThe requested version is not supported.
406300000FDFA configuration value is invalid.
406400000FE0The SKU is not licensed.
406500000FE1PeerDist Service is still initializing and will be available shortly.
406600000FE2Communication with one or more computers will be temporarily blocked due to recent errors
410000001004The Dynamic Host Configuration Protocol (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.
420000001068The GUID passed was not recognized as valid by a WMI data provider.
420100001069The instance name passed was not recognized as valid by a WMI data provider.
42020000106AThe data item ID passed was not recognized as valid by a WMI data provider.
42030000106BThe WMI request could not be completed and should be retried.
42040000106CThe WMI data provider could not be located.
42050000106DThe WMI data provider references an instance set that has not been registered.
42060000106EThe WMI data block or event notification has already been enabled.
42070000106FThe WMI data block is no longer available.
420800001070The WMI data service is not available.
420900001071The WMI data provider failed to carry out the request.
421000001072The WMI Managed Object Format (MOF) information is not valid.
421100001073The WMI registration information is not valid.
421200001074The WMI data block or event notification has already been disabled.
421300001075The WMI data item or data block is read-only.
421400001076The WMI data item or data block could not be changed.
42500000109AThis operation is only valid in the context of an app container
42510000109BThis application can only run in the context of an app container
42520000109CThis functionality is not supported in the context of an app container
42530000109DThe length of the SID supplied is not a valid length for app container SIDs
4300000010CCThe media identifier does not represent a valid medium.
4301000010CDThe library identifier does not represent a valid library.
4302000010CEThe media pool identifier does not represent a valid media pool.
4303000010CFThe drive and medium are not compatible, or they exist in different libraries.
4304000010D0The medium currently exists in an offline library and must be online to perform this operation.
4305000010D1The operation cannot be performed on an offline library.
4306000010D2The library, drive, or media pool is empty.
4307000010D3The library, drive, or media pool must be empty to perform this operation.
4308000010D4No media is currently available in this media pool or library.
4309000010D5A resource required for this operation is disabled.
4310000010D6The media identifier does not represent a valid cleaner.
4311000010D7The drive cannot be cleaned or does not support cleaning.
4312000010D8The object identifier does not represent a valid object.
4313000010D9Unable to read from or write to the database.
4314000010DAThe database is full.
4315000010DBThe medium is not compatible with the device or media pool.
4316000010DCThe resource required for this operation does not exist.
4317000010DDThe operation identifier is not valid.
4318000010DEThe media is not mounted or ready for use.
4319000010DFThe device is not ready for use.
4320000010E0The operator or administrator has refused the request.
4321000010E1The drive identifier does not represent a valid drive.
4322000010E2Library is full. No slot is available for use.
4323000010E3The transport cannot access the medium.
4324000010E4Unable to load the medium into the drive.
4325000010E5Unable to retrieve the drive status.
4326000010E6Unable to retrieve the slot status.
4327000010E7Unable to retrieve status about the transport.
4328000010E8Cannot use the transport because it is already in use.
4329000010E9Unable to open or close the inject/eject port.
4330000010EAUnable to eject the medium because it is in a drive.
4331000010EBA cleaner slot is already reserved.
4332000010ECA cleaner slot is not reserved.
4333000010EDThe cleaner cartridge has performed the maximum number of drive cleanings.
4334000010EEUnexpected on-medium identifier.
4335000010EFThe last remaining item in this group or resource cannot be deleted.
4336000010F0The message provided exceeds the maximum size allowed for this parameter.
4337000010F1The volume contains system or paging files.
4338000010F2The media type cannot be removed from this library because at least one drive in the library reports it can support this media type.
4339000010F3This offline media cannot be mounted on this system because no enabled drives are present that can be used.
4340000010F4A cleaner cartridge is present in the tape library.
4341000010F5Cannot use the IEport because it is not empty.
4342000010F6Error
4343000010F7OK
4344000010F8Y
4345000010F9N
4346000010FAAny
4347000010FBA
4348000010FCP
4349000010FD(not found)
4350000010FEThis file is currently not available for use on this computer --- or --- The remote storage service was not able to recall the file.
4351000010FFThe remote storage service is not operational at this time.
435200001100The remote storage service encountered a media error.
435300001101Read
435400001102Change
435500001103Full
435600001104Please type the password:
435700001105Type the password for %1:
435800001106Type a password for the user:
435900001107Type the password for the shared resource:
436000001108Type your password:
436100001109Retype the password to confirm:
43620000110AType the user's old password:
43630000110BType the user's new password:
43640000110CType your new password:
43650000110DType the Replicator service password:
43660000110EType your user name
43670000110FType the domain or server where you want to change a password
436800001110Type your user name:
436900001111Network statistics for \\%1
437000001112Printing options for %1
437100001113Communication-device queues accessing %1
437200001114Print job detail
437300001115Communication-device queues at \\%1
437400001116Printers at %1
437500001117Printers accessing %1
437600001118Print jobs at %1:
437700001119Shared resources at %1
43780000111AThe following running services can be controlled:
43790000111BStatistics are available for the following running services:
43800000111CUser accounts for \\%1
43810000111DThe syntax of this command is:
43820000111EThe options of this command are:
43830000111FPlease enter the name of the Primary Domain Controller:
438400001120The string you have entered is too long. The maximumis %1
438500001121Sunday
438600001122Monday
438700001123Tuesday
438800001124Wednesday
438900001125Thursday
439000001126The file or directory is not a reparse point.
439100001127The reparse point attribute cannot be set because it conflicts with an existing attribute.
439200001128The data present in the reparse point buffer is invalid.
439300001129The tag present in the reparse point buffer is invalid.
43940000112AThere is a mismatch between the tag specified in the request and the tag present in the reparse point.
43950000112BThe object manager encountered a reparse point while retrieving an object
43960000112CTh
43970000112DF
43980000112ES
43990000112FSa
440000001130Fast Cache data not found
440100001131Fast Cache data expired
440200001132Fast Cache data corrupt
440300001133Fast Cache data has exceeded its max size and cannot be updated
440400001134Fast Cache has been ReArmed and requires a reboot until it can be updated
440500001135Aliases for \\%1
440600001136Alias name
440700001137Comment
440800001138Members
44100000113AUser Accounts for \\%1
44110000113BUser name
44120000113CFull Name
44130000113DComment
44140000113EUser's comment
44150000113FParameters
441600001140Country/region code
441700001141Privilege level
441800001142Operator privileges
441900001143Account active
442000001144Secure Boot detected that rollback of protected data has been attempted
442100001145The value is protected by Secure Boot policy and cannot be modified or deleted
442200001146The Secure Boot policy is invalid
442300001147A new Secure Boot policy did not contain the current publisher on its update list
442400001148The Secure Boot policy is either not signed or is signed by a non-trusted signer
442500001149Secure Boot is not enabled on this machine
44260000114ASecure Boot requires that certain files and drivers are not replaced by other files or drivers
44270000114BThe Secure Boot Supplemental Policy file was not authorized on this machine
44280000114CThe Supplemental Policy is not recognized on this device
44290000114DThe Antirollback version was not found in the Secure Boot Policy
44300000114EThe Platform ID specified in the Secure Boot policy does not match the Platform ID on this device
44310000114FThe Secure Boot policy file has an older Antirollback Version than this device
443200001150The Secure Boot policy file does not match the upgraded legacy policy
443300001151The Secure Boot policy file is required but could not be found
443400001152Supplemental Secure Boot policy file can not be loaded as a base Secure Boot policy
443500001153Base Secure Boot policy file can not be loaded as a Supplemental Secure Boot policy
443600001154Home directory
443700001155Password required
443800001156User may change password
443900001157User profile
444000001158The copy offload read operation is not supported by a filter
444100001159The copy offload write operation is not supported by a filter
44420000115AThe copy offload read operation is not supported for the file
44430000115BThe copy offload write operation is not supported for the file
44440000115CThis file is currently associated with a different stream id
44450000115DThe volume must undergo garbage collection
44460000115EThe WOF driver encountered a corruption in WIM image's Header
44470000115FThe WOF driver encountered a corruption in WIM image's Resource Table
444800001160The WOF driver encountered a corruption in the compressed file's Resource Table
445000001162Computer name
445100001163User name
445200001164Software version
445300001165Workstation active on
445400001166Windows NT root directory
445500001167Workstation domain
445600001168Logon domain
445700001169Other domain(s)
44580000116ACOM Open Timeout (sec)
44590000116BCOM Send Count (byte)
44600000116CCOM Send Timeout (msec)
44610000116DDOS session print time-out (sec)
44620000116EMaximum error log size (K)
44630000116FMaximum cache memory (K)
446400001170Number of network buffers
446500001171Number of character buffers
446600001172Size of network buffers
446700001173Size of character buffers
446800001174Full Computer name
446900001175Workstation Domain DNS Name
447000001176Windows 2002
448100001181Server Name
448200001182Server Comment
448300001183Send administrative alerts to
448400001184Software version
448500001185Peer Server
448600001186Windows NT
448700001187Server Level
448800001188Windows NT Server
448900001189Server is active on
44920000118CServer hidden
450000001194Single Instance Storage (SIS) is not available on this volume.
45060000119AMaximum Logged On Users
45070000119BMaximum concurrent administrators
45080000119CMaximum resources shared
45090000119DMaximum connections to resources
45100000119EMaximum open files on server
45110000119FMaximum open files per session
4512000011A0Maximum file locks
4520000011A8Idle session time (min)
4526000011AEShare-level
4527000011AFUser-level
4530000011B2Unlimited Server
4550000011C6System Integrity detected that policy rollback has been attempted
4551000011C7Your organization used Device Guard to block this app. Contact your support person for more info
4552000011C8The System Integrity policy is invalid
4553000011C9The System Integrity policy is either not signed or is signed by a non-trusted signer
4554000011CAThe number of System Integrity policies is out of limit
4555000011CBThe Code Integrity supplemental policy is not authorized by a Code Integrity base policy
4560000011D0Virtual Secure Mode (VSM) is not initialized. The hypervisor or VSM may not be present or enabled
4561000011D1The hypervisor is not protecting DMA because an IOMMU is not present or not enabled in the BIOS
4570000011DAThe Platform Manifest file was not authorized on this machine
4571000011DBThe Platform Manifest file was not valid
4572000011DCThe file is not authorized on this platform because an entry was not found in the Platform Manifest
4573000011DDThe catalog is not authorized on this platform because an entry was not found in the Platform Manifest
4574000011DEThe file is not authorized on this platform because a Binary ID was not found in the embedded signature
4575000011DFNo active Platform Manifest exists on this system
4576000011E0The Platform Manifest file was not properly signed
4577000011E1Primary Domain controller for workstation domain:
4578000011E2Lockout threshold:
4579000011E3Lockout duration (minutes):
4580000011E4Lockout observation window (minutes):
4600000011F8Statistics since
4601000011F9Sessions accepted
4602000011FASessions timed-out
4603000011FBSessions errored-out
4604000011FCKilobytes sent
4605000011FDKilobytes received
4606000011FEMean response time (msec)
4607000011FFNetwork errors
460800001200Files accessed
460900001201Print jobs spooled
461000001202System errors
461100001203Password violations
461200001204Permission violations
461300001205Communication devices accessed
461400001206Sessions started
461500001207Sessions reconnected
461600001208Sessions starts failed
461700001209Sessions disconnected
46180000120ANetwork I/O's performed
46190000120BFiles and pipes accessed
46200000120CTimes buffers exhausted
46210000120DBig buffers
46220000120ERequest buffers
46230000120FWorkstation Statistics for \\%1
462400001210Server Statistics for \\%1
462500001211Statistics since %1
462600001212Connections made
462700001213Connections failed
463000001216Bytes received
463100001217Server Message Blocks (SMBs) received
463200001218Bytes transmitted
463300001219Server Message Blocks (SMBs) transmitted
46340000121ARead operations
46350000121BWrite operations
46360000121CRaw reads denied
46370000121DRaw writes denied
46380000121ENetwork errors
46390000121FConnections made
464000001220Reconnections made
464100001221Server disconnects
464200001222Sessions started
464300001223Hung sessions
464400001224Failed sessions
464500001225Failed operations
464600001226Use count
464700001227Failed use count
46500000122A%1 was deleted successfully
46510000122B%1 was used successfully
46520000122CThe message was successfully sent to %1
46530000122DThe message name %1 was forwarded successfully
46540000122EThe message name %1 was added successfully
46550000122FThe message name forwarding was successfully canceled
465600001230%1 was shared successfully
465700001231The server %1 successfully logged you on as %2
465800001232%1 was logged off successfully
465900001233%1 was successfully removed from the list of shares the Server createson startup
466100001235The password was changed successfully
466200001236%1 file(s) copied
466300001237%1 file(s) moved
466400001238The message was successfully sent to all users of the network
466500001239The message was successfully sent to domain %1
46660000123AThe message was successfully sent to all users of this server
46670000123BThe message was successfully sent to group *%1
469500001257Microsoft LAN Manager Version %1
469600001258Windows NT Server
469700001259Windows NT Workstation
46980000125AMS-DOS Enhanced Workstation
46990000125BCreated at %1
47000000125CServer Name Remark
47010000125DCannot enumerate servers in non-default compartment
47020000125E(UNC)
47030000125F
470400001260Domain
470500001261Resources on %1
470600001262Invalid network provider. Available networks are:
471000001266Disk
471100001267Print
471200001268Comm
471300001269IPC
47140000126AStatus Local Remote Network
47150000126BOK
47160000126CDormant
47170000126DPaused
47180000126EDisconnected
47190000126FError
472000001270Connecting
472100001271Reconnecting
472200001272Status
472300001273Local name
472400001274Remote name
472500001275Resource type
472600001276# Opens
472700001277# Connections
472800001278Unavailable
47300000127AShare name Resource Remark
47310000127BShare name
47320000127CResource
47330000127DSpooled
47340000127EPermission
47350000127FMaximum users
473600001280No limit
473700001281Users
473800001282The share name entered may not be accessible from some MS-DOS workstations.Are you sure you want to use this share name? %1:
473900001283Caching
474000001284ID Path User name # Locks
474100001285File ID
474200001286Locks
474300001287Permissions
474400001288Share name
474500001289Type
47460000128AUsed as
47470000128BComment
47500000128EComputer User name Client Type Opens Idle time
47510000128FComputer
475200001290Sess time
475300001291Idle time
475400001292Share name Type # Opens
475500001293Client type
475600001294Guest logon
4770000012A2Manual caching of documents
4771000012A3Automatic caching of documents
4772000012A4Automatic caching of programs and documents
4773000012A5Manual caching of documents with BranchCache enabled
4774000012A6Caching disabled
4775000012A7Automatic
4776000012A8Manual
4777000012A9Documents
4778000012AAPrograms
4779000012ABBranchCache
4780000012ACNone
4800000012C0Name
4801000012C1Forwarded to
4802000012C2Forwarded to you from
4803000012C3Users of this server
4804000012C4Net Send has been interrupted by a Ctrl+Break from the user
4810000012CAName Job # Size Status
4811000012CBjobs
4812000012CCPrint
4813000012CDName
4814000012CEJob #
4815000012CFSize
4816000012D0Status
4817000012D1Separator file
4818000012D2Comment
4819000012D3Priority
4820000012D4Print after
4821000012D5Print until
4822000012D6Print processor
4823000012D7Additional info
4824000012D8Parameters
4825000012D9Print Devices
4826000012DAPrinter Active
4827000012DBPrinter held
4828000012DCPrinter error
4829000012DDPrinter being deleted
4830000012DEPrinter status unknown
4840000012E8Held until %1
4841000012E9Job #
4842000012EASubmitting user
4843000012EBNotify
4844000012ECJob data type
4845000012EDJob parameters
4846000012EEWaiting
4847000012EFHeld in queue
4848000012F0Spooling
4849000012F1Paused
4850000012F2Offline
4851000012F3Error
4852000012F4Out of paper
4853000012F5Intervention required
4854000012F6Printing
4855000012F7on
4856000012F8Paused on %1
4857000012F9Offline on %1
4858000012FAError on%1
4859000012FBOut of Paper on %1
4860000012FCCheck printer on %1
4861000012FDPrinting on %1
4862000012FEDriver
493000001342User name Type Date
493100001343Lockout
493200001344Service
493300001345Server
493400001346Server started
493500001347Server paused
493600001348Server continued
493700001349Server stopped
49380000134ASession
49390000134BLogon Guest
49400000134CLogon User
49410000134DLogon Administrator
49420000134ELogoff normal
49430000134FLogon
494400001350Logoff error
494500001351Logoff auto-disconnect
494600001352Logoff administrator-disconnect
494700001353Logoff forced by logon restrictions
494800001354Service
494900001355%1 Installed
495000001356%1 Install Pending
495100001357%1 Paused
495200001358%1 Pause Pending
495300001359%1 Continued
49540000135A%1 Continue Pending
49550000135B%1 Stopped
49560000135C%1 Stop Pending
49570000135DAccount
49580000135EUser account %1 was modified
49590000135FGroup account %1 was modified
496000001360User account %1 was deleted
496100001361Group account %1 was deleted
496200001362User account %1 was added
496300001363Group account %1 was added
496400001364Account system settings were modified
496500001365Logon restriction
496600001366Limit exceeded: UNKNOWN
496700001367Limit exceeded: Logon hours
496800001368Limit exceeded: Account expired
496900001369Limit exceeded: Workstation ID invalid
49700000136ALimit exceeded: Account disabled
49710000136BLimit exceeded: Account deleted
49720000136CShare
49730000136DUse %1
49740000136EUnuse %1
49750000136FUser's session disconnected %1
497600001370Administrator stopped sharing resource %1
497700001371User reached limit for %1
497800001372Bad password
497900001373Administrator privilege required
498000001374Access
498100001375%1 permissions added
498200001376%1 permissions modified
498300001377%1 permissions deleted
498400001378Access denied
498500001379Unknown
49860000137AOther
49870000137BDuration:
49880000137CDuration: Not available
49890000137DDuration: Less than one second
49900000137E(none)
49910000137FClosed %1
499200001380Closed %1 (disconnected)
499300001381Administrator closed %1
499400001382Access ended
499500001383Log on to network
499600001384Logon denied
499700001385Program Message Time
499800001386Account locked due to %1 bad passwords
499900001387Account unlocked by administrator
500000001388Log off network
500100001389The operation cannot be completed because other resources depend on this resource.
50020000138AThe cluster resource dependency cannot be found.
50030000138BThe cluster resource cannot be made dependent on the specified resource because it is already dependent.
50040000138CThe cluster resource is not online.
50050000138DA cluster node is not available for this operation.
50060000138EThe cluster resource is not available.
50070000138FThe cluster resource could not be found.
500800001390The cluster is being shut down.
500900001391A cluster node cannot be evicted from the cluster unless the node is down or it is the last node.
501000001392The object already exists.
501100001393The object is already in the list.
501200001394The cluster group is not available for any new requests.
501300001395The cluster group could not be found.
501400001396The operation could not be completed because the cluster group is not online.
501500001397The 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.
501600001398The 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.
501700001399The cluster resource could not be created in the specified resource monitor.
50180000139AThe cluster resource could not be brought online by the resource monitor.
50190000139BThe operation could not be completed because the cluster resource is online.
50200000139CThe cluster resource could not be deleted or brought offline because it is the quorum resource.
50210000139DThe cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.
50220000139EThe cluster software is shutting down.
50230000139FThe group or resource is not in the correct state to perform the requested operation.
5024000013A0The properties were stored but not all changes will take effect until the next time the resource is brought online.
5025000013A1The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.
5026000013A2The cluster resource could not be deleted because it is a core resource.
5027000013A3The quorum resource failed to come online.
5028000013A4The quorum log could not be created or mounted successfully.
5029000013A5The cluster log is corrupt.
5030000013A6The record could not be written to the cluster log because it exceeds the maximum size.
5031000013A7The cluster log exceeds its maximum size.
5032000013A8No checkpoint record was found in the cluster log.
5033000013A9The minimum required disk space needed for logging is not available.
5034000013AAThe cluster node failed to take control of the quorum resource because the resource is owned by another active node.
5035000013ABA cluster network is not available for this operation.
5036000013ACA cluster node is not available for this operation.
5037000013ADAll cluster nodes must be running to perform this operation.
5038000013AEA cluster resource failed.
5039000013AFThe cluster node is not valid.
5040000013B0The cluster node already exists.
5041000013B1A node is in the process of joining the cluster.
5042000013B2The cluster node was not found.
5043000013B3The cluster local node information was not found.
5044000013B4The cluster network already exists.
5045000013B5The cluster network was not found.
5046000013B6The cluster network interface already exists.
5047000013B7The cluster network interface was not found.
5048000013B8The cluster request is not valid for this object.
5049000013B9The cluster network provider is not valid.
5050000013BAThe cluster node is down.
5051000013BBThe cluster node is not reachable.
5052000013BCThe cluster node is not a member of the cluster.
5053000013BDA cluster join operation is not in progress.
5054000013BEThe cluster network is not valid.
5055000013BFMar
5056000013C0The cluster node is up.
5057000013C1The cluster IP address is already in use.
5058000013C2The cluster node is not paused.
5059000013C3No cluster security context is available.
5060000013C4The cluster network is not configured for internal cluster communication.
5061000013C5The cluster node is already up.
5062000013C6The cluster node is already down.
5063000013C7The cluster network is already online.
5064000013C8The cluster network is already offline.
5065000013C9The cluster node is already a member of the cluster.
5066000013CAThe 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.
5067000013CBOne or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.
5068000013CCThis operation cannot currently be performed on the cluster group containing the quorum resource --- or --- This operation cannot be performed on the cluster resource because it is the quorum resource. This quorum resource cannot be brought offline and its possible owners list cannot be modified.
5069000013CDThe cluster quorum resource is not allowed to have any dependencies.
5070000013CEThe cluster node is paused.
5071000013CFThe cluster resource cannot be brought online. The owner node cannot run this resource.
5072000013D0The cluster node is not ready to perform the requested operation.
5073000013D1The cluster node is shutting down.
5074000013D2The cluster join operation was aborted.
5075000013D3The 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 --- or --- The cluster join operation failed due to incompatible software versions between the joining node and its sponsor.
5076000013D4This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.
5077000013D5The system configuration changed during the cluster join or form operation. The join or form operation was aborted.
5078000013D6The specified resource type was not found.
5079000013D7The specified node does not support a resource of this type. This might be due to version inconsistencies or due to the absence of the resource DLL on this node.
5080000013D8The specified resource name is not supported by this resource DLL. This might be due to a bad (or changed) name supplied to the resource DLL.
5081000013D9No authentication package could be registered with the RPC server.
5082000013DAYou 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.
5083000013DBThe join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This can happen during a join operation if the cluster database was changing during the join.
5084000013DCThe resource monitor will not allow the fail operation to be performed while the resource is in its current state. This can happen if the resource is in a pending state.
5085000013DDA non-locker code received a request to reserve the lock for making global updates.
5086000013DEThe quorum disk could not be located by the cluster service.
5087000013DFThe backed-up cluster database is possibly corrupt.
5088000013E0A DFS root already exists in this cluster node.
5089000013E1An attempt to modify a resource property failed because it conflicts with another existing property.
5090000013E2This operation is not supported on a cluster without an Administrator Access Point
5091000013E3Denmark
5092000013E4Sweden
5093000013E5Norway
5094000013E6Germany
5095000013E7Australia
5096000013E8Japan
5097000013E9Korea
5098000013EAChina (PRC)
5099000013EBTaiwan
5100000013ECAsia
5101000013EDPortugal
5102000013EEFinland
5103000013EFArabic
5104000013F0Hebrew
51500000141EA power failure has occurred at %1. Please terminate all activity with this server
51510000141FPower has been restored at %1. Normal operations have resumed
515200001420The UPS service is starting shut down at %1
515300001421The UPS service is about to perform final shut down
517000001432The Workstation must be started with the NET START command
517500001437Remote IPC
517600001438Remote Admin
517700001439Default share
51780000143AUser Profiles
5280000014A0The password entered is longer than 14 characters. Computerswith Windows prior to Windows 2000 will not be able to usethis account. Do you want to continue this operation? %1:
5281000014A1%1 has a remembered connection to %2. Do youwant to overwrite the remembered connection? %3:
5282000014A2Do you want to resume loading the profile? The command whichcaused the error will be ignored. %1:
5284000014A4Do you want to continue this operation? %1:
5285000014A5Do you want to add this? %1:
5286000014A6Do you want to continue this operation? %1:
5287000014A7Is it OK to start it? %1:
5288000014A8Do you want to start the Workstation service? %1:
5289000014A9Is it OK to continue disconnecting and force them closed? %1:
5290000014AAThe printer does not exist. Do you want to create it? %1:
5291000014ABNever
5292000014ACNever
5293000014ADNever
5295000014AFNET.HLP
5296000014B0NET.HLP
5297000014B1Deny
5300000014B4The network control block (NCB) request completed successfully.The NCB is the data
5301000014B5Illegal network control block (NCB) buffer length on SEND DATAGRAM
5302000014B6The data descriptor array specified in the network control block (NCB) isinvalid. The NCB is the data
5303000014B7The command specified in the network control block (NCB) is illegal.The NCB is the data
5304000014B8The message correlator specified in the network control block (NCB) isinvalid. The NCB is the data
5305000014B9A network control block (NCB) command timed-out. The session may haveterminated abnormally. The NCB is the data
5306000014BAAn incomplete network control block (NCB) message was received.The NCB is the data
5307000014BBThe buffer address specified in the network control block (NCB) is illegal.The NCB is the data
5308000014BCThe session number specified in the network control block (NCB) is not active.The NCB is the data
5309000014BDNo resource was available in the network adapter.The network control block (NCB) request was refused. The NCB is the data
5310000014BEThe session specified in the network control block (NCB) was closed.The NCB is the data
5311000014BFThe network control block (NCB) command was canceled.The NCB is the data
5312000014C0The message segment specified in the network control block (NCB) isillogical. The NCB is the data
5313000014C1The name already exists in the local adapter name table.The network control block (NCB) request was refused. The NCB is the data
5314000014C2The network adapter name table is full.The network control block (NCB) request was refused. The NCB is the data
5315000014C3The network name has active sessions and is now de-registered.The network control block (NCB) command completed. The NCB is the data
5316000014C4A previously issued Receive Lookahead command is activefor this session. The network control block (NCB) command was rejected.The NCB is the data
5317000014C5The local session table is full. The network control block (NCB) request was refused.The NCB is the data
5318000014C6A network control block (NCB) session open was rejected. No LISTEN is outstandingon the remote computer. The NCB is the data
5319000014C7The name number specified in the network control block (NCB) is illegal.The NCB is the data
5320000014C8The call name specified in the network control block (NCB) cannot be found ordid not answer. The NCB is the data
5321000014C9The name specified in the network control block (NCB) was not found. Cannot put '*' or 00h in the NCB name. The NCB is the data
5322000014CAThe name specified in the network control block (NCB) is in use on a remote adapter.The NCB is the data
5323000014CBThe name specified in the network control block (NCB) has been deleted.The NCB is the data
5324000014CCThe session specified in the network control block (NCB) ended abnormally.The NCB is the data
5325000014CDThe network protocol has detected two or more identicalnames on the network. The network control block (NCB) is the data
5326000014CEAn unexpected protocol packet was received. There may be anincompatible remote device. The network control block (NCB) is the data
5333000014D5The NetBIOS interface is busy.The network control block (NCB) request was refused. The NCB is the data
5334000014D6There are too many network control block (NCB) commands outstanding.The NCB request was refused. The NCB is the data
5335000014D7The adapter number specified in the network control block (NCB) is illegal.The NCB is the data
5336000014D8The network control block (NCB) command completed while a cancel was occurring.The NCB is the data
5337000014D9The name specified in the network control block (NCB) is reserved.The NCB is the data
5338000014DAThe network control block (NCB) command is not valid to cancel.The NCB is the data
5351000014E7There are multiple network control block (NCB) requests for the same session.The NCB request was refused. The NCB is the data
5352000014E8There has been a network adapter error. The only NetBIOScommand that may be issued is an NCB RESET. The network control block (NCB) isthe data
5354000014EAThe maximum number of applications was exceeded.The network control block (NCB) request was refused. The NCB is the data
5356000014ECThe requested resources are not available.The network control block (NCB) request was refused. The NCB is the data
5364000014F4A system error has occurred.The network control block (NCB) request was refused. The NCB is the data
5365000014F5A ROM checksum failure has occurred.The network control block (NCB) request was refused. The NCB is the data
5366000014F6A RAM test failure has occurred.The network control block (NCB) request was refused. The NCB is the data
5367000014F7A digital loopback failure has occurred.The network control block (NCB) request was refused. The NCB is the data
5368000014F8An analog loopback failure has occurred.The network control block (NCB) request was refused. The NCB is the data
5369000014F9An interface failure has occurred.The network control block (NCB) request was refused. The NCB is the data
5370000014FAAn unrecognized network control block (NCB) return code was received.The NCB is the data
538000001504A network adapter malfunction has occurred.The network control block (NCB) request was refused. The NCB is the data
538100001505The network control block (NCB) command is still pending.The NCB is the data
55000000157CThe update log on %1 is over 80%% capacity. The primarydomain controller %2 is not retrieving the updates
55010000157DThe update log on %1 is full
55020000157EThe time difference with the primary domain controller %1exceeds the maximum allowed skew of %2 seconds
55030000157FThe account of user %1 has been locked out on %2due to %3 bad password attempts
550400001580The %1 log file cannot be opened
550500001581The %1 log file is corrupted and will be cleared
550600001582The Application log file could not be opened. %1 will be used as thedefault log file
550700001583The %1 Log is full. If this is the first time you have seen thismessage
550800001584The security database full synchronization has been initiated by the server %1
550900001585Windows could not be started as configured.A previous working configuration was used instead
551000001586The exception 0x%1 occurred in the application %2 at location 0x%3
551100001587The servers %1 and %3 both claim to be an NT Domain Controller forthe %2 domain. One of the servers should be removed from thedomain because the servers have different security identifiers(SID)
551200001588The server %1 and %2 both claim to be the primary domaincontroller for the %3 domain. One of the servers should bedemoted or removed from the domain
551300001589The computer %1 tried to connect to the server %2 usingthe trust relationship established by the %3 domain. However
55140000158AThe computer has rebooted from a bugcheck. The bugcheck was:%1.%2A full dump was not saved
55150000158BThe computer has rebooted from a bugcheck. The bugcheck was:%1.%2A dump was saved in: %3
55160000158CThe computer or domain %1 trusts domain %2. (This may be an indirecttrust.) However
55170000158DThe computer or domain %1 trusts domain %2. (This may be an indirecttrust.) However
5600000015E0Could not share the User or Script path
5601000015E1The password for this computer is not found in the local securitydatabase
5602000015E2An internal error occurred while accessing the computer'slocal or network security database
570000001644The Netlogon service could not initialize the replication datastructures successfully. The service was terminated. The followingerror occurred: %1
570100001645The Netlogon service failed to update the domain trust list. Thefollowing error occurred: %1
570200001646The Netlogon service could not add the RPC interface. Theservice was terminated. The following error occurred: %1
570300001647The Netlogon service could not read a mailslot message from %1 dueto the following error: %2
570400001648The Netlogon service failed to register the service with theservice controller. The service was terminated. The followingerror occurred: %1
570500001649The change log cache maintained by the Netlogon service for %1database changes is inconsistent. The Netlogon service is resettingthe change log
57060000164AThe Netlogon service could not create server share %1. The followingerror occurred: %2
57070000164BThe down-level logon request for the user %1 from %2 failed
57080000164CThe down-level logoff request for the user %1 from %2 failed
57090000164DThe Windows NT or Windows 2000 %1 logon request for the user %2\%3 from %4 (via %5)failed
57100000164EThe Windows NT or Windows 2000 %1 logoff request for the user %2\%3 from %4failed
57110000164FThe partial synchronization request from the server %1 completedsuccessfully. %2 changes(s) has(have) been returned to thecaller
571200001650The partial synchronization request from the server %1 failed withthe following error: %2
571300001651The full synchronization request from the server %1 completedsuccessfully. %2 object(s) has(have) been returned tothe caller
571400001652The full synchronization request from the server %1 failed withthe following error: %2
571500001653The partial synchronization replication of the %1 database from theprimary domain controller %2 completed successfully. %3 change(s) is(are)applied to the database
571600001654The partial synchronization replication of the %1 database from theprimary domain controller %2 failed with the following error: %3
571700001655The full synchronization replication of the %1 database from theprimary domain controller %2 completed successfully
571800001656The full synchronization replication of the %1 database from theprimary domain controller %2 failed with the following error: %3
571900001657This computer was not able to set up a secure session with a domaincontroller in domain %1 due to the following: %2This may lead to authentication problems. Make sure that thiscomputer is connected to the network. If the problem persists
572000001658The session setup to the Windows Domain Controller %1 for the domain %2failed because the computer %3 does not have a local security database account
572100001659The session setup to the Windows Domain Controller %1 for the domain %2failed because the Domain Controller did not have an account %4needed to set up the session by this computer %3.ADDITIONAL DATAIf this computer is a member of or a Domain Controller in the specified domain
57220000165AThe session setup from the computer %1 failed to authenticate.The name(s) of the account(s) referenced in the security database is%2. The following error occurred: %3
57230000165BThe session setup from computer '%1' failed because the security databasedoes not contain a trust account '%2' referenced by the specified computer.USER ACTIONIf this is the first occurrence of this event for the specified computerand account
57240000165CCould not register control handler with service controller %1
57250000165DCould not set service status with service controller %1
57260000165ECould not find the computer name %1
57270000165FCould not load %1 device driver
572800001660Could not load any transport
572900001661Replication of the %1 Domain Object "%2" from primary domain controller%3 failed with the following error: %4
573000001662Replication of the %1 Global Group "%2" from primary domain controller%3 failed with the following error: %4
573100001663Replication of the %1 Local Group "%2" from primary domain controller%3 failed with the following error: %4
573200001664Replication of the %1 User "%2" from primary domain controller%3 failed with the following error: %4
573300001665Replication of the %1 Policy Object "%2" from primary domain controller%3 failed with the following error: %4
573400001666Replication of the %1 Trusted Domain Object "%2" from primary domain controller%3 failed with the following error: %4
573500001667Replication of the %1 Account Object "%2" from primary domain controller%3 failed with the following error: %4
573600001668Replication of the %1 Secret "%2" from primary domain controller%3 failed with the following error: %4
573700001669The system returned the following unexpected error code: %1
57380000166ANetlogon has detected two machine accounts for server "%1".The server can be either a Windows 2000 Server that is a member of thedomain or the server can be a LAN Manager server with an account in theSERVERS global group. It cannot be both
57390000166BThis domain has more global groups than can be replicated to a LanManBDC. Either delete some of your global groups or remove the LanManBDCs from the domain
57400000166CThe Browser driver returned the following error to Netlogon: %1
57410000166DNetlogon could not register the %1<1B> name for the following reason: %2
57420000166EService failed to retrieve messages needed to boot remote boot clients
57430000166FService experienced a severe error and can no longer provide remote bootfor 3Com 3Start remote boot clients
574400001670Service experienced a severe system error and will shut itself down
574500001671Client with computer name %1 failed to acknowledge receipt of theboot data. Remote boot of this client was not completed
574600001672Client with computer name %1 was not booted due to an error in openingfile %2
574700001673Client with computer name %1 was not booted due to an error in readingfile %2
574800001674Client with computer name %1 was not booted due to insufficient memoryat the remote boot server
574900001675Client with computer name %1 will be booted without using checksumsbecause checksum for file %2 could not be calculated
575000001676Client with computer name %1 was not booted due to too many lines infile %2
575100001677Client with computer name %1 was not booted because the boot blockconfiguration file %2 for this client does not contain boot blockline and/or loader line
575200001678Client with computer name %1 was not booted due to a bad size offile %2
575300001679Client with computer name %1 was not booted due to remote bootservice internal error
57540000167AClient with computer name %1 was not booted because file %2 has aninvalid boot header
57550000167BClient with computer name %1 was not booted due to network error
57560000167CClient with adapter id %1 was not booted due to lack of resources
57570000167DService experienced error copying file or directory %1
57580000167EService experienced error deleting file or directory %1
57590000167FService experienced error setting permissions on file or directory %1
576000001680Service experienced error evaluating RPL configurations
576100001681Service experienced error creating RPL profiles for all configurations
576200001682Service experienced error accessing registry
576300001683Service experienced error replacing possibly outdated RPLDISK.SYS
576400001684Service experienced error adding security accounts or settingfile permissions. These accounts are the RPLUSER local groupand the user accounts for the individual RPL workstations
576500001685Service failed to back up its database
576600001686Service failed to initialize from its database. The database may bemissing or corrupted. Service will attempt restoring the databasefrom the backup
576700001687Service failed to restore its database from the backup. Servicewill not start
576800001688Service successfully restored its database from the backup
576900001689Service failed to initialize from its restored database. Servicewill not start
57700000168AThe session setup to the Windows Domain Controller %1 from computer%2 using account %4 failed. %2 is declared to be a BDC in domain %3.However
57710000168BThe Remoteboot database was in NT 3.5 / NT 3.51 format and NT isattempting to convert it to NT 4.0 format. The JETCONV converterwill write to the Application event log when it is finished
57720000168CGlobal group SERVERS exists in domain %1 and has members.This group defines Lan Manager BDCs in the domain.Lan Manager BDCs are not permitted in NT domains
57730000168DThe following DNS server that is authoritative for the DNS domain controllerlocator records of this domain controller does not support dynamic DNS updates:DNS server IP address: %1Returned Response Code (RCODE): %2Returned Status Code: %3USER ACTIONConfigure the DNS server to allow dynamic DNS updates or manually add the DNSrecords from the file '%SystemRoot%\System32\Config\Netlogon.dns' to the DNS database
57740000168EThe dynamic registration of the DNS record '%1' failed on the following DNS server:DNS server IP address: %3Returned Response Code (RCODE): %4Returned Status Code: %5For computers and users to locate this domain controller
57750000168FThe dynamic deletion of the DNS record '%1' failed on the following DNS server:DNS server IP address: %3Returned Response Code (RCODE): %4Returned Status Code: %5USER ACTIONTo prevent remote computers from connecting unnecessarily to the domain controller
577600001690Failed to create/open file %1 with the following error: %2
577700001691Netlogon got the following error while trying to get the subnet to sitemapping information from the DS: %1
577800001692'%1' tried to determine its site by looking up its IP address ('%2')in the Configuration\Sites\Subnets container in the DS. No subnet matchedthe IP address. Consider adding a subnet object for this IP address
577900001693The site name for this computer is '%1'. That site name is not a validsite name. A site name must be a valid DNS label.Rename the site to be a valid name
578000001694The subnet object '%1' appears in the Configuration\Sites\Subnetscontainer in the DS. The name is not syntactically valid. The validsyntax is xx.xx.xx.xx/yy where xx.xx.xx.xx is a valid IP subnet numberand yy is the number of bits in the subnet mask.Correct the name of the subnet object
578100001695Dynamic registration or deletion of one or more DNS records associated with DNSdomain '%1' failed. These records are used by other computers to locate thisserver as a domain controller (if the specified domain is an Active Directorydomain) or as an LDAP server (if the specified domain is an application partition).Possible causes of failure include: - TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers - Specified preferred and alternate DNS servers are not running - DNS server(s) primary for the records to be registered is not running - Preferred or alternate DNS servers are configured with wrong root hints - Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registrationUSER ACTIONFix possible misconfiguration(s) specified above and initiate registration or deletion ofthe DNS records by running 'nltest.exe /dsregdns' from the command prompt on the domaincontroller or by restarting Net Logon service on the domain controller
578200001696Dynamic registration or deregistration of one or more DNS records failed with the following error: %1
578300001697The session setup to the Windows Domain Controller %1 for the domain %2is not responsive. The current RPC call from Netlogon on \\%3 to %1 has been cancelled
578400001698Site '%2' does not have any Domain Controllers for domain '%3'.Domain Controllers in site '%1' have been automaticallyselected to cover site '%2' for domain '%3' based on configuredDirectory Server replication costs
578500001699This Domain Controller no longer automatically covers site '%1' for domain '%2'
57860000169ASite '%2' does not have any Global Catalog servers for forest '%3'.Global Catalog servers in site '%1' have been automaticallyselected to cover site '%2' for forest '%3' based on configuredDirectory Server replication costs
57870000169BThis Global Catalog server no longer automatically covers site '%1' for forest '%2'
57880000169CAttempt to update HOST Service Principal Names (SPNs) of the computerobject in Active Directory failed. The updated values were '%1' and '%2'.The following error occurred: %3
57890000169DAttempt to update DNS Host Name of the computer objectin Active Directory failed. The updated value was '%1'.The following error occurred: %2
57900000169ENo suitable Domain Controller is available for domain %1.An NT4 or older domain controller is available but it cannotbe used for authentication purposes in the Windows 2000 or newerdomain that this computer is a member of.The following error occurred:%2
57910000169FThe domain of this computer
5792000016A0Site '%2' does not have any LDAP servers for non-domain NC '%3'.LDAP servers in site '%1' have been automatically selected tocover site '%2' for non-domain NC '%3' based on configuredDirectory Server replication costs
5793000016A1This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'
5794000016A2Site '%2' is no longer manually configured in the registry ascovered by this Domain Controller for domain '%3'. As a result
5795000016A3This Domain Controller no longer automatically covers site '%1' for domain '%2'.However
5796000016A4Site '%2' is no longer manually configured in the registry ascovered by this Global Catalog server for forest '%3'. As a result
5797000016A5This Global Catalog server no longer automatically covers site '%1' for forest '%2'.However
5798000016A6Site '%2' is no longer manually configured in the registry ascovered by this LDAP server for non-domain NC '%3'. As a result
5799000016A7This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.However
5800000016A8Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributesof the computer object in Active Directory failed because the Domain Controller'%1' had more than one account with the name '%2' corresponding to this computer.Not having SPNs registered may result in authentication failures for this computer.Contact your domain administrator who may need to manually resolve the account namecollision
5801000016A9Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributesof the computer object in Active Directory failed because this computer accountname
5802000016AANone of the IP addresses (%2) of this Domain Controller map to the configured site '%1'.While this may be a temporary situation due to IP address changes
5803000016ABThe following error occurred while reading a parameter '%2' in theNetlogon %1 registry section:%3
5804000016ACThe Netlogon %1 registry key contains an invalid value 0x%2 for parameter '%3'.The minimum and maximum values allowed for this parameter are 0x%4 and 0x%5
5805000016ADThe session setup from the computer %1 failed to authenticate.The following error occurred: %2
5806000016AEDynamic DNS updates have been manually disabled on this domain controller.USER ACTIONReconfigure this domain controller to use dynamic DNS updates or manually add the DNSrecords from the file '%SystemRoot%\System32\Config\Netlogon.dns' to the DNS database
5807000016AFDuring the past %1 hours there have been %2 connections to this DomainController from client machines whose IP addresses don't map to any ofthe existing sites in the enterprise. Those clients
5808000016B0The deregistration of some DNS domain controller locator records was abortedat the time of this domain controller demotion because the DNS deregistrationstook too long.USER ACTIONManually delete the DNS records listed in the file'%SystemRoot%\System32\Config\Netlogon.dns' from the DNS database
5809000016B1The NetLogon service on this domain controller has been configured to use port %1for incoming RPC connections over TCP/IP from remote machines. However
5810000016B2During the past %1 hours
5811000016B3The dynamic registration of the DNS record '%1' for the remote domain controller '%3'failed on the following DNS server:DNS server IP address: %4Returned Response Code (RCODE): %5Returned Status Code: %6For computers and users to locate the domain controller '%3'
5812000016B4The dynamic deregistration of the DNS record '%1' for the remote domain controller'%3' failed on the following DNS server:DNS server IP address: %4Returned Response Code (RCODE): %5Returned Status Code: %6USER ACTIONTo prevent remote computers from attempting to connect to the domain controller '%3'using an invalid record
5813000016B5The dynamic registration request for the DNS record '%1' has been rejected by theremote domain controller '%2'. Error: '%3'For computers and users to locate this domain controller
5814000016B6The dynamic deregistration request of the DNS record '%1' has been rejected by theremote domain controller '%2'. Error: '%3'To prevent remote computers from connecting unnecessarily to this domain controller
5815000016B7The remoting of the dynamic update request for the local domain controller's DNS recordsthrough a secure session has failed with error '%1'.For other computers and member servers to locate this domain controller
5816000016B8Netlogon has failed an authentication request of account %1 in domain %2. The request timed out before it could be sent to domain controller %3 in domain %4. This is the first failure. If the problem continues
5817000016B9Netlogon has failed an additional %1 authentication requests in the last %2 minutes.The requests timed out before they could be sent to domain controller %3 in domain %4.Please see http://support.microsoft.com/kb/2654097 for more information
5818000016BANetlogon took more than %1 seconds for an authentication request of account %2 in domain %3
5819000016BBNetlogon took more than %1 seconds for %2 authentication requests through domain controller %3 in domain %4 in the last %5 minutes.Please see http://support.microsoft.com/kb/2654097 for more information
5820000016BCThe Netlogon service could not add the AuthZ RPC interface. Theservice was terminated. The following error occurred: '%1'
5821000016BDThe Netlogon service failed to initialize the AuthZ resource manager.The service was terminated. The following error occurred: '%1'
5822000016BEThe Netlogon service failed to initialize the security descriptor for the Netlogon RPC interface. The service was terminated. The following error occurred: '%1'
5823000016BFThe system successfully changed its password on the domain controller %1.This event is logged when the password for the computer account ischanged by the system. It is logged on the computer that changed thepassword
5824000016C0The system successfully changed the password for managed service account %1 on the domain controller %2.This event is logged when the password for a standalone managed serviceaccount is changed by the system. It is logged on the computer thatchanged the password
5826000016C2The Netlogon service detected a non-windows account using secure RPC. Machine SamAccountName: %1 Domain: %2 Account Type: %3 Machine Os: %4 Machine Os Build Version: %5 Machine Os Service Pack: %6
5827000016C3The Netlogon service denied a vulnerable Netlogon secure channel connection from a machine account. Machine SamAccountName: %1 Domain: %2 Account Type: %3 Machine Operating System: %4 Machine Operating System Build: %5 Machine Operating System Service Pack: %6For more information about why this was denied
5828000016C4The Netlogon service denied a vulnerable Netlogon secure channel connection using a trust account. Account Type: %1 Trust Name: %2 Trust Target: %3 Client IP Address: %4For more information about why this was denied
5829000016C5The Netlogon service allowed a vulnerable Netlogon secure channel connection.Warning: This connection will be denied once the enforcement phase is released. To better understand the enforcement phase
5830000016C6The Netlogon service allowed a vulnerable Netlogon secure channel connection because the machine account is allowed in the "Domain controller: Allow vulnerable Netlogon secure channel connections" group policy.Warning: Using vulnerable Netlogon secure channels will expose the domain-joined devices to attack. To protect your device from attack
5831000016C7The Netlogon service allowed a vulnerable Netlogon secure channel connection because the trust account is allowed in the "Domain controller: Allow vulnerable Netlogon secure channel connections" group policy.Warning: Using vulnerable Netlogon secure channels will expose Active Directory forests to attack. To protect your Active Directory forests from attack
5832000016C8The Netlogon service allowed one or more unsecure pass-through NTLM authentication requests from trusted domains and/or forestsduring the most recent event throttling window. These unsecure requests would normally be blocked but were allowed to proceeddue to the current trust configuration.Warning: Allowing unsecure pass-through authentication requests will expose your Active Directory forest to attack.For more information about this issue please visit https://go.microsoft.com/fwlink/?linkid=276811&.Count of unsecure requests allowed due to administrative override: %1
5833000016C9The Netlogon service blocked one or more unsecure pass-through NTLM authentication requests from trusted clients
5834000016CAThe Netlogon service allowed an unsecure pass-through NTLM authentication request from a trusted client
5835000016CBThe Netlogon service blocked an unsecure pass-through NTLM authentication requests from a trusted client
589000001702An operation was attempted that is incompatible with the current membership state of the node.
589100001703The quorum resource does not contain the quorum log.
589200001704The membership engine requested shutdown of the cluster service on this node.
589300001705The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.
589400001706A matching cluster network for the specified IP address could not be found.
589500001707The actual data type of the property did not match the expected data type of the property.
589600001708The cluster node was evicted from the cluster successfully, but the node was not cleaned up. To determine what clean-up steps failed and how to recover, see the Failover Clustering application event log using Event Viewer.
589700001709Two or more parameter values specified for a resource's properties are in conflict.
58980000170AThis computer cannot be made a member of a cluster.
58990000170BThis computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.
59000000170CA cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster.
59010000170DThe cluster configuration action has already been committed.
59020000170EThe cluster configuration action could not be rolled back.
59030000170FThe drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node.
590400001710One or more nodes in the cluster are running a version of Windows that does not support this operation.
590500001711The name of the corresponding computer account does not match the network name for this resource.
590600001712No network adapters are available.
590700001713The cluster node has been poisoned.
590800001714The group is unable to accept the request because it is moving to another node.
590900001715The resource type cannot accept the request because it is too busy performing another operation.
591000001716The call to the cluster resource DLL timed out.
591100001717The 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.
591200001718An internal cluster error occurred. A call to an invalid function was attempted.
591300001719A parameter value is out of acceptable range.
59140000171AA network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required.
59150000171BAn invalid cluster registry operation was attempted.
59160000171CAn input string of characters is not properly terminated.
59170000171DAn input string of characters is not in a valid format for the data it represents.
59180000171EAn internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress.
59190000171FAn internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress.
592000001720An internal cluster error occurred. Data was not properly initialized.
592100001721An error occurred while reading from a stream of data. An unexpected number of bytes was returned.
592200001722An error occurred while writing to a stream of data. The required number of bytes could not be written.
592300001723An error occurred while deserializing a stream of cluster data.
592400001724One or more property values for this resource are in conflict with one or more property values associated with its dependent resources.
592500001725A quorum of cluster nodes was not present to form a cluster.
592600001726The cluster network is not valid for an IPv6 address resource, or it does not match the configured address.
592700001727The 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.
592800001728Quorum resource cannot reside in the available storage group.
592900001729The dependencies for this resource are nested too deeply
59300000172AThe call into the resource DLL raised an unhandled exception
59310000172BThe RHS process failed to initialize
59320000172CThe Failover Clustering feature is not installed on this node
59330000172DThe resources must be online on the same node for this operation
59340000172EA new node can not be added since this cluster is already at its maximum number of nodes
59350000172FThis cluster can not be created since the specified number of nodes exceeds the maximum allowed limit
593600001730An attempt to use the specified cluster name failed because an enabled computer object with the given name already exists in the domain
593700001731This cluster cannot be destroyed. It has non-core application groups which must be deleted before the cluster can be destroyed
593800001732File share associated with file share witness resource cannot be hosted by this cluster or any of its nodes
593900001733Eviction of this node is invalid at this time. Due to quorum requirements node eviction will result in cluster shutdown.If it is the last node in the cluster
594000001734Only one instance of this resource type is allowed in the cluster
594100001735Only one instance of this resource type is allowed per resource group
594200001736The resource failed to come online due to the failure of one or more provider resources
594300001737The resource has indicated that it cannot come online on any node
594400001738The current operation cannot be performed on this group at this time
594500001739The directory or file is not located on a cluster shared volume
59460000173AThe Security Descriptor does not meet the requirements for a cluster
59470000173BThere is one or more shared volumes resources configured in the cluster.Those resources must be moved to available storage in order for operation to succeed
59480000173CThis group or resource cannot be directly manipulated.Use shared volume APIs to perform desired operation
59490000173DBack up is in progress. Please wait for backup completion before trying this operation again
59500000173EThe path does not belong to a cluster shared volume
59510000173FThe cluster shared volume is not locally mounted on this node
595200001740The cluster watchdog is terminating
595300001741A resource vetoed a move between two nodes because they are incompatible
595400001742The request is invalid either because node weight cannot be changed while the cluster is in disk-only quorum mode
595500001743The resource vetoed the call
595600001744Resource could not start or run because it could not reserve sufficient system resources
595700001745A resource vetoed a move between two nodes because the destination currently does not have enough resources to complete the operation
595800001746A resource vetoed a move between two nodes because the source currently does not have enough resources to complete the operation
595900001747The requested operation can not be completed because the group is queued for an operation
596000001748The requested operation can not be completed because a resource has locked status
596100001749The resource cannot move to another node because a cluster shared volume vetoed the operation
59620000174AA node drain is already in progress
59630000174BClustered storage is not connected to the node
59640000174CThe 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
59650000174DThe resource must be part of the Available Storage group to complete this action
59660000174ECSVFS failed operation as volume is in redirected mode
59670000174FCSVFS failed operation as volume is not in redirected mode
596800001750Cluster properties cannot be returned at this time
596900001751The clustered disk resource contains software snapshot diff area that are not supported for Cluster Shared Volumes
597000001752The operation cannot be completed because the resource is in maintenance mode
597100001753The operation cannot be completed because of cluster affinity conflicts
597200001754The operation cannot be completed because the resource is a replica virtual machine
597300001755The Cluster Functional Level could not be increased because not all nodes in the cluster support the updated version
597400001756Updating the cluster functional level failed because the cluster is running in fix quorum mode.Start additional nodes which are members of the cluster until the cluster reaches quorum and the cluster will automaticallyswitch out of fix quorum mode
597500001757The cluster functional level has been successfully updated but not all features are available yet. Restart the cluster byusing the Stop-Cluster PowerShell cmdlet followed by the Start-Cluster PowerShell cmdlet and all cluster features willbe available
597600001758The cluster is currently performing a version upgrade
597700001759The cluster did not successfully complete the version upgrade
59780000175AThe cluster node is in grace period
59790000175BThe operation has failed because CSV volume was not able to recover in time specified on this file object
59800000175CThe operation failed because the requested node is not currently part of active cluster membership
59810000175DThe operation failed because the requested cluster resource is currently unmonitored
59820000175EThe operation failed because a resource does not support running in an unmonitored state
59830000175FThe operation cannot be completed because a resource participates in replication
598400001760The operation failed because the requested cluster node has been isolated
598500001761The operation failed because the requested cluster node has been quarantined
598600001762The operation failed because the specified database update condition was not met
598700001763A clustered space is in a degraded condition and the requested action cannot be completed at this time
598800001764The operation failed because token delegation for this control is not supported
598900001765The operation has failed because CSV has invalidated this file object
599000001766This operation is supported only on the CSV coordinator node
599100001767The cluster group set is not available for any further requests
599200001768The cluster group set could not be found
599300001769The 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
59940000176AThe specified parent fault domain is not found
59950000176BThe fault domain cannot be a child of the parent specified
59960000176CStorage Spaces Direct has rejected the proposed fault domain changes because it impacts the fault tolerance of the storage
59970000176DStorage Spaces Direct has rejected the proposed fault domain changes because it reduces the storage connected to the system
59980000176ECluster infrastructure file server creation failed because a valid non-empty file server name was not provided
59990000176FThe action cannot be completed because the cluster set management cluster is unreachable
600000001770The specified file could not be encrypted.
600100001771The specified file could not be decrypted.
600200001772The specified file is encrypted and the user does not have the ability to decrypt it.
600300001773There is no valid encryption recovery policy configured for this system.
600400001774The required encryption driver is not loaded for this system.
600500001775The file was encrypted with a different encryption driver than is currently loaded.
600600001776There are no Encrypting File System (EFS) keys defined for the user.
600700001777The specified file is not encrypted.
600800001778The specified file is not in the defined EFS export format.
600900001779The specified file is read-only.
60100000177AThe directory has been disabled for encryption.
60110000177BThe server is not trusted for remote encryption operation.
60120000177CRecovery policy configured for this system contains invalid recovery certificate.
60130000177DThe encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.
60140000177EThe disk partition does not support file encryption.
60150000177FThis machine is disabled for file encryption.
601600001780A newer system is required to decrypt this encrypted file.
601700001781The remote server sent an invalid response for a file being opened with client-side encryption.
601800001782Client-side encryption is not supported by the remote server even though it claims to support it.
601900001783File is encrypted and should be opened in client-side encryption mode.
602000001784A new encrypted file is being created and a $EFS needs to be provided.
602100001785The SMB client requested a CSE FSCTL on a non-CSE file --- or --- The SMB client requested a client-side extension (CSE) file system control (FSCTL) on a non-CSE file.
602200001786The requested operation was blocked by policy. For more information
602300001787The specified file could not be encrypted with Windows Information Protection
6118000017E6The list of servers for this workgroup is not currently available
620000001838The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks can be configured to run in other accounts.
62500000186AThe object cannot be deleted from the local cluster because it is registered with the cluster set
6600000019C8The log service encountered an invalid log sector.
6601000019C9The log service encountered a log sector with invalid block parity.
6602000019CAThe log service encountered a remapped log sector.
6603000019CBThe log service encountered a partial or incomplete log block.
6604000019CCThe log service encountered an attempt to access data outside the active log range.
6605000019CDThe log service user marshaling buffers are exhausted.
6606000019CEThe log service encountered an attempt to read from a marshaling area with an invalid read context.
6607000019CFThe log service encountered an invalid log restart area.
6608000019D0The log service encountered an invalid log block version.
6609000019D1The log service encountered an invalid log block.
6610000019D2The log service encountered an attempt to read the log with an invalid read mode.
6611000019D3The log service encountered a log stream with no restart area.
6612000019D4The log service encountered a corrupted metadata file.
6613000019D5The log service encountered a metadata file that could not be created by the log file system.
6614000019D6The log service encountered a metadata file with inconsistent data.
6615000019D7The log service encountered an attempt to erroneous allocate or dispose reservation space.
6616000019D8The log service cannot delete a log file or file system container.
6617000019D9The log service has reached the maximum allowable containers allocated to a log file.
6618000019DAThe log service has attempted to read or write backward past the start of the log.
6619000019DBThe log policy could not be installed because a policy of the same type is already present.
6620000019DCThe log policy in question was not installed at the time of the request.
6621000019DDThe installed set of policies on the log is invalid.
6622000019DEA policy on the log in question prevented the operation from completing.
6623000019DFLog space cannot be reclaimed because the log is pinned by the archive tail.
6624000019E0The log record is not a record in the log file.
6625000019E1The number of reserved log records or the adjustment of the number of reserved log records is invalid.
6626000019E2The reserved log space or the adjustment of the log space is invalid.
6627000019E3A new or existing archive tail or base of the active log is invalid.
6628000019E4The log space is exhausted.
6629000019E5The log could not be set to the requested size.
6630000019E6The log is multiplexed; no direct writes to the physical log are allowed.
6631000019E7The operation failed because the log is a dedicated log.
6632000019E8The operation requires an archive context.
6633000019E9Log archival is in progress.
6634000019EAThe operation requires a non-ephemeral log, but the log is ephemeral.
6635000019EBThe log must have at least two containers before it can be read from or written to.
6636000019ECA log client has already registered on the stream.
6637000019EDA log client has not been registered on the stream.
6638000019EEA request has already been made to handle the log full condition.
6639000019EFThe log service encountered an error when attempting to read from a log container.
6640000019F0The log service encountered an error when attempting to write to a log container.
6641000019F1The log service encountered an error when attempting to open a log container.
6642000019F2The log service encountered an invalid container state when attempting a requested action.
6643000019F3The log service is not in the correct state to perform a requested action.
6644000019F4The log space cannot be reclaimed because the log is pinned.
6645000019F5The log metadata flush failed.
6646000019F6Security on the log and its containers is inconsistent.
6647000019F7Records were appended to the log or reservation changes were made, but the log could not be flushed.
6648000019F8The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available.
670000001A2CThe transaction handle associated with this operation is not valid.
670100001A2DThe requested operation was made in the context of a transaction that is no longer active.
670200001A2EThe requested operation is not valid on the transaction object in its current state.
670300001A2FThe caller has called a response API, but the response is not expected because the transaction manager did not issue the corresponding request to the caller.
670400001A30It is too late to perform the requested operation because the transaction has already been aborted.
670500001A31It is too late to perform the requested operation because the transaction has already been committed.
670600001A32The transaction manager was unable to be successfully initialized. Transacted operations are not supported.
670700001A33The specified resource manager made no changes or updates to the resource under this transaction.
670800001A34The resource manager has attempted to prepare a transaction that it has not successfully joined.
670900001A35The 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 allowed.
671000001A36The resource manager tried to register a protocol that already exists.
671100001A37The attempt to propagate the transaction failed.
671200001A38The requested propagation protocol was not registered as a CRM.
671300001A39The buffer passed in to PushTransaction or PullTransaction is not in a valid format.
671400001A3AThe current transaction context associated with the thread is not a valid handle to a transaction object.
671500001A3BThe specified transaction object could not be opened because it was not found.
671600001A3CThe specified resource manager object could not be opened because it was not found.
671700001A3DThe specified enlistment object could not be opened because it was not found.
671800001A3EThe specified transaction manager object could not be opened because it was not found.
671900001A3FThe object specified could not be created or opened --- or --- The specified resource manager was unable to create an enlistment because its associated transaction manager is not online.
672000001A40The specified transaction manager was unable to create the objects contained in its log file in the ObjectB namespace. Therefore, the transaction manager was unable to recover.
672100001A41The call to create a superior Enlistment on this Transaction object could not be completed
672200001A42Because the associated transaction manager or resource manager has been closed
672300001A43The specified operation could not be performed on this Superior enlistment
672400001A44The specified operation could not be performed
672500001A45Implicit transaction are not supported
672600001A46The kernel transaction manager had to abort or forget the transaction because it blocked forward progress
672700001A47The TransactionManager identity that was supplied did not match the one recorded in the TransactionManager's log file
672800001A48This snapshot operation cannot continue because a transactional resource manager cannot be frozen in its current state. Please try again
672900001A49The transaction cannot be enlisted on with the specified EnlistmentMask
673000001A4AThe transaction does not have a superior enlistment
673100001A4BThe attempt to commit the Transaction completed
680000001A90The function attempted to use a name that is reserved for use by another transaction.
680100001A91Transaction support within the specified file system resource manager is not started or was shut down due to an error.
680200001A92The metadata of the resource manager has been corrupted. The resource manager will not function.
680300001A93The specified directory does not contain a resource manager.
680500001A95The remote server or share does not support transacted file operations.
680600001A96The requested log size is invalid.
680700001A97The object (file, stream, link) corresponding to the handle has been deleted by a transaction savepoint rollback.
680800001A98The specified file miniversion was not found for this transacted file open.
680900001A99The specified file miniversion was found but has been invalidated. The most likely cause is a transaction savepoint rollback.
681000001A9AA miniversion can only be opened in the context of the transaction that created it.
681100001A9BIt is not possible to open a miniversion with modify access.
681200001A9CIt is not possible to create any more miniversions for this stream.
681400001A9EThe remote server sent mismatching version numbers or FID for a file opened with transactions.
681500001A9FThe 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.
681600001AA0There is no transaction metadata on the file.
681700001AA1The log data is corrupt.
681800001AA2The file cannot be recovered because a handle is still open on it.
681900001AA3The transaction outcome is unavailable because the resource manager responsible for it is disconnected.
682000001AA4The request was rejected because the enlistment in question is not a superior enlistment.
682100001AA5The transactional resource manager is already consistent. Recovery is not needed.
682200001AA6The transactional resource manager has already been started.
682300001AA7The file cannot be opened transactionally --- or --- The file cannot be opened in a transaction because its identity depends on the outcome of an unresolved transaction.
682400001AA8The operation cannot be performed because another transaction is depending on the fact that this property will not change.
682500001AA9The operation would involve a single file with two transactional resource managers and is therefore not allowed.
682600001AAAThe $Txf directory must be empty for this operation to succeed.
682700001AABThe operation would leave a transactional resource manager in an inconsistent state and is, therefore, not allowed.
682800001AACThe operation could not be completed because the transaction manager does not have a log.
682900001AADA rollback could not be scheduled because a previously scheduled rollback has already been executed or is queued for execution.
683000001AAEThe transactional metadata attribute on the file or directory is corrupt and unreadable.
683100001AAFThe encryption operation could not be completed because a transaction is active.
683200001AB0This object is not allowed to be opened in a transaction.
683300001AB1An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log.
683400001AB2Memory mapping (creating a mapped section) to a remote file under a transaction is not supported.
683500001AB3Transaction metadata is already present on this file and cannot be superseded.
683600001AB4A transaction scope could not be entered because the scope handler has not been initialized.
683700001AB5Promotion was required in order to allow the resource manager to enlist --- or --- Promotion was required to allow the resource manager to enlist, but the transaction was set to disallow it.
683800001AB6This file is open for modification in an unresolved transaction and can be opened for execution only by a transacted reader.
683900001AB7The request to thaw frozen transactions was ignored because transactions were not previously frozen.
684000001AB8Transactions cannot be frozen because a freeze is already in progress.
684100001AB9The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot.
684200001ABAThe savepoint operation failed because files are open on the transaction. This is not permitted.
684300001ABBWindows has discovered corruption in a file, and that file has since been repaired. Data loss might have occurred.
684400001ABCThe sparse operation could not be completed because a transaction is active on the file.
684500001ABDThe call to create a transaction manager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument.
684600001ABEI/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data.
684700001ABFThe transactional resource manager cannot currently accept transacted work due to a transient condition, such as low resources.
684800001AC0The transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manager has been shut down.
684900001AC1The operation could not be completed due to bad clusters on disk
685000001AC2The compression operation could not be completed because a transaction is active on the file
685100001AC3The operation could not be completed because the volume is dirty. Please run chkdsk and try again
685200001AC4The link tracking operation could not be completed because a transaction is active
685300001AC5This operation cannot be performed in a transaction
685400001AC6The 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
685500001AC7The specified operation could not be performed because the resource manager is not enlisted in the transaction
700100001B59The specified session name is invalid.
700200001B5AThe specified protocol driver is invalid.
700300001B5BThe specified protocol driver was not found in the system path.
700400001B5CThe specified terminal connection driver was not found in the system path.
700500001B5DA registry key for event logging could not be created for this session.
700600001B5EA service with the same name already exists on the system.
700700001B5FA close operation is pending on the session.
700800001B60There are no free output buffers available.
700900001B61The MODEM.INF file was not found.
701000001B62The modem name was not found in the MODEM.INF file.
701100001B63The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.
701200001B64The modem did not respond to the command sent to it. Verify that the modem is properly cabled and turned on.
701300001B65Carrier detect has failed or carrier has been dropped due to disconnect.
701400001B66Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.
701500001B67Busy signal detected at remote site on callback.
701600001B68Voice detected at remote site on callback.
701700001B69Transport driver error.
702200001B6EThe specified session cannot be found.
702300001B6FThe specified session name is already in use.
702400001B70The 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 --- or --- The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation.
702500001B71An attempt has been made to connect to a session whose video mode is not supported by the current client.
703500001B7BThe application attempted to enable DOS graphics mode. DOS graphics mode is not supported.
703700001B7DYour interactive logon privilege has been disabled. Contact your administrator.
703800001B7EThe 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.
704000001B80The client failed to respond to the server connect message.
704100001B81Disconnecting the console session is not supported.
704200001B82Reconnecting a disconnected session to the console is not supported.
704400001B84The request to control another session remotely was denied.
704500001B85The requested session access is denied.
704900001B89The specified terminal connection driver is invalid.
705000001B8AThe requested session cannot be controlled remotely. This might be because the session is disconnected or does not currently have a user logged on.
705100001B8BThe requested session is not configured to allow remote control.
705200001B8CYour request to connect to this terminal server has been rejected. Your terminal server client license number is currently being used by another user. Call your system administrator to obtain a unique license number.
705300001B8DYour 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. Contact your system administrator.
705400001B8EThe number of connections to this computer is limited and all connections are in use right now. Try connecting later or contact your system administrator.
705500001B8FThe client you are using is not licensed to use this system. Your logon request is denied.
705600001B90The system license has expired. Your logon request is denied.
705700001B91Remote control could not be terminated because the specified session is not currently being remotely controlled.
705800001B92The 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.
705900001B93Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared.
706000001B94Remote logons are currently disabled.
706100001B95You do not have the proper encryption level to access this session.
706200001B96The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer.
706300001B97The 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.
706400001B98Unable to log you on because of an account restriction.
706500001B99The RDP component %2 detected an error in the protocol stream and has disconnected the client.
706600001B9AThe Client Drive Mapping Service has connected on terminal connection.
706700001B9BThe Client Drive Mapping Service has disconnected on terminal connection.
706800001B9CThe terminal server security layer detected an error in the protocol stream and has disconnected the client.
706900001B9DThe target session is incompatible with the current session.
707000001B9EWindows can't connect to your session because a problem occurred in the Windows video subsystem. Try connecting again later
800100001F41The file replication service API was called incorrectly.
800200001F42The file replication service cannot be started.
800300001F43The file replication service cannot be stopped.
800400001F44The file replication service API terminated the request. The event log might contain more information.
800500001F45The file replication service terminated the request. The event log might contain more information.
800600001F46The file replication service cannot be contacted. The event log might contain more information.
800700001F47The file replication service cannot satisfy the request because the user has insufficient privileges. The event log might contain more information.
800800001F48The file replication service cannot satisfy the request because authenticated RPC is not available. The event log might contain more information.
800900001F49The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. The event log might contain more information.
801000001F4AThe file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. The event log might contain more information.
801100001F4BThe file replication service cannot communicate with the file replication service on the domain controller. The event log might contain more information.
801200001F4CThe file replication service on the domain controller cannot communicate with the file replication service on this computer. The event log might contain more information.
801300001F4DThe file replication service cannot populate the system volume because of an internal error. The event log might contain more information.
801400001F4EThe file replication service cannot populate the system volume because of an internal time-out. The event log might contain more information.
801500001F4FThe file replication service cannot process the request. The system volume is busy with a previous request.
801600001F50The file replication service cannot stop replicating the system volume because of an internal error. The event log might contain more information.
801700001F51The file replication service detected an invalid parameter.
820000002008An error occurred while installing the directory service. For more information, see the event log.
820100002009The directory service evaluated group memberships locally.
82020000200AThe specified directory service attribute or value does not exist.
82030000200BThe attribute syntax specified to the directory service is invalid.
82040000200CThe attribute type specified to the directory service is not defined.
82050000200DThe specified directory service attribute or value already exists.
82060000200EThe directory service is busy.
82070000200FThe directory service is unavailable.
820800002010The directory service was unable to allocate a relative identifier.
820900002011The directory service has exhausted the pool of relative identifiers.
821000002012The requested operation could not be performed because the directory service is not the master for that type of operation.
821100002013The directory service was unable to initialize the subsystem that allocates relative identifiers.
821200002014The requested operation did not satisfy one or more constraints associated with the class of the object.
821300002015The directory service can perform the requested operation only on a leaf object.
821400002016The directory service cannot perform the requested operation on the relative distinguished name (RDN) attribute of an object.
821500002017The directory service detected an attempt to modify the object class of an object.
821600002018The requested cross-domain move operation could not be performed.
821700002019Unable to contact the global catalog (GC) server.
82180000201AThe policy object is shared and can only be modified at the root.
82190000201BThe policy object does not exist.
82200000201CThe requested policy information is only in the directory service.
82210000201DA domain controller promotion is currently active.
82220000201EA domain controller promotion is not currently active.
822400002020An operations error occurred.
822500002021A protocol error occurred.
822600002022The time limit for this request was exceeded.
822700002023The size limit for this request was exceeded.
822800002024The administrative limit for this request was exceeded.
822900002025The compare response was false.
823000002026The compare response was true.
823100002027The requested authentication method is not supported by the server.
823200002028A more secure authentication method is required for this server.
823300002029Inappropriate authentication.
82340000202AThe authentication mechanism is unknown.
82350000202BA referral was returned from the server.
82360000202CThe server does not support the requested critical extension.
82370000202DThis request requires a secure connection.
82380000202EInappropriate matching.
82390000202FA constraint violation occurred.
824000002030There is no such object on the server.
824100002031There is an alias problem.
824200002032An invalid dn syntax has been specified.
824300002033The object is a leaf object.
824400002034There is an alias dereferencing problem.
824500002035The server is unwilling to process the request.
824600002036A loop has been detected.
824700002037There is a naming violation.
824800002038The result set is too large.
824900002039The operation affects multiple DSAs.
82500000203AThe server is not operational.
82510000203BA local error has occurred.
82520000203CAn encoding error has occurred.
82530000203DA decoding error has occurred.
82540000203EThe search filter cannot be recognized.
82550000203FOne or more parameters are illegal.
825600002040The specified method is not supported.
825700002041No results were returned.
825800002042The specified control is not supported by the server.
825900002043A referral loop was detected by the client.
826000002044The preset referral limit was exceeded.
826100002045The search requires a SORT control.
826200002046The search results exceed the offset range specified.
826300002047The 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
83010000206DThe root object must be the head of a naming context. The root object cannot have an instantiated parent.
83020000206EThe add replica operation cannot be performed. The naming context must be writable to create the replica.
83030000206FA reference to an attribute that is not defined in the schema occurred.
830400002070The maximum size of an object has been exceeded.
830500002071An attempt was made to add an object to the directory with a name that is already in use.
830600002072An attempt was made to add an object of a class that does not have an RDN defined in the schema.
830700002073An attempt was made to add an object using an RDN that is not the RDN defined in the schema.
830800002074None of the requested attributes were found on the objects.
830900002075The user buffer is too small.
831000002076The attribute specified in the operation is not present on the object.
831100002077Illegal modify operation. Some aspect of the modification is not permitted.
831200002078The specified object is too large.
831300002079The specified instance type is not valid.
83140000207AThe operation must be performed at a master DSA.
83150000207BThe object class attribute must be specified.
83160000207CA required attribute is missing.
83170000207DAn attempt was made to modify an object to include an attribute that is not legal for its class.
83180000207EThe specified attribute is already present on the object.
832000002080The specified attribute is not present, or has no values.
832100002081Multiple values were specified for an attribute that can have only one value.
832200002082A value for the attribute was not in the acceptable range of values.
832300002083The specified value already exists.
832400002084The attribute cannot be removed because it is not present on the object.
832500002085The attribute value cannot be removed because it is not present on the object.
832600002086The specified root object cannot be a subreference.
832700002087Chaining is not permitted.
832800002088Chained evaluation is not permitted.
832900002089The operation could not be performed because the object's parent is either uninstantiated or deleted.
83300000208AHaving a parent that is an alias is not permitted. Aliases are leaf objects.
83310000208BThe object and parent must be of the same type, either both masters or both replicas.
83320000208CThe operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.
83330000208DDirectory object not found.
83340000208EThe aliased object is missing.
83350000208FThe object name has bad syntax.
833600002090An alias is not permitted to refer to another alias.
833700002091The alias cannot be dereferenced.
833800002092The operation is out of scope.
833900002093The operation cannot continue because the object is in the process of being removed.
834000002094The DSA object cannot be deleted.
834100002095A directory service error has occurred.
834200002096The operation can only be performed on an internal master DSA object.
834300002097The object must be of class DSA.
834400002098Insufficient access rights to perform the operation.
834500002099The object cannot be added because the parent is not on the list of possible superiors.
83460000209AAccess to the attribute is not permitted because the attribute is owned by the SAM.
83470000209BThe name has too many parts.
83480000209CThe name is too long.
83490000209DThe name value is too long.
83500000209EThe directory service encountered an error parsing a name.
83510000209FThe directory service cannot get the attribute type for a name.
8352000020A0The name does not identify an object; the name identifies a phantom.
8353000020A1The security descriptor is too short.
8354000020A2The security descriptor is invalid.
8355000020A3Failed to create name for deleted object.
8356000020A4The parent of a new subreference must exist.
8357000020A5The object must be a naming context.
8358000020A6It is not permitted to add an attribute that is owned by the system.
8359000020A7The class of the object must be structural; you cannot instantiate an abstract class.
8360000020A8The schema object could not be found.
8361000020A9A local object with this GUID (dead or alive) already exists.
8362000020AAThe operation cannot be performed on a back link.
8363000020ABThe cross-reference for the specified naming context could not be found.
8364000020ACThe operation could not be performed because the directory service is shutting down.
8365000020ADThe directory service request is invalid.
8366000020AEThe role owner attribute could not be read.
8367000020AFThe requested Flexible Single Master Operations (FSMO) operation failed. The current FSMO holder could not be contacted.
8368000020B0Modification of a distinguished name across a naming context is not permitted.
8369000020B1The attribute cannot be modified because it is owned by the system.
8370000020B2Only the replicator can perform this function.
8371000020B3The specified class is not defined.
8372000020B4The specified class is not a subclass.
8373000020B5The name reference is invalid.
8374000020B6A cross-reference already exists.
8375000020B7It is not permitted to delete a master cross-reference.
8376000020B8Subtree notifications are only supported on naming context (NC) heads.
8377000020B9Notification filter is too complex.
8378000020BASchema update failed: Duplicate RDN.
8379000020BBSchema update failed: Duplicate OID.
8380000020BCSchema update failed: duplicate MAPI identifier --- or --- Schema update failed: Duplicate Message Application Programming Interface (MAPI) identifier.
8381000020BDSchema update failed: Duplicate schema ID GUID.
8382000020BESchema update failed: Duplicate LDAP display name.
8383000020BFSchema update failed: Range-Lower less than Range-Upper.
8384000020C0Schema update failed: Syntax mismatch.
8385000020C1Schema deletion failed: Attribute is used in the Must-Contain list.
8386000020C2Schema deletion failed: Attribute is used in the May-Contain list.
8387000020C3Schema update failed: Attribute in May-Contain list does not exist.
8388000020C4Schema update failed: Attribute in the Must-Contain list does not exist.
8389000020C5Schema update failed: Class in the Aux Class list does not exist or is not an auxiliary class.
8390000020C6Schema update failed: Class in the Poss-Superiors list does not exist.
8391000020C7Schema update failed: Class in the subclass of the list does not exist or does not satisfy hierarchy rules.
8392000020C8Schema update failed: Rdn-Att-Id has wrong syntax.
8393000020C9Schema deletion failed: Class is used as an auxiliary class.
8394000020CASchema deletion failed: Class is used as a subclass.
8395000020CBSchema deletion failed: Class is used as a Poss-Superior.
8396000020CCSchema update failed in recalculating validation cache.
8397000020CDThe tree deletion is not finished. The request must be made again to continue deleting the tree.
8398000020CEThe requested delete operation could not be performed.
8399000020CFCannot read the governs class identifier for the schema record.
8400000020D0The attribute schema has bad syntax.
8401000020D1The attribute could not be cached.
8402000020D2The class could not be cached.
8403000020D3The attribute could not be removed from the cache.
8404000020D4The class could not be removed from the cache.
8405000020D5The distinguished name attribute could not be read.
8406000020D6No superior reference has been configured for the directory service. The directory service is, therefore, unable to issue referrals to objects outside this forest.
8407000020D7The instance type attribute could not be retrieved.
8408000020D8An internal error has occurred.
8409000020D9A database error has occurred.
8410000020DAThe attribute GOVERNSID is missing --- or --- The governsID attribute is missing.
8411000020DBAn expected attribute is missing.
8412000020DCThe specified naming context is missing a cross-reference.
8413000020DDA security checking error has occurred.
8414000020DEThe schema is not loaded.
8415000020DFSchema allocation failed. Check if the machine is running low on memory.
8416000020E0Failed to obtain the required syntax for the attribute schema.
8417000020E1The GC verification failed. The GC is not available or does not support the operation. Some part of the directory is currently not available.
8418000020E2The replication operation failed because of a schema mismatch between the servers involved.
8419000020E3The DSA object could not be found.
8420000020E4The naming context could not be found.
8421000020E5The naming context could not be found in the cache.
8422000020E6The child object could not be retrieved.
8423000020E7The modification was not permitted for security reasons.
8424000020E8The operation cannot replace the hidden record.
8425000020E9The hierarchy file is invalid.
8426000020EAThe attempt to build the hierarchy table failed.
8427000020EBThe directory configuration parameter is missing from the registry.
8428000020ECThe attempt to count the address book indices failed.
8429000020EDThe allocation of the hierarchy table failed.
8430000020EEThe directory service encountered an internal failure.
8431000020EFThe directory service encountered an unknown failure.
8432000020F0A root object requires a class of "top".
8433000020F1This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.
8434000020F2The directory service is missing mandatory configuration information and is unable to determine the ownership of floating single-master operation roles.
8435000020F3The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.
8436000020F4The replication operation failed.
8437000020F5An invalid parameter was specified for this replication operation.
8438000020F6The directory service is too busy to complete the replication operation at this time.
8439000020F7The DN specified for this replication operation is invalid.
8440000020F8The naming context specified for this replication operation is invalid.
8441000020F9The DN specified for this replication operation already exists.
8442000020FAThe replication system encountered an internal error.
8443000020FBThe replication operation encountered a database inconsistency.
8444000020FCThe server specified for this replication operation could not be contacted.
8445000020FDThe replication operation encountered an object with an invalid instance type.
8446000020FEThe replication operation failed to allocate memory.
8447000020FFThe replication operation encountered an error with the mail system.
844800002100The replication reference information for the target server already exists.
844900002101The replication reference information for the target server does not exist.
845000002102The naming context cannot be removed because it is replicated to another server.
845100002103The replication operation encountered a database error.
845200002104The naming context is in the process of being removed or is not replicated from the specified server.
845300002105Replication access was denied.
845400002106The requested operation is not supported by this version of the directory service.
845500002107The replication RPC was canceled.
845600002108The source server is currently rejecting replication requests.
845700002109The destination server is currently rejecting replication requests.
84580000210AThe replication operation failed due to a collision of object names.
84590000210BThe replication source has been reinstalled.
84600000210CThe replication operation failed because a required parent object is missing.
84610000210DThe replication operation was preempted.
84620000210EThe replication synchronization attempt was abandoned because of a lack of updates.
84630000210FThe replication operation was terminated because the system is shutting down.
846400002110A synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from the 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 the source partial attribute set.
846500002111The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.
846600002112The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation.
846700002113The version of the directory service schema of the source forest is not compatible with the version of the directory service on this computer.
846800002114Schema update failed: An attribute with the same link identifier already exists.
846900002115Name translation: Generic processing error.
847000002116Name translation: Could not find the name or insufficient right to see name.
847100002117Name translation: Input name mapped to more than one output name.
847200002118Name translation: Input name found --- or --- Name translation: The input name was found but not the associated output format.
847300002119Name translation: Unable to resolve completely, only the domain was found.
84740000211AName translation: Unable to perform purely syntactical mapping at the client without going out to the wire.
84750000211BModification of a constructed attribute is not allowed.
84760000211CThe OM-Object-Class specified is incorrect for an attribute with the specified syntax.
84770000211DThe replication request has been posted; waiting for a reply.
84780000211EThe requested operation requires a directory service, and none was available.
84790000211FThe LDAP display name of the class or attribute contains non-ASCII characters.
848000002120The requested search operation is only supported for base searches.
848100002121The search failed to retrieve attributes from the database.
848200002122The schema update operation tried to add a backward link attribute that has no corresponding forward link.
848300002123The source and destination of a cross-domain move do not agree on the object's epoch number. Either the source or the destination does not have the latest version of the object.
848400002124The source and destination of a cross-domain move do not agree on the object's current name. Either the source or the destination does not have the latest version of the object.
848500002125The source and destination for the cross-domain move operation are identical. The caller should use a local move operation instead of a cross-domain move operation.
848600002126The source and destination for a cross-domain move do not agree on the naming contexts in the forest. Either the source or the destination does not have the latest version of the Partitions container.
848700002127The destination of a cross-domain move is not authoritative for the destination naming context.
848800002128The source and destination of a cross-domain move do not agree on the identity of the source object. Either the source or the destination does not have the latest version of the source object.
848900002129The 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.
84900000212AAnother operation that requires exclusive access to the PDC FSMO is already in progress.
84910000212BA cross-domain move operation failed because 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.
84920000212CThis object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed --- or --- This object cannot be moved across domain boundaries either because cross-domain moves for this class are not allowed, or the object has some special characteristics, for example, a trust account or a restricted relative identifier (RID), that prevent its move.
84930000212DCan't move objects with memberships across domain boundaries as once moved --- or --- Cannot move objects with memberships across domain boundaries because, once moved, this violates the membership conditions of the account group. Remove the object from any account group memberships and retry.
84940000212EA naming context head must be the immediate child of another naming context head, not of an interior node.
84950000212FThe directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Ensure that the domain naming master role is held by a server that is configured as a GC server, and that the server is up-to-date with its replication partners. (Applies only to Windows 2000 operating system domain naming masters.)
849600002130Destination domain must be in native mode.
849700002131The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.
849800002132Cross-domain moves of nonempty account groups is not allowed.
849900002133Cross-domain moves of nonempty resource groups is not allowed.
850000002134The search flags for the attribute are invalid. The ambiguous name resolution (ANR) bit is valid only on attributes of Unicode or Teletex strings.
850100002135Tree deletions starting at an object that has an NC head as a descendant are not allowed.
850200002136The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.
850300002137The directory service failed to identify the list of objects to delete while attempting a tree deletion.
850400002138SAM initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information.
850500002139Only an administrator can modify the membership list of an administrative group.
85060000213ACannot change the primary group ID of a domain controller account.
85070000213BAn attempt was made to modify the base schema.
85080000213CAdding 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.
85090000213DSchema update is not allowed on this DC because the DC is not the schema FSMO role owner.
85100000213EAn 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.
85110000213FThe replica or 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.
851200002140The replica or child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the System32 directory.
851300002141The specified group type is invalid.
851400002142You cannot nest global groups in a mixed domain if the group is security-enabled.
851500002143You cannot nest local groups in a mixed domain if the group is security-enabled.
851600002144A global group cannot have a local group as a member.
851700002145A global group cannot have a universal group as a member.
851800002146A universal group cannot have a local group as a member.
851900002147A global group cannot have a cross-domain member.
852000002148A local group cannot have another cross domain local group as a member.
852100002149A group with primary members cannot change to a security-disabled group.
85220000214AThe schema cache load failed to convert the string default security descriptor (SD) on a class-schema object.
85230000214BOnly DSAs configured to be GC servers should be allowed to hold the domain naming master FSMO role. (Applies only to Windows 2000 servers.)
85240000214CThe DSA operation is unable to proceed because of a DNS lookup failure.
85250000214DWhile processing a change to the DNS host name for an object, the SPN values could not be kept in sync.
85260000214EThe Security Descriptor attribute could not be read.
85270000214FThe object requested was not found, but an object with that key was found.
852800002150The 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.
852900002151SAM needs to get the boot password.
853000002152SAM needs to get the boot key from the floppy disk.
853100002153Directory Service cannot start.
853200002154Directory Services could not start.
853300002155The connection between client and server requires packet privacy or better.
853400002156The source domain cannot be in the same forest as the destination.
853500002157The destination domain MUST be in the forest.
853600002158The operation requires that destination domain auditing be enabled.
853700002159The operation could not locate a DC for the source domain.
85380000215AThe source object must be a group or user.
85390000215BThe source object's SID already exists in the destination forest.
85400000215CThe source and destination object must be of the same type.
85410000215DSAM initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.
85420000215ESchema information could not be included in the replication request.
85430000215FThe replication operation could not be completed due to a schema incompatibility.
854400002160The replication operation could not be completed due to a previous schema incompatibility.
854500002161The 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.
854600002162The requested domain could not be deleted because there exist domain controllers that still host this domain.
854700002163The requested operation can be performed only on a GC server.
854800002164A local group can only be a member of other local groups in the same domain.
854900002165Foreign security principals cannot be members of universal groups.
855000002166The attribute is not allowed to be replicated to the GC because of security reasons.
855100002167The checkpoint with the PDC could not be taken because too many modifications are currently being processed.
855200002168The operation requires that source domain auditing be enabled.
855300002169Security principal objects can only be created inside domain naming contexts.
85540000216AAn SPN could not be constructed because the provided host name is not in the necessary format.
85550000216BA filter was passed that uses constructed attributes.
85560000216CThe unicodePwd attribute value must be enclosed in quotation marks.
85570000216DYour 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.
85580000216EFor security reasons, the operation must be run on the destination DC.
85590000216FFor security reasons, the source DC must be NT4SP4 or greater.
856000002170Critical directory service system objects cannot be deleted during tree deletion operations. The tree deletion might have been partially performed.
856100002171Directory Services could not start because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system. You can use the Recovery Console to further diagnose the system.
856200002172SAM initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system. You can use the Recovery Console to further diagnose the system.
856300002173The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest.
856400002174The 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.
856500002175The 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 --- or --- The version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest.
856600002176The 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.
856700002177The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.
856800002178The functional level of the domain (or forest) cannot be raised to the requested value because one or more domain controllers in the domain (or forest) are at a lower, incompatible functional level.
856900002179The forest functional level cannot be raised to the requested value because 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.
85700000217AThe sort order requested is not supported.
85710000217BThe requested name already exists as a unique identifier.
85720000217CThe machine account was created before Windows NT 4.0. The account needs to be re-created.
85730000217DThe database is out of version store.
85740000217EUnable to continue operation because multiple conflicting controls were used.
85750000217FUnable to find a valid security descriptor reference domain for this partition.
857600002180Schema update failed: The link identifier is reserved.
857700002181Schema update failed: There are no link identifiers available.
857800002182An account group cannot have a universal group as a member.
857900002183Rename or move operations on naming context heads or read-only objects are not allowed.
858000002184Move operations on objects in the schema naming context are not allowed.
858100002185A system flag has been set on the object that does not allow the object to be moved or renamed.
858200002186This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers.
858300002187Unable to resolve completely; a referral to another forest was generated.
858400002188The requested action is not supported on a standard server.
858500002189Could 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.
85860000218AThe 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. Ensure that the parent naming context is properly registered in the DNS, and at least one replica of this naming context is reachable by the domain naming master.
85870000218BThe thread limit for this request was exceeded.
85880000218CThe GC server is not in the closest site.
85890000218DThe directory service cannot derive an SPN with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute.
85900000218EThe directory service failed to enter single-user mode.
85910000218FThe directory service cannot parse the script because of a syntax error.
859200002190The directory service cannot process the script because of an error.
859300002191The 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).
859400002192The directory service binding must be renegotiated due to a change in the server extensions information.
859500002193The operation is not allowed on a disabled cross-reference.
859600002194Schema update failed: No values for msDS-IntId are available.
859700002195Schema update failed: Duplicate msDS-IntId. Retry the operation.
859800002196Schema deletion failed: Attribute is used in rDNAttID.
859900002197The directory service failed to authorize the request.
860000002198The directory service cannot process the script because it is invalid.
860100002199The remote create cross-reference operation failed on the domain naming master FSMO. The operation's error is in the extended data.
86020000219AA cross-reference is in use locally with the same name.
86030000219BThe directory service cannot derive an SPN with which to mutually authenticate the target server because the server's domain has been deleted from the forest.
86040000219CWritable NCs prevent this DC from demoting.
86050000219DThe requested object has a nonunique identifier and cannot be retrieved.
86060000219EInsufficient attributes were given to create an object. This object might not exist because it might have been deleted and the garbage already collected.
86070000219FThe group cannot be converted due to attribute restrictions on the requested group type.
8608000021A0Cross-domain moves of nonempty basic application groups is not allowed.
8609000021A1Cross-domain moves of nonempty query-based application groups is not allowed.
8610000021A2The FSMO role ownership could not be verified because its directory partition did not replicate successfully with at least one replication partner.
8611000021A3The target container for a redirection of a well-known object container cannot already be a special container.
8612000021A4The directory service cannot perform the requested operation because a domain rename operation is in progress.
8613000021A5The directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method.
8614000021A6The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime.
8615000021A7The requested operation is not allowed on an object under the system container.
8616000021A8The LDAP server's 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.
8617000021A9The 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.
8618000021AAAt this time, it cannot be determined if the branch replication policy is available on the hub domain controller. Retry at a later time to account for replication latencies.
8619000021ABThe site settings object for the specified site does not exist.
8620000021ACThe local account store does not contain secret material for the specified account.
8621000021ADCould not find a writable domain controller in the domain.
8622000021AEThe server object for the domain controller does not exist.
8623000021AFThe NTDS Settings object for the domain controller does not exist.
8624000021B0The requested search operation is not supported for attribute scoped query (ASQ) searches.
8625000021B1A required audit event could not be generated for the operation.
8626000021B2The search flags for the attribute are invalid. The subtree index bit is valid only on single-valued attributes.
8627000021B3The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings.
8628000021B4The address books are nested too deeply. Failed to build the hierarchy table
8629000021B5The specified up-to-date-ness vector is corrupt
8630000021B6The request to replicate secrets is denied
8631000021B7Schema update failed: The MAPI identifier is reserved
8632000021B8Schema update failed: There are no MAPI identifiers available
8633000021B9The replication operation failed because the required attributes of the local krbtgt object are missing
8634000021BAThe domain name of the trusted domain already exists in the forest
8635000021BBThe flat name of the trusted domain already exists in the forest
8636000021BCThe User Principal Name (UPN) is invalid
8637000021BDOID mapped groups cannot have members
8638000021BEThe specified OID cannot be found
8639000021BFThe replication operation failed because the target object referenced by a link value is recycled.
8640000021C0The redirect operation failed because the target object is in a NC different from the domain NC of the current domain controller
8641000021C1The functional level of the AD LDS configuration set cannot be lowered to the requested value
8642000021C2The functional level of the domain (or forest) cannot be lowered to the requested value.
8643000021C3The functional level of the AD LDS configuration set cannot be raised to the requested value
8644000021C4The 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
8645000021C5The undelete operation failed because the Sam Account Name or Additional Sam Account Name of the object being undeleted conflicts with an existing live object
8646000021C6The 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
8647000021C7The operation failed because the SPN value provided for addition/modification is not unique forest-wide.
8648000021C8The operation failed because the UPN value provided for addition/modification is not unique forest-wide.
8649000021C9The operation failed because the addition/modification referenced an inbound forest-wide trust that is not present
8650000021CAThe link value specified was not found
8652000021CCThe add object operation failed because the caller was not authorized to add one or more attributes included in the request
900100002329DNS server unable to interpret format.
90020000232ADNS server failure.
90030000232BDNS name does not exist.
90040000232CDNS request not supported by name server.
90050000232DDNS operation refused.
90060000232EDNS name that should not exist, does exist.
90070000232FDNS RR set that ought not exist --- or --- DNS resource record (RR) set that should not exist, does exist.
900800002330DNS RR set that should to exist, does not exist.
900900002331DNS server not authoritative for zone.
901000002332DNS name in update or prereq is not in zone.
901600002338DNS signature failed to verify.
901700002339DNS bad key.
90180000233ADNS signature validity expired.
91010000238DOnly the DNS server acting as the key master for the zone may perform this operation
91020000238EThis operation is not allowed on a zone that is signed or has signing keys
91030000238FNSEC3 is not compatible with the RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC
910400002390The 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)
910500002391The specified algorithm is not supported
910600002392The specified key size is not supported
910700002393One 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
910800002394The specified key storage provider does not support DPAPI++ data protection. Zone signing will not be operational until this error is resolved
910900002395An unexpected DPAPI++ error was encountered. Zone signing will not be operational until this error is resolved
911000002396An unexpected crypto error was encountered. Zone signing may not be operational until this error is resolved
911100002397The DNS server encountered a signing key with an unknown version. Zone signing will not be operational until this error is resolved
911200002398The specified key service provider cannot be opened by the DNS server
911300002399The DNS server cannot accept any more signing keys with the specified algorithm and KSK flag value for this zone
91140000239AThe specified rollover period is invalid
91150000239BThe specified initial rollover offset is invalid
91160000239CThe specified signing key is already in process of rolling over keys
91170000239DThe specified signing key does not have a standby key to revoke
91180000239EThis operation is not allowed on a zone signing key (ZSK)
91190000239FThis operation is not allowed on an active signing key
9120000023A0The specified signing key is already queued for rollover
9121000023A1This operation is not allowed on an unsigned zone
9122000023A2This 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
9123000023A3The specified signature validity period is invalid
9124000023A4The specified NSEC3 iteration count is higher than allowed by the minimum key length used in the zone
9125000023A5This operation could not be completed because the DNS server has been configured with DNSSEC features disabled. Enable DNSSEC on the DNS server
9126000023A6This operation could not be completed because the XML stream received is empty or syntactically invalid
9127000023A7This operation completed
9128000023A8The specified signing key is not waiting for parental DS update
9129000023A9Hash collision detected during NSEC3 signing. Specify a different user-provided salt
9130000023AANSEC is not compatible with the NSEC3-RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC3
95010000251DNo records found for given DNS query.
95020000251EBad DNS packet.
95030000251FNo DNS packet.
950400002520DNS error, check rcode.
950500002521Unsecured DNS packet.
950600002522DNS query request is pending
95510000254FInvalid DNS type.
955200002550Invalid IP address.
955300002551Invalid property.
955400002552Try DNS operation again later.
955500002553Record for given name and type is not unique.
955600002554DNS name does not comply with RFC specifications.
955700002555DNS name is a fully qualified DNS name.
955800002556DNS name is dotted (multilabel).
955900002557DNS name is a single-part name.
956000002558DNS name contains an invalid character.
956100002559DNS name is entirely numeric.
95620000255AThe operation requested is not permitted on a DNS root server.
95630000255BThe record could not be created because this part of the DNS namespace has been delegated to another server.
95640000255CThe DNS server could not find a set of root hints.
95650000255DThe DNS server found root hints but they were not consistent across all adapters.
95660000255EThe specified value is too small for this parameter.
95670000255FThe specified value is too large for this parameter.
956800002560This operation is not allowed while the DNS server is loading zones in the background. Try again later.
956900002561The operation requested is not permitted on against a DNS server running on a read-only DC.
957000002562No data is allowed to exist underneath a DNAME record
957100002563This operation requires credentials delegation
957200002564Name resolution policy table has been corrupted. DNS resolution will fail until it is fixed. Contact your network administrator
957300002565Not allowed to remove all addresses
960100002581DNS zone does not exist.
960200002582DNS zone information not available.
960300002583Invalid operation for DNS zone.
960400002584Invalid DNS zone configuration.
960500002585DNS zone has no start of authority (SOA) record.
960600002586DNS zone has no Name Server (NS) record.
960700002587DNS zone is locked.
960800002588DNS zone creation failed.
960900002589DNS zone already exists.
96100000258ADNS automatic zone already exists.
96110000258BInvalid DNS zone type.
96120000258CSecondary DNS zone requires master IP address.
96130000258DDNS zone not secondary.
96140000258ENeed secondary IP address.
96150000258FWINS initialization failed.
961600002590Need WINS servers.
961700002591NBTSTAT initialization call failed.
961800002592Invalid delete of start of authority (SOA) --- or --- Invalid delete of SOA.
961900002593A conditional forwarding zone already exists for that name.
962000002594This zone must be configured with one or more master DNS server IP addresses.
962100002595The operation cannot be performed because this zone is shut down.
962200002596This operation cannot be performed because the zone is currently being signed. Please try again later
9651000025B3The primary DNS zone requires a data file.
9652000025B4Invalid data file name for the DNS zone.
9653000025B5Failed to open the data file for the DNS zone.
9654000025B6Failed to write the data file for the DNS zone.
9655000025B7Failure while reading datafile for DNS zone.
9701000025E5DNS record does not exist.
9702000025E6DNS record format error.
9703000025E7Node creation failure in DNS.
9704000025E8Unknown DNS record type.
9705000025E9DNS record timed out.
9706000025EAName not in DNS zone.
9707000025EBCNAME loop detected.
9708000025ECNode is a CNAME DNS record.
9709000025EDA CNAME record already exists for the given name.
9710000025EERecord is only at DNS zone root.
9711000025EFDNS record already exists.
9712000025F0Secondary DNS zone data error.
9713000025F1Could not create DNS cache data.
9714000025F2DNS name does not exist.
9715000025F3Could not create pointer (PTR) record.
9716000025F4DNS domain was undeleted.
9717000025F5The directory service is unavailable.
9718000025F6DNS zone already exists in the directory service.
9719000025F7DNS server not creating or reading the boot file for the directory service integrated DNS zone.
9720000025F8Node is a DNAME DNS record
9721000025F9A DNAME record already exists for given name
9722000025FAAn alias loop has been detected with either CNAME or DNAME records
975100002617DNS AXFR (zone transfer) complete.
975200002618DNS zone transfer failed.
975300002619Added local WINS server.
980100002649Secure update call needs to continue update request.
98510000267BTCP/IP network protocol not installed.
98520000267CNo DNS servers configured for local system.
9901000026ADThe specified directory partition does not exist.
9902000026AEThe specified directory partition already exists.
9903000026AFThis DNS server is not enlisted in the specified directory partition.
9904000026B0This DNS server is already enlisted in the specified directory partition.
9905000026B1The directory partition is not available at this time. Wait a few minutes and try again.
9906000026B2The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003.
9911000026B7The RRL is not enabled
9912000026B8The window size parameter is invalid. It should be greater than or equal to 1
9913000026B9The IPv4 prefix length parameter is invalid. It should be less than or equal to 32
9914000026BAThe IPv6 prefix length parameter is invalid. It should be less than or equal to 128
9915000026BBThe TC Rate parameter is invalid. It should be less than 10
9916000026BCThe Leak Rate parameter is invalid. It should be either 0
9917000026BDThe Leak Rate or TC Rate parameter is invalid. Leak Rate should be greater than TC Rate
9921000026C1The virtualization instance already exists
9922000026C2The virtualization instance does not exist
9923000026C3The virtualization tree is locked
9924000026C4Invalid virtualization instance name
9925000026C5The default virtualization instance cannot be added
9951000026DFThe scope already exists for the zone
9952000026E0The scope does not exist for the zone
9953000026E1The scope is the same as the default zone scope
9954000026E2The scope name contains invalid characters
9955000026E3Operation not allowed when the zone has scopes
9956000026E4Failed to load zone scope
9957000026E5Failed to write data file for DNS zone scope. Please verify the file exists and is writable
9958000026E6The scope name contains invalid characters
9959000026E7The scope does not exist
9960000026E8The scope is the same as the default scope
9961000026E9The operation is invalid on the scope
9962000026EAThe scope is locked
9963000026EBThe scope already exists
9971000026F3A policy with the same name already exists on this level (server level or zone level) on the DNS server
9972000026F4No policy with this name exists on this level (server level or zone level) on the DNS server
9973000026F5The criteria provided in the policy are invalid
9974000026F6At least one of the settings of this policy is invalid
9975000026F7The client subnet cannot be deleted while it is being accessed by a policy
9976000026F8The client subnet does not exist on the DNS server
9977000026F9A client subnet with this name already exists on the DNS server
9978000026FAThe IP subnet specified does not exist in the client subnet
9979000026FBThe IP subnet that is being added
9980000026FCThe policy is locked
9981000026FDThe weight of the scope in the policy is invalid
9982000026FEThe DNS policy name is invalid
9983000026FFThe policy is missing criteria
998400002700The name of the the client subnet record is invalid
998500002701Invalid policy processing order
998600002702The scope information has not been provided for a policy that requires it
998700002703The scope information has been provided for a policy that does not require it
998800002704The server scope cannot be deleted because it is referenced by a DNS Policy
998900002705The zone scope cannot be deleted because it is referenced by a DNS Policy
999000002706The criterion client subnet provided in the policy is invalid
999100002707The criterion transport protocol provided in the policy is invalid
999200002708The criterion network protocol provided in the policy is invalid
999300002709The criterion interface provided in the policy is invalid
99940000270AThe criterion FQDN provided in the policy is invalid
99950000270BThe criterion query type provided in the policy is invalid
99960000270CThe criterion time of day provided in the policy is invalid
1000400002714A blocking operation was interrupted by a call to WSACancelBlockingCall.
1000900002719The file handle supplied is not valid.
100130000271DAn attempt was made to access a socket in a way forbidden by its access permissions.
100140000271EThe system detected an invalid pointer address in attempting to use a pointer argument in a call.
1002200002726An invalid argument was supplied.
1002400002728Too many open sockets.
1003500002733A nonblocking socket operation could not be completed immediately.
1003600002734A blocking operation is currently executing.
1003700002735An operation was attempted on a nonblocking socket that already had an operation in progress.
1003800002736An operation was attempted on something that is not a socket.
1003900002737A required address was omitted from an operation on a socket.
1004000002738A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.
1004100002739A protocol was specified in the socket function call that does not support the semantics of the socket type requested.
100420000273AAn unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.
100430000273BThe requested protocol has not been configured into the system, or no implementation for it exists.
100440000273CThe support for the specified socket type does not exist in this address family.
100450000273DThe attempted operation is not supported for the type of object referenced.
100460000273EThe protocol family has not been configured into the system or no implementation for it exists.
100470000273FAn address incompatible with the requested protocol was used.
1004800002740Only one usage of each socket address (protocol/network address/port) is normally permitted.
1004900002741The requested address is not valid in its context.
1005000002742A socket operation encountered a dead network.
1005100002743A socket operation was attempted to an unreachable network.
1005200002744The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.
1005300002745An established connection was aborted by the software in your host machine.
1005400002746An existing connection was forcibly closed by the remote host.
1005500002747An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
1005600002748A connect request was made on an already connected socket.
1005700002749A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.
100580000274AA request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.
100590000274BToo many references to a kernel object.
100600000274CA connection attempt failed because the connected party did not properly respond after a period of time, or the established connection failed because the connected host failed to respond.
100610000274DNo connection could be made because the target machine actively refused it.
100620000274ECannot translate name.
100630000274FName or name component was too long.
1006400002750A socket operation failed because the destination host was down.
1006500002751A socket operation was attempted to an unreachable host.
1006600002752Cannot remove a directory that is not empty.
1006700002753A Windows Sockets implementation might have a limit on the number of applications that can use it simultaneously.
1006800002754Ran out of quota.
1006900002755Ran out of disk quota.
1007000002756File handle reference is no longer available.
1007100002757Item is not available locally.
100910000276BWSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.
100920000276CThe Windows Sockets version requested is not supported.
100930000276DEither the application has not called WSAStartup, or WSAStartup failed.
1010100002775Returned by WSARecv or WSARecvFrom to indicate that the remote party has initiated a graceful shutdown sequence.
1010200002776No more results can be returned by WSALookupServiceNext.
1010300002777A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
1010400002778The procedure call table is invalid.
1010500002779The requested service provider is invalid.
101060000277AThe requested service provider could not be loaded or initialized.
101070000277BA system call has failed --- or --- A system call that should never fail has failed.
101080000277CNo such service is known. The service cannot be found in the specified namespace.
101090000277DThe specified class was not found.
101100000277ENo more results can be returned by WSALookupServiceNext.
101110000277FA call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
1011200002780A database query failed because it was actively refused.
1100100002AF9No such host is known.
1100200002AFAThis is usually a temporary error during host name resolution and means that the local server did not receive a response from an authoritative server.
1100300002AFBA nonrecoverable error occurred during a database lookup.
1100400002AFCThe requested name is valid, but no data of the requested type was found.
1100500002AFDAt least one reserve has arrived.
1100600002AFEAt least one path has arrived.
1100700002AFFThere are no senders.
1100800002B00There are no receivers.
1100900002B01Reserve has been confirmed.
1101000002B02Error due to lack of resources.
1101100002B03Rejected for administrative reasons—bad credentials.
1101200002B04Unknown or conflicting style.
1101300002B05There is a problem with some part of the filterspec or provider-specific buffer in general.
1101400002B06There is a problem with some part of the flowspec.
1101500002B07General QOS error --- or --- General quality of serve (QOS) error.
1101600002B08An invalid or unrecognized service type was found in the flowspec.
1101700002B09An invalid or inconsistent flowspec was found in the QOS structure.
1101800002B0AInvalid QOS provider-specific buffer.
1101900002B0BAn invalid QOS filter style was used.
1102000002B0CAn invalid QOS filter type was used.
1102100002B0DAn incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.
1102200002B0EAn object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.
1102300002B0FAn incorrect number of flow descriptors was specified in the QOS structure.
1102400002B10An unrecognized object was found in the QOS provider-specific buffer.
1102500002B11An invalid policy object was found in the QOS provider-specific buffer.
1102600002B12An invalid QOS flow descriptor was found in the flow descriptor list.
1102700002B13An invalid or inconsistent flowspec was found in the QOS provider-specific buffer.
1102800002B14An invalid FILTERSPEC was found in the QOS provider-specific buffer.
1102900002B15An invalid shape discard mode object was found in the QOS provider-specific buffer.
1103000002B16An invalid shaping rate object was found in the QOS provider-specific buffer.
1103100002B17A reserved policy element was found in the QOS provider-specific buffer.
1103200002B18No such host is known securely
1103300002B19Name based IPSEC policy could not be added
13000000032C8The specified quick mode policy already exists.
13001000032C9The specified quick mode policy was not found.
13002000032CAThe specified quick mode policy is being used.
13003000032CBThe specified main mode policy already exists.
13004000032CCThe specified main mode policy was not found.
13005000032CDThe specified main mode policy is being used.
13006000032CEThe specified main mode filter already exists.
13007000032CFThe specified main mode filter was not found.
13008000032D0The specified transport mode filter already exists.
13009000032D1The specified transport mode filter does not exist.
13010000032D2The specified main mode authentication list exists.
13011000032D3The specified main mode authentication list was not found.
13012000032D4The specified main mode authentication list is being used.
13013000032D5The specified default main mode policy was not found.
13014000032D6The specified default main mode authentication list was not found.
13015000032D7The specified default quick mode policy was not found.
13016000032D8The specified tunnel mode filter exists.
13017000032D9The specified tunnel mode filter was not found.
13018000032DAThe main mode filter is pending deletion.
13019000032DBThe transport filter is pending deletion.
13020000032DCThe tunnel filter is pending deletion.
13021000032DDThe main mode policy is pending deletion.
13022000032DEThe main mode authentication bundle is pending deletion.
13023000032DFThe quick mode policy is pending deletion.
13024000032E0The main mode policy was successfully added, but some of the requested offers are not supported.
13025000032E1The quick mode policy was successfully added, but some of the requested offers are not supported.
13800000035E8ERROR_IPSEC_IKE_NEG_STATUS_BEGIN --- or --- Starts the list of frequencies of various IKE Win32 error codes encountered during negotiations.
13801000035E9The IKE authentication credentials are unacceptable.
13802000035EAThe IKE security attributes are unacceptable.
13803000035EBThe IKE negotiation is in progress.
13804000035ECGeneral processing error.
13805000035EDNegotiation timed out.
13806000035EEThe IKE failed to find a valid machine certificate. Contact your network security administrator about installing a valid certificate in the appropriate certificate store.
13807000035EFIKE SA deleted by peer before establishment completed --- or --- The IKE security association (SA) was deleted by a peer before it was completely established.
13808000035F0IKE SA deleted before establishment completed --- or --- The IKE SA was deleted before it was completely established.
13809000035F1The negotiation request sat in the queue too long.
13810000035F2The negotiation request sat in the queue too long.
13811000035F3The negotiation request sat in the queue too long.
13812000035F4The negotiation request sat in the queue too long.
13813000035F5There was no response from a peer.
13814000035F6The negotiation took too long.
13815000035F7The negotiation took too long.
13816000035F8An unknown error occurred.
13817000035F9The certificate revocation check failed.
13818000035FAInvalid certificate key usage.
13819000035FBInvalid certificate type.
13820000035FCThe IKE negotiation failed because the machine certificate used does not have a private key. IPsec certificates require a private key. Contact your network security administrator about a certificate that has a private key.
13821000035FDSimultaneous rekeys were detected
13822000035FEThere was a failure in the Diffie-Hellman computation.
13823000035FFDon't know how to process critical payload
1382400003600Invalid header.
1382500003601No policy configured.
1382600003602Failed to verify signature.
1382700003603Failed to authenticate using Kerberos.
1382800003604The peer's certificate did not have a public key.
1382900003605Error processing the error payload.
1383000003606Error processing the SA payload.
1383100003607Error processing the proposal payload.
1383200003608Error processing the transform payload.
1383300003609Error processing the key exchange payload.
138340000360AError processing the ID payload.
138350000360BError processing the certification payload.
138360000360CError processing the certificate request payload.
138370000360DError processing the hash payload.
138380000360EError processing the signature payload.
138390000360FError processing the nonce payload.
1384000003610Error processing the notify payload.
1384100003611Error processing the delete payload.
1384200003612Error processing the VendorId payload.
1384300003613Invalid payload received.
1384400003614Soft SA loaded.
1384500003615Soft SA torn down.
1384600003616Invalid cookie received.
1384700003617Peer failed to send valid machine certificate.
1384800003618Certification revocation check of peer's certificate failed.
1384900003619New policy invalidated SAs formed with the old policy.
138500000361AThere is no available main mode IKE policy.
138510000361BFailed to enabled TCB privilege --- or --- Failed to enabled trusted computer base (TCB) privilege.
138520000361CFailed to load SECURITY.DLL.
138530000361DFailed to obtain the security function table dispatch address from the SSPI.
138540000361EFailed to query the Kerberos package to obtain the max token size.
138550000361FFailed to obtain the Kerberos server credentials for the Internet Security Association and Key Management Protocol (ISAKMP)/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup.
1385600003620Failed to determine the SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).
1385700003621Failed to obtain a new service provider interface (SPI) for the inbound SA from the IPsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters.
1385800003622Given filter is invalid.
1385900003623Memory allocation failed.
1386000003624Failed to add an SA to the IPSec driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine.
1386100003625Invalid policy.
1386200003626Invalid DOI --- or --- Invalid digital object identifier (DOI).
1386300003627Invalid situation.
1386400003628Diffie-Hellman failure.
1386500003629Invalid Diffie-Hellman group.
138660000362AError encrypting payload.
138670000362BError decrypting payload.
138680000362CPolicy match error.
138690000362DUnsupported ID.
138700000362EHash verification failed.
138710000362FInvalid hash algorithm.
1387200003630Invalid hash size.
1387300003631Invalid encryption algorithm.
1387400003632Invalid authentication algorithm.
1387500003633Invalid certificate signature.
1387600003634Load failed.
1387700003635Deleted by using an RPC call.
1387800003636A temporary state was created to perform reinitialization. This is not a real failure.
1387900003637The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Fix the policy on the peer machine.
1388000003638The recipient cannot handle version of IKE specified in the header
1388100003639Key length in the certificate is too small for configured security requirements.
138820000363AMaximum number of established MM SAs to peer exceeded.
138830000363BThe IKE received a policy that disables negotiation.
138840000363CReached maximum quick mode limit for the main mode. New main mode will be started.
138850000363DMain mode SA lifetime expired or the peer sent a main mode delete.
138860000363EMain mode SA assumed to be invalid because peer stopped responding.
138870000363FCertificate does not chain to a trusted root in IPsec policy.
1388800003640Received unexpected message ID.
1388900003641Received invalid AuthIP user mode attributes.
1389000003642Sent DOS cookie notify to initiator.
1389100003643The IKE service is shutting down.
1389200003644Could not verify the binding between the color graphics adapter (CGA) address and the certificate.
1389300003645Error processing the NatOA payload.
1389400003646The parameters of the main mode are invalid for this quick mode.
1389500003647The quick mode SA was expired by the IPsec driver.
1389600003648Too many dynamically added IKEEXT filters were detected.
1389700003649ERROR_IPSEC_IKE_NEG_STATUS_END --- or --- Ends the list of frequencies of various IKE Win32 error codes encountered during negotiations.
138980000364ANAP reauth succeeded and must delete the dummy NAP IKEv2 tunnel
138990000364BError in assigning inner IP address to initiator in tunnel mode
139000000364CRequire configuration payload missing
139010000364DA negotiation running as the security principle who issued the connection is in progress
139020000364ESA was deleted due to IKEv1/AuthIP co-existence suppress check
139030000364FIncoming SA request was dropped due to peer IP address rate limiting
1390400003650Peer does not support MOBIKE
1390500003651SA establishment is not authorized
1390600003652SA establishment is not authorized because there is not a sufficiently strong PKINIT-based credential
1390700003653SA establishment is not authorized. You may need to enter updated or different credentials such as a smartcard
1390800003654SA establishment is not authorized because there is not a sufficiently strong PKINIT-based credential. This might be related to certificate-to-account mapping failure for the SA
1390900003655ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END
1391000003656The SPI in the packet does not match a valid IPsec SA
1391100003657Packet was received on an IPsec SA whose lifetime has expired
1391200003658Packet was received on an IPsec SA that does not match the packet characteristics
1391300003659Packet sequence number replay check failed
139140000365AIPsec header and/or trailer in the packet is invalid
139150000365BIPsec integrity check failed
139160000365CIPsec dropped a clear text packet
139170000365DIPsec dropped an incoming ESP packet in authenticated firewall mode. This drop is benign
139180000365EIPsec dropped a packet due to DoS throttling
1392500003665IPsec DoS Protection matched an explicit block rule
1392600003666IPsec DoS Protection received an IPsec specific multicast packet which is not allowed
1392700003667IPsec DoS Protection received an incorrectly formatted packet
1392800003668IPsec DoS Protection failed to look up state
1392900003669IPsec DoS Protection failed to create state because the maximum number of entries allowed by policy has been reached
139300000366AIPsec DoS Protection received an IPsec negotiation packet for a keying module which is not allowed by policy
139310000366BIPsec DoS Protection has not been enabled
139320000366CIPsec DoS Protection failed to create a per internal IP rate limit queue because the maximum number of queues allowed by policy has been reached
14000000036B0The requested section was not present in the activation context.
14001000036B1The application has failed to start because its side-by-side configuration is incorrect. See the application event log for more detail.
14002000036B2The application binding data format is invalid.
14003000036B3The referenced assembly is not installed on your system.
14004000036B4The manifest file does not begin with the required tag and format information.
14005000036B5The manifest file contains one or more syntax errors.
14006000036B6The application attempted to activate a disabled activation context.
14007000036B7The requested lookup key was not found in any active activation context.
14008000036B8A component version required by the application conflicts with another active component version.
14009000036B9The type requested activation context section does not match the query API used.
14010000036BALack of system resources has required isolated activation to be disabled for the current thread of execution.
14011000036BBAn attempt to set the process default activation context failed because the process default activation context was already set.
14012000036BCThe encoding group identifier specified is not recognized.
14013000036BDThe encoding requested is not recognized.
14014000036BEThe manifest contains a reference to an invalid URI.
14015000036BFThe application manifest contains a reference to a dependent assembly that is not installed.
14016000036C0The manifest for an assembly used by the application has a reference to a dependent assembly that is not installed.
14017000036C1The manifest contains an attribute for the assembly identity that is not valid.
14018000036C2The manifest is missing the required default namespace specification on the assembly element.
14019000036C3The manifest has a default namespace specified on the assembly element but its value is not urn:schemas-microsoft-com:asm.v1"."
14020000036C4The private manifest probed has crossed the reparse-point-associated path.
14021000036C5Two or more components referenced directly or indirectly by the application manifest have files by the same name.
14022000036C6Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
14023000036C7Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
14024000036C8Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
14025000036C9Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
14026000036CATwo or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
14027000036CBTwo or more components referenced directly or indirectly by the application manifest are different versions of the same component, which is not permitted.
14028000036CCA component's file does not match the verification information present in the component manifest.
14029000036CDThe policy manifest contains one or more syntax errors.
14030000036CEManifest Parse Error : A string literal was expected --- or --- Manifest Parse Error: A string literal was expected, but no opening quotation mark was found.
14031000036CFManifest Parse Error: Incorrect syntax was used in a comment.
14032000036D0Manifest Parse Error: A name started with an invalid character.
14033000036D1Manifest Parse Error: A name contained an invalid character.
14034000036D2Manifest Parse Error: A string literal contained an invalid character.
14035000036D3Manifest Parse Error: Invalid syntax for an XML declaration.
14036000036D4Manifest Parse Error: An Invalid character was found in text content.
14037000036D5Manifest Parse Error: Required white space was missing.
14038000036D6Manifest Parse Error: The angle bracket (>) character was expected.
14039000036D7Manifest Parse Error: A semicolon (;) was expected.
14040000036D8Manifest Parse Error: Unbalanced parentheses.
14041000036D9Manifest Parse Error: Internal error.
14042000036DAManifest Parse Error: Whitespace is not allowed at this location.
14043000036DBManifest Parse Error: End of file reached in invalid state for current encoding.
14044000036DCManifest Parse Error: Missing parenthesis.
14045000036DDManifest Parse Error: A single (') or double (") quotation mark is missing.
14046000036DEManifest Parse Error: Multiple colons are not allowed in a name.
14047000036DFManifest Parse Error: Invalid character for decimal digit.
14048000036E0Manifest Parse Error: Invalid character for hexadecimal digit.
14049000036E1Manifest Parse Error: Invalid Unicode character value for this platform.
14050000036E2Manifest Parse Error: Expecting whitespace or question mark (?).
14051000036E3Manifest Parse Error: End tag was not expected at this location.
14052000036E4Manifest Parse Error: The following tags were not closed: %1.
14053000036E5Manifest Parse Error: Duplicate attribute.
14054000036E6Manifest Parse Error: Only one top-level element is allowed in an XML document.
14055000036E7Manifest Parse Error: Invalid at the top level of the document.
14056000036E8Manifest Parse Error: Invalid XML declaration.
14057000036E9Manifest Parse Error: XML document must have a top-level element.
14058000036EAManifest Parse Error: Unexpected end of file.
14059000036EBManifest Parse Error: Parameter entities cannot be used inside markup declarations in an internal subset.
14060000036ECManifest Parse Error: Element was not closed.
14061000036EDManifest Parse Error: End element was missing the angle bracket (>) character.
14062000036EEManifest Parse Error: A string literal was not closed.
14063000036EFManifest Parse Error: A comment was not closed.
14064000036F0Manifest Parse Error: A declaration was not closed.
14065000036F1Manifest Parse Error: A CDATA section was not closed.
14066000036F2Manifest Parse Error: The namespace prefix is not allowed to start with the reserved string xml"."
14067000036F3Manifest Parse Error: System does not support the specified encoding.
14068000036F4Manifest Parse Error: Switch from current encoding to specified encoding not supported.
14069000036F5Manifest Parse Error: The name "xml" is reserved and must be lowercase.
14070000036F6Manifest Parse Error: The stand-alone attribute must have the value "yes" or "no".
14071000036F7Manifest Parse Error: The stand-alone attribute cannot be used in external entities.
14072000036F8Manifest Parse Error: Invalid version number.
14073000036F9Manifest Parse Error: Missing equal sign (=) between the attribute and the attribute value.
14074000036FAAssembly Protection Error: Unable to recover the specified assembly.
14075000036FBAssembly Protection Error: The public key for an assembly was too short to be allowed.
14076000036FCAssembly Protection Error: The catalog for an assembly is not valid, or does not match the assembly's manifest.
14077000036FDAn HRESULT could not be translated to a corresponding Win32 error code.
14078000036FEAssembly Protection Error: The catalog for an assembly is missing.
14079000036FFThe supplied assembly identity is missing one or more attributes that must be present in this context.
1408000003700The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
1408100003701The referenced assembly could not be found.
1408200003702The activation context activation stack for the running thread of execution is corrupt.
1408300003703The application isolation metadata for this process or thread has become corrupt.
1408400003704The activation context being deactivated is not the most recently activated one.
1408500003705The activation context being deactivated is not active for the current thread of execution.
1408600003706The activation context being deactivated has already been deactivated.
1408700003707A component used by the isolation facility has requested to terminate the process.
1408800003708A kernel mode component is releasing a reference on an activation context.
1408900003709The activation context of the system default assembly could not be generated.
140900000370AThe value of an attribute in an identity is not within the legal range.
140910000370BThe name of an attribute in an identity is not within the legal range.
140920000370CAn identity contains two definitions for the same attribute.
140930000370DThe identity string is malformed. This may be due to a trailing comma --- or --- The identity string is malformed. This might be due to a trailing comma, more than two unnamed attributes, a missing attribute name, or a missing attribute value.
140940000370EA string containing localized substitutable content was malformed. Either a dollar sign ($) was followed by something other than a left parenthesis or another dollar sign, or a substitution's right parenthesis was not found.
140950000370FThe public key token does not correspond to the public key specified.
1409600003710A substitution string had no mapping.
1409700003711The component must be locked before making the request.
1409800003712The component store has been corrupted.
1409900003713An advanced installer failed during setup or servicing.
1410000003714The character encoding in the XML declaration did not match the encoding used in the document.
1410100003715The identities of the manifests are identical, but the contents are different.
1410200003716The component identities are different.
1410300003717The assembly is not a deployment.
1410400003718The file is not a part of the assembly.
1410500003719The size of the manifest exceeds the maximum allowed.
141060000371AThe setting is not registered.
141070000371BOne or more required members of the transaction are not present.
141080000371CThe SMI primitive installer failed during setup or servicing
141090000371DA generic command executable returned a result that indicates failure
141100000371EA component is missing file verification information in its manifest
141110000371FTwo or more components referenced directly or indirectly by the application manifest have the same WinRT ActivatableClass IDs
1500000003A98The specified channel path is invalid.
1500100003A99The specified query is invalid.
1500200003A9AThe publisher metadata cannot be found in the resource.
1500300003A9BThe template for an event definition cannot be found in the resource (error = %1).
1500400003A9CThe specified publisher name is invalid.
1500500003A9DThe event data raised by the publisher is not compatible with the event template definition in the publisher's manifest.
1500700003A9FThe specified channel could not be found. Check channel configuration.
1500800003AA0The specified XML text was not well-formed. See extended error for more details.
1500900003AA1The caller is trying to subscribe to a direct channel which is not allowed. The events for a direct channel go directly to a log file and cannot be subscribed to.
1501000003AA2Configuration error.
1501100003AA3The query result is stale or invalid and must be recreated. This may be due to the log being cleared or rolling over after the query result was created --- or --- The query result is stale or invalid. This might be due to the log being cleared or rolling over after the query result was created. Users should handle this code by releasing the query result object and reissuing the query.
1501200003AA4Query result is currently at an invalid position.
1501300003AA5Registered Microsoft XML (MSXML) does not support validation.
1501400003AA6An expression can only be followed by a change-of-scope operation if it itself evaluates to a node set and is not already part of some other change-of-scope operation.
1501500003AA7Cannot perform a step operation from a term that does not represent an element set.
1501600003AA8Left-hand side arguments to binary operators must be either attributes --- or --- Left side arguments to binary operators must be either attributes, nodes, or variables and right side arguments must be constants.
1501700003AA9A step operation must involve a node test or --- or --- A step operation must involve either a node test or, in the case of a predicate, an algebraic expression against which to test each node in the node set identified by the preceding node set can be evaluated.
1501800003AAAThis data type is currently unsupported.
1501900003AABA syntax error occurred at position %1!d!
1502000003AACThis operator is unsupported by this implementation of the filter.
1502100003AADAn unexpected token was encountered --- or --- The token encountered was unexpected.
1502200003AAEThe requested operation cannot be performed over an enabled direct channel. The channel must first be disabled before performing the requested operation.
1502300003AAFChannel property %1 contains an invalid value. The value has an invalid type --- or --- Channel property %1!s! contains an invalid value. The value has an invalid type, is outside the valid range, cannot be updated, or is not supported by this type of channel.
1502400003AB0Publisher property %1 contains an invalid value. The value has an invalid type --- or --- Publisher property %1!s! contains an invalid value. The value has an invalid type, is outside the valid range, cannot be updated, or is not supported by this type of publisher.
1502500003AB1The channel fails to activate.
1502600003AB2The xpath expression exceeded supported complexity. Simplify it or split it into two or more simple expressions.
1502700003AB3The message resource is present but the message is not found in the string or message table.
1502800003AB4The message ID for the desired message could not be found.
1502900003AB5The substitution string for the insert index (%1) could not be found.
1503000003AB6The description string for the parameter reference (%1) could not be found.
1503100003AB7The maximum number of replacements has been reached.
1503200003AB8The event definition could not be found for the event ID (%1).
1503300003AB9The locale-specific resource for the desired message is not present.
1503400003ABAThe resource is too old to be compatible.
1503500003ABBThe resource is too new to be compatible.
1503600003ABCThe channel at index %1 of the query cannot be opened.
1503700003ABDThe publisher has been disabled and its resource is not available. This usually occurs when the publisher is in the process of being uninstalled or upgraded.
1503800003ABEAttempted to create a numeric type that is outside of its valid range
1508000003AE8The subscription fails to activate.
1508100003AE9The log of the subscription is in disabled state --- or --- The log of the subscription is in a disabled state and events cannot be forwarded to it. The log must first be enabled before the subscription can be activated.
1508200003AEAWhen forwarding events from local machine to itself
1508300003AEBThe credential store that is used to save credentials is full
1508400003AECThe credential used by this subscription can't be found in credential store
1508500003AEDNo active channel is found for the query
1510000003AFCThe resource loader failed to find MUI file --- or --- The resource loader failed to find the Multilingual User Interface (MUI) file.
1510100003AFDThe resource loader failed to load the MUI file because the file failed to pass validation.
1510200003AFEThe release candidate (RC) manifest is corrupted with garbage data, is an unsupported version, or is missing a required item.
1510300003AFFThe RC manifest has an invalid culture name.
1510400003B00The RC Manifest has an invalid ultimate fallback name.
1510500003B01The resource loader cache does not have a loaded MUI entry.
1510600003B02The user stopped resource enumeration.
1510700003B03User interface language installation failed.
1510800003B04Locale installation failed.
1511000003B06A resource does not have default or neutral value
1511100003B07Invalid PRI config file
1511200003B08Invalid file type
1511300003B09Unknown qualifier
1511400003B0AInvalid qualifier value
1511500003B0BNo Candidate found
1511600003B0CThe ResourceMap or NamedResource has an item that does not have default or neutral resource
1511700003B0DInvalid ResourceCandidate type
1511800003B0EDuplicate Resource Map
1511900003B0FDuplicate Entry
1512000003B10Invalid Resource Identifier
1512100003B11Filepath too long
1512200003B12Unsupported directory type
1512600003B16Invalid PRI File
1512700003B17NamedResource Not Found
1513500003B1FResourceMap Not Found
1513600003B20Unsupported MRT profile type
1513700003B21Invalid qualifier operator
1513800003B22Unable to determine qualifier value or qualifier value has not been set
1513900003B23Automerge is enabled in the PRI file
1514000003B24Too many resources defined for package
1514100003B25Resource File can not be used for merge operation
1514200003B26Load/UnloadPriFiles cannot be used with resource packages
1514300003B27Resource Contexts may not be created on threads that do not have a CoreWindow
1514400003B28The singleton Resource Manager with different profile is already created
1514500003B29The system component cannot operate given API operation
1514600003B2AThe resource is a direct reference to a non-default resource candidate
1514700003B2BResource Map has been re-generated and the query string is not valid anymore
1514800003B2CThe PRI files to be merged have incompatible versions
1514900003B2DThe primary PRI files to be merged does not contain a schema
1515000003B2EUnable to load one of the PRI files to be merged
1515100003B2FUnable to add one of the PRI files to the merged file
1515200003B30Unable to create the merged PRI file
1515300003B31Packages for a PRI file merge must all be from the same package family
1515400003B32Packages for a PRI file merge must not include multiple main packages
1515500003B33Packages for a PRI file merge must not include bundle packages
1515600003B34Packages for a PRI file merge must include one main package
1515700003B35Packages for a PRI file merge must include at least one resource package
1515800003B36Invalid name supplied for a canonical merged PRI file
1515900003B37Unable to find the specified package
1516000003B38No default value for language was specified
1520000003B60The monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification.
1520100003B61The monitor's VCP version (0xDF) VCP code returned an invalid version value.
1520200003B62The monitor does not comply with the MCCS specification it claims to support.
1520300003B63The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP version (0xDF) VCP code is used.
1520400003B64The monitor configuration API works only with monitors that support the MCCS 1.0, MCCS 2.0, or MCCS 2.0 Revision 1 specifications.
1520500003B65An internal monitor configuration API error occurred.
1520600003B66The monitor returned an invalid monitor technology type. CRT, plasma, and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
1520700003B67The SetMonitorColorTemperature() caller passed a color temperature to it that the current monitor did not support. CRT, plasma, and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
1525000003B92The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.
1529900003BC3The requested system device cannot be found.
1530000003BC4Hash generation for the specified hash version and hash type is not enabled on the server
1530100003BC5The hash requested from the server is not available or no longer valid
1532100003BD9The secondary interrupt controller instance that manages the specified interrupt is not registered
1532200003BDAThe information supplied by the GPIO client driver is invalid
1532300003BDBThe version specified by the GPIO client driver is not supported
1532400003BDCThe registration packet supplied by the GPIO client driver is not valid
1532500003BDDThe requested operation is not supported for the specified handle
1532600003BDEThe requested connect mode conflicts with an existing mode on one or more of the specified pins
1532700003BDFThe interrupt requested to be unmasked is not masked
1540000003C28The requested run level switch cannot be completed successfully
1540100003C29The service has an invalid run level setting. The run level for a servicemust not be higher than the run level of its dependent services
1540200003C2AThe requested run level switch cannot be completed successfully sinceone or more services will not stop or restart within the specified timeout
1540300003C2BA run level switch agent did not respond within the specified timeout
1540400003C2CA run level switch is currently in progress
1540500003C2DOne or more services failed to start during the service startup phase of a run level switch
1550100003C8DThe task stop request cannot be completed immediately sincetask needs more time to shutdown
1560000003CF0Package could not be opened
1560100003CF1Package was not found
1560200003CF2Package data is invalid
1560300003CF3Package failed updates
1560400003CF4There is not enough disk space on your computer. Please free up some space and try again
1560500003CF5There was a problem downloading your product
1560600003CF6Package could not be registered
1560700003CF7Package could not be unregistered
1560800003CF8User cancelled the install request
1560900003CF9Install failed. Please contact your software vendor
1561000003CFARemoval failed. Please contact your software vendor
1561100003CFBThe provided package is already installed
1561200003CFCThe application cannot be started. Try reinstalling the application to fix the problem
1561300003CFDA Prerequisite for an install could not be satisfied
1561400003CFEThe package repository is corrupted
1561500003CFFTo install this application you need either a Windows developer license or a sideloading-enabled system
1561600003D00The application cannot be started because it is currently updating
1561700003D01The package deployment operation is blocked by policy. Please contact your system administrator
1561800003D02The package could not be installed because resources it modifies are currently in use
1561900003D03The package could not be recovered because necessary data for recovery have been corrupted
1562000003D04The signature is invalid. To register in developer mode
1562100003D05An error occurred while deleting the package's previously existing application data
1562200003D06The package could not be installed because a higher version of this package is already installed
1562300003D07An error in a system binary was detected. Try refreshing the PC to fix the problem
1562400003D08A corrupted CLR NGEN binary was detected on the system
1562500003D09The operation could not be resumed because necessary data for recovery have been corrupted
1562600003D0AThe package could not be installed because the Windows Firewall service is not running. Enable the Windows Firewall service and try again
1562700003D0BPackage move failed
1562800003D0CThe deployment operation failed because the volume is not empty
1562900003D0DThe deployment operation failed because the volume is offline. For a package update
1563000003D0EThe deployment operation failed because the specified volume is corrupt
1563100003D0FThe deployment operation failed because the specified application needs to be registered first
1563200003D10The deployment operation failed because the package targets the wrong processor architecture
1563300003D11You have reached the maximum number of developer sideloaded packages allowed on this device. Please uninstall a sideloaded package and try again
1563400003D12A main app package is required to install this optional package. Install the main package first and try again
1563500003D13This app package type is not supported on this filesystem
1563600003D14Package move operation is blocked until the application has finished streaming
1563700003D15A main or another optional app package has the same application ID as this optional package. Change the application ID for the optional package to avoid conflicts
1563800003D16This staging session has been held to allow another staging operation to be prioritized
1563900003D17A related set cannot be updated because the updated set is invalid. All packages in the related set must be updated at the same time
1564000003D18An optional package with a FullTrust entry point requires the main package to have the runFullTrust capability
1564100003D19An error occurred because a user was logged off
1564200003D1AAn optional package provision requires the dependency main package to also be provisioned
1564300003D1BThe packages failed the SmartScreen reputation check
1564400003D1CThe SmartScreen reputation check operation timed out
1564500003D1DThe current deployment option is not supported
1564600003D1EActivation is blocked due to the .appinstaller update settings for this app
1564700003D1FRemote drives are not supported; use \\server\share to register a remote package
1564800003D20Failed to process and write downloaded APPX package data to disk
1564900003D21The deployment operation was blocked due to a per-package-family policy restricting deployments on a non-system volume. Per policy
1565000003D22The deployment operation was blocked due to a machine-wide policy restricting deployments on a non-system volume. Per policy
1565100003D23The deployment operation was blocked because Special profile deployment is not allowed. Please try logging into an account that is not a Special profile. You can try logging out and logging back into the current account
1565200003D24The deployment operation failed due to a conflicting package's mutable package directory. To install this package remove the existing package with the conflicting mutable package directory
1565300003D25The package installation failed because a singleton resource was specified and another user with that package installed is logged in. Please make sure that all active users with the package installed are logged out and retry installation
1565400003D26The package installation failed because a different version of the service is installed. Try installing a newer version of the package
1565500003D27The package installation failed because a version of the service exists outside of APPX packaging. Please contact your software vendor
1565600003D28The package installation failed because administrator privileges are required. Please contact an administrator to install this package
1565700003D29The package deployment failed because the operation would have redirected to default account
1565800003D2AThe package deployment failed because the package requires a capability to natively target this host
1565900003D2BThe package deployment failed because its content is not valid for an unsigned package
1566000003D2CThe package deployment failed because its publisher is not in the unsigned namespace
1566100003D2DThe package deployment failed because its publisher is not in the signed namespace
1566200003D2EThe package deployment failed because its publisher is not in the signed namespace
1566300003D2FA host runtime dependency resolving to a package with full trust content requires the main package to have the runFullTrust capability
1570000003D54The process has no package identity
1570100003D55The package runtime information is corrupted
1570200003D56The package identity is corrupted
1570300003D57The process has no application identity
1570400003D58One or more AppModel Runtime group policy values could not be read. Please contact your system administrator with the contents of your AppModel Runtime event log
1570500003D59One or more AppModel Runtime group policy values are invalid. Please contact your system administrator with the contents of your AppModel Runtime event log
1570600003D5AThe package is currently not available
1570700003D5BThe package does not have a mutable directory
1580000003DB8Loading the state store failed
1580100003DB9Retrieving the state version for the application failed
1580200003DBASetting the state version for the application failed
1580300003DBBResetting the structured state of the application failed
1580400003DBCState Manager failed to open the container
1580500003DBDState Manager failed to create the container
1580600003DBEState Manager failed to delete the container
1580700003DBFState Manager failed to read the setting
1580800003DC0State Manager failed to write the setting
1580900003DC1State Manager failed to delete the setting
1581000003DC2State Manager failed to query the setting
1581100003DC3State Manager failed to read the composite setting
1581200003DC4State Manager failed to write the composite setting
1581300003DC5State Manager failed to enumerate the containers
1581400003DC6State Manager failed to enumerate the settings
1581500003DC7The size of the state manager composite setting value has exceeded the limit
1581600003DC8The size of the state manager setting value has exceeded the limit
1581700003DC9The length of the state manager setting name has exceeded the limit
1581800003DCAThe length of the state manager container name has exceeded the limit
1584100003DE1This API cannot be used in the context of the caller's application type
1586100003DF5This PC does not have a valid license for the application or product
1586200003DF6The authenticated user does not have a valid license for the application or product
1586300003DF7The commerce transaction associated with this license is still pending verification
1586400003DF8The license has been revoked for this user
6553700010001Debugger handled the exception.
6553800010002The debugger continued.
19712000030200The underlying file was converted to compound file format.
19712100030201The storage operation should block until more data is available.
19712200030202The storage operation should retry immediately.
19712300030203The notified event sink will not influence the storage operation.
19712400030204Multiple opens prevent consolidated (commit succeeded).
19712500030205Consolidation of the storage file failed (commit succeeded).
19712600030206Consolidation of the storage file is inappropriate (commit succeeded).
19712700030207The device needs to be power cycled. (commit succeeded)
26214400040000Use the registry database to provide the requested information.
26214500040001Success, but static.
26214600040002Macintosh clipboard format.
26240000040100Successful drop took place.
26240100040101Drag-drop operation canceled.
26240200040102Use the default cursor.
26244800040130Data has same FORMATETC.
26246400040140View is already frozen.
26251200040170FORMATETC not supported.
26251300040171Same cache.
26251400040172Some caches are not updated.
26252800040180Invalid verb for OLE object.
26252900040181Verb number is valid but verb cannot be done now.
26253000040182Invalid window handle passed.
262560000401A0Message is too long; some of it had to be truncated before displaying.
262592000401C0Unable to convert OLESTREAM to IStorage.
262626000401E2Moniker reduced to itself.
262628000401E4Common prefix is this moniker.
262629000401E5Common prefix is input moniker.
262630000401E6Common prefix is both monikers.
262631000401E7Moniker is already registered in running object table.
26265600040200An event was able to invoke some, but not all, of the subscribers.
26265800040202An event was delivered, but there were no subscribers.
26273800040252TabletPC inking error code. String was truncated
26273900040253TabletPC inking error code. Recognition or training was interrupted
26274000040254TabletPC inking error code. No personalization update to the recognizer because no training data found
26700800041300The task is ready to run at its next scheduled time.
26700900041301The task is currently running.
26701000041302The task will not run at the scheduled times because it has been disabled.
26701100041303The task has not yet run.
26701200041304There are no more runs scheduled for this task.
26701300041305One or more of the properties that are needed to run this task on a schedule have not been set.
26701400041306The last run of the task was terminated by the user.
26701500041307Either the task has no triggers, or the existing triggers are disabled or not set.
26701600041308Event triggers do not have set run times.
2670350004131BThe task is registered, but not all specified triggers will start the task.
2670360004131CThe task is registered, but it might fail to start. Batch logon privilege needs to be enabled for the task principal.
26704500041325The Task Scheduler service has asked the task to run
3153920004D000An asynchronous operation was specified. The operation has begun, but its outcome is not known yet.
3153930004D001XACT_S_DEFECT
3153940004D002The method call succeeded because the transaction was read-only.
3153950004D003The transaction was successfully aborted. However, this is a coordinated transaction, and a number of enlisted resources were aborted outright because they could not support abort-retaining semantics.
3153960004D004No changes were made during this call, but the sink wants another chance to look if any other sinks make further changes.
3153970004D005The sink is content and wants the transaction to proceed. Changes were made to one or more resources during this call.
3153980004D006The sink is for the moment and wishes the transaction to proceed --- or --- The sink is for the moment and wants the transaction to proceed, but if other changes are made following this return by other event sinks, this sink wants another chance to look.
3153990004D007The transaction was successfully aborted. However, the abort was nonretaining.
3154000004D008An abort operation was already in progress.
3154010004D009The resource manager has performed a single-phase commit of the transaction.
3154020004D00AThe local transaction has not aborted.
3154080004D010The resource manager has requested to be the coordinator (last resource manager) for the transaction.
52430600080012Not all the requested interfaces were available.
52430700080013The specified machine name was not found in the cache.
59061000090312The function completed successfully, but it must be called again to complete the context.
59061100090313The function completed successfully, but CompleteToken must be called.
59061200090314The function completed successfully, but both CompleteToken and this function must be called to complete the context.
59061300090315The logon was completed, but no network authority was available. The logon was made using locally known information.
59061400090316Schannel has received a TLS extension the SSPI caller subscribed to
59061500090317The context has expired and can no longer be used.
59062400090320The credentials supplied were not complete and could not be verified. Additional information can be returned from the context.
59062500090321The context data must be renegotiated with the peer.
59062700090323There is no LSA mode context associated with this context.
5906840009035CA signature operation must be performed before the user can authenticate.
59068800090360The recipient rejected the renegotiation request
59069200090364The returned buffer is only a fragment of the message. More fragments need to be returned
59069400090366The function completed successfully
59069600090368An asynchronous SSPI routine has been called and the work is pending completion
59393800091012The protected data needs to be reprotected.
851968000D0000The requested operation is pending completion.
851969000D0001The requested operation was aborted by the client.
851970000D0002The stream was purposefully stopped before completion.
854984000D0BC8The requested operation has caused the source to rebuffer.
854985000D0BC9The requested operation has caused the source to degrade codec quality.
855003000D0BDBThe transcryptor object has reached end of file.
856040000D0FE8An upgrade is needed for the theme manager to correctly show this skin. Skin reports version: %.1f.
856041000D0FE9An error occurred in one of the UI components.
856128000D1040Successfully loaded a GIF file.
856129000D1041Successfully loaded a PNG file.
856130000D1042Successfully loaded a BMP file.
856131000D1043Successfully loaded a JPG file.
856143000D104FDrop this frame.
856159000D105FThe specified stream has already been rendered.
856160000D1060The specified type partially matches this pin type.
856161000D1061The specified type fully matches this pin type.
856166000D1066The timestamp is late compared to the current render position. Advise dropping this frame.
856167000D1067The timestamp is severely late compared to the current render position. Advise dropping everything up to the next key frame.
856283000D10DBNo burn rights. You will be prompted to buy burn rights when you try to burn this file to an audio CD.
856318000D10FEFailed to clear playlist because it was aborted by user.
856319000D10FFFailed to remove item in the playlist since it was aborted by user.
856322000D1102Playlist is being generated asynchronously.
856323000D1103Validation of the media is pending.
856324000D1104Encountered more than one Repeat block during ASX processing.
856325000D1105Current state of WMP disallows calling this method or property.
856326000D1106Name for the playlist has been auto generated.
856327000D1107The imported playlist does not contain all items from the original.
856328000D1108The M3U playlist has been ignored because it only contains one item.
856329000D1109The open for the child playlist associated with this media is pending.
856330000D110AMore nodes support the interface requested, but the array for returning them is full.
856373000D1135Backup or Restore successful!.
856374000D1136Transfer complete with limitations.
856388000D1144Request to the effects control to change transparency status to transparent.
856389000D1145Request to the effects control to change transparency status to opaque.
856398000D114EThe requested application pane is performing an operation and will not be released.
856921000D1359The file is only available for purchase when you buy the entire album.
856926000D135EThere were problems completing the requested navigation. There are identifiers missing in the catalog.
856929000D1361Track already downloaded.
857369000D1519The publishing point successfully started, but one or more of the requested data writer plug-ins failed.
861990000D2726Status message: The license was acquired.
861991000D2727Status message: The security upgrade has been completed.
862022000D2746Status message: License monitoring has been canceled.
862023000D2747Status message: License acquisition has been canceled.
862062000D276EThe track is burnable and had no playlist burn limit.
862063000D276FThe track is burnable but has a playlist burn limit.
862174000D27DEA security upgrade is required to perform the operation on this media file.
862968000D2AF8Installation was successful; however, some file cleanup is not complete. For best results, restart your computer.
862969000D2AF9Installation was successful; however, some file cleanup is not complete. To continue, you must restart your computer.
864009000D2F09EOS hit during rewinding.
864013000D2F0DInternal.
866008000D36D8This callback and state had already been passed in to this event generator earlier
866045000D36FDThe activate could not be created in the remote process for some reason it was replaced with empty one
870978000D4A42The sink has not been finalized before shut down. This may cause sink to generate corrupted content
876973000D61ADThe context was canceled
876975000D61AFCannot update topology flags
879989000D6D75The caller should not propagate this event to downstream components
880976000D7150Protection for stream is not required
881000000D7168Protection for this stream is not guaranteed to be enforced until the MEPolicySet event is fired
881001000D7169This video stream is disabled because it is being sent to an unknown software output
881011000D7173The Protected Environment is trusted
891972000D9C44Timer::SetTimer returns this success code if called happened while timer is stopped. Timer is not going to be dispatched until clock is running
891973000D9C45The clock can't return a valid time because the audio position returned from the audio playback device is unexpected
891974000D9C46The clock can't return a valid render time because the audio position specified to the clock is unexpected
891975000D9C47The clock can't return a valid render position because the timestamp specified to the clock is unexpected
1769472001B0000Debugger was attached
1769473001B0001Report was uploaded
1769474001B0002Report was queued
1769475001B0003Reporting was disabled
1769476001B0004Reporting was temporarily suspended
1769477001B0005Report was not queued to queuing being disabled
1769478001B0006Report was uploaded
1769479001B0007Reporting was successfully spun off as an asynchronous operation
1769480001B0008The assertion was handled
1769481001B0009The assertion was handled and added to a permanent ignore list
1769482001B000AThe assertion was resumed as unhandled
1769483001B000BReport was throttled
1769484001B000CReport was uploaded with cab
1835009001C0001The IO was completed by a filter.
2031617001F0001The IO was completed by a filter.
249446500261001Monitor descriptor could not be obtained
249446600261002Format of the obtained monitor descriptor is not supported by this release
249933500262307No mode is pinned on the specified VidPN source or target.
24993580026231ESpecified mode set does not specify preference for one of its modes.
24994030026234BSpecified data set (e.g. mode set --- or --- Specified data set (for example, mode set, frequency range set, descriptor set, and topology) is empty.
24994040026234CSpecified data set (e.g. mode set --- or --- Specified data set (for example, mode set, frequency range set, descriptor set, and topology) does not contain any more elements.
249940900262351Specified content transformation is not pinned on the specified VidPN present path.
250266100263005{GDI redirection surface was returned}GDI redirection surface of the top level window was returned
250266400263008{GDI redirection surface is either on a different adapter or in system memory. Perform blt via GDI}GDI redirection surface is either on a different adapter or in system memory. Perform blt via GDI
25559170027000DA certificate is already present in the cert store
255650400270258The Store was launched instead of the specified app because the app's package was in an invalid state
255650500270259This app failed to launch
314598400300100Property value will be ignored.
340787300340001The request will be completed later by NDIS status indication --- or --- The request will be completed later by a Network Driver Interface Specification (NDIS) status indication.
347349700350059The device had pending page requests which were discarded
3932421003C0105The troubleshooting pack cannot be executed on this system
3997696003D0000The function call is completing asynchronously
3997697003D0001There are no more messages available on the channel
648806500630001The graph data was created
648806600630002There is not more event data
648806900630005No connectivity
648807000630006Already a member
649625600632000The graph is already connect
651264000636000The subscription already exists
675022700670013The transaction caller id has changed
675022800670014A transaction is in progress for the database connection
1513881700E70001The storage pool was deleted by the driver. The object cache should be updated
142213121087A0001The Present operation was invisible to the user
142213122087A0002The Present operation was partially invisible to the user
142213124087A0004The driver is requesting that the DXGI runtime not use shared resources to communicate with the Desktop Window Manager
142213125087A0005The Present operation was not visible because the Windows session has switched to another desktop (for example
142213126087A0006The Present operation was not visible because the target monitor was being used for some other purpose
142213127087A0007The Present operation was not visible because the display mode changed. DXGI will have re-attempted the presentation
142213128087A0008The Present operation was not visible because another Direct3D device was attempting to take fullscreen mode at the time
142213129087A0009The swapchain has become unoccluded
142213130087A000AThe adapter did not have access to the required resources to complete the Desktop Duplication Present() call
142213167087A002FThe present succeeded but the caller should present again on the next V-sync
2334927360DEAD100The VolumeSequenceNumber of a MOVE_NOTIFICATION request is incorrect.
2334927380DEAD102The VolumeID in a request was not found in the server's ServerVolumeTable.
2334927390DEAD103A notification was sent to the LnkSvrMessage method, but the RequestMachine for the request was not the VolumeOwner for a VolumeID in the request.
2334927430DEAD107The server received a MOVE_NOTIFICATION request, but the FileTable size limit has already been reached.
107374182440000000{Object Exists} An attempt was made to create an object but the object name already exists.
107374182540000001{Thread Suspended} A thread termination occurred while the thread was suspended. The thread resumed, and termination proceeded.
107374182640000002{Working Set Range Error} An attempt was made to set the working set minimum or maximum to values that are outside the allowable range.
107374182740000003{Image Relocated} An image file could not be mapped at the address that is specified in the image file. Local fixes must be performed on this image.
107374182840000004This informational level status indicates that a specified registry subtree transaction state did not yet exist and had to be created.
107374182940000005{Segment Load} A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so that a debugger can load, unload, or track symbols and breakpoints within these 16-bit segments.
107374183040000006{Local Session Key} A user session key was requested for a local remote procedure call (RPC) connection. The session key that is returned is a constant value and not unique to this connection.
107374183140000007{Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set the current directory to %hs, or select CANCEL to exit.
107374183240000008{Serial IOCTL Complete} A serial I/O operation was completed by another write to a serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
107374183340000009{Registry Recovery} One of the files that contains the system registry data had to be recovered by using a log or alternate copy. The recovery was successful.
10737418344000000A{Redundant Read} To satisfy a read request, the Windows NT fault-tolerant file system successfully read the requested data from a redundant copy. 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.
10737418354000000B{Redundant Write} To satisfy a write request, the Windows NT fault-tolerant file system successfully wrote a redundant copy of the information. 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.
10737418364000000C{Serial IOCTL Timeout} A serial I/O operation completed because the time-out period expired. (The IOCTL_SERIAL_XOFF_COUNTER had not reached zero.)
10737418374000000D{Password Too Complex} The Windows password is too complex to be converted to a LAN Manager password. The LAN Manager password that returned is a NULL string.
10737418384000000E{Machine Type Mismatch} 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.
10737418394000000F{Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later.
107374184040000010{Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system.
107374184140000011{Partial Expedited Data Received} 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.
107374184240000012{TDI Event Done} The TDI indication has completed successfully.
107374184340000013{TDI Event Pending} The TDI indication has entered the pending state.
107374184440000014Checking file system on %wZ.
107374184540000015{Fatal Application Exit} %hs
107374184640000016The specified registry key is referenced by a predefined handle.
107374184740000017{Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
107374184840000018%hs
107374184940000019{Page Locked} One of the pages to lock was already locked.
10737418504000001AApplication popup: %1 : %2
10737418514000001BA Win32 process already exists.
10737418524000001CAn exception status code that is used by the Win32 x86 emulation subsystem.
10737418534000001DAn exception status code that is used by the Win32 x86 emulation subsystem.
10737418544000001EAn exception status code that is used by the Win32 x86 emulation subsystem.
10737418554000001FAn exception status code that is used by the Win32 x86 emulation subsystem.
107374185640000020An exception status code that is used by the Win32 x86 emulation subsystem.
107374185740000021An exception status code that is used by the Win32 x86 emulation subsystem.
107374185840000022An exception status code that is used by the Win32 x86 emulation subsystem.
107374185940000023{Machine Type Mismatch} The image file %hs is valid but is for a machine type other than the current machine.
107374186040000024A yield execution was performed and no thread was available to run.
107374186140000025The resume flag to a timer API was ignored.
107374186240000026The arbiter has deferred arbitration of these resources to its parent.
107374186340000027The device has detected a CardBus card in its slot.
107374186440000028An exception status code that is used by the Win32 x86 emulation subsystem.
107374186540000029The 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. If problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.
10737418664000002AThe system was put into hibernation.
10737418674000002BThe system was resumed from hibernation.
10737418684000002CWindows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].
10737418694000002DA device driver is leaking locked I/O pages and is causing system degradation. The system has automatically enabled the tracking code to try and catch the culprit.
10737418704000002EThe ALPC message being canceled has already been retrieved from the queue on the other side.
10737418714000002FThe system power state is transitioning from %2 to %3.
107374187240000030The receive operation was successful. Check the ALPC completion list for the received message.
107374187340000031The system power state is transitioning from %2 to %3 but could enter %4.
107374187440000032Access to %1 is monitored by policy rule %2.
107374187540000033A valid hibernation file has been invalidated and should be abandoned.
107374187640000034Business rule scripts are disabled for the calling application.
107374248440000294The system has awoken.
107374270440000370The directory service is shutting down.
107380736140010001Debugger will reply later.
107380736240010002Debugger cannot provide a handle.
107380736340010003Debugger terminated the thread.
107380736440010004Debugger terminated the process.
107380736540010005Debugger obtained control of C.
107380736640010006Debugger printed an exception on control C.
107380736740010007Debugger received a RIP exception.
107380736840010008Debugger received a control break.
107380736940010009Debugger command communication exception.
107387298240020056A UUID that is valid only on this computer has been allocated.
1073873071400200AFSome data remains to be sent in the request buffer.
1074397188400A0004The Client Drive Mapping Service has connected on Terminal Connection.
1074397189400A0005The Client Drive Mapping Service has disconnected on Terminal Connection.
1074593871400D004FThe Title Server %1 is running.
1074593873400D0051Content Server %1 (%2) is starting.
1074593874400D0052Content Server %1 (%2) is running.
1074593876400D0054Disk %1 ( %2 ) on Content Server %3, is running.
1074593878400D0056Started rebuilding disk %1 ( %2 ) on Content Server %3.
1074593879400D0057Finished rebuilding disk %1 ( %2 ) on Content Server %3.
1074593880400D0058Aborted rebuilding disk %1 ( %2 ) on Content Server %3.
1074593881400D0059A NetShow administrator at network location %1 set the data stream limit to %2 streams.
1074593882400D005AA NetShow administrator at network location %1 started disk %2.
1074593883400D005BA NetShow administrator at network location %1 stopped disk %2.
1074593884400D005CA NetShow administrator at network location %1 stopped Content Server %2.
1074593885400D005DA NetShow administrator at network location %1 aborted user session %2 from the system.
1074593886400D005EA NetShow administrator at network location %1 aborted obsolete connection %2 from the system.
1074593887400D005FA NetShow administrator at network location %1 started rebuilding disk %2.
1074593897400D0069Event initialization failed, there will be no MCM events.
1074593902400D006EThe logging operation failed.
1074593904400D0070A NetShow administrator at network location %1 set the maximum bandwidth limit to %2 bps.
1074594193400D0191Content Server %1 (%2) has established its link to Content Server %3.
1074594195400D0193Restripe operation has started.
1074594196400D0194Restripe operation has completed.
1074594198400D0196Content disk %1 (%2) on Content Server %3 has been restriped out.
1074594199400D0197Content server %1 (%2) has been restriped out.
1074594200400D0198Disk %1 ( %2 ) on Content Server %3, has been offlined.
1074599102400D14BEThe playlist change occurred while receding.
1074605823400D2EFFThe client is reconnected.
1074605825400D2F01Forcing a switch to a pending header on start.
1074605827400D2F03There is already an existing packetizer plugin for the stream.
1074605828400D2F04The proxy setting is manual.
1074608792400D3A98Parsing is still in progress and is not yet complete
1074610802400D4272The proxy setting is manual
10751180934015000DA kernel mode component is releasing a reference on an activation context.
107538027640190034The transactional resource manager is already consistent. Recovery is not needed.
107538027740190035The transactional resource manager has already been started.
1075445772401A000CThe log service encountered a log stream with no restart area.
1075511532401B00EC{Display Driver Recovered From Failure} The %hs display driver has detected a failure and recovered from it. Some graphical operations might have failed. The next time you restart the machine, a dialog box appears, giving you an opportunity to upload data about this failure to Microsoft.
1075707914401E000AThe specified buffer is not big enough to contain the entire requested dataset. Partial data is populated up to the size of the buffer. The caller needs to provide a buffer of the size as specified in the partially populated buffer's content (interface specific).
1075708183401E0117The kernel driver detected a version mismatch between it and the user mode driver.
1075708679401E0307No mode is pinned on the specified VidPN source/target.
1075708702401E031EThe specified mode set does not specify a preference for one of its modes.
1075708747401E034BThe specified dataset (for example, mode set, frequency range set, descriptor set, or topology) is empty.
1075708748401E034CThe specified dataset (for example, mode set, frequency range set, descriptor set, or topology) does not contain any more elements.
1075708753401E0351The specified content transformation is not pinned on the specified VidPN present path.
1075708975401E042FThe child device presence was not reliably detected.
1075708983401E0437Starting the lead adapter in a linked configuration has been temporarily deferred.
1075708985401E0439The display adapter is being polled for children too frequently at the same polling level.
1075708986401E043AStarting the adapter has been temporarily deferred.
107603558540230001The request will be completed later by an NDIS status indication.
107624039340262009The kernel driver detected a version mismatch between it and the user mode driver.
10762403944026200ASpecified buffer is not big enough to contain entire requested dataset. Partial data populated up to the size of the buffer. Caller needs to provide buffer of size as specified in the partially populated buffer's content (interface specific)
107624089740262201Skip preparation of allocations referenced by the DMA buffer
10762414554026242FChild device presence was not reliably detected.
107624146340262437Starting the lead-link adapter has been deferred temporarily.
107624146540262439The display adapter is being polled for children too frequently at the same polling level.
10762414664026243AStarting the adapter has been deferred temporarily.
10762414684026243CWe can depend on the child device presence returned by the driver
107642985940290423The requested salt size for signing with RSAPSS does not match what the TPM uses
107642986040290424Validation of the platform claim failed
107642986140290425The requested platform claim is for a previous boot
107642986240290426The platform claim is for a previous boot
-214748364780000001Not implemented --- or --- {EXCEPTION} Guard Page Exception A page of memory that marks the end of a data structure, such as a stack or an array, has been accessed.
-214748364680000002Ran out of memory --- or --- {EXCEPTION} Alignment Fault A data type misalignment was detected in a load or store instruction.
-214748364580000003One or more arguments are invalid --- or --- {EXCEPTION} Breakpoint A breakpoint has been reached.
-214748364480000004No such interface supported --- or --- {EXCEPTION} Single Step A single step or trace operation has just been completed.
-214748364380000005Invalid pointer --- or --- {Buffer Overflow} The data was too large to fit into the specified buffer.
-214748364280000006Invalid handle --- or --- {No More Files} No more files were found which match the file specification.
-214748364180000007Operation aborted --- or --- {Kernel Debugger Awakened} The system debugger was awakened by an interrupt.
-214748364080000008Unspecified error
-214748363980000009General access denied error
-21474836388000000AThe data necessary to complete this operation is not yet available. --- or --- {Handles Closed} Handles to objects have been automatically closed because of the requested operation.
-21474836378000000BThe operation attempted to access data outside the valid range --- or --- {Non-Inheritable ACL} An access control list (ACL) contains no components that can be inherited.
-21474836368000000CA concurrent or interleaved operation changed the state of the object --- or --- {GUID Substitution} During the translation of a globally unique identifier (GUID) to a Windows security ID (SID), no administratively defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this might provide a more restrictive access than intended.
-21474836358000000DAn illegal state change was requested --- or --- Because of protection conflicts, not all the requested bytes could be copied.
-21474836348000000EA method was called at an unexpected time --- or --- {Out of Paper} The printer is out of paper.
-21474836338000000FTypename or Namespace was not found in metadata file --- or --- {Device Power Is Off} The printer power has been turned off.
-214748363280000010Name is an existing namespace rather than a typename --- or --- {Device Offline} The printer has been taken offline.
-214748363180000011Typename has an invalid format --- or --- {Device Busy} The device is currently busy.
-214748363080000012Metadata file is invalid or corrupted --- or --- {No More EAs} No more extended attributes (EAs) were found for the file.
-214748362980000013The object has been closed --- or --- {Illegal EA} The specified extended attribute (EA) name contains at least one illegal character.
-214748362880000014Only one thread may access the object during a write operation --- or --- {Inconsistent EA List} The extended attribute (EA) list is inconsistent.
-214748362780000015Operation is prohibited during change notification --- or --- {Invalid EA Flag} An invalid extended attribute (EA) flag was set.
-214748362680000016The text associated with this error code could not be found --- or --- {Verifying Disk} The media has changed and a verify operation is in progress; therefore, no reads or writes can be performed to the device, except those that are used in the verify operation.
-214748362580000017String not null terminated --- or --- {Too Much Information} The specified access control list (ACL) contained more information than was expected.
-214748362480000018A delegate was assigned when not allowed --- or --- This warning level status indicates that the transaction state already exists for the registry subtree, but that a transaction commit was previously aborted. The commit has NOT been completed but has not been rolled back either; therefore, it can still be committed, if needed.
-214748362380000019An async operation was not properly started
-21474836228000001AThe application is exiting and cannot service this request --- or --- {No More Entries} No more entries are available from an enumeration operation.
-21474836218000001BThe application view is exiting and cannot service this request --- or --- {Filemark Found} A filemark was detected.
-21474836208000001CThe object must support the IAgileObject interface --- or --- {Media Changed} The media has changed.
-21474836198000001DActivating a single-threaded class from MTA is not supported --- or --- {I/O Bus Reset} An I/O bus reset was detected.
-21474836188000001EThe object has been committed --- or --- {End of Media} The end of the media was encountered.
-21474836178000001FA COM call to an ASTA was blocked because the call chain originated in or passed through another ASTA. This call pattern is deadlock-prone and disallowed by apartment call control --- or --- The beginning of a tape or partition has been detected.
-214748361680000020A universal application process cannot activate a packaged WinRT server that is declared to run full trust --- or --- {Media Changed} The media might have changed.
-214748361580000021A full trust packaged application process cannot activate a packaged WinRT server unless it is also declared to run full trust --- or --- A tape access reached a set mark.
-214748361480000022During a tape access, the end of the data written is reached.
-214748361380000023The redirector is in use and cannot be unloaded.
-214748361280000024The server is in use and cannot be unloaded.
-214748361180000025The specified connection has already been disconnected.
-214748361080000026A long jump has been executed.
-214748360980000027A cleaner cartridge is present in the tape library.
-214748360880000028The Plug and Play query operation was not successful.
-214748360780000029A frame consolidation has been executed.
-21474836068000002A{Registry Hive Recovered} The registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.
-21474836058000002BThe application is attempting to run executable code from the module %hs. This might be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
-21474836048000002CThe application is loading executable code from the module %hs. This is secure but might be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?
-21474836038000002DThe create operation stopped after reaching a symbolic link.
-214748300080000288The device has indicated that cleaning is necessary.
-214748299980000289The device has indicated that its door is open. Further operations require it closed and secured.
-214748159780000803Windows discovered a corruption in the file %hs. This file has now been repaired. Check if any data in the file was lost because of the corruption.
-214746726380004001Not implemented.
-214746726280004002No such interface supported.
-214746726180004003Invalid pointer.
-214746726080004004Operation aborted.
-214746725980004005Unspecified error.
-214746725880004006Thread local storage failure.
-214746725780004007Get shared memory allocator failure.
-214746725680004008Get memory allocator failure.
-214746725580004009Unable to initialize class cache.
-21474672548000400AUnable to initialize RPC services --- or --- Unable to initialize remote procedure call (RPC) services.
-21474672538000400BCannot set thread local storage channel control.
-21474672528000400CCould not allocate thread local storage channel control.
-21474672518000400DThe user-supplied memory allocator is unacceptable.
-21474672508000400EThe OLE service mutex already exists.
-21474672498000400FThe OLE service file mapping already exists.
-214746724880004010Unable to map view of file for OLE service.
-214746724780004011Failure attempting to launch OLE service.
-214746724680004012There was an attempt to call CoInitialize a second time while single-threaded.
-214746724580004013A Remote activation was necessary but was not allowed.
-214746724480004014A Remote activation was necessary, but the server name provided was invalid.
-214746724380004015The class is configured to run as a security ID different from the caller.
-214746724280004016Use of OLE1 services requiring Dynamic Data Exchange (DDE) Windows is disabled.
-214746724180004017A RunAs specification must be \ or simply .
-214746724080004018The server process could not be started. The path name might be incorrect.
-214746723980004019The server process could not be started as the configured identity. The path name might be incorrect or unavailable.
-21474672388000401AThe server process could not be started because the configured identity is incorrect. Check the user name and password.
-21474672378000401BThe client is not allowed to launch this server.
-21474672368000401CThe service providing this server could not be started.
-21474672358000401DThis computer was unable to communicate with the computer providing the server.
-21474672348000401EThe server did not respond after being launched.
-21474672338000401FThe registration information for this server is inconsistent or incomplete.
-214746723280004020The registration information for this interface is inconsistent or incomplete.
-214746723180004021The operation attempted is not supported.
-214746723080004022A DLL must be loaded.
-214746722980004023A Microsoft Software Installer error was encountered.
-214746722880004024The specified activation could not occur in the client context as specified.
-214746722780004025Activations on the server are paused.
-214746722680004026Activations on the server are not paused.
-214746722580004027The component or application containing the component has been disabled.
-214746722480004028The common language runtime is not available.
-214746722380004029The thread-pool rejected the submitted asynchronous work.
-21474672228000402AThe server started, but it did not finish initializing in a timely fashion.
-21474672218000402BUnable to complete the call because there is no COM+ security context inside IObjectControl.Activate.
-214746721680004030The provided tracker configuration is invalid.
-214746721580004031The provided thread pool configuration is invalid.
-214746721480004032The provided side-by-side configuration is invalid.
-214746721380004033The server principal name (SPN) obtained during security negotiation is malformed.
-214746721280004034The caller failed to revoke a per-apartment registration before apartment shutdown
-214746721180004035The object has been rundown by the stub manager while there are external clients
-21474181138000FFFFCatastrophic failure.
-214741811180010001Call was rejected by callee. --- or --- Debugger did not handle the exception.
-214741811080010002Call was canceled by the message filter.
-214741810980010003The caller is dispatching an intertask SendMessage call and cannot call out via PostMessage.
-214741810880010004The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call.
-214741810780010005It is illegal to call out while inside message filter.
-214741810680010006The connection terminated or is in a bogus state and can no longer be used. Other connections are still valid.
-214741810580010007The callee (the server, not the server application) is not available and disappeared; all connections are invalid. The call might have executed.
-214741810480010008The caller (client) disappeared while the callee (server) was processing a call.
-214741810380010009The data packet with the marshaled parameter data is incorrect.
-21474181028001000AThe call was not transmitted properly; the message queue was full and was not emptied after yielding.
-21474181018001000BThe client RPC caller cannot marshal the parameter data due to errors (such as low memory).
-21474181008001000CThe client RPC caller cannot unmarshal the return data due to errors (such as low memory).
-21474180998001000DThe server RPC callee cannot marshal the return data due to errors (such as low memory).
-21474180988001000EThe server RPC callee cannot unmarshal the parameter data due to errors (such as low memory).
-21474180978001000FReceived data is invalid. The data might be server or client data.
-214741809680010010A particular parameter is invalid and cannot be (un)marshaled.
-214741809580010011There is no second outgoing call on same channel in DDE conversation.
-214741809480010012The callee (the server, not the server application) is not available and disappeared; all connections are invalid. The call did not execute.
-214741785680010100System call failed.
-214741785580010101Could not allocate some required resource (such as memory or events)
-214741785480010102Attempted to make calls on more than one thread in single-threaded mode.
-214741785380010103The requested interface is not registered on the server object.
-214741785280010104RPC could not call the server or could not return the results of calling the server.
-214741785180010105The server threw an exception.
-214741785080010106Cannot change thread mode after it is set.
-214741784980010107The method called does not exist on the server.
-214741784880010108The object invoked has disconnected from its clients.
-214741784780010109The object invoked chose not to process the call now. Try again later.
-21474178468001010AThe message filter indicated that the application is busy.
-21474178458001010BThe message filter rejected the call.
-21474178448001010CA call control interface was called with invalid data.
-21474178438001010DAn outgoing call cannot be made because the application is dispatching an input-synchronous call.
-21474178428001010EThe application called an interface that was marshaled for a different thread.
-21474178418001010FCoInitialize has not been called on the current thread.
-214741784080010110The version of OLE on the client and server machines does not match.
-214741783980010111OLE received a packet with an invalid header.
-214741783880010112OLE received a packet with an invalid extension.
-214741783780010113The requested object or interface does not exist.
-214741783680010114The requested object does not exist.
-214741783580010115OLE has sent a request and is waiting for a reply.
-214741783480010116OLE is waiting before retrying a request.
-214741783380010117Call context cannot be accessed after call completed.
-214741783280010118Impersonate on unsecure calls is not supported.
-214741783180010119Security must be initialized before any interfaces are marshaled or unmarshaled. It cannot be changed after initialized.
-21474178308001011ANo security packages are installed on this machine, the user is not logged on, or there are no compatible security packages between the client and server.
-21474178298001011BAccess is denied.
-21474178288001011CRemote calls are not allowed for this process.
-21474178278001011DThe marshaled interface data packet (OBJREF) has an invalid or unknown format.
-21474178268001011ENo context is associated with this call. This happens for some custom marshaled calls and on the client side of the call.
-21474178258001011FThis operation returned because the time-out period expired.
-214741782480010120There are no synchronize objects to wait on.
-214741782380010121Full subject issuer chain Secure Sockets Layer (SSL) principal name expected from the server.
-214741782280010122Principal name is not a valid Microsoft standard (msstd) name.
-214741782180010123Unable to impersonate DCOM client.
-214741782080010124Unable to obtain server's security context.
-214741781980010125Unable to open the access token of the current thread.
-214741781880010126Unable to obtain user information from an access token.
-214741781780010127The client who called IAccessControl::IsAccessPermitted was not the trustee provided to the method.
-214741781680010128Unable to obtain the client's security blanket.
-214741781580010129Unable to set a discretionary access control list (ACL) into a security descriptor.
-21474178148001012AThe system function AccessCheck returned false.
-21474178138001012BEither NetAccessDel or NetAccessAdd returned an error code.
-21474178128001012COne of the trustee strings provided by the user did not conform to the \ syntax and it was not the *" string".
-21474178118001012DOne of the security identifiers provided by the user was invalid.
-21474178108001012EUnable to convert a wide character trustee string to a multiple-byte trustee string.
-21474178098001012FUnable to find a security identifier that corresponds to a trustee string provided by the user.
-214741780880010130The system function LookupAccountSID failed.
-214741780780010131Unable to find a trustee name that corresponds to a security identifier provided by the user.
-214741780680010132The system function LookupAccountName failed.
-214741780580010133Unable to set or reset a serialization handle.
-214741780480010134Unable to obtain the Windows directory.
-214741780380010135Path too long.
-214741780280010136Unable to generate a UUID.
-214741780180010137Unable to create file.
-214741780080010138Unable to close a serialization handle or a file handle.
-214741779980010139The number of access control entries (ACEs) in an ACL exceeds the system limit.
-21474177988001013ANot all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream.
-21474177978001013BThe version of ACL format in the stream is not supported by this implementation of IAccessControl.
-21474177968001013CUnable to open the access token of the server process.
-21474177958001013DUnable to decode the ACL in the stream provided by the user.
-21474177938001013FThe COM IAccessControl object is not initialized.
-214741779280010140Call Cancellation is disabled.
-21473525778001FFFFAn internal error occurred.
-214735257580020001Unknown interface.
-214735257380020003Member not found.
-214735257280020004Parameter not found.
-214735257180020005Type mismatch.
-214735257080020006Unknown name.
-214735256980020007No named arguments.
-214735256880020008Bad variable type.
-214735256780020009Exception occurred.
-21473525668002000AOut of present range.
-21473525658002000BInvalid index.
-21473525648002000CUnknown language.
-21473525638002000DMemory is locked.
-21473525628002000EInvalid number of parameters.
-21473525618002000FParameter not optional.
-214735256080020010Invalid callee.
-214735255980020011Does not support a collection.
-214735255880020012Division by zero.
-214735255780020013Buffer too small.
-214731978680028016Buffer too small.
-214731978580028017Field name not defined in the record.
-214731978480028018Old format or invalid type library.
-214731978380028019Old format or invalid type library.
-21473197808002801CError accessing the OLE registry.
-21473197798002801DLibrary not registered.
-214731976980028027Bound to unknown type.
-214731976880028028Qualified name disallowed.
-214731976780028029Invalid forward reference, or reference to uncompiled type.
-21473197668002802AType mismatch.
-21473197658002802BElement not found.
-21473197648002802CAmbiguous name.
-21473197638002802DName already exists in the library.
-21473197628002802EUnknown LCID --- or --- Unknown language code identifier (LCID).
-21473197618002802FFunction not defined in specified DLL.
-2147317571800288BDWrong module kind for the operation.
-2147317563800288C5Size cannot exceed 64 KB.
-2147317562800288C6Duplicate ID in inheritance hierarchy.
-2147317553800288CFIncorrect inheritance depth in standard OLE hmember.
-214731657680028CA0Type mismatch.
-214731657580028CA1Invalid number of arguments.
-214731657480028CA2I/O error.
-214731657380028CA3Error creating unique .tmp file.
-214731256680029C4AError loading type library or DLL.
-214731250980029C83Inconsistent property functions.
-214731250880029C84Circular dependency between types and modules.
-214728703980030001Unable to perform requested operation.
-214728703880030002%1 could not be found.
-214728703780030003The path %1 could not be found.
-214728703680030004There are insufficient resources to open another file.
-214728703580030005Access denied.
-214728703480030006Attempted an operation on an invalid object.
-214728703280030008There is insufficient memory available to complete operation.
-214728703180030009Invalid pointer error.
-214728702280030012There are no more entries to return.
-214728702180030013Disk is write-protected.
-214728701580030019An error occurred during a seek operation.
-21472870118003001DA disk error occurred during a write operation.
-21472870108003001EA disk error occurred during a read operation.
-214728700880030020A share violation has occurred.
-214728700780030021A lock violation has occurred.
-214728696080030050%1 already exists.
-214728695380030057Invalid parameter error.
-214728692880030070There is insufficient disk space to complete operation.
-2147286800800300F0Illegal write of non-simple property to simple property set.
-2147286790800300FAAn API call exited abnormally --- or --- An application programming interface (API) call exited abnormally.
-2147286789800300FBThe file %1 is not a valid compound file.
-2147286788800300FCThe name %1 is not valid.
-2147286787800300FDAn unexpected error occurred.
-2147286786800300FEThat function is not implemented.
-2147286785800300FFInvalid flag error.
-214728678480030100Attempted to use an object that is busy.
-214728678380030101The storage has been changed since the last commit.
-214728678280030102Attempted to use an object that has ceased to exist.
-214728678180030103Cannot save.
-214728678080030104The compound file %1 was produced with an incompatible version of storage.
-214728677980030105The compound file %1 was produced with a newer version of storage.
-214728677880030106Share.exe or equivalent is required for operation.
-214728677780030107Illegal operation called on non-file based storage.
-214728677680030108Illegal operation called on object with extant marshalings.
-214728677580030109The docfile has been corrupted.
-214728676880030110OLE32.DLL has been loaded at the wrong address.
-214728676780030111The compound file is too large for the current implementation.
-214728676680030112The compound file was not created with the STGM_SIMPLE flag.
-214728652780030201The file download was aborted abnormally. The file is incomplete.
-214728652680030202The file download has been terminated.
-214728652080030208The specified firmware slot is invalid
-214728651980030209The specified firmware image is invalid
-21472865188003020AThe storage device is unresponsive
-214728626780030305Generic Copy Protection Error.
-214728626680030306Copy Protection Error—DVD CSS Authentication failed.
-214728626580030307Copy Protection Error—The given sector does not have a valid CSS key.
-214728626480030308Copy Protection Error—DVD session key not established.
-214728626380030309Copy Protection Error—The read failed because the sector is encrypted.
-21472862628003030ACopy Protection Error—The current DVD's region does not correspond to the region setting of the drive.
-21472862618003030BCopy Protection Error—The drive's region setting might be permanent or the number of user resets has been exhausted.
-214722150480040000Invalid OLEVERB structure.
-214722150380040001Invalid advise flags.
-214722150280040002Can't enumerate any more --- or --- Cannot enumerate any more because the associated data is missing.
-214722150180040003This implementation does not take advises.
-214722150080040004There is no connection for this connection ID.
-214722149980040005Need to run the object to perform this operation.
-214722149880040006There is no cache to operate on.
-214722149780040007Uninitialized object.
-214722149680040008Linked object's source class has changed.
-214722149580040009Not able to get the moniker of the object.
-21472214948004000ANot able to bind to the source.
-21472214938004000BObject is static; operation not allowed.
-21472214928004000CUser canceled out of the Save dialog box.
-21472214918004000DInvalid rectangle.
-21472214908004000Ecompobj.dll is too old for the ole2.dll initialized.
-21472214898004000FInvalid window handle.
-214722148880040010Object is not in any of the inplace active states.
-214722148780040011Not able to convert object.
-214722148680040012Not able to perform the operation because object is not given storage yet.
-214722140480040064Invalid FORMATETC structure.
-214722140380040065Invalid DVTARGETDEVICE structure.
-214722140280040066Invalid STDGMEDIUM structure.
-214722140180040067Invalid STATDATA structure.
-214722140080040068Invalid lindex.
-214722139980040069Invalid TYMED structure.
-21472213988004006AInvalid clipboard format.
-21472213978004006BInvalid aspects.
-21472213968004006CThe tdSize parameter of the DVTARGETDEVICE structure is invalid.
-21472213958004006DObject does not support IViewObject interface.
-214722124880040100Trying to revoke a drop target that has not been registered.
-214722124780040101This window has already been registered as a drop target.
-214722124680040102Invalid window handle.
-214722124580040103A drag operation is already in progress
-214722123280040110Class does not support aggregation (or class object is remote).
-214722123180040111ClassFactory cannot supply requested class.
-214722123080040112Class is not licensed for use.
-214722118480040140Error drawing view.
-214722116880040150Could not read key from registry.
-214722116780040151Could not write key to registry.
-214722116680040152Could not find the key in the registry.
-214722116580040153Invalid value for registry.
-214722116480040154Class not registered.
-214722116380040155Interface not registered.
-214722116280040156Threading model entry is not valid.
-214722116180040157A registration in a package violates package-specific policies
-214722115280040160CATID does not exist.
-214722115180040161Description not found.
-214722114880040164No package in the software installation data in Active Directory meets this criteria.
-214722114780040165Deleting this will break the referential integrity of the software installation data in Active Directory.
-214722114680040166The CLSID was not found in the software installation data in Active Directory.
-214722114580040167The software installation data in Active Directory is corrupt.
-214722114480040168There is no software installation data in Active Directory.
-214722114380040169There is no software installation data object in Active Directory.
-21472211428004016AThe software installation data object in Active Directory already exists.
-21472211418004016BThe path to the software installation data in Active Directory is not correct.
-21472211408004016CA network error interrupted the operation.
-21472211398004016DThe size of this object exceeds the maximum size set by the administrator.
-21472211388004016EThe schema for the software installation data in Active Directory does not match the required schema.
-21472211378004016FAn error occurred in the software installation data in Active Directory.
-214722113680040170Cache not updated.
-214722112080040180No verbs for OLE object.
-214722111980040181Invalid verb for OLE object.
-2147221088800401A0Undo is not available.
-2147221087800401A1Space for tools is not available.
-2147221056800401C0OLESTREAM Get method failed.
-2147221055800401C1OLESTREAM Put method failed.
-2147221054800401C2Contents of the OLESTREAM not in correct format.
-2147221053800401C3There was an error in a Windows GDI call while converting the bitmap to a device-independent bitmap (DIB).
-2147221052800401C4Contents of the IStorage not in correct format.
-2147221051800401C5Contents of IStorage is missing one of the standard streams.
-2147221050800401C6There was an error in a Windows Graphics Device Interface (GDI) call while converting the DIB to a bitmap.
-2147221040800401D0OpenClipboard failed.
-2147221039800401D1EmptyClipboard failed.
-2147221038800401D2SetClipboard failed.
-2147221037800401D3Data on clipboard is invalid.
-2147221036800401D4CloseClipboard failed.
-2147221024800401E0Moniker needs to be connected manually.
-2147221023800401E1Operation exceeded deadline.
-2147221022800401E2Moniker needs to be generic.
-2147221021800401E3Operation unavailable.
-2147221020800401E4Invalid syntax.
-2147221019800401E5No object for moniker.
-2147221018800401E6Bad extension for file.
-2147221017800401E7Intermediate operation failed.
-2147221016800401E8Moniker is not bindable.
-2147221015800401E9Moniker is not bound.
-2147221014800401EAMoniker cannot open file.
-2147221013800401EBUser input required for operation to succeed.
-2147221012800401ECMoniker class has no inverse.
-2147221011800401EDMoniker does not refer to storage.
-2147221010800401EENo common prefix.
-2147221009800401EFMoniker could not be enumerated.
-2147221008800401F0CoInitialize has not been called.
-2147221007800401F1CoInitialize has already been called.
-2147221006800401F2Class of object cannot be determined.
-2147221005800401F3Invalid class string.
-2147221004800401F4Invalid interface string.
-2147221003800401F5Application not found.
-2147221002800401F6Application cannot be run more than once.
-2147221001800401F7Some error in application.
-2147221000800401F8DLL for class not found.
-2147220999800401F9Error in the DLL.
-2147220998800401FAWrong OS or OS version for application --- or --- Wrong operating system or operating system version for application.
-2147220997800401FBObject is not registered.
-2147220996800401FCObject is already registered.
-2147220995800401FDObject is not connected to server.
-2147220994800401FEApplication was launched, but it did not register a class factory.
-2147220993800401FFObject has been released.
-214722099180040201An event was unable to invoke any of the subscribers.
-214722098980040203A syntax error occurred trying to evaluate a query string.
-214722098880040204An invalid field name was used in a query string.
-214722098780040205An unexpected exception was raised.
-214722098680040206An unexpected internal error was detected.
-214722098580040207The owner security identifier (SID) on a per-user subscription does not exist.
-214722098480040208A user-supplied component or subscriber raised an exception.
-214722098380040209An interface has too many methods to fire events from.
-21472209828004020AA subscription cannot be stored unless its event class already exists.
-21472209818004020BNot all the objects requested could be removed.
-21472209808004020CCOM+ is required for this operation, but it is not installed.
-21472209798004020DCannot modify or delete an object that was not added using the COM+ Administrative SDK.
-21472209788004020ECannot modify or delete an object that was added using the COM+ Administrative SDK.
-21472209778004020FThe event class for this subscription is in an invalid partition.
-214722097680040210The owner of the PerUser subscription is not logged on to the system specified.
-214722097480040212TabletPC inking error code. No default tablet
-214722096780040219TabletPC inking error code. An invalid input rectangle was specified
-21472209658004021BTabletPC inking error code. Unknown property specified
-214722095880040222TabletPC inking error code. The stroke object was deleted
-214722095780040223TabletPC inking error code. Initialization failure
-214722094280040232TabletPC inking error code. The data required for the operation was not supplied
-214722094180040233TabletPC inking error code. Invalid packet description
-214722093980040235TabletPC inking error code. There are no handwriting recognizers registered
-214722093880040236TabletPC inking error code. User does not have the necessary rights to read recognizer information
-214722093780040237TabletPC inking error code. API calls were made in an incorrect order
-214722093680040238TabletPC inking error code. Queue is full
-214722093580040239TabletPC inking error code. RtpEnabled called multiple times
-21472209348004023ATabletPC inking error code. A recognizer returned invalid data
-214722092780040241TabletPC inking error code. The property was not found
-214721663180041309Trigger not found.
-21472166308004130AOne or more of the properties that are needed to run this task have not been set.
-21472166298004130BThere is no running instance of the task.
-21472166288004130CThe Task Scheduler service is not installed on this computer.
-21472166278004130DThe task object could not be opened.
-21472166268004130EThe object is either an invalid task object or is not a task object.
-21472166258004130FNo account information could be found in the Task Scheduler security database for the task indicated.
-214721662480041310Unable to establish existence of the account specified.
-214721662380041311Corruption was detected in the Task Scheduler security database; the database has been reset.
-214721662280041312Task Scheduler security services are available only on Windows NT operating system.
-214721662180041313The task object version is either unsupported or invalid.
-214721662080041314The task has been configured with an unsupported combination of account settings and run-time options.
-214721661980041315The Task Scheduler service is not running.
-214721661880041316The task XML contains an unexpected node.
-214721661780041317The task XML contains an element or attribute from an unexpected namespace.
-214721661680041318The task XML contains a value that is incorrectly formatted or out of range.
-214721661580041319The task XML is missing a required element or attribute.
-21472166148004131AThe task XML is malformed.
-21472166118004131DThe task XML contains too many nodes of the same type.
-21472166108004131EThe task cannot be started after the trigger's end boundary.
-21472166098004131FAn instance of this task is already running.
-214721660880041320The task will not run because the user is not logged on.
-214721660780041321The task image is corrupt or has been tampered with.
-214721660680041322The Task Scheduler service is not available.
-214721660580041323The Task Scheduler service is too busy to handle your request. Try again later.
-214721660480041324The Task Scheduler service attempted to run the task, but the task did not run due to one of the constraints in the task definition.
-214721660280041326The task is disabled
-214721660180041327The task has properties that are not compatible with previous versions of Windows
-214721660080041328The task settings do not allow the task to start on demand
-214721659980041329The combination of properties that task is using is not compatible with the scheduling engine
-214721659280041330The task definition uses a deprecated feature
-21471682568004D000Another single phase resource manager has already been enlisted in this transaction.
-21471682558004D001A retaining commit or abort is not supported.
-21471682548004D002The transaction failed to commit for an unknown reason. The transaction was aborted.
-21471682538004D003Cannot call commit on this transaction object because the calling application did not initiate the transaction.
-21471682528004D004Instead of committing, the resource heuristically aborted.
-21471682518004D005Instead of aborting, the resource heuristically committed.
-21471682508004D006Some of the states of the resource were committed while others were aborted, likely because of heuristic decisions.
-21471682498004D007Some of the states of the resource might have been committed while others were aborted, likely because of heuristic decisions.
-21471682488004D008The requested isolation level is not valid or supported.
-21471682478004D009The transaction manager does not support an asynchronous operation for this method.
-21471682468004D00AUnable to enlist in the transaction.
-21471682458004D00BThe requested semantics of retention of isolation across retaining commit and abort boundaries cannot be supported by this transaction implementation, or isoFlags was not equal to 0.
-21471682448004D00CThere is no resource presently associated with this enlistment.
-21471682438004D00DThe transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers.
-21471682428004D00EThe transaction has already been implicitly or explicitly committed or aborted.
-21471682418004D00FAn invalid combination of flags was specified.
-21471682408004D010The resource manager ID is not associated with this transaction or the transaction manager.
-21471682398004D011This method was called in the wrong state.
-21471682388004D012The indicated unit of work does not match the unit of work expected by the resource manager.
-21471682378004D013An enlistment in a transaction already exists.
-21471682368004D014An import object for the transaction could not be found.
-21471682358004D015The transaction cookie is invalid.
-21471682348004D016The transaction status is in doubt. A communication failure occurred, or a transaction manager or resource manager has failed.
-21471682338004D017A time-out was specified, but time-outs are not supported.
-21471682328004D018The requested operation is already in progress for the transaction.
-21471682318004D019The transaction has already been aborted.
-21471682308004D01AThe Transaction Manager returned a log full error.
-21471682298004D01BThe transaction manager is not available.
-21471682288004D01CA connection with the transaction manager was lost.
-21471682278004D01DA request to establish a connection with the transaction manager was denied.
-21471682268004D01EResource manager reenlistment to determine transaction status timed out.
-21471682258004D01FThe transaction manager failed to establish a connection with another Transaction Internet Protocol (TIP) transaction manager.
-21471682248004D020The transaction manager encountered a protocol error with another TIP transaction manager.
-21471682238004D021The transaction manager could not propagate a transaction from another TIP transaction manager.
-21471682228004D022The transaction manager on the destination machine is not available.
-21471682218004D023The transaction manager has disabled its support for TIP.
-21471682208004D024The transaction manager has disabled its support for remote or network transactions.
-21471682198004D025The partner transaction manager has disabled its support for remote or network transactions.
-21471682188004D026The transaction manager has disabled its support for XA transactions.
-21471682178004D027MSDTC was unable to read its configuration information --- or --- Microsoft Distributed Transaction Coordinator (MSDTC) was unable to read its configuration information.
-21471682168004D028MSDTC was unable to load the DTC proxy DLL.
-21471682158004D029The local transaction has aborted.
-21471682148004D02AThe MSDTC transaction manager was unable to push the transaction to the destination transaction manager due to communication problems. Possible causes are: a firewall is present and it doesn't have an exception for the MSDTC process
-21471682138004D02BThe MSDTC transaction manager was unable to pull the transaction from the source transaction manager due to communication problems. Possible causes are: a firewall is present and it doesn't have an exception for the MSDTC process
-21471682128004D02CThe MSDTC transaction manager has disabled its support for SNA LU 6.2 transactions
-21471681288004D080XACT_E_CLERKNOTFOUND --- or --- The specified CRM clerk was not found. It might have completed before it could be held.
-21471681278004D081XACT_E_CLERKEXISTS --- or --- The specified CRM clerk does not exist.
-21471681268004D082XACT_E_RECOVERYINPROGRESS --- or --- Recovery of the CRM log file is still in progress.
-21471681258004D083XACT_E_TRANSACTIONCLOSED --- or --- The transaction has completed, and the log records have been discarded from the log file. They are no longer available.
-21471681248004D084XACT_E_INVALIDLSN --- or --- lsnToRead is outside of the current limits of the log
-21471681238004D085XACT_E_REPLAYREQUEST --- or --- The COM+ Compensating Resource Manager has records it wishes to replay.
-21471680008004D100The request to connect to the specified transaction coordinator was denied.
-21471679998004D101The maximum number of enlistments for the specified transaction has been reached.
-21471679988004D102A resource manager with the same identifier is already registered with the specified transaction coordinator.
-21471679978004D103The prepare request given was not eligible for single-phase optimizations.
-21471679968004D104RecoveryComplete has already been called for the given resource manager.
-21471679958004D105The interface call made was incorrect for the current state of the protocol.
-21471679948004D106The xa_open call failed for the XA resource.
-21471679938004D107The xa_recover call failed for the XA resource.
-21471679928004D108The logical unit of work specified cannot be found.
-21471679918004D109The specified logical unit of work already exists.
-21471679908004D10ASubordinate creation failed. The specified logical unit of work was not connected.
-21471679898004D10BA transaction with the given identifier already exists.
-21471679888004D10CThe resource is in use.
-21471679878004D10DThe LU Recovery process is down.
-21471679868004D10EThe remote session was lost.
-21471679858004D10FThe resource is currently recovering.
-21471679848004D110There was a mismatch in driving recovery.
-21471679838004D111An error occurred with the XA resource.
-21471641588004E002The root transaction wanted to commit, but the transaction aborted.
-21471641578004E003The COM+ component on which the method call was made has a transaction that has already aborted or is in the process of aborting.
-21471641568004E004There is no MTS object context --- or --- There is no Microsoft Transaction Server (MTS) object context.
-21471641558004E005The component is configured to use synchronization, and this method call would cause a deadlock to occur.
-21471641548004E006The component is configured to use synchronization, and a thread has timed out waiting to enter the context.
-21471641538004E007You made a method call on a COM+ component that has a transaction that has already committed or aborted.
-21471641488004E00CThe specified role was not configured for the application.
-21471641458004E00FCOM+ was unable to talk to the Microsoft Distributed Transaction Coordinator --- or --- COM+ was unable to talk to the MSDTC.
-21471641278004E021An unexpected error occurred during COM+ activation.
-21471641268004E022COM+ activation failed. Check the event log for more information.
-21471641258004E023COM+ activation failed due to a catalog or configuration error.
-21471641248004E024COM+ activation failed because the activation could not be completed in the specified amount of time.
-21471641238004E025COM+ activation failed because an initialization function failed. Check the event log for more information.
-21471641228004E026The requested operation requires that just-in-time (JIT) be in the current context, and it is not.
-21471641218004E027The requested operation requires that the current context have a transaction, and it does not.
-21471641208004E028The components threading model has changed after install into a COM+ application. Re-install component.
-21471641198004E029Internet Information Services (IIS) intrinsics not available. Start your work with IIS.
-21471641188004E02AAn attempt to write a cookie failed.
-21471641178004E02BAn attempt to use a database generated a database-specific error.
-21471641168004E02CThe COM+ component you created must use object pooling to work.
-21471641158004E02DThe COM+ component you created must use object construction to work correctly.
-21471641148004E02EThe COM+ component requires synchronization, and it is not configured for it.
-21471641138004E02FThe TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the root.
-21471641128004E030The component attempted to make a cross-context call between invocations of EnterTransactionScope and ExitTransactionScope. This is not allowed. Cross-context calls cannot be made while inside a transaction scope.
-21471641118004E031The component made a call to EnterTransactionScope, but did not make a corresponding call to ExitTransactionScope before returning.
-214702489680070000The operation completed successfully
-214702489580070001Incorrect function
-214702489480070002The system cannot find the file specified
-214702489380070003The system cannot find the path specified
-214702489280070004The system cannot open the file
-214702489180070005Access is denied --- or --- General access denied error.
-214702489080070006The handle is invalid
-214702488980070007The storage control blocks were destroyed
-214702488880070008Not enough memory resources are available to process this command
-214702488780070009The storage control block address is invalid
-21470248868007000AThe environment is incorrect
-21470248858007000BAn attempt was made to load a program with an incorrect format
-21470248848007000CThe access code is invalid
-21470248838007000DThe data is invalid
-21470248828007000ENot enough memory resources are available to complete this operation --- or --- The server does not have enough memory for the new channel.
-21470248818007000FThe system cannot find the drive specified
-214702488080070010The directory cannot be removed
-214702487980070011The system cannot move the file to a different disk drive
-214702487880070012There are no more files
-214702487780070013The media is write protected
-214702487680070014The system cannot find the device specified
-214702487580070015The device is not ready
-214702487480070016The device does not recognize the command
-214702487380070017Data error (cyclic redundancy check)
-214702487280070018The program issued a command but the command length is incorrect
-214702487180070019The drive cannot locate a specific area or track on the disk
-21470248708007001AThe specified disk or diskette cannot be accessed
-21470248698007001BThe drive cannot find the sector requested
-21470248688007001CThe printer is out of paper
-21470248678007001DThe system cannot write to the specified device
-21470248668007001EThe system cannot read from the specified device
-21470248658007001FA device attached to the system is not functioning
-214702486480070020The process cannot access the file because it is being used by another process
-214702486380070021The process cannot access the file because another process has locked a portion of the file
-214702486280070022The wrong diskette is in the drive.Insert %2 (Volume Serial Number: %3) into drive %1
-214702486080070024Too many files opened for sharing
-214702485880070026Reached the end of the file
-214702485780070027The disk is full
-214702484680070032The request is not supported --- or --- The server cannot support a client request for a dynamic virtual channel.
-214702484580070033Windows 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
-214702484480070034You were not connected because a duplicate name exists on the network. If joining a domain
-214702484380070035The network path was not found
-214702484280070036The network is busy
-214702484180070037The specified network resource or device is no longer available
-214702484080070038The network BIOS command limit has been reached
-214702483980070039A network adapter hardware error occurred
-21470248388007003AThe specified server cannot perform the requested operation
-21470248378007003BAn unexpected network error occurred
-21470248368007003CThe remote adapter is not compatible
-21470248358007003DThe printer queue is full
-21470248348007003ESpace to store the file waiting to be printed is not available on the server
-21470248338007003FYour file waiting to be printed was deleted
-214702483280070040The specified network name is no longer available
-214702483180070041Network access is denied
-214702483080070042The network resource type is not correct
-214702482980070043The network name cannot be found
-214702482880070044The name limit for the local computer network adapter card was exceeded
-214702482780070045The network BIOS session limit was exceeded
-214702482680070046The remote server has been paused or is in the process of being started
-214702482580070047No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept
-214702482480070048The specified printer or disk device has been paused
-214702481680070050The file exists
-214702481480070052The directory or file cannot be created
-214702481380070053Fail on INT 24
-214702481280070054Storage to process this request is not available
-214702481180070055The local device name is already in use
-214702481080070056The specified network password is not correct
-214702480980070057The parameter is incorrect --- or --- One or more arguments are invalid.
-214702480880070058A write fault occurred on the network
-214702480780070059The system cannot start another process at this time
-214702479680070064Cannot create another system semaphore
-214702479580070065The exclusive semaphore is owned by another process
-214702479480070066The semaphore is set and cannot be closed
-214702479380070067The semaphore cannot be set again
-214702479280070068Cannot request exclusive semaphores at interrupt time
-214702479180070069The previous ownership of this semaphore has ended
-21470247908007006AInsert the diskette for drive %1
-21470247898007006BThe program stopped because an alternate diskette was not inserted
-21470247888007006CThe disk is in use or locked by another process
-21470247878007006DThe pipe has been ended
-21470247868007006EThe system cannot open the device or file specified
-21470247858007006FThe file name is too long
-214702478480070070There is not enough space on the disk.
-214702478380070071No more internal file identifiers available
-214702478280070072The target internal file identifier is incorrect
-214702477980070075The IOCTL call made by the application program is not correct
-214702477880070076The verify-on-write switch parameter value is not correct
-214702477780070077The system does not support the command requested
-214702477680070078This function is not supported on this system
-214702477580070079The semaphore timeout period has expired
-21470247748007007AThe data area passed to a system call is too small
-21470247738007007BThe filename
-21470247728007007CThe system call level is not correct
-21470247718007007DThe disk has no volume label
-21470247708007007EThe specified module could not be found
-21470247698007007FThe specified procedure could not be found
-214702476880070080There are no child processes to wait for
-214702476780070081The %1 application cannot be run in Win32 mode
-214702476680070082Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O
-214702476580070083An attempt was made to move the file pointer before the beginning of the file
-214702476480070084The file pointer cannot be set on the specified device or file
-214702476380070085A JOIN or SUBST command cannot be used for a drive that contains previously joined drives
-214702476280070086An attempt was made to use a JOIN or SUBST command on a drive that has already been joined
-214702476180070087An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted
-214702476080070088The system tried to delete the JOIN of a drive that is not joined
-214702475980070089The system tried to delete the substitution of a drive that is not substituted
-21470247588007008AThe system tried to join a drive to a directory on a joined drive
-21470247578007008BThe system tried to substitute a drive to a directory on a substituted drive
-21470247568007008CThe system tried to join a drive to a directory on a substituted drive
-21470247558007008DThe system tried to SUBST a drive to a directory on a joined drive
-21470247548007008EThe system cannot perform a JOIN or SUBST at this time
-21470247538007008FThe system cannot join or substitute a drive to or for a directory on the same drive
-214702475280070090The directory is not a subdirectory of the root directory
-214702475180070091The directory is not empty
-214702475080070092The path specified is being used in a substitute
-214702474980070093Not enough resources are available to process this command
-214702474880070094The path specified cannot be used at this time
-214702474780070095An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute
-214702474680070096System trace information was not specified in your CONFIG.SYS file
-214702474580070097The number of specified semaphore events for DosMuxSemWait is not correct
-214702474480070098DosMuxSemWait did not execute; too many semaphores are already set
-214702474380070099The DosMuxSemWait list is not correct
-21470247428007009AThe volume label you entered exceeds the label character limit of the target file system
-21470247418007009BCannot create another thread
-21470247408007009CThe recipient process has refused the signal
-21470247398007009DThe segment is already discarded and cannot be locked
-21470247388007009EThe segment is already unlocked
-21470247378007009FThe address for the thread ID is not correct
-2147024736800700A0One or more arguments are not correct
-2147024735800700A1The specified path is invalid
-2147024734800700A2A signal is already pending
-2147024732800700A4No more threads can be created in the system
-2147024729800700A7Unable to lock a region of a file
-2147024726800700AAThe requested resource is in use
-2147024725800700ABDevice's command support detection is in progress
-2147024723800700ADA lock request was not outstanding for the supplied cancel region
-2147024722800700AEThe file system does not support atomic changes to the lock type
-2147024716800700B4The system detected a segment number that was not correct
-2147024714800700B6The operating system cannot run %1
-2147024713800700B7Cannot create a file when that file already exists
-2147024710800700BAThe flag passed is not correct
-2147024709800700BBThe specified system semaphore name was not found
-2147024708800700BCThe operating system cannot run %1
-2147024707800700BDThe operating system cannot run %1
-2147024706800700BEThe operating system cannot run %1
-2147024705800700BFCannot run %1 in Win32 mode
-2147024704800700C0The operating system cannot run %1
-2147024703800700C1%1 is not a valid Win32 application
-2147024702800700C2The operating system cannot run %1
-2147024701800700C3The operating system cannot run %1
-2147024700800700C4The operating system cannot run this application program
-2147024699800700C5The operating system is not presently configured to run this application
-2147024698800700C6The operating system cannot run %1
-2147024697800700C7The operating system cannot run this application program
-2147024696800700C8The code segment cannot be greater than or equal to 64K
-2147024695800700C9The operating system cannot run %1
-2147024694800700CAThe operating system cannot run %1
-2147024693800700CBThe system could not find the environment option that was entered
-2147024691800700CDNo process in the command subtree has a signal handler
-2147024690800700CEThe filename or extension is too long
-2147024689800700CFThe ring 2 stack is in use
-2147024688800700D0The global filename characters
-2147024687800700D1The signal being posted is not correct
-2147024686800700D2The signal handler cannot be set
-2147024684800700D4The segment is locked and cannot be reallocated
-2147024682800700D6Too many dynamic-link modules are attached to this program or dynamic-link module
-2147024681800700D7Cannot nest calls to LoadModule
-2147024680800700D8This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher
-2147024679800700D9The image file %1 is signed
-2147024678800700DAThe image file %1 is strong signed
-2147024676800700DCThis file is checked out or locked for editing by another user
-2147024675800700DDThe file must be checked out before saving changes
-2147024674800700DEThe file type being saved or retrieved has been blocked
-2147024673800700DFThe file size exceeds the limit allowed and cannot be saved
-2147024672800700E0Access Denied. Before opening files in this location
-2147024671800700E1Operation did not complete successfully because the file contains a virus or potentially unwanted software
-2147024670800700E2This file contains a virus or potentially unwanted software and cannot be opened. Due to the nature of this virus or potentially unwanted software
-2147024667800700E5The pipe is local
-2147024666800700E6The pipe state is invalid
-2147024665800700E7All pipe instances are busy
-2147024664800700E8The pipe is being closed
-2147024663800700E9No process is on the other end of the pipe
-2147024662800700EAMore data is available
-2147024661800700EBThe action requested resulted in no work being done. Error-style clean-up has been performed
-2147024656800700F0The session was canceled
-2147024642800700FEThe specified extended attribute name was invalid
-2147024641800700FFThe extended attributes are inconsistent
-214702463880070102The wait operation timed out
-214702463780070103No more data is available
-21470246308007010AThe copy functions cannot be used
-21470246298007010BThe directory name is invalid
-214702462180070113The extended attributes did not fit in the buffer
-214702462080070114The extended attribute file on the mounted file system is corrupt
-214702461980070115The extended attribute table file is full
-214702461880070116The specified extended attribute handle is invalid
-21470246148007011AThe mounted file system does not support extended attributes
-214702460880070120Attempt to release mutex not owned by caller
-21470245988007012AToo many posts were made to a semaphore
-21470245978007012BOnly part of a ReadProcessMemory or WriteProcessMemory request was completed
-21470245968007012CThe oplock request is denied
-21470245958007012DAn invalid oplock acknowledgment was received by the system
-21470245948007012EThe volume is too fragmented to complete this operation
-21470245938007012FThe file cannot be opened because it is in the process of being deleted
-214702459280070130Short name settings may not be changed on this volume due to the global registry setting
-214702459180070131Short names are not enabled on this volume
-214702459080070132The security stream for the given volume is in an inconsistent state.Please run CHKDSK on the volume
-214702458980070133A requested file lock operation cannot be processed due to an invalid byte range
-214702458880070134The subsystem needed to support the image type is not present
-214702458780070135The specified file already has a notification GUID associated with it
-214702458680070136An invalid exception handler routine has been detected
-214702458580070137Duplicate privileges were specified for the token
-214702458480070138No ranges for the specified operation were able to be processed
-214702458380070139Operation is not allowed on a file system internal file
-21470245828007013AThe physical resources of this disk have been exhausted
-21470245818007013BThe token representing the data is invalid
-21470245808007013CThe device does not support the command feature
-21470245798007013DThe system cannot find message text for message number 0x%1 in the message file for %2
-21470245788007013EThe scope specified was not found
-21470245778007013FThe Central Access Policy specified is not defined on the target machine
-214702457680070140The Central Access Policy obtained from Active Directory is invalid
-214702457580070141The device is unreachable
-214702457480070142The target device has insufficient resources to complete the operation
-214702457380070143A data integrity checksum error occurred. Data in the file stream is corrupt
-214702457280070144An attempt was made to modify both a KERNEL and normal Extended Attribute (EA) in the same operation
-214702457080070146Device does not support file-level TRIM
-214702456980070147The command specified a data offset that does not align to the device's granularity/alignment
-214702456880070148The command specified an invalid field in its parameter list
-214702456780070149An operation is currently in progress with the device
-21470245668007014AAn attempt was made to send down the command via an invalid path to the target device
-21470245658007014BThe command specified a number of descriptors that exceeded the maximum supported by the device
-21470245648007014CScrub is disabled on the specified file
-21470245638007014DThe storage device does not provide redundancy
-21470245628007014EAn operation is not supported on a resident file
-21470245618007014FAn operation is not supported on a compressed file
-214702456080070150An operation is not supported on a directory
-214702455980070151The specified copy of the requested data could not be read
-214702455880070152The specified data could not be written to any of the copies
-214702455780070153One 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
-214702455680070154The supplied kernel information version is invalid
-214702455580070155The supplied PEP information version is invalid
-214702455480070156This object is not externally backed by any provider
-214702455380070157The external backing provider is not recognized
-214702455280070158Compressing this object would not save space
-214702455180070159The request failed due to a storage topology ID mismatch
-21470245508007015AThe operation was blocked by parental controls
-21470245498007015BA file system block being referenced has already reached the maximum reference count and can't be referenced any further
-21470245488007015CThe requested operation failed because the file stream is marked to disallow writes
-21470245478007015DThe requested operation failed with an architecture-specific failure code
-21470245468007015ENo action was taken as a system reboot is required
-21470245458007015FThe shutdown operation failed
-214702454480070160The restart operation failed
-214702454380070161The maximum number of sessions has been reached
-214702454280070162Windows Information Protection policy does not allow access to this network resource
-214702454180070163The device hint name buffer is too small to receive the remaining name
-214702454080070164The requested operation was blocked by Windows Information Protection policy. For more information
-214702453980070165The requested operation cannot be performed because hardware or software configuration of the device does not comply with Windows Information Protection under Lock policy. Please
-214702453880070166The cloud sync root metadata is corrupted
-214702453780070167The device is in maintenance mode
-214702453680070168This operation is not supported on a DAX volume
-214702453580070169The volume has active DAX mappings
-21470245348007016AThe cloud file provider is not running
-21470245338007016BThe cloud file metadata is corrupt and unreadable
-21470245328007016CThe cloud file metadata is too large
-21470245318007016DThe cloud file property is too large
-21470245308007016EThe cloud file property is possibly corrupt. The on-disk checksum does not match the computed checksum
-21470245298007016FThe process creation has been blocked
-214702452880070170The storage device has lost data or persistence
-214702452780070171The provider that supports file system virtualization is temporarily unavailable
-214702452680070172The metadata for file system virtualization is corrupt and unreadable
-214702452580070173The provider that supports file system virtualization is too busy to complete this operation
-214702452480070174The provider that supports file system virtualization is unknown
-214702452380070175GDI handles were potentially leaked by the application
-214702452280070176The maximum number of cloud file properties has been reached
-214702452180070177The version of the cloud file property store is not supported
-214702452080070178The file is not a cloud file
-214702451980070179The file is not in sync with the cloud
-21470245188007017AThe cloud sync root is already connected with another cloud sync provider
-21470245178007017BThe operation is not supported by the cloud sync provider
-21470245168007017CThe cloud operation is invalid
-21470245158007017DThe cloud operation is not supported on a read-only volume
-21470245148007017EThe operation is reserved for a connected cloud sync provider
-21470245138007017FThe cloud sync provider failed to validate the downloaded data
-214702451280070180You can't connect to the file share because it's not secure. This share requires the obsolete SMB1 protocol
-214702451180070181The virtualization operation is not allowed on the file in its current state
-214702451080070182The cloud sync provider failed user authentication
-214702450980070183The cloud sync provider failed to perform the operation due to low system resources
-214702450880070184The cloud sync provider failed to perform the operation due to network being unavailable
-214702450780070185The cloud operation was unsuccessful
-214702450680070186The operation is only supported on files under a cloud sync root
-214702450580070187The operation cannot be performed on cloud files in use
-214702450480070188The operation cannot be performed on pinned cloud files
-214702450380070189The cloud operation was aborted
-21470245028007018AThe cloud file's property store is corrupt
-21470245018007018BAccess to the cloud file is denied
-21470245008007018CThe cloud operation cannot be performed on a file with incompatible hardlinks
-21470244998007018DThe operation failed due to a conflicting cloud file property lock
-21470244988007018EThe cloud operation was canceled by user
-21470244978007018FAn externally encrypted syskey has been configured
-214702449680070190The thread is already in background processing mode
-214702449580070191The thread is not in background processing mode
-214702449480070192The process is already in background processing mode
-214702449380070193The process is not in background processing mode
-214702449280070194The cloud file provider exited unexpectedly
-214702449180070195The file is not a cloud sync root
-214702449080070196The read or write operation to an encrypted file could not be completed because the file can only be accessed when the device is unlocked
-214702448980070197The volume is not cluster aligned on the disk
-214702448880070198No physically aligned free space was found on the volume
-214702448780070199The APPX file can not be accessed because it is not encrypted as expected
-21470244868007019AA read or write of raw encrypted data cannot be performed because the file is not encrypted
-21470244858007019BAn invalid file offset in the encrypted data info block was passed for read or write operation of file's raw encrypted data
-21470244848007019CAn invalid offset and length combination in the encrypted data info block was passed for read or write operation of file's raw encrypted data
-21470244838007019DAn invalid parameter in the encrypted data info block was passed for read or write operation of file's raw encrypted data
-21470244828007019EThe Windows Subsystem for Linux has not been enabled
-21470244818007019FThe specified data could not be read from any of the copies
-2147024480800701A0The specified storage reserve ID is invalid
-2147024479800701A1The specified storage reserve does not exist
-2147024478800701A2The specified storage reserve already exists
-2147024477800701A3The specified storage reserve is not empty
-2147024476800701A4This operation requires a DAX volume
-2147024475800701A5This stream is not DAX mappable
-2147024474800701A6Operation cannot be performed on a time critical thread
-2147024473800701A7User data protection is not supported for the current or provided user
-2147024472800701A8This directory contains entries whose names differ only in case
-2147024471800701A9The file cannot be safely opened because it is not supported by this version of Windows
-2147024470800701AAThe cloud operation was not completed before the time-out period expired
-2147024469800701ABA task queue is required for this operation but none is available
-2147024468800701ACFailed loading a valid version of srcsrv.dll
-2147024467800701ADThis operation is not supported with BTT enabled
-2147024466800701AEThis operation cannot be performed because encryption is currently disabled
-2147024465800701AFThis encryption operation cannot be performed on filesystem metadata
-2147024464800701B0Encryption cannot be cleared on this file/directory because it still has an encrypted attribute
-2147024463800701B1A device which does not exist was specified
-2147024462800701B2Dehydration of the cloud file is disallowed by the cloud sync provider
-2147024461800701B3A file snapshot operation was attempted when one is already in progress
-2147024460800701B4A snapshot of the file cannot be taken because a user-mapped section is present
-2147024459800701B5The file snapshot operation was terminated because one of the files was modified in a way incompatible with a snapshot operation. Please try again
-2147024458800701B6An I/O request could not be coordinated with a file snapshot operation
-2147024457800701B7An unexpected error occurred while processing a file snapshot operation
-2147024456800701B8A file snapshot operation received an invalid parameter
-2147024455800701B9The operation could not be completed due to one or more unsatisfied dependencies
-2147024454800701BAThe file cannot be opened because the path has a case-sensitive directory
-2147024453800701BBThe filesystem couldn't handle one of the CacheManager's callback error codes
-2147024452800701BCWSL 2 requires an update to its kernel component. For information please visit https://aka.ms/wsl2kernel
-2147024451800701BDThis action is blocked
-2147024450800701BEThis action is blocked. Please refer to the data loss prevention notification for further information
-2147024447800701C1This action is blocked. Please refer to the data loss prevention notification for further information
-2147024446800701C2Neither developer unlocked mode nor side loading mode is enabled on the device
-2147024445800701C3Can not change application type during upgrade or re-provision
-2147024444800701C4The application has not been provisioned
-2147024443800701C5The requested capability can not be authorized for this application
-2147024442800701C6There is no capability authorization policy on the device
-2147024441800701C7The capability authorization database has been corrupted
-2147024440800701C8The custom capability's SCCD has an invalid catalog
-2147024439800701C9None of the authorized entity elements in the SCCD matched the app being installed; either the PFNs don't match
-2147024438800701CAThe custom capability's SCCD failed to parse
-2147024437800701CBThe custom capability's SCCD requires developer mode
-2147024436800701CCThere not all declared custom capabilities are found in the SCCD
-2147024426800701D6The CimFS image is corrupt
-2147024416800701E0The 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
-2147024415800701E1The 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
-2147024414800701E2The 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
-2147024413800701E3The request failed due to a fatal device hardware error
-2147024409800701E7Attempt to access invalid address
-2147024408800701E8The volume contains paging
-2147024396800701F4User profile cannot be loaded
-2147024386800701FEThe file system encountered a metadata file with inconsistent data
-214702436280070216Arithmetic result exceeded 32 bits
-214702436180070217There is a process on other end of the pipe
-214702436080070218Waiting for a process to open the other end of the pipe
-214702435980070219Application verifier has found an error in the current process
-21470243588007021AAn error occurred in the ABIOS subsystem
-21470243578007021BA warning occurred in the WX86 subsystem
-21470243568007021CAn error occurred in the WX86 subsystem
-21470243558007021DAn 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
-21470243548007021EUnwind exception code
-21470243538007021FAn invalid or unaligned stack was encountered during an unwind operation
-214702435280070220An invalid unwind target was encountered during an unwind operation
-214702435180070221Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
-214702435080070222Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port
-214702434980070223An attempt was made to lower a quota limit below the current usage
-214702434880070224An attempt was made to attach to a device that was already attached to another device
-214702434780070225An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references
-214702434680070226Profiling not started
-214702434580070227Profiling not stopped
-214702434480070228The passed ACL did not contain the minimum required information
-214702434380070229The number of active profiling objects is at the maximum and no more may be started
-21470243428007022AUsed to indicate that an operation cannot continue without blocking for I/O
-21470243418007022BIndicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process
-21470243408007022CIf an MM error is returned which is not defined in the standard FsRtl filter
-21470243398007022DIf an MM error is returned which is not defined in the standard FsRtl filter
-21470243388007022EIf an MM error is returned which is not defined in the standard FsRtl filter
-21470243378007022FA malformed function table was encountered during an unwind operation
-214702433680070230Indicates 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.This causes the protection attempt to fail
-214702433580070231Indicates that an attempt was made to grow an LDT by setting its size
-214702433380070233Indicates that the starting value for the LDT information was not an integral multiple of the selector size
-214702433280070234Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors
-214702433180070235Indicates a process has too many threads to perform the requested action. For example
-214702433080070236An attempt was made to operate on a thread within a specific process
-214702432980070237Page file quota was exceeded
-214702432880070238The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role
-214702432780070239The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required
-21470243268007023AThe NtCreateFile API failed. This error should never be returned to an application
-21470243258007023B{Privilege Failed}The I/O permissions for the process could not be changed
-21470243248007023C{Application Exit by CTRL+C}The application terminated as a result of a CTRL+C
-21470243238007023D{Missing System File}The required system file %hs is bad or missing
-21470243228007023E{Application Error}The exception %s (0x
-21470243218007023F{Application Error}The application was unable to start correctly (0x%lx). Click OK to close the application
-214702432080070240{Unable to Create Paging File}The creation of the paging file %hs failed (%lx). The requested size was %ld
-214702431980070241Windows 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
-214702431880070242{No Paging File Specified}No paging file was specified in the system configuration
-214702431780070243{EXCEPTION}A real-mode application issued a floating-point instruction and floating-point hardware is not present
-214702431680070244An event pair synchronization operation was performed using the thread specific client/server event pair object
-214702431580070245A Windows Server has an incorrect configuration
-214702431480070246An 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
-214702431380070247The Unicode character is not defined in the Unicode character set installed on the system
-214702431280070248The paging file cannot be created on a floppy diskette
-214702431180070249The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected
-21470243108007024AThis operation is only allowed for the Primary Domain Controller of the domain
-21470243098007024BAn attempt was made to acquire a mutant such that its maximum count would have been exceeded
-21470243088007024CA volume has been accessed for which a file system driver is required that has not yet been loaded
-21470243078007024D{Registry File Failure}The registry cannot load the hive (file):%hsor its log or alternate.It is corrupt
-21470243068007024E{Unexpected Failure in DebugActiveProcess}An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process
-21470243058007024F{Fatal System Error}The %hs system process terminated unexpectedly with a status of 0x
-214702430480070250{Data Not Accepted}The TDI client could not handle the data received during an indication
-214702430380070251NTVDM encountered a hard error
-214702430280070252{Cancel Timeout}The driver %hs failed to complete a cancelled I/O request in the allotted time
-214702430180070253{Reply Message Mismatch}An attempt was made to reply to an LPC message
-214702430080070254{Delayed Write Failed}Windows was unable to save all the data for the file %hs. The data has been lost.This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere
-214702429980070255The 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
-214702429880070256The stream is not a tiny stream
-214702429780070257The request must be handled by the stack overflow code
-214702429680070258Internal 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
-214702429580070259The 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
-21470242948007025AThe bucket array must be grown. Retry transaction after doing so
-21470242938007025BThe user/kernel marshalling buffer has overflowed
-21470242928007025CThe supplied variant structure contains invalid data
-21470242918007025DThe specified buffer contains ill-formed data
-21470242908007025E{Audit Failed}An attempt to generate a security audit failed
-21470242898007025FThe timer resolution was not previously set by the current process
-214702428880070260There is insufficient account information to log you on
-214702428780070261{Invalid DLL Entrypoint}The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state.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
-214702428680070262{Invalid Service Callback Entrypoint}The %hs service is not written correctly. The stack pointer has been left in an inconsistent state.The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However
-214702428580070263There is an IP address conflict with another system on the network
-214702428480070264There is an IP address conflict with another system on the network
-214702428380070265{Low On Registry Space}The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored
-214702428280070266A callback return system service cannot be executed when no callback is active
-214702428180070267The password provided is too short to meet the policy of your user account.Please choose a longer password
-214702428080070268The policy of your user account does not allow you to change passwords too frequently.This is done to prevent users from changing back to a familiar
-214702427980070269You have attempted to change your password to one that you have used in the past.The policy of your user account does not allow this. Please select a password that you have not previously used
-21470242788007026AThe specified compression format is unsupported
-21470242778007026BThe specified hardware profile configuration is invalid
-21470242768007026CThe specified Plug and Play registry device path is invalid
-21470242758007026DThe specified quota list is internally inconsistent with its descriptor
-21470242748007026E{Windows Evaluation Notification}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
-21470242738007026F{Illegal System DLL Relocation}The system DLL %hs was relocated in memory. The application will not run properly.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
-214702427280070270{DLL Initialization Failed}The application failed to initialize because the window station is shutting down
-214702427180070271The validation process needs to continue on to the next step
-214702427080070272There are no more matches for the current index enumeration
-214702426980070273The range could not be added to the range list because of a conflict
-214702426880070274The server process is running under a SID different than that required by client
-214702426780070275A group marked use for deny only cannot be enabled
-214702426680070276{EXCEPTION}Multiple floating point faults
-214702426580070277{EXCEPTION}Multiple floating point traps
-214702426480070278The requested interface is not supported
-214702426380070279{System Standby Failed}The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode
-21470242628007027AThe system file %1 has become corrupt and has been replaced
-21470242618007027B{Virtual Memory Minimum Too Low}Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file.During this process
-21470242608007027CA device was removed so enumeration must be restarted
-21470242598007027D{Fatal System Error}The system image %s is not properly signed.The file has been replaced with the signed file.The system has been shut down
-21470242588007027EDevice will not start without a reboot
-21470242578007027FThere is not enough power to complete the requested operation
-214702425680070280ERROR_MULTIPLE_FAULT_VIOLATION
-214702425580070281The system is in the process of shutting down
-214702425480070282An attempt to remove a processes DebugPort was made
-214702425380070283This version of Windows is not compatible with the behavior version of directory forest
-214702425280070284The specified range could not be found in the range list
-214702425080070286The driver was not loaded because the system is booting into safe mode
-214702424980070287The driver was not loaded because it failed its initialization call
-214702424880070288The "%hs" encountered an error while applying power or reading the device configuration.This may be caused by a failure of your hardware or by a poor connection
-214702424780070289The 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
-21470242468007028AThe device object parameter is either not a valid device object or is not attached to the volume specified by the file name
-21470242458007028BA Machine Check Error has occurred. Please check the system eventlog for additional information
-21470242448007028CThere was error [%2] processing the driver database
-21470242438007028DSystem hive size has exceeded its limit
-21470242428007028EThe driver could not be loaded because a previous version of the driver is still in memory
-21470242418007028F{Volume Shadow Copy Service}Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation
-214702424080070290The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted
-214702423980070291The password provided is too long to meet the policy of your user account.Please choose a shorter password
-214702423180070299The requested operation could not be completed due to a file system limitation
-21470242288007029CAn assertion failure has occurred
-21470242278007029DAn error occurred in the ACPI subsystem
-21470242268007029EWOW Assertion Error
-21470242258007029FA device is missing in the system BIOS MPS table. This device will not be used.Please contact your system vendor for system BIOS update
-2147024224800702A0A translator failed to translate resources
-2147024223800702A1A IRQ translator failed to translate resources
-2147024222800702A2Driver %2 returned invalid ID for a child device (%3)
-2147024221800702A3{Kernel Debugger Awakened}the system debugger was awakened by an interrupt
-2147024220800702A4{Handles Closed}Handles to objects have been automatically closed as a result of the requested operation
-2147024219800702A5{Too Much Information}The specified access control list (ACL) contained more information than was expected
-2147024218800702A6This warning level status indicates that the transaction state already exists for the registry sub-tree
-2147024217800702A7{Media Changed}The media may have changed
-2147024216800702A8{GUID Substitution}During the translation of a global identifier (GUID) to a Windows security ID (SID)
-2147024215800702A9The create operation stopped after reaching a symbolic link
-2147024214800702AAA long jump has been executed
-2147024213800702ABThe Plug and Play query operation was not successful
-2147024212800702ACA frame consolidation has been executed
-2147024211800702AD{Registry Hive Recovered}Registry hive (file):%hswas corrupted and it has been recovered. Some data might have been lost
-2147024210800702AEThe application is attempting to run executable code from the module %hs. This may be insecure. An alternative
-2147024209800702AFThe application is loading executable code from the module %hs. This is secure
-2147024208800702B0Debugger did not handle the exception
-2147024207800702B1Debugger will reply later
-2147024206800702B2Debugger cannot provide handle
-2147024205800702B3Debugger terminated thread
-2147024204800702B4Debugger terminated process
-2147024203800702B5Debugger got control C
-2147024202800702B6Debugger printed exception on control C
-2147024201800702B7Debugger received RIP exception
-2147024200800702B8Debugger received control break
-2147024199800702B9Debugger command communication exception
-2147024198800702BA{Object Exists}An attempt was made to create an object and the object name already existed
-2147024197800702BB{Thread Suspended}A thread termination occurred while the thread was suspended. The thread was resumed
-2147024196800702BC{Image Relocated}An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image
-2147024195800702BDThis informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created
-2147024194800702BE{Segment Load}A virtual DOS machine (VDM) is loading
-2147024193800702BF{Invalid Current Directory}The process cannot switch to the startup current directory %hs.Select OK to set current directory to %hs
-2147024192800702C0{Redundant Read}To satisfy a read request
-2147024191800702C1{Redundant Write}To satisfy a write request
-2147024190800702C2{Machine Type Mismatch}The image file %hs is valid
-2147024189800702C3{Partial Data Received}The network transport returned partial data to its client. The remaining data will be sent later
-2147024188800702C4{Expedited Data Received}The network transport returned data to its client that was marked as expedited by the remote system
-2147024187800702C5{Partial Expedited Data Received}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
-2147024186800702C6{TDI Event Done}The TDI indication has completed successfully
-2147024185800702C7{TDI Event Pending}The TDI indication has entered the pending state
-2147024184800702C8Checking file system on %wZ
-2147024183800702C9{Fatal Application Exit}%hs
-2147024182800702CAThe specified registry key is referenced by a predefined handle
-2147024181800702CB{Page Unlocked}The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process
-2147024180800702CC%hs
-2147024179800702CD{Page Locked}One of the pages to lock was already locked
-2147024178800702CEApplication popup: %1 : %2
-2147024177800702CFERROR_ALREADY_WIN32
-2147024176800702D0{Machine Type Mismatch}The image file %hs is valid
-2147024175800702D1A yield execution was performed and no thread was available to run
-2147024174800702D2The resumable flag to a timer API was ignored
-2147024173800702D3The arbiter has deferred arbitration of these resources to its parent
-2147024172800702D4The inserted CardBus device cannot be started because of a configuration error on "%hs"
-2147024171800702D5The 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
-2147024170800702D6The system was put into hibernation
-2147024169800702D7The system was resumed from hibernation
-2147024168800702D8Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2
-2147024167800702D9A 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
-2147024166800702DAThe system has awoken
-2147024165800702DBERROR_WAIT_1
-2147024164800702DCERROR_WAIT_2
-2147024163800702DDERROR_WAIT_3
-2147024162800702DEERROR_WAIT_63
-2147024161800702DFERROR_ABANDONED_WAIT_0
-2147024160800702E0ERROR_ABANDONED_WAIT_63
-2147024159800702E1ERROR_USER_APC
-2147024158800702E2ERROR_KERNEL_APC
-2147024157800702E3ERROR_ALERTED
-2147024156800702E4The requested operation requires elevation
-2147024155800702E5A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link
-2147024154800702E6An open/create operation completed while an oplock break is underway
-2147024153800702E7A new volume has been mounted by a file system
-2147024152800702E8This success level status indicates that the transaction state already exists for the registry sub-tree
-2147024151800702E9This indicates that a notify change request has been completed due to closing the handle which made the notify change request
-2147024150800702EA{Connect Failure on Primary Transport}An attempt was made to connect to the remote server %hs on the primary transport
-2147024149800702EBPage fault was a transition fault
-2147024148800702ECPage fault was a demand zero fault
-2147024147800702EDPage fault was a demand zero fault
-2147024146800702EEPage fault was a demand zero fault
-2147024145800702EFPage fault was satisfied by reading from a secondary storage device
-2147024144800702F0Cached page was locked during operation
-2147024143800702F1Crash dump exists in paging file
-2147024142800702F2Specified buffer contains all zeros
-2147024141800702F3A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link
-2147024140800702F4The device has succeeded a query-stop and its resource requirements have changed
-2147024139800702F5The translator has translated these resources into the global space and no further translations should be performed
-2147024138800702F6A process being terminated has no threads to terminate
-2147024137800702F7The specified process is not part of a job
-2147024136800702F8The specified process is part of a job
-2147024135800702F9{Volume Shadow Copy Service}The system is now ready for hibernation
-2147024134800702FAA file system or file system filter driver has successfully completed an FsFilter operation
-2147024133800702FBThe specified interrupt vector was already connected
-2147024132800702FCThe specified interrupt vector is still connected
-2147024131800702FDAn operation is blocked waiting for an oplock
-2147024130800702FEDebugger handled exception
-2147024129800702FFDebugger continued
-214702412880070300An exception occurred in a user mode callback and the kernel callback frame should be removed
-214702412780070301Compression is disabled for this volume
-214702412680070302The data provider cannot fetch backwards through a result set
-214702412580070303The data provider cannot scroll backwards through a result set
-214702412480070304The data provider requires that previously fetched data is released before asking for more data
-214702412380070305The data provider was not able to interpret the flags set for a column binding in an accessor
-214702412280070306One or more errors occurred while processing the request
-214702412180070307The implementation is not capable of performing the request
-214702412080070308The client of a component requested an operation which is not valid given the state of the component instance
-214702411980070309A version number could not be parsed
-21470241188007030AThe iterator's start position is invalid
-21470241178007030BThe hardware has reported an uncorrectable memory error
-21470241168007030CThe attempted operation required self healing to be enabled
-21470241158007030DThe Desktop heap encountered an error while allocating session memory. There is more information in the system event log
-21470241148007030EThe system power state is transitioning from %2 to %3
-21470241138007030FThe system power state is transitioning from %2 to %3 but could enter %4
-214702411280070310A thread is getting dispatched with MCA EXCEPTION because of MCA
-214702411180070311Access to %1 is monitored by policy rule %2
-214702411080070312Access to %1 has been restricted by your Administrator by policy rule %2
-214702410980070313A valid hibernation file has been invalidated and should be abandoned
-214702410880070314{Delayed Write Failed}Windows was unable to save all the data for the file %hs; the data has been lost.This error may be caused by network connectivity issues. Please try to save this file elsewhere
-214702410780070315{Delayed Write Failed}Windows was unable to save all the data for the file %hs; the data has been lost.This error was returned by the server on which the file exists. Please try to save this file elsewhere
-214702410680070316{Delayed Write Failed}Windows was unable to save all the data for the file %hs; the data has been lost.This error may be caused if the device has been removed or the media is write-protected
-214702410580070317The resources required for this device conflict with the MCFG table
-214702410480070318The volume repair could not be performed while it is online.Please schedule to take the volume offline so that it can be repaired
-214702410380070319The volume repair was not successful
-21470241028007031AOne of the volume corruption logs is full. Further corruptions that may be detected won't be logged
-21470241018007031BOne of the volume corruption logs is internally corrupted and needs to be recreated. The volume may contain undetected corruptions and must be scanned
-21470241008007031COne of the volume corruption logs is unavailable for being operated on
-21470240998007031DOne of the volume corruption logs was deleted while still having corruption records in them. The volume contains detected corruptions and must be scanned
-21470240988007031EOne of the volume corruption logs was cleared by chkdsk and no longer contains real corruptions
-21470240978007031FOrphaned 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
-214702409680070320The oplock that was associated with this handle is now associated with a different handle
-214702409580070321An oplock of the requested level cannot be granted. An oplock of a lower level may be available
-214702409480070322The operation did not complete successfully because it would cause an oplock to be broken. The caller has requested that existing oplocks not be broken
-214702409380070323The handle with which this oplock was associated has been closed. The oplock is now broken
-214702409280070324The specified access control entry (ACE) does not contain a condition
-214702409180070325The specified access control entry (ACE) contains an invalid condition
-214702409080070326Access to the specified file handle has been revoked
-214702408980070327{Image Relocated}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
-214702408880070328The read or write operation to an encrypted file could not be completed because the file has not been opened for data access
-214702408780070329File metadata optimization is already in progress
-21470240868007032AThe requested operation failed due to quota operation is still in progress
-21470240858007032BAccess to the specified handle has been revoked
-21470240848007032CThe callback function must be invoked inline
-21470240838007032DThe specified CPU Set IDs are invalid
-21470240828007032EThe specified enclave has not yet been terminated
-21470240818007032FAn attempt was made to access protected memory in violation of its secure access policy
-2147023902800703E2Access to the extended attribute was denied
-2147023901800703E3The I/O operation has been aborted because of either a thread exit or an application request
-2147023900800703E4Overlapped I/O event is not in a signaled state
-2147023899800703E5Overlapped I/O operation is in progress
-2147023898800703E6Invalid access to memory location
-2147023897800703E7Error performing inpage operation
-2147023895800703E9Recursion too deep; the stack overflowed
-2147023894800703EAThe window cannot act on the sent message
-2147023893800703EBCannot complete this function
-2147023892800703ECInvalid flags
-2147023891800703EDThe volume does not contain a recognized file system.Please make sure that all required file system drivers are loaded and that the volume is not corrupted
-2147023890800703EEThe volume for a file has been externally altered so that the opened file is no longer valid
-2147023889800703EFThe requested operation cannot be performed in full-screen mode
-2147023888800703F0An attempt was made to reference a token that does not exist
-2147023887800703F1The configuration registry database is corrupt
-2147023886800703F2The configuration registry key is invalid
-2147023885800703F3The configuration registry key could not be opened
-2147023884800703F4The configuration registry key could not be read
-2147023883800703F5The configuration registry key could not be written
-2147023882800703F6One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful
-2147023881800703F7The registry is corrupted. The structure of one of the files containing registry data is corrupted
-2147023880800703F8An I/O operation initiated by the registry failed unrecoverably. The registry could not read in
-2147023879800703F9The system has attempted to load or restore a file into the registry
-2147023878800703FAIllegal operation attempted on a registry key that has been marked for deletion
-2147023877800703FBSystem could not allocate the required space in a registry log
-2147023876800703FCCannot create a symbolic link in a registry key that already has subkeys or values
-2147023875800703FDCannot create a stable subkey under a volatile parent key
-2147023874800703FEA 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
-21470238458007041BA stop control has been sent to a service that other running services are dependent on
-21470238448007041CThe requested control is not valid for this service
-21470238438007041DThe service did not respond to the start or control request in a timely fashion
-21470238428007041EA thread could not be created for the service
-21470238418007041FThe service database is locked
-214702384080070420An instance of the service is already running
-214702383980070421The account name is invalid or does not exist
-214702383880070422The service cannot be started
-214702383780070423Circular service dependency was specified
-214702383680070424The specified service does not exist as an installed service
-214702383580070425The service cannot accept control messages at this time
-214702383480070426The service has not been started
-214702383380070427The service process could not connect to the service controller
-214702383280070428An exception occurred in the service when handling the control request
-214702383180070429The database specified does not exist
-21470238308007042AThe service has returned a service-specific error code
-21470238298007042BThe process terminated unexpectedly
-21470238288007042CThe dependency service or group failed to start
-21470238278007042DThe service did not start due to a logon failure
-21470238268007042EAfter starting
-21470238258007042FThe specified service database lock is invalid
-214702382480070430The specified service has been marked for deletion
-214702382380070431The specified service already exists
-214702382280070432The system is currently running with the last-known-good configuration
-214702382180070433The dependency service does not exist or has been marked for deletion
-214702382080070434The current boot has already been accepted for use as the last-known-good control set
-214702381980070435No attempts to start the service have been made since the last boot
-214702381880070436The name is already in use as either a service name or a service display name
-214702381780070437The account specified for this service is different from the account specified for other services running in the same process
-214702381680070438Failure actions can only be set for Win32 services
-214702381580070439This service runs in the same process as the service control manager.Therefore
-21470238148007043ANo recovery program has been configured for this service
-21470238138007043BThe executable program that this service is configured to run in does not implement the service
-21470238128007043CThis service cannot be started in Safe Mode
-21470237968007044CThe physical end of the tape has been reached
-21470237958007044DA tape access reached a filemark
-21470237948007044EThe beginning of the tape or a partition was encountered
-21470237938007044FA tape access reached the end of a set of files
-214702379280070450No more data is on the tape
-214702379180070451Tape could not be partitioned
-214702379080070452When accessing a new tape of a multivolume partition
-214702378980070453Tape partition information could not be found when loading a tape
-214702378880070454Unable to lock the media eject mechanism
-214702378780070455Unable to unload the media
-214702378680070456The media in the drive may have changed
-214702378580070457The I/O bus was reset
-214702378480070458No media in drive
-214702378380070459No mapping for the Unicode character exists in the target multi-byte code page
-21470237828007045AA dynamic link library (DLL) initialization routine failed
-21470237818007045BA system shutdown is in progress
-21470237808007045CUnable to abort the system shutdown because no shutdown was in progress
-21470237798007045DThe request could not be performed because of an I/O device error
-21470237788007045ENo serial device was successfully initialized. The serial driver will unload
-21470237778007045FUnable 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
-214702377680070460A serial I/O operation was completed by another write to the serial port.(The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
-214702377580070461A serial I/O operation completed because the timeout period expired.(The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
-214702377480070462No ID address mark was found on the floppy disk
-214702377380070463Mismatch between the floppy disk sector ID field and the floppy disk controller track address
-214702377280070464The floppy disk controller reported an error that is not recognized by the floppy disk driver
-214702377180070465The floppy disk controller returned inconsistent results in its registers
-214702377080070466While accessing the hard disk
-214702376980070467While accessing the hard disk
-214702376880070468While accessing the hard disk
-214702376780070469Physical end of tape encountered
-21470237668007046ANot enough server memory resources are available to process this command
-21470237658007046BA potential deadlock condition has been detected
-21470237648007046CThe base address or the file offset specified does not have the proper alignment
-214702375680070474An attempt to change the system power state was vetoed by another application or driver
-214702375580070475The system BIOS failed an attempt to change the system power state
-214702375480070476An attempt was made to create more links on a file than the file system supports
-21470237468007047EThe specified program requires a newer version of Windows
-21470237458007047FThe specified program is not a Windows or MS-DOS program
-214702374480070480Cannot start more than one instance of the specified program
-214702374380070481The specified program was written for an earlier version of Windows
-214702374280070482One of the library files needed to run this application is damaged
-214702374180070483No application is associated with the specified file for this operation
-214702374080070484An error occurred in sending the command to the application
-214702373980070485One of the library files needed to run this application cannot be found
-214702373880070486The current process has used all of its system allowance of handles for Window Manager objects
-214702373780070487The message can be used only with synchronous operations
-214702373680070488The indicated source element has no media
-214702373580070489The indicated destination element already contains media
-21470237348007048AThe indicated element does not exist
-21470237338007048BThe indicated element is part of a magazine that is not present
-21470237328007048CThe indicated device requires reinitialization due to hardware errors
-21470237318007048DThe device has indicated that cleaning is required before further operations are attempted
-21470237308007048EThe device has indicated that its door is open
-21470237298007048FThe device is not connected
-214702372880070490Element not found
-214702372780070491There was no match for the specified key in the index
-214702372680070492The property set specified does not exist on the object
-214702372580070493The point passed to GetMouseMovePoints is not in the buffer
-214702372480070494The tracking (workstation) service is not running
-214702372380070495The Volume ID could not be found
-214702372180070497Unable to remove the file to be replaced
-214702372080070498Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name
-214702371980070499Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name
-21470237188007049AThe volume change journal is being deleted
-21470237178007049BThe volume change journal is not active
-21470237168007049CA file was found
-21470237158007049DThe journal entry has been deleted from the journal
-21470237138007049FDriver Verifier Volatile settings cannot be set when CFG and IO are enabled
-2147023712800704A0An attempt was made to access a partition that has begun termination
-2147023706800704A6A system shutdown has already been scheduled
-2147023705800704A7The system shutdown cannot be initiated because there are other users logged on to the computer
-2147023696800704B0The specified device name is invalid
-2147023695800704B1The device is not currently connected but it is a remembered connection
-2147023694800704B2The local device name has a remembered connection to another network resource
-2147023693800704B3The network path was either typed incorrectly
-2147023692800704B4The specified network provider name is invalid
-2147023691800704B5Unable to open the network connection profile
-2147023690800704B6The network connection profile is corrupted
-2147023689800704B7Cannot enumerate a noncontainer
-2147023688800704B8An extended error has occurred
-2147023687800704B9The format of the specified group name is invalid
-2147023686800704BAThe format of the specified computer name is invalid
-2147023685800704BBThe format of the specified event name is invalid
-2147023684800704BCThe format of the specified domain name is invalid
-2147023683800704BDThe format of the specified service name is invalid
-2147023682800704BEThe format of the specified network name is invalid
-2147023681800704BFThe format of the specified share name is invalid
-2147023680800704C0The format of the specified password is invalid
-2147023679800704C1The format of the specified message name is invalid
-2147023678800704C2The format of the specified message destination is invalid
-2147023677800704C3Multiple connections to a server or shared resource by the same user
-2147023676800704C4An attempt was made to establish a session to a network server
-2147023675800704C5The workgroup or domain name is already in use by another computer on the network
-2147023674800704C6The network is not present or not started
-2147023673800704C7The operation was canceled by the user
-2147023672800704C8The requested operation cannot be performed on a file with a user-mapped section open
-2147023671800704C9The remote computer refused the network connection
-2147023670800704CAThe network connection was gracefully closed
-2147023669800704CBThe network transport endpoint already has an address associated with it
-2147023668800704CCAn address has not yet been associated with the network endpoint
-2147023667800704CDAn operation was attempted on a nonexistent network connection
-2147023666800704CEAn invalid operation was attempted on an active network connection
-2147023665800704CFThe network location cannot be reached. For information about network troubleshooting
-2147023664800704D0The network location cannot be reached. For information about network troubleshooting
-2147023663800704D1The network location cannot be reached. For information about network troubleshooting
-2147023662800704D2No service is operating at the destination network endpoint on the remote system
-2147023661800704D3The request was aborted
-2147023660800704D4The network connection was aborted by the local system
-2147023659800704D5The operation could not be completed. A retry should be performed
-2147023658800704D6A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached
-2147023657800704D7Attempting to log in during an unauthorized time of day for this account
-2147023656800704D8The account is not authorized to log in from this station
-2147023655800704D9The network address could not be used for the operation requested
-2147023654800704DAThe service is already registered
-2147023653800704DBThe specified service does not exist
-2147023652800704DCThe operation being requested was not performed because the user has not been authenticated
-2147023651800704DDThe operation being requested was not performed because the user has not logged on to the network. The specified service does not exist
-2147023650800704DEContinue with work in progress
-2147023649800704DFAn attempt was made to perform an initialization operation when initialization has already been completed
-2147023648800704E0No more local devices
-2147023647800704E1The specified site does not exist
-2147023646800704E2A domain controller with the specified name already exists
-2147023645800704E3This operation is supported only when you are connected to the server
-2147023644800704E4The group policy framework should call the extension even if there are no changes
-2147023643800704E5The specified user does not have a valid profile
-2147023642800704E6This operation is not supported on a computer running Windows Server 2003 for Small Business Server
-2147023641800704E7The server machine is shutting down
-2147023640800704E8The remote system is not available. For information about network troubleshooting
-2147023639800704E9The security identifier provided is not from an account domain
-2147023638800704EAThe security identifier provided does not have a domain component
-2147023637800704EBAppHelp dialog canceled thus preventing the application from starting
-2147023636800704ECThis program is blocked by group policy. For more information
-2147023635800704EDA program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific
-2147023634800704EEThe share is currently offline or does not exist
-2147023633800704EFThe Kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log
-2147023632800704F0The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem
-2147023631800704F1The system cannot contact a domain controller to service the authentication request. Please try again later
-2147023625800704F7The machine is locked and cannot be shut down without the force option
-2147023624800704F8You 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
-2147023623800704F9An application-defined callback gave invalid data when called
-2147023622800704FAThe group policy framework should call the extension in the synchronous foreground policy refresh
-2147023621800704FBThis driver has been blocked from loading
-2147023620800704FCA dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image
-2147023619800704FDWindows cannot open this program since it has been disabled
-2147023618800704FEWindows cannot open this program because the license enforcement system has been tampered with or become corrupted
-2147023617800704FFA transaction recover failed
-214702361680070500The current thread has already been converted to a fiber
-214702361580070501The current thread has already been converted from a fiber
-214702361480070502The 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
-214702361380070503Data present in one of the parameters is more than the function can operate on
-214702361280070504An attempt to do an operation on a debug object failed because the object is in the process of being deleted
-214702361180070505An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed
-214702361080070506%1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator
-214702360980070507Insufficient information exists to identify the cause of failure
-214702360880070508The parameter passed to a C runtime function is incorrect
-214702360780070509The operation occurred beyond the valid data length of the file
-21470236068007050AThe 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
-21470236058007050BThe process hosting the driver for this device has been terminated
-21470236048007050CAn operation attempted to exceed an implementation-defined limit
-21470236038007050DEither the target process
-21470236028007050EThe service notification client is lagging too far behind the current state of services in the machine
-21470236018007050FThe requested file operation failed because the storage quota was exceeded.To free up disk space
-214702360080070510The requested file operation failed because the storage policy blocks that type of file. For more information
-214702359980070511A privilege that the service requires to function properly does not exist in the service account configuration.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
-214702359880070512A thread involved in this operation appears to be unresponsive
-214702359780070513Indicates a particular Security ID may not be assigned as the label of an object
-214702359680070514Not all privileges or groups referenced are assigned to the caller
-214702359580070515Some mapping between account names and security IDs was not done
-214702359480070516No system quota limits are specifically set for this account
-214702359380070517No encryption key is available. A well-known encryption key was returned
-214702359280070518The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string
-214702359180070519The revision level is unknown
-21470235908007051AIndicates two revision levels are incompatible
-21470235898007051BThis security ID may not be assigned as the owner of this object
-21470235888007051CThis security ID may not be assigned as the primary group of an object
-21470235878007051DAn attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client
-21470235868007051EThe group may not be disabled
-21470235858007051FWe 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
-214702358480070520A specified logon session does not exist. It may already have been terminated
-214702358380070521A specified privilege does not exist
-214702358280070522A required privilege is not held by the client
-214702358180070523The name provided is not a properly formed account name
-214702358080070524The specified account already exists
-214702357980070525The specified account does not exist
-214702357880070526The specified group already exists
-214702357780070527The specified group does not exist
-214702357680070528Either the specified user account is already a member of the specified group
-214702357580070529The specified user account is not a member of the specified group account
-21470235748007052AThis operation is disallowed as it could result in an administration account being disabled
-21470235738007052BUnable to update the password. The value provided as the current password is incorrect
-21470235728007052CUnable to update the password. The value provided for the new password contains values that are not allowed in passwords
-21470235718007052DUnable to update the password. The value provided for the new password does not meet the length
-21470235708007052EThe user name or password is incorrect
-21470235698007052FAccount restrictions are preventing this user from signing in. For example: blank passwords aren't allowed
-214702356880070530Your account has time restrictions that keep you from signing in right now
-214702356780070531This user isn't allowed to sign in to this computer
-214702356680070532The password for this account has expired
-214702356580070533This user can't sign in because this account is currently disabled
-214702356480070534No mapping between account names and security IDs was done
-214702356380070535Too many local user identifiers (LUIDs) were requested at one time
-214702356280070536No more local user identifiers (LUIDs) are available
-214702356180070537The subauthority part of a security ID is invalid for this particular use
-214702356080070538The access control list (ACL) structure is invalid
-214702355980070539The security ID structure is invalid
-21470235588007053AThe security descriptor structure is invalid
-21470235568007053CThe inherited access control list (ACL) or access control entry (ACE) could not be built
-21470235558007053DThe server is currently disabled
-21470235548007053EThe server is currently enabled
-21470235538007053FThe value provided was an invalid value for an identifier authority
-214702355280070540No more memory is available for security information updates
-214702355180070541The specified attributes are invalid
-214702355080070542Either a required impersonation level was not provided
-214702354980070543Cannot open an anonymous level security token
-214702354880070544The validation information class requested was invalid
-214702354780070545The type of the token is inappropriate for its attempted use
-214702354680070546Unable to perform a security operation on an object that has no associated security
-214702354580070547Configuration information could not be read from the domain controller
-214702354480070548The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation
-214702354380070549The domain was in the wrong state to perform the security operation
-21470235428007054AThis operation is only allowed for the Primary Domain Controller of the domain
-21470235418007054BThe specified domain either does not exist or could not be contacted
-21470235408007054CThe specified domain already exists
-21470235398007054DAn attempt was made to exceed the limit on the number of domains per server
-21470235388007054EUnable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk
-21470235378007054FAn internal error occurred
-214702353680070550Generic access types were contained in an access mask which should already be mapped to nongeneric types
-214702353580070551A security descriptor is not in the right format (absolute or self-relative)
-214702353480070552The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process
-214702353380070553Cannot start a new logon session with an ID that is already in use
-214702353280070554A specified authentication package is unknown
-214702353180070555The logon session is not in a state that is consistent with the requested operation
-214702353080070556The logon session ID is already in use
-214702352980070557A logon request contained an invalid logon type value
-214702352880070558Unable to impersonate using a named pipe until data has been read from that pipe
-214702352780070559The transaction state of a registry subtree is incompatible with the requested operation
-21470235268007055AAn internal security database corruption has been encountered
-21470235258007055BCannot perform this operation on built-in accounts
-21470235248007055CCannot perform this operation on this built-in special group
-21470235238007055DCannot perform this operation on this built-in special user
-21470235228007055EThe user cannot be removed from a group because the group is currently the user's primary group
-21470235218007055FThe token is already in use as a primary token
-214702352080070560The specified local group does not exist
-214702351980070561The specified account name is not a member of the group
-214702351880070562The specified account name is already a member of the group
-214702351780070563The specified local group already exists
-214702351680070564Logon failure: the user has not been granted the requested logon type at this computer
-214702351580070565The maximum number of secrets that may be stored in a single system has been exceeded
-214702351480070566The length of a secret exceeds the maximum length allowed
-214702351380070567The local security authority database contains an internal inconsistency
-214702351280070568During a logon attempt
-214702351180070569Logon failure: the user has not been granted the requested logon type at this computer
-21470235108007056AA cross-encrypted password is necessary to change a user password
-21470235098007056BA member could not be added to or removed from the local group because the member does not exist
-21470235088007056CA new member could not be added to a local group because the member has the wrong account type
-21470235078007056DToo many security IDs have been specified
-21470235068007056EA cross-encrypted password is necessary to change this user password
-21470235058007056FIndicates an ACL contains no inheritable components
-214702350480070570The file or directory is corrupted and unreadable
-214702350380070571The disk structure is corrupted and unreadable
-214702350280070572There is no user session key for the specified logon session
-214702350180070573The 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
-214702350080070574The target account name is incorrect
-214702349980070575Mutual Authentication failed. The server's password is out of date at the domain controller
-214702349880070576There is a time and/or date difference between the client and server
-214702349780070577This operation cannot be performed on the current domain
-214702349680070578Invalid window handle
-214702349580070579Invalid menu handle
-21470234948007057AInvalid cursor handle
-21470234938007057BInvalid accelerator table handle
-21470234928007057CInvalid hook handle
-21470234918007057DInvalid handle to a multiple-window position structure
-21470234908007057ECannot create a top-level child window
-21470234898007057FCannot find window class
-214702348880070580Invalid window; it belongs to other thread
-214702348780070581Hot key is already registered
-214702348680070582Class already exists
-214702348580070583Class does not exist
-214702348480070584Class still has open windows
-214702348380070585Invalid index
-214702348280070586Invalid icon handle
-214702348180070587Using private DIALOG window words
-214702348080070588The list box identifier was not found
-214702347980070589No wildcards were found
-21470234788007058AThread does not have a clipboard open
-21470234778007058BHot key is not registered
-21470234768007058CThe window is not a valid dialog window
-21470234758007058DControl ID not found
-21470234748007058EInvalid message for a combo box because it does not have an edit control
-21470234738007058FThe window is not a combo box
-214702347280070590Height must be less than 256
-214702347180070591Invalid device context (DC) handle
-214702347080070592Invalid hook procedure type
-214702346980070593Invalid hook procedure
-214702346880070594Cannot set nonlocal hook without a module handle
-214702346780070595This hook procedure can only be set globally
-214702346680070596The journal hook procedure is already installed
-214702346580070597The hook procedure is not installed
-214702346480070598Invalid message for single-selection list box
-214702346380070599LB_SETCOUNT sent to non-lazy list box
-21470234628007059AThis list box does not support tab stops
-21470234618007059BCannot destroy object created by another thread
-21470234608007059CChild windows cannot have menus
-21470234598007059DThe window does not have a system menu
-21470234588007059EInvalid message box style
-21470234578007059FInvalid system-wide (SPI_*) parameter
-2147023456800705A0Screen already locked
-2147023455800705A1All handles to windows in a multiple-window position structure must have the same parent
-2147023454800705A2The window is not a child window
-2147023453800705A3Invalid GW_* command
-2147023452800705A4Invalid thread identifier
-2147023451800705A5Cannot process a message from a window that is not a multiple document interface (MDI) window
-2147023450800705A6Popup menu already active
-2147023449800705A7The window does not have scroll bars
-2147023448800705A8Scroll bar range cannot be greater than MAXLONG
-2147023447800705A9Cannot show or remove the window in the way specified
-2147023446800705AAInsufficient system resources exist to complete the requested service
-2147023445800705ABInsufficient system resources exist to complete the requested service
-2147023444800705ACInsufficient system resources exist to complete the requested service
-2147023443800705ADInsufficient quota to complete the requested service
-2147023442800705AEInsufficient quota to complete the requested service
-2147023441800705AFThe paging file is too small for this operation to complete
-2147023440800705B0A menu item was not found
-2147023439800705B1Invalid keyboard layout handle
-2147023438800705B2Hook type not allowed
-2147023437800705B3This operation requires an interactive window station
-2147023436800705B4This operation returned because the timeout period expired
-2147023435800705B5Invalid monitor handle
-2147023434800705B6Incorrect size argument
-2147023433800705B7The symbolic link cannot be followed because its type is disabled
-2147023432800705B8This application does not support the current operation on symbolic links
-2147023431800705B9Windows was unable to parse the requested XML data
-2147023430800705BAAn error was encountered while processing an XML digital signature
-2147023429800705BBThis application must be restarted
-2147023428800705BCThe caller made the connection request in the wrong routing compartment
-2147023427800705BDThere was an AuthIP failure when attempting to connect to the remote host
-2147023426800705BEInsufficient NVRAM resources exist to complete the requested service. A reboot might be required
-2147023425800705BFUnable to finish the requested operation because the specified process is not a GUI process
-2147023396800705DCThe event log file is corrupted
-2147023395800705DDNo event log file could be opened
-2147023394800705DEThe event log file is full
-2147023393800705DFThe event log file has changed between read operations
-2147023392800705E0The specified Job already has a container assigned to it
-2147023391800705E1The specified Job does not have a container assigned to it
-21470233468007060EThe specified task name is invalid
-21470233458007060FThe specified task index is invalid
-214702334480070610The specified thread is already joining a task
-214702329580070641The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance
-214702329480070642User cancelled installation
-214702329380070643Fatal error during installation
-214702329280070644Installation suspended
-214702329180070645This action is only valid for products that are currently installed
-214702329080070646Feature ID not registered
-214702328980070647Component ID not registered
-214702328880070648Unknown property
-214702328780070649Handle is in an invalid state
-21470232868007064AThe configuration data for this product is corrupt. Contact your support personnel
-21470232858007064BComponent qualifier not present
-21470232848007064CThe installation source for this product is not available. Verify that the source exists and that you can access it
-21470232838007064DThis 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
-21470232828007064EProduct is uninstalled
-21470232818007064FSQL query syntax invalid or unsupported
-214702328080070650Record field does not exist
-214702327980070651The device has been removed
-214702327880070652Another installation is already in progress. Complete that installation before proceeding with this install
-214702327780070653This installation package could not be opened. Verify that the package exists and that you can access it
-214702327680070654This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package
-214702327580070655There was an error starting the Windows Installer service user interface. Contact your support personnel
-214702327480070656Error opening installation log file. Verify that the specified log file location exists and that you can write to it
-214702327380070657The language of this installation package is not supported by your system
-214702327280070658Error applying transforms. Verify that the specified transform paths are valid
-214702327180070659This installation is forbidden by system policy. Contact your system administrator
-21470232708007065AFunction could not be executed
-21470232698007065BFunction failed during execution
-21470232688007065CInvalid or unknown table specified
-21470232678007065DData supplied is of wrong type
-21470232668007065EData of this type is not supported
-21470232658007065FThe Windows Installer service failed to start. Contact your support personnel
-214702326480070660The 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
-214702326380070661This installation package is not supported by this processor type. Contact your product vendor
-214702326280070662Component not used on this computer
-214702326180070663This update package could not be opened. Verify that the update package exists and that you can access it
-214702326080070664This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package
-214702325980070665This 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
-214702325880070666Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product
-214702325780070667Invalid command line argument. Consult the Windows Installer SDK for detailed command line help
-214702325680070668Only administrators have permission to add
-214702325580070669The requested operation completed successfully. The system will be restarted so the changes can take effect
-21470232548007066AThe upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing
-21470232538007066BThe update package is not permitted by software restriction policy
-21470232528007066COne or more customizations are not permitted by software restriction policy
-21470232518007066DThe Windows Installer does not permit installation from a Remote Desktop Connection
-21470232508007066EUninstallation of the update package is not supported
-21470232498007066FThe update is not applied to this product
-214702324880070670No valid sequence could be found for the set of updates
-214702324780070671Update removal was disallowed by policy
-214702324680070672The XML update data is invalid
-214702324580070673Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update
-214702324480070674The 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
-214702324380070675A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately
-214702324280070676The app that you are trying to run is not supported on this version of Windows
-214702324180070677The operation was blocked as the process prohibits dynamic code generation
-214702324080070678The objects are not identical
-214702323980070679The specified image file was blocked from loading because it does not enable a feature required by the process: Control Flow Guard
-21470232368007067CThe thread context could not be updated because this has been restricted for the process
-21470232358007067DAn invalid cross-partition private file/section access was attempted
-21470232348007067EA return address hijack is being attempted. This is supported by the operating system when user-mode shadow stacks are enabled
-2147023196800706A4The string binding is invalid
-2147023195800706A5The binding handle is not the correct type
-2147023194800706A6The binding handle is invalid
-2147023193800706A7The RPC protocol sequence is not supported
-2147023192800706A8The RPC protocol sequence is invalid
-2147023191800706A9The string universal unique identifier (UUID) is invalid
-2147023190800706AAThe endpoint format is invalid
-2147023189800706ABThe network address is invalid
-2147023188800706ACNo endpoint was found
-2147023187800706ADThe timeout value is invalid
-2147023186800706AEThe object universal unique identifier (UUID) was not found
-2147023185800706AFThe object universal unique identifier (UUID) has already been registered
-2147023184800706B0The type universal unique identifier (UUID) has already been registered
-2147023183800706B1The RPC server is already listening
-2147023182800706B2No protocol sequences have been registered
-2147023181800706B3The RPC server is not listening
-2147023180800706B4The manager type is unknown
-2147023179800706B5The interface is unknown
-2147023178800706B6There are no bindings
-2147023177800706B7There are no protocol sequences
-2147023176800706B8The endpoint cannot be created
-2147023175800706B9Not enough resources are available to complete this operation
-2147023174800706BAThe RPC server is unavailable
-2147023173800706BBThe RPC server is too busy to complete this operation
-2147023172800706BCThe network options are invalid
-2147023171800706BDThere are no remote procedure calls active on this thread
-2147023170800706BEThe remote procedure call failed
-2147023169800706BFThe remote procedure call failed and did not execute
-2147023168800706C0A remote procedure call (RPC) protocol error occurred
-2147023167800706C1Access to the HTTP proxy is denied
-2147023166800706C2The transfer syntax is not supported by the RPC server
-2147023164800706C4The universal unique identifier (UUID) type is not supported
-2147023163800706C5The tag is invalid
-2147023162800706C6The array bounds are invalid
-2147023161800706C7The binding does not contain an entry name
-2147023160800706C8The name syntax is invalid
-2147023159800706C9The name syntax is not supported
-2147023157800706CBNo network address is available to use to construct a universal unique identifier (UUID)
-2147023156800706CCThe endpoint is a duplicate
-2147023155800706CDThe authentication type is unknown
-2147023154800706CEThe maximum number of calls is too small
-2147023153800706CFThe string is too long
-2147023152800706D0The RPC protocol sequence was not found
-2147023151800706D1The procedure number is out of range
-2147023150800706D2The binding does not contain any authentication information
-2147023149800706D3The authentication service is unknown
-2147023148800706D4The authentication level is unknown
-2147023147800706D5The security context is invalid
-2147023146800706D6The authorization service is unknown
-2147023145800706D7The entry is invalid
-2147023144800706D8The server endpoint cannot perform the operation
-2147023143800706D9There are no more endpoints available from the endpoint mapper
-2147023142800706DANo interfaces have been exported
-2147023141800706DBThe entry name is incomplete
-2147023140800706DCThe version option is invalid
-2147023139800706DDThere are no more members
-2147023138800706DEThere is nothing to unexport
-2147023137800706DFThe interface was not found
-2147023136800706E0The entry already exists
-2147023135800706E1The entry is not found
-2147023134800706E2The name service is unavailable
-2147023133800706E3The network address family is invalid
-2147023132800706E4The requested operation is not supported
-2147023131800706E5No security context is available to allow impersonation
-2147023130800706E6An internal error occurred in a remote procedure call (RPC)
-2147023129800706E7The RPC server attempted an integer division by zero
-2147023128800706E8An addressing error occurred in the RPC server
-2147023127800706E9A floating-point operation at the RPC server caused a division by zero
-2147023126800706EAA floating-point underflow occurred at the RPC server
-2147023125800706EBA floating-point overflow occurred at the RPC server
-2147023124800706ECThe list of RPC servers available for the binding of auto handles has been exhausted
-2147023123800706EDUnable to open the character translation table file
-2147023122800706EEThe file containing the character translation table has fewer than 512 bytes
-2147023121800706EFA null context handle was passed from the client to the host during a remote procedure call
-2147023119800706F1The context handle changed during a remote procedure call
-2147023118800706F2The binding handles passed to a remote procedure call do not match
-2147023117800706F3The stub is unable to get the remote procedure call handle
-2147023116800706F4A null reference pointer was passed to the stub
-2147023115800706F5The enumeration value is out of range
-2147023114800706F6The byte count is too small
-2147023113800706F7The stub received bad data
-2147023112800706F8The supplied user buffer is not valid for the requested operation
-2147023111800706F9The disk media is not recognized. It may not be formatted
-2147023110800706FAThe workstation does not have a trust secret
-2147023109800706FBThe security database on the server does not have a computer account for this workstation trust relationship
-2147023108800706FCThe trust relationship between the primary domain and the trusted domain failed
-2147023107800706FDThe trust relationship between this workstation and the primary domain failed
-2147023106800706FEThe network logon failed
-2147023105800706FFA remote procedure call is already in progress for this thread
-214702310480070700An attempt was made to logon
-214702310380070701The user's account has expired
-214702310280070702The redirector is in use and cannot be unloaded
-214702310180070703The specified printer driver is already installed
-214702310080070704The specified port is unknown
-214702309980070705The printer driver is unknown
-214702309880070706The print processor is unknown
-214702309780070707The specified separator file is invalid
-214702309680070708The specified priority is invalid
-214702309580070709The printer name is invalid
-21470230948007070AThe printer already exists
-21470230938007070BThe printer command is invalid
-21470230928007070CThe specified datatype is invalid
-21470230918007070DThe environment specified is invalid
-21470230908007070EThere are no more bindings
-21470230898007070FThe account used is an interdomain trust account. Use your global user account or local user account to access this server
-214702308880070710The account used is a computer account. Use your global user account or local user account to access this server
-214702308780070711The account used is a server trust account. Use your global user account or local user account to access this server
-214702308680070712The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain
-214702308580070713The server is in use and cannot be unloaded
-214702308480070714The specified image file did not contain a resource section
-214702308380070715The specified resource type cannot be found in the image file
-214702308280070716The specified resource name cannot be found in the image file
-214702308180070717The specified resource language ID cannot be found in the image file
-214702308080070718Not enough quota is available to process this command
-214702307980070719No interfaces have been registered
-21470230788007071AThe remote procedure call was cancelled
-21470230778007071BThe binding handle does not contain all required information
-21470230768007071CA communications failure occurred during a remote procedure call
-21470230758007071DThe requested authentication level is not supported
-21470230748007071ENo principal name registered
-21470230738007071FThe error specified is not a valid Windows RPC error code
-214702307280070720A UUID that is valid only on this computer has been allocated
-214702307180070721A security package specific error occurred
-214702307080070722Thread is not canceled
-214702306980070723Invalid operation on the encoding/decoding handle
-214702306880070724Incompatible version of the serializing package
-214702306780070725Incompatible version of the RPC stub
-214702306680070726The RPC pipe object is invalid or corrupted
-214702306580070727An invalid operation was attempted on an RPC pipe object
-214702306480070728Unsupported RPC pipe version
-214702306380070729HTTP proxy server rejected the connection because the cookie authentication failed
-21470230628007072AThe RPC server is suspended
-21470230618007072BThe RPC call contains too many handles to be transmitted in a single request
-21470230608007072CThe RPC call contains a handle that differs from the declared handle type
-21470229988007076AThe group member was not found
-21470229978007076BThe endpoint mapper database entry could not be created
-21470229968007076CThe object universal unique identifier (UUID) is the nil UUID
-21470229958007076DThe specified time is invalid
-21470229948007076EThe specified form name is invalid
-21470229938007076FThe specified form size is invalid
-214702299280070770The specified printer handle is already being waited on
-214702299180070771The specified printer has been deleted
-214702299080070772The state of the printer is invalid
-214702298980070773The user's password must be changed before signing in
-214702298880070774Could not find the domain controller for this domain
-214702298780070775The referenced account is currently locked out and may not be logged on to
-214702298680070776The object exporter specified was not found
-214702298580070777The object specified was not found
-214702298480070778The object resolver set specified was not found
-214702298380070779Some data remains to be sent in the request buffer
-21470229828007077AInvalid asynchronous remote procedure call handle
-21470229818007077BInvalid asynchronous RPC call handle for this operation
-21470229808007077CThe RPC pipe object has already been closed
-21470229798007077DThe RPC call completed before all pipes were processed
-21470229788007077ENo more data is available from the RPC pipe
-21470229778007077FNo site name is available for this machine
-214702297680070780The file cannot be accessed by the system
-214702297580070781The name of the file cannot be resolved by the system
-214702297480070782The entry is not of the expected type
-214702297380070783Not all object UUIDs could be exported to the specified entry
-214702297280070784Interface could not be exported to the specified entry
-214702297180070785The specified profile entry could not be added
-214702297080070786The specified profile element could not be added
-214702296980070787The specified profile element could not be removed
-214702296880070788The group element could not be added
-214702296780070789The group element could not be removed
-21470229668007078AThe printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers
-21470229658007078BThe context has expired and can no longer be used
-21470229648007078CThe current user's delegated trust creation quota has been exceeded
-21470229638007078DThe total delegated trust creation quota has been exceeded
-21470229628007078EThe current user's delegated trust deletion quota has been exceeded
-21470229618007078FThe computer you are signing into is protected by an authentication firewall. The specified account is not allowed to authenticate to the computer
-214702296080070790Remote connections to the Print Spooler are blocked by a policy set on your machine
-214702295980070791Authentication failed because NTLM authentication has been disabled
-214702295880070792Logon Failure: EAS policy requires that the user change their password before this operation can be performed
-214702295780070793An administrator has restricted sign in. To sign in
-2147022896800707D0The pixel format is invalid
-2147022895800707D1The specified driver is invalid
-2147022894800707D2The window style or class attribute is invalid for this operation
-2147022893800707D3The requested metafile operation is not supported
-2147022892800707D4The requested transformation operation is not supported
-2147022891800707D5The requested clipping operation is not supported
-2147022886800707DAThe specified color management module is invalid
-2147022885800707DBThe specified color profile is invalid
-2147022884800707DCThe specified tag was not found
-2147022883800707DDA required tag is not present
-2147022882800707DEThe specified tag is already present
-2147022881800707DFThe specified color profile is not associated with the specified device
-2147022880800707E0The specified color profile was not found
-2147022879800707E1The specified color space is invalid
-2147022878800707E2Image Color Management is not enabled
-2147022877800707E3There was an error while deleting the color transform
-2147022876800707E4The specified color transform is invalid
-2147022875800707E5The specified transform does not match the bitmap's color space
-2147022874800707E6The specified named color index is not present in the profile
-2147022873800707E7The specified profile is intended for a device of a different type than the specified device
-214702279480070836The workstation driver is not installed
-214702279380070837The server could not be located
-214702279280070838An internal error occurred. The network cannot access a shared memory segment
-214702279180070839A network resource shortage occurred
-21470227908007083AThis operation is not supported on workstations
-21470227898007083BThe device is not connected
-21470227888007083CThe network connection was made successfully
-21470227878007083DThe network connection was made successfully using default credentials
-214702278280070842The Server service is not started
-214702278180070843The queue is empty
-214702278080070844The device or directory does not exist
-214702277980070845The operation is invalid on a redirected resource
-214702277880070846The name has already been shared
-214702277780070847The server is currently out of the requested resource
-214702277580070849Requested addition of items exceeds the maximum allowed
-21470227748007084AThe Peer service supports only two simultaneous users
-21470227738007084BThe API return buffer is too small
-21470227698007084FA remote API error occurred
-214702276580070853An error occurred when opening or reading the configuration file
-214702276080070858A general network error occurred
-214702275980070859The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service
-21470227588007085AThe Workstation service has not been started
-21470227578007085BThe requested information is not available
-21470227568007085CAn internal Windows error occurred
-21470227558007085DThe server is not configured for transactions
-21470227548007085EThe requested API is not supported on the remote server
-21470227538007085FThe event name is invalid
-214702275280070860The computer name already exists on the network. Change it and restart the computer
-214702275080070862The specified component could not be found in the configuration information
-214702274980070863The specified parameter could not be found in the configuration information
-214702274780070865A line in the configuration file is too long
-214702274680070866The printer does not exist
-214702274580070867The print job does not exist
-214702274480070868The printer destination cannot be found
-214702274380070869The printer destination already exists
-21470227428007086AThe printer queue already exists
-21470227418007086BNo more printers can be added
-21470227408007086CNo more print jobs can be added
-21470227398007086DNo more printer destinations can be added
-21470227388007086EThis printer destination is idle and cannot accept control operations
-21470227378007086FThis printer destination request contains an invalid control function
-214702273680070870The print processor is not responding
-214702273580070871The spooler is not running
-214702273480070872This operation cannot be performed on the print destination in its current state
-214702273380070873This operation cannot be performed on the printer queue in its current state
-214702273280070874This operation cannot be performed on the print job in its current state
-214702273180070875A spooler memory allocation failure occurred
-214702273080070876The device driver does not exist
-214702272980070877The data type is not supported by the print processor
-214702272880070878The print processor is not installed
-214702271680070884The service database is locked
-214702271580070885The service table is full
-214702271480070886The requested service has already been started
-214702271380070887The service does not respond to control actions
-214702271280070888The service has not been started
-214702271180070889The service name is invalid
-21470227108007088AThe service is not responding to the control function
-21470227098007088BThe service control is busy
-21470227088007088CThe configuration file contains an invalid service program name
-21470227078007088DThe service could not be controlled in its present state
-21470227068007088EThe service ended abnormally
-21470227058007088FThe requested pause
-214702270480070890The service control dispatcher could not find the service name in the dispatch table
-214702270380070891The service control dispatcher pipe read failed
-214702270280070892A thread for the new service could not be created
-214702269680070898This workstation is already logged on to the local-area network
-214702269580070899The workstation is not logged on to the local-area network
-21470226948007089AThe specified username is invalid
-21470226938007089BThe password parameter is invalid
-21470226928007089CThe logon processor did not add the message alias
-21470226918007089DThe logon processor did not add the message alias
-21470226908007089EThe logoff processor did not delete the message alias
-21470226898007089FThe logoff processor did not delete the message alias
-2147022687800708A1Network logons are paused
-2147022686800708A2A centralized logon-server conflict occurred
-2147022685800708A3The server is configured without a valid user path
-2147022684800708A4An error occurred while loading or running the logon script
-2147022682800708A6The logon server was not specified. Your computer will be logged on as STANDALONE
-2147022681800708A7The logon server could not be found
-2147022680800708A8There is already a logon domain for this computer
-2147022679800708A9The logon server could not validate the logon
-2147022677800708ABThe security database could not be found
-2147022676800708ACThe group name could not be found
-2147022675800708ADThe user name could not be found
-2147022674800708AEThe resource name could not be found
-2147022673800708AFThe group already exists
-2147022672800708B0The account already exists
-2147022671800708B1The resource permission list already exists
-2147022670800708B2This operation is only allowed on the primary domain controller of the domain
-2147022669800708B3The security database has not been started
-2147022668800708B4There are too many names in the user accounts database
-2147022667800708B5A disk I/O failure occurred
-2147022666800708B6The limit of 64 entries per resource was exceeded
-2147022665800708B7Deleting a user with a session is not allowed
-2147022664800708B8The parent directory could not be located
-2147022663800708B9Unable to add to the security database session cache segment
-2147022662800708BAThis operation is not allowed on this special group
-2147022661800708BBThis user is not cached in user accounts database session cache
-2147022660800708BCThe user already belongs to this group
-2147022659800708BDThe user does not belong to this group
-2147022658800708BEThis user account is undefined
-2147022657800708BFThis user account has expired
-2147022656800708C0The user is not allowed to log on from this workstation
-2147022655800708C1The user is not allowed to log on at this time
-2147022654800708C2The password of this user has expired
-2147022653800708C3The password of this user cannot change
-2147022652800708C4This password cannot be used now
-2147022651800708C5The password does not meet the password policy requirements. Check the minimum password length
-2147022650800708C6The password of this user is too recent to change
-2147022649800708C7The security database is corrupted
-2147022648800708C8No updates are necessary to this replicant network/local security database
-2147022647800708C9This replicant database is outdated; synchronization is required
-2147022646800708CAThis network connection does not exist
-2147022645800708CBThis asg_type is invalid
-2147022644800708CCThis device is currently being shared
-2147022643800708CDThe user name may not be same as computer name
-2147022626800708DEThe computer name could not be added as a message alias. The name may already exist on the network
-2147022625800708DFThe Messenger service is already started
-2147022624800708E0The Messenger service failed to start
-2147022623800708E1The message alias could not be found on the network
-2147022622800708E2This message alias has already been forwarded
-2147022621800708E3This message alias has been added but is still forwarded
-2147022620800708E4This message alias already exists locally
-2147022619800708E5The maximum number of added message aliases has been exceeded
-2147022618800708E6The computer name could not be deleted
-2147022617800708E7Messages cannot be forwarded back to the same workstation
-2147022616800708E8An error occurred in the domain message processor
-2147022615800708E9The message was sent
-2147022614800708EAThe message was sent but not received
-2147022613800708EBThe message alias is currently in use. Try again later
-2147022612800708ECThe Messenger service has not been started
-2147022611800708EDThe name is not on the local computer
-2147022610800708EEThe forwarded message alias could not be found on the network
-2147022609800708EFThe message alias table on the remote station is full
-2147022608800708F0Messages for this alias are not currently being forwarded
-2147022607800708F1The broadcast message was truncated
-2147022602800708F6This is an invalid device name
-2147022601800708F7A write fault occurred
-2147022599800708F9A duplicate message alias exists on the network
-2147022598800708FAThis message alias will be deleted later
-2147022597800708FBThe message alias was not successfully deleted from all networks
-2147022596800708FCThis operation is not supported on computers with multiple networks
-214702258680070906This shared resource does not exist
-214702258580070907This device is not shared
-214702258480070908A session does not exist with that computer name
-21470225828007090AThere is not an open file with that identification number
-21470225818007090BA failure occurred when executing a remote administration command
-21470225808007090CA failure occurred when opening a remote temporary file
-21470225798007090DThe data returned from a remote administration command has been truncated to 64K
-21470225788007090EThis device cannot be shared as both a spooled and a non-spooled resource
-21470225778007090FThe information in the list of servers may be incorrect
-214702257680070910The computer is not active in this domain
-214702257580070911The share must be removed from the Distributed File System before it can be deleted
-21470225658007091BThe operation is invalid for this device
-21470225648007091CThis device cannot be shared
-21470225638007091DThis device was not open
-21470225628007091EThis device name list is invalid
-21470225618007091FThe queue priority is invalid
-214702255980070921There are no shared communication devices
-214702255880070922The queue you specified does not exist
-214702255680070924This list of devices is invalid
-214702255580070925The requested device is invalid
-214702255480070926This device is already in use by the spooler
-214702255380070927This device is already in use as a communication device
-21470225458007092FThis computer name is invalid
-214702254280070932The string and prefix specified are too long
-214702254080070934This path component is invalid
-214702253980070935Could not determine the type of input
-21470225348007093AThe buffer for types is not big enough
-214702252680070942Profile files cannot exceed 64K
-214702252580070943The start offset is out of range
-214702252480070944The system cannot delete current connections to network resources
-214702252380070945The system was unable to parse the command line in this file
-214702252280070946An error occurred while loading the profile file
-214702252180070947Errors occurred while saving the profile file. The profile was partially saved
-214702251980070949Log file %1 is full
-21470225188007094AThis log file has changed between reads
-21470225178007094BLog file %1 is corrupt
-21470225168007094CThe source path cannot be a directory
-21470225158007094DThe source path is illegal
-21470225148007094EThe destination path is illegal
-21470225138007094FThe source and destination paths are on different servers
-214702251180070951The Run server you requested is paused
-214702250780070955An error occurred when communicating with a Run server
-214702250580070957An error occurred when starting a background process
-214702250480070958The shared resource you are connected to could not be found
-214702249680070960The LAN adapter number is invalid
-214702249580070961This network connection has files open or requests pending
-214702249480070962Active connections still exist
-214702249380070963This share name or password is invalid
-214702249280070964The device is in use by an active process and cannot be disconnected
-214702249180070965The drive letter is in use locally
-21470224668007097EThe specified client is already registered for the specified event
-21470224658007097FThe alert table is full
-214702246480070980An invalid or nonexistent alert name was raised
-214702246380070981The alert recipient is invalid
-214702246280070982A user's session with this server has been deletedbecause the user's logon hours are no longer valid
-214702245680070988The log file does not contain the requested record number
-214702244680070992The user accounts database is not configured correctly
-214702244580070993This operation is not permitted when the Netlogon service is running
-214702244480070994This operation is not allowed on the last administrative account
-214702244380070995Could not find domain controller for this domain
-214702244280070996Could not set logon information for this user
-214702244180070997The Netlogon service has not been started
-214702244080070998Unable to add to the user accounts database
-214702243980070999This server's clock is not synchronized with the primary domain controller's clock
-21470224388007099AA password mismatch has been detected
-21470224368007099CThe server identification does not specify a valid server
-21470224358007099DThe session identification does not specify a valid session
-21470224348007099EThe connection identification does not specify a valid connection
-21470224338007099FThere is no space for another entry in the table of available servers
-2147022432800709A0The server has reached the maximum number of sessions it supports
-2147022431800709A1The server has reached the maximum number of connections it supports
-2147022430800709A2The server cannot open more files because it has reached its maximum number
-2147022429800709A3There are no alternate servers registered on this server
-2147022426800709A6Try down-level (remote admin protocol) version of API instead
-2147022416800709B0The UPS driver could not be accessed by the UPS service
-2147022415800709B1The UPS service is not configured correctly
-2147022414800709B2The UPS service could not access the specified Comm Port
-2147022413800709B3The UPS indicated a line fail or low battery situation. Service not started
-2147022412800709B4The UPS service failed to perform a system shut down
-2147022396800709C4The program below returned an MS-DOS error code:
-2147022395800709C5The program below needs more memory:
-2147022394800709C6The program below called an unsupported MS-DOS function:
-2147022393800709C7The workstation failed to boot
-2147022392800709C8The file below is corrupt
-2147022391800709C9No loader is specified in the boot-block definition file
-2147022390800709CANetBIOS returned an error: The NCB and SMB are dumped above
-2147022389800709CBA disk I/O error occurred
-2147022388800709CCImage parameter substitution failed
-2147022387800709CDToo many image parameters cross disk sector boundaries
-2147022386800709CEThe image was not generated from an MS-DOS diskette formatted with /S
-2147022385800709CFRemote boot will be restarted later
-2147022384800709D0The call to the Remoteboot server failed
-2147022383800709D1Cannot connect to the Remoteboot server
-2147022382800709D2Cannot open image file on the Remoteboot server
-2147022381800709D3Connecting to the Remoteboot server
-2147022380800709D4Connecting to the Remoteboot server
-2147022379800709D5Remote boot service was stopped; check the error log for the cause of the problem
-2147022378800709D6Remote boot startup failed; check the error log for the cause of the problem
-2147022377800709D7A second connection to a Remoteboot resource is not allowed
-2147022346800709F6The browser service was configured with MaintainServerList=No
-214702228680070A32Service failed to start since none of the network adapters started with this service
-214702228580070A33Service failed to start due to bad startup information in the registry
-214702228480070A34Service failed to start because its database is absent or corrupt
-214702228380070A35Service failed to start because RPLFILES share is absent
-214702228280070A36Service failed to start because RPLUSER group is absent
-214702228180070A37Cannot enumerate service records
-214702228080070A38Workstation record information has been corrupted
-214702227980070A39Workstation record was not found
-214702227880070A3AWorkstation name is in use by some other workstation
-214702227780070A3BProfile record information has been corrupted
-214702227680070A3CProfile record was not found
-214702227580070A3DProfile name is in use by some other profile
-214702227480070A3EThere are workstations using this profile
-214702227380070A3FConfiguration record information has been corrupted
-214702227280070A40Configuration record was not found
-214702227180070A41Adapter id record information has been corrupted
-214702227080070A42An internal service error has occurred
-214702226980070A43Vendor id record information has been corrupted
-214702226880070A44Boot block record information has been corrupted
-214702226780070A45The user account for this workstation record is missing
-214702226680070A46The RPLUSER local group could not be found
-214702226580070A47Boot block record was not found
-214702226480070A48Chosen profile is incompatible with this workstation
-214702226380070A49Chosen network adapter id is in use by some other workstation
-214702226280070A4AThere are profiles using this configuration
-214702226180070A4BThere are workstations
-214702226080070A4CService failed to backup Remoteboot database
-214702225980070A4DAdapter record was not found
-214702225880070A4EVendor record was not found
-214702225780070A4FVendor name is in use by some other vendor record
-214702225680070A50(boot name
-214702225580070A51Configuration name is in use by some other configuration
-214702223680070A64The internal database maintained by the DFS service is corrupt
-214702223580070A65One of the records in the internal DFS database is corrupt
-214702223480070A66There is no DFS name whose entry path matches the input Entry Path
-214702223380070A67A root or link with the given name already exists
-214702223280070A68The server share specified is already shared in the DFS
-214702223180070A69The indicated server share does not support the indicated DFS namespace
-214702223080070A6AThe operation is not valid on this portion of the namespace
-214702222980070A6BThe operation is not valid on this portion of the namespace
-214702222880070A6CThe operation is ambiguous because the link has multiple servers
-214702222780070A6DUnable to create a link
-214702222680070A6EThe server is not DFS Aware
-214702222580070A6FThe specified rename target path is invalid
-214702222480070A70The specified DFS link is offline
-214702222380070A71The specified server is not a server for this link
-214702222280070A72A cycle in the DFS name was detected
-214702222180070A73The operation is not supported on a server-based DFS
-214702222080070A74This link is already supported by the specified server-share
-214702221980070A75Can't remove the last server-share supporting this root or link
-214702221880070A76The operation is not supported for an Inter-DFS link
-214702221780070A77The internal state of the DFS Service has become inconsistent
-214702221680070A78The DFS Service has been installed on the specified server
-214702221580070A79The DFS data being reconciled is identical
-214702221480070A7AThe DFS root cannot be deleted - Uninstall DFS if required
-214702221380070A7BA child or parent directory of the share is already in a DFS
-214702220680070A82DFS internal error
-214702220580070A83This machine is already joined to a domain
-214702220480070A84This machine is not currently joined to a domain
-214702220380070A85This machine is a domain controller and cannot be unjoined from a domain
-214702220280070A86The destination domain controller does not support creating machine accounts in OUs
-214702220180070A87The specified workgroup name is invalid
-214702220080070A88The specified computer name is incompatible with the default language used on the domain controller
-214702219980070A89The 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
-214702219880070A8AThis version of Windows cannot be joined to a domain
-214702219780070A8BAn 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
-214702219680070A8CThis device is joined to Azure AD. To join an Active Directory domain
-214702219580070A8DPassword must change at next logon
-214702219480070A8EAccount is locked out
-214702219380070A8FPassword is too long
-214702219280070A90Password doesn't meet the complexity policy
-214702219180070A91Password doesn't meet the requirements of the filter dll's
-214702218780070A95Offline join completion information was not found
-214702218680070A96The offline join completion information was bad
-214702218580070A97Unable 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
-214702218480070A98The domain join info being saved was incomplete or bad
-214702218380070A99Offline join operation successfully completed but a restart is needed
-214702218280070A9AThere was no offline join operation pending
-214702218180070A9BUnable to set one or more requested machine or domain name values on the local computer
-214702218080070A9CCould not verify the current machine's hostname against the saved value in the join completion information
-214702217980070A9DUnable 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
-214702217880070A9EThe minimum session security requirements for this operation were not met
-214702217780070A9FComputer account provisioning blob version is not supported
-214702217680070AA0The specified domain controller does not meet the version requirement for this operation. Please select a domain controller capable of issuing claims
-214702217580070AA1This operation requires a domain controller which supports LDAP. Please select an LDAP-capable domain controller
-214702217480070AA2A 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
-214702217380070AA3The Windows version of the specified image does not support provisioning
-214702217280070AA4The machine name is blocked from joining the domain
-214702217180070AA5The domain controller does not meet the version requirement for this operation. See http://go.microsoft.com/fwlink/?LinkId=294288 for more information
-214702217080070AA6The local machine does not allow querying of LSA secrets in plain-text
-214702216980070AA7Unable to leave the Azure AD domain that this machine is joined to. Check the event log for detailed error information
-214702189780070BB7This is the last error in NERR range
-214702189680070BB8The specified print monitor is unknown
-214702189580070BB9The specified printer driver is currently in use
-214702189480070BBAThe spool file was not found
-214702189380070BBBA StartDocPrinter call was not issued
-214702189280070BBCAn AddJob call was not issued
-214702189180070BBDThe specified print processor has already been installed
-214702189080070BBEThe specified print monitor has already been installed
-214702188980070BBFThe specified print monitor does not have the required functions
-214702188880070BC0The specified print monitor is currently in use
-214702188780070BC1The requested operation is not allowed when there are jobs queued to the printer
-214702188680070BC2The requested operation is successful. Changes will not be effective until the system is rebooted
-214702188580070BC3The requested operation is successful. Changes will not be effective until the service is restarted
-214702188480070BC4No printers were found
-214702188380070BC5The printer driver is known to be unreliable
-214702188280070BC6The printer driver is known to harm the system
-214702188180070BC7The specified printer driver package is currently in use
-214702188080070BC8Unable to find a core driver package that is required by the printer driver package
-214702187980070BC9The requested operation failed. A system reboot is required to roll back changes made
-214702187880070BCAThe requested operation failed. A system reboot has been initiated to roll back changes made
-214702187780070BCBThe specified printer driver was not found on the system and needs to be downloaded
-214702187680070BCCThe requested print job has failed to print. A print system update requires the job to be resubmitted
-214702187580070BCDThe printer driver does not contain a valid manifest
-214702187480070BCEThe specified printer cannot be shared
-214702187380070BCFThere is a problem with a configuration of user specifiedshut down command file. The UPS service started anyway
-214702187180070BD1A defective sector on drive %1 has been replaced (hotfixed).No data was lost. You should run CHKDSK soon to restore fullperformance and replenish the volume's spare sector pool.The hotfix occurred while processing a remote request
-214702187080070BD2A disk error occurred on the HPFS volume in drive %1.The error occurred while processing a remote request
-214702186980070BD3The user accounts database (NET.ACC) is corrupted. The local securitysystem is replacing the corrupted NET.ACC with the backupmade on %1 at %2.Any updates made to the database after this time are lost
-214702186880070BD4The user accounts database (NET.ACC) is missing. The localsecurity system is restoring the backup databasemade on %1 at %2.Any updates made to the database after this time are lost
-214702186780070BD5Local security could not be started because the user accounts database(NET.ACC) was missing or corrupted
-214702186680070BD6The server cannot export directory %1
-214702186580070BD7The replication server could not update directory %2 from the sourceon %3 due to error %1
-214702186480070BD8Master %1 did not send an update notice for directory %2 at the expectedtime
-214702186380070BD9User %1 has exceeded account limitation %2 on server %3
-214702186280070BDAThe primary domain controller for domain %1 failed
-214702186180070BDBFailed to authenticate with %2
-214702186080070BDCThe replicator attempted to log on at %2 as %1 and failed
-214702185980070BDD@I *LOGON HOURS
-214702185880070BDEReplicator could not access %2on %3 due to system error %1
-214702185780070BDFReplicator limit for files in a directory has been exceeded
-214702185680070BE0Replicator limit for tree depth has been exceeded
-214702185580070BE1The replicator cannot update directory %1. It has tree integrityand is the current directory for some process
-214702185480070BE2Network error %1 occurred
-214702185180070BE5System error %1 occurred
-214702185080070BE6Cannot log on. User is currently logged on and argument TRYUSERis set to NO
-214702184980070BE7IMPORT path %1 cannot be found
-214702184880070BE8EXPORT path %1 cannot be found
-214702184780070BE9Replicated data has changed in directory %1
-214702184680070BEAThe operation was paused
-214702184580070BEBThe Registry or the information you just typed includes an illegalvalue for "%1"
-214702184480070BECThe required parameter was not provided on the commandline or in the configuration file
-214702184380070BEDLAN Manager does not recognize "%1" as a valid option
-214702184280070BEEA request for resource could not be satisfied
-214702184180070BEFA problem exists with the system configuration
-214702184080070BF0A system error has occurred
-214702183980070BF1An internal consistency error has occurred
-214702183880070BF2The configuration file or the command line has an ambiguous option
-214702183780070BF3The configuration file or the command line has a duplicate parameter
-214702183680070BF4The condition supplied for the app execution request was not satisfied
-214702183580070BF5The supplied handle has been invalidated and may not be used for the requested operation
-214702183480070BF6The supplied host generation has been invalidated and may not be used for the requested operation
-214702183380070BF7An attempt to register a process failed because the target host was not in a valid state to receive process registrations
-214702183280070BF8The host is not in a valid state to support the execution request
-214702183180070BF9The operation was not completed because a required resource donor was not found for the host
-214702183080070BFAThe operation was not completed because an unexpected host ID was encountered
-214702182980070BFBThe operation was not completed because the specified user was not known to the service
-214702182680070BFEmemory
-214702182580070BFFdisk space
-214702182480070C00thread
-214702182380070C01process
-214702182280070C02Security Failure
-214702182180070C03Bad or missing LAN Manager root directory
-214702182080070C04The network software is not installed
-214702181980070C05The server is not started
-214702181880070C06The server cannot access the user accounts database (NET.ACC)
-214702181780070C07Incompatible files are installed in the LANMAN tree
-214702181680070C08The LANMAN\LOGS directory is invalid
-214702181580070C09The domain specified could not be used
-214702181480070C0AThe computer name is being used as a message alias on another computer
-214702181380070C0BThe announcement of the server name failed
-214702181280070C0CThe user accounts database is not configured correctly
-214702181180070C0DThe server is not running with user-level security
-214702180980070C0FThe workstation is not configured properly
-214702180880070C10View your error log for details
-214702180780070C11Unable to write to this file
-214702180680070C12ADDPAK file is corrupted. Delete LANMAN\NETPROG\ADDPAK.SERand reapply all ADDPAKs
-214702180580070C13The LM386 server cannot be started because CACHE.EXE is not running
-214702180480070C14There is no account for this computer in the security database
-214702180380070C15This computer is not a member of the group SERVERS
-214702180280070C16The group SERVERS is not present in the local security database
-214702180180070C17This computer is configured as a member of a workgroup
-214702180080070C18The primary Domain Controller for this domain could not be located
-214702179980070C19This computer is configured to be the primary domain controller of its domain.However
-214702179880070C1AThe service failed to authenticate with the primary domain controller
-214702179780070C1BThere is a problem with the security database creation date or serial number
-214702179680070C1CThe operation failed because a network software error occurred
-214702179580070C1DThe system ran out of a resource controlled by the %1 option
-214702179480070C1EThe service failed to obtain a long-term lock on thesegment for network control blocks (NCBs). The error code is the data
-214702179380070C1FThe service failed to release the long-term lock on thesegment for network control blocks (NCBs). The error code is the data
-214702179280070C20There was an error stopping service %1.The error code from NetServiceControl is the data
-214702179180070C21Initialization failed because of a system execution failure onpath %1. The system error code is the data
-214702179080070C22An unexpected network control block (NCB) was received. The NCB is the data
-214702178980070C23The network is not started
-214702178880070C24A DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed.The data shown is in this format:DWORD approx CS:IP of call to ioctl or fsctlWORD error codeWORD ioctl or fsctl number
-214702178780070C25Unable to create or open system semaphore %1.The error code is the data
-214702178680070C26Initialization failed because of an open/create error on thefile %1. The system error code is the data
-214702178580070C27An unexpected NetBIOS error occurred.The error code is the data
-214702178480070C28An illegal server message block (SMB) was received.The SMB is the data
-214702178380070C29Initialization failed because the requested service %1could not be started
-214702178280070C2ASome entries in the error log were lost because of a bufferoverflow
-214702177680070C30Initialization parameters controlling resource usage otherthan net buffers are sized so that too much memory is needed
-214702177580070C31The server cannot increase the size of a memory segment
-214702177480070C32Initialization failed because account file %1 is either incorrector not present
-214702177380070C33Initialization failed because network %1 was not started
-214702177280070C34The server failed to start. Either all three chdevparameters must be zero or all three must be nonzero
-214702177180070C35A remote API request was halted due to the followinginvalid description string: %1
-214702177080070C36The network %1 ran out of network control blocks (NCBs). You may need to increase NCBsfor this network. The following information includes thenumber of NCBs submitted by the server when this error occurred:
-214702176980070C37The server cannot create the %1 mailslot needed to sendthe ReleaseMemory alert message. The error received is:
-214702176880070C38The server failed to register for the ReleaseMemory alert
-214702176780070C39The server cannot update the AT schedule file. The fileis corrupted
-214702176680070C3AThe server encountered an error when callingNetIMakeLMFileName. The error code is the data
-214702176580070C3BInitialization failed because of a system execution failure onpath %1. There is not enough memory to start the process.The system error code is the data
-214702176480070C3CLongterm lock of the server buffers failed.Check swap disk's free space and restart the system to start the server
-214702175680070C44The service has stopped due to repeated consecutiveoccurrences of a network control block (NCB) error. The last bad NCB followsin raw data
-214702175580070C45The Message server has stopped due to a lock on theMessage server shared data segment
-214702174680070C4EA file system error occurred while opening or writing to thesystem message log file %1. Message logging has beenswitched off due to the error. The error code is the data
-214702174580070C4FUnable to display message POPUP due to system VIO call error.The error code is the data
-214702174480070C50An illegal server message block (SMB) was received. The SMB is the data
-214702173680070C58The workstation information segment is bigger than 64K.The size follows
-214702173580070C59The workstation was unable to get the name-number of the computer
-214702173480070C5AThe workstation could not initialize the Async NetBIOS Thread.The error code is the data
-214702173380070C5BThe workstation could not open the initial shared segment.The error code is the data
-214702173280070C5CThe workstation host table is full
-214702173180070C5DA bad mailslot server message block (SMB) was received. The SMB is the data
-214702173080070C5EThe workstation encountered an error while trying to start the user accounts database.The error code is the data
-214702172980070C5FThe workstation encountered an error while responding to an SSI revalidation request.The function code and the error codes are the data
-214702172680070C62The Alerter service had a problem creating the list ofalert recipients. The error code is %1
-214702172580070C63There was an error expanding %1 as a group name. Trysplitting the group into two or more smaller groups
-214702172480070C64There was an error sending %2 the alert message -(%3 )The error code is %1
-214702172380070C65There was an error in creating or reading the alerter mailslot.The error code is %1
-214702172280070C66The server could not read the AT schedule file
-214702172180070C67The server found an invalid AT schedule record
-214702172080070C68The server could not find an AT schedule file so it created one
-214702171980070C69The server could not access the %1 network with NetBiosOpen
-214702171880070C6AThe AT command processor could not run %1
-214702171680070C6CWARNING: Because of a lazy-write error
-214702171580070C6DA defective sector on drive %1 has been replaced (hotfixed).No data was lost. You should run CHKDSK soon to restore fullperformance and replenish the volume's spare sector pool.The hotfix occurred while processing a remote request
-214702171480070C6EA disk error occurred on the HPFS volume in drive %1.The error occurred while processing a remote request
-214702171380070C6FThe user accounts database (NET.ACC) is corrupted. The local securitysystem is replacing the corrupted NET.ACC with the backupmade at %1.Any updates made to the database after this time are lost
-214702171280070C70The user accounts database (NET.ACC) is missing. The localsecurity system is restoring the backup databasemade at %1.Any updates made to the database made after this time are lost
-214702171180070C71Local security could not be started because the user accounts database(NET.ACC) was missing or corrupted
-214702171080070C72Local security could not be started because an erroroccurred during initialization. The error code returned is %1.THE SYSTEM IS NOT SECURE
-214702170680070C76A NetWksta internal error has occurred:%1
-214702170580070C77The redirector is out of a resource: %1
-214702170480070C78A server message block (SMB) error occurred on the connection to %1.The SMB header is the data
-214702170380070C79A virtual circuit error occurred on the session to %1.The network control block (NCB) command and return code is the data
-214702170280070C7AHanging up a stuck session to %1
-214702170180070C7BA network control block (NCB) error occurred (%1).The NCB is the data
-214702170080070C7CA write operation to %1 failed.Data may have been lost
-214702169980070C7DReset of driver %1 failed to complete the network control block (NCB).The NCB is the data
-214702169880070C7EThe amount of resource %1 requested was morethan the maximum. The maximum amount was allocated
-214702169280070C84The server could not create a thread.The THREADS parameter in the CONFIG.SYS file should be increased
-214702169180070C85The server could not close %1.The file is probably corrupted
-214702169080070C86The replicator cannot update directory %1. It has tree integrityand is the current directory for some process
-214702168980070C87The server cannot export directory %1 to client %2.It is exported from another server
-214702168880070C88The replication server could not update directory %2 from the sourceon %3 due to error %1
-214702168780070C89Master %1 did not send an update notice for directory %2 at the expectedtime
-214702168680070C8AThis computer could not authenticate with %2
-214702168580070C8BThe replicator attempted to log on at %2 as %1 and failed
-214702168480070C8CNetwork error %1 occurred
-214702168380070C8DReplicator limit for files in a directory has been exceeded
-214702168280070C8EReplicator limit for tree depth has been exceeded
-214702168180070C8FUnrecognized message received in mailslot
-214702168080070C90System error %1 occurred
-214702167980070C91Cannot log on. User is currently logged on and argument TRYUSERis set to NO
-214702167880070C92IMPORT path %1 cannot be found
-214702167780070C93EXPORT path %1 cannot be found
-214702167680070C94Replicator failed to update signal file in directory %2 due to%1 system error
-214702167580070C95Disk Fault Tolerance Error%1
-214702167480070C96Replicator could not access %2on %3 due to system error %1
-214702167380070C97The primary domain controller for domain %1 has apparently failed
-214702167280070C98Changing machine account password for account %1 failed withthe following error: %2
-214702167180070C99An error occurred while updating the logon or logoff information for %1
-214702167080070C9AAn error occurred while synchronizing with primary domain controller %1
-214702166980070C9BThe session setup to the Windows Domain Controller %1 for the domain %2failed because %1 does not support signing or sealing the Netlogonsession.Either upgrade the Domain controller or set the RequireSignOrSealregistry entry on this machine to 0
-214702166680070C9EA power failure was detected at the server
-214702166580070C9FThe UPS service performed server shut down
-214702166480070CA0The UPS service did not complete execution of theuser specified shut down command file
-214702166380070CA1The UPS driver could not be opened. The error code isthe data
-214702166280070CA2Power has been restored
-214702166180070CA3There is a problem with a configuration of user specifiedshut down command file
-214702166080070CA4The UPS service failed to execute a user specified shutdowncommand file %1. The error code is the data
-214702164680070CB2Initialization failed because of an invalid or missingparameter in the configuration file %1
-214702164580070CB3Initialization failed because of an invalid line in theconfiguration file %1. The invalid line is the data
-214702164480070CB4Initialization failed because of an error in the configurationfile %1
-214702164380070CB5The file %1 has been changed after initialization.The boot-block loading was temporarily terminated
-214702164280070CB6The files do not fit to the boot-block configurationfile %1. Change the BASE and ORG definitions or the orderof the files
-214702164180070CB7Initialization failed because the dynamic-linklibrary %1 returned an incorrect version number
-214702164080070CB8There was an unrecoverable error in the dynamic-link library of the service
-214702163980070CB9The system returned an unexpected error code.The error code is the data
-214702163880070CBAThe fault-tolerance error log file
-214702163780070CBBThe fault-tolerance error-log file
-214702163680070CBCThis computer has been successfully joined to domain '%1'
-214702163580070CBDThis computer has been successfully joined to workgroup '%1'
-214702159780070CE3%1 %2 %3 %4 %5 %6 %7 %8 %9
-214702159580070CE5Remote IPC
-214702159480070CE6Remote Admin
-214702159380070CE7Logon server share
-214702159280070CE8A network error occurred
-214702149680070D48There is not enough memory to start the Workstation service
-214702149580070D49An error occurred when reading the NETWORKS entry in the LANMAN.INI file
-214702149480070D4AThis is an invalid argument: %1
-214702149380070D4BThe %1 NETWORKS entry in the LANMAN.INI file has asyntax error and will be ignored
-214702149280070D4CThere are too many NETWORKS entries in the LANMAN.INI file
-214702149080070D4EAn error occurred when opening networkdevice driver %1 = %2
-214702148980070D4FDevice driver %1 sent a bad BiosLinkage response
-214702148880070D50The program cannot be used with this operating system
-214702148780070D51The redirector is already installed
-214702148680070D52Installing NETWKSTA.SYS Version %1.%2.%3 (%4)
-214702148580070D53There was an error installing NETWKSTA.SYS.Press ENTER to continue
-214702148480070D54Resolver linkage problem
-214702148380070D55Your logon time at %1 ends at %2.Please clean up and log off
-214702148280070D56You will be automatically disconnected at %1
-214702148180070D57Your logon time at %1 has ended
-214702148080070D58Your logon time at %1 ended at %2
-214702147980070D59WARNING: You have until %1 to logoff. If youhave not logged off at this time
-214702147880070D5AWARNING: You must log off at %1 now. You havetwo minutes to log off
-214702147780070D5BYou have open files or devices
-214702147680070D5CDefault Share for Internal Use
-214702147580070D5DMessenger Service
-214702139680070DACThe command completed successfully
-214702139580070DADYou used an invalid option
-214702139480070DAESystem error %1 has occurred
-214702139380070DAFThe command contains an invalid number of arguments
-214702139280070DB0The command completed with one or more errors
-214702139180070DB1You used an option with an invalid value
-214702139080070DB2The option %1 is unknown
-214702138980070DB3Option %1 is ambiguous
-214702138680070DB6A command was used with conflicting switches
-214702138580070DB7Could not find subprogram %1
-214702138480070DB8The software requires a newer version of the operatingsystem
-214702138380070DB9More data is available than can be returned by Windows
-214702138280070DBAMore help is available by typing NET HELPMSG %1
-214702138180070DBBThis command can be used only on a Windows Domain Controller
-214702138080070DBCThis command cannot be used on a Windows Domain Controller
-214702137680070DC0These Windows services are started:
-214702137580070DC1The %1 service is not started
-214702137480070DC2The %1 service is starting
-214702137380070DC3The %1 service could not be started
-214702137280070DC4The %1 service was started successfully
-214702137180070DC5Stopping the Workstation service also stops the Server service
-214702137080070DC6The workstation has open files
-214702136980070DC7The %1 service is stopping
-214702136880070DC8The %1 service could not be stopped
-214702136780070DC9The %1 service was stopped successfully
-214702136680070DCAThe following services are dependent on the %1 service.Stopping the %1 service will also stop these services
-214702136380070DCDThe service is starting or stopping. Please try again later
-214702136280070DCEThe service did not report an error
-214702136180070DCFAn error occurred controlling the device
-214702136080070DD0The %1 service was continued successfully
-214702135980070DD1The %1 service was paused successfully
-214702135880070DD2The %1 service failed to resume
-214702135780070DD3The %1 service failed to pause
-214702135680070DD4The %1 service continue is pending
-214702135580070DD5The %1 service pause is pending
-214702135480070DD6%1 was continued successfully
-214702135380070DD7%1 was paused successfully
-214702135280070DD8The %1 service has been started by another process and is pending
-214702134980070DDBA service specific error occurred: %1
-214702123680070E4CThese workstations have sessions on this server:
-214702123580070E4DThese workstations have sessions with open files on this server:
-214702123080070E52The message alias is forwarded
-214702122680070E56You have these remote connections:
-214702122580070E57Continuing will cancel the connections
-214702122180070E5BThe session from %1 has open files
-214702122080070E5CNew connections will be remembered
-214702121980070E5DNew connections will not be remembered
-214702121880070E5EAn error occurred while saving your profile : Access Denied. The state of your remembered connections has not changed
-214702121780070E5FAn error occurred while reading your profile
-214702121680070E60An error occurred while restoring the connection to %1
-214702121480070E62No network services are started
-214702121380070E63There are no entries in the list
-214702120880070E68Users have open files on %1. Continuing the operation will force the files closed
-214702120780070E69The Workstation service is already running. Windows will ignore command options for the workstation
-214702120580070E6BThere are open files and/or incomplete directory searches pending on the connection to %1
-214702120380070E6DThe request will be processed at a domain controller for domain %1
-214702120280070E6EThe shared queue cannot be deleted while a print job is being spooled to the queue
-214702120180070E6F%1 has a remembered connection to %2
-214702118680070E7EAn error occurred while opening the Help file
-214702118580070E7FThe Help file is empty
-214702118480070E80The Help file is corrupted
-214702118380070E81Could not find a domain controller for domain %1
-214702118280070E82This operation is privileged on systems with earlierversions of the software
-214702118080070E84The device type is unknown
-214702117980070E85The log file has been corrupted
-214702117880070E86Program filenames must end with .EXE
-214702117780070E87A matching share could not be found so nothing was deleted
-214702117680070E88A bad value is in the units-per-week field of the user record
-214702117580070E89The password is invalid for %1
-214702117480070E8AAn error occurred while sending a message to %1
-214702117380070E8BThe password or user name is invalid for %1
-214702117180070E8DAn error occurred when the share was deleted
-214702117080070E8EThe user name is invalid
-214702116980070E8FThe password is invalid
-214702116880070E90The passwords do not match
-214702116780070E91Your persistent connections were not all restored
-214702116680070E92This is not a valid computer name or domain name
-214702116480070E94Default permissions cannot be set for that resource
-214702116280070E96A valid password was not entered
-214702116180070E97A valid name was not entered
-214702116080070E98The resource named cannot be shared
-214702115980070E99The permissions string contains invalid permissions
-214702115880070E9AYou can only perform this operation on printers and communication devices
-214702115480070E9E%1 is an invalid user or group name
-214702115380070E9FThe server is not configured for remote administration
-214702114480070EA8No users have sessions with this server
-214702114380070EA9User %1 is not a member of group %2
-214702114280070EAAUser %1 is already a member of group %2
-214702114180070EABThere is no such user: %1
-214702114080070EACThis is an invalid response
-214702113980070EADNo valid response was provided
-214702113880070EAEThe destination list provided does not match the destination list of the printer queue
-214702113780070EAFYour password cannot be changed until %1
-214702113680070EB0%1 is not a recognized day of the week
-214702113580070EB1The time range specified ends before it starts
-214702113480070EB2%1 is not a recognized hour
-214702113380070EB3%1 is not a valid specification for minutes
-214702113280070EB4Time supplied is not exactly on the hour
-214702113180070EB512 and 24 hour time formats may not be mixed
-214702113080070EB6%1 is not a valid 12-hour suffix
-214702112980070EB7An illegal date format has been supplied
-214702112880070EB8An illegal day range has been supplied
-214702112780070EB9An illegal time range has been supplied
-214702112680070EBAArguments to NET USER are invalid. Check the minimum passwordlength and/or arguments supplied
-214702112580070EBBThe value for ENABLESCRIPT must be YES
-214702112380070EBDAn illegal country/region code has been supplied
-214702112280070EBEThe user was successfully created but could not be addedto the USERS local group
-214702112180070EBFThe user context supplied is invalid
-214702112080070EC0The dynamic-link library %1 could not be loaded
-214702111980070EC1Sending files is no longer supported
-214702111880070EC2You may not specify paths for ADMIN$ and IPC$ shares
-214702111780070EC3User or group %1 is already a member of local group %2
-214702111680070EC4There is no such user or group: %1
-214702111580070EC5There is no such computer: %1
-214702111480070EC6The computer %1 already exists
-214702111380070EC7There is no such global user or group: %1
-214702111280070EC8Only disk shares can be marked as cacheable
-214702110680070ECEThe system could not find message: %1
-214702109480070EDAThis schedule date is invalid
-214702109380070EDBThe LANMAN root directory is unavailable
-214702109280070EDCThe SCHED.LOG file could not be opened
-214702109180070EDDThe Server service has not been started
-214702109080070EDEThe AT job ID does not exist
-214702108980070EDFThe AT schedule file is corrupted
-214702108880070EE0The delete failed due to a problem with the AT schedule file
-214702108780070EE1The command line cannot exceed 259 characters
-214702108680070EE2The AT schedule file could not be updated because the disk is full
-214702108480070EE4The AT schedule file is invalid. Please delete the file and create a new one
-214702108380070EE5The AT schedule file was deleted
-214702108280070EE6The syntax of this command is:AT [id] [/DELETE]AT time [/EVERY:date | /NEXT:date] commandThe AT command schedules a program command to run at alater date and time on a server. It also displays thelist of programs and commands scheduled to be run.You can specify the date as M
-214702108180070EE7The AT command has timed-out.Please try again later
-214702108080070EE8The minimum password age for user accounts cannot be greaterthan the maximum password age
-214702107980070EE9You have specified a value that is incompatiblewith servers with down-level software. Please specify a lower value
-214702102680070F1E%1 is not a valid computer name
-214702102580070F1F%1 is not a valid Windows network message number
-214702099680070F3CMessage from %1 to %2 on %3
-214702099580070F3D****
-214702099480070F3E**** unexpected end of message ****
-214702099180070F41Press ESC to exit
-214702099080070F42
-214702098680070F46Current time at %1 is %2
-214702098580070F47The current local clock is %1Do you want to set the local computer's time to match thetime at %2? %3:
-214702098480070F48Could not locate a time-server
-214702098380070F49Could not find the domain controller for domain %1
-214702098280070F4ALocal time (GMT%3) at %1 is %2
-214702098180070F4BThe user's home directory could not be determined
-214702098080070F4CThe user's home directory has not been specified
-214702097980070F4DThe name specified for the user's home directory (%1) is not a universal naming convention (UNC) name
-214702097880070F4EDrive %1 is now connected to %2. Your home directory is %3\%4
-214702097780070F4FDrive %1 is now connected to %2
-214702097680070F50There are no available drive letters left
-214702096480070F5C%1 is not a valid domain or workgroup name
-214702096180070F5FThe current SNTP value is: %1
-214702096080070F60This computer is not currently configured to use a specific SNTP server
-214702095980070F61This current autoconfigured SNTP value is: %1
-214702094680070F6EReissue the given operation as a cached IO operation
-214702094580070F6FYou specified too many values for the %1 option
-214702094480070F70You entered an invalid value for the %1 option
-214702094380070F71The syntax is incorrect
-214702093680070F78You specified an invalid file number
-214702093580070F79You specified an invalid print job number
-214702093380070F7BThe user or group account specified cannot be found
-214702093180070F7DThe user was added but could not be enabled for File and PrintServices for NetWare
-214702093080070F7EFile and Print Services for NetWare is not installed
-214702092980070F7FCannot set user properties for File and Print Services for NetWare
-214702092880070F80Password for %1 is: %2
-214702092780070F81NetWare compatible logon
-214702089680070FA0WINS encountered an error while processing the command
-214702089580070FA1The local WINS cannot be deleted
-214702089480070FA2The importation from the file failed
-214702089380070FA3The backup failed. Was a full backup done before?
-214702089280070FA4The backup failed. Check the directory to which you are backing the database
-214702089180070FA5The name does not exist in the WINS database
-214702089080070FA6Replication with a nonconfigured partner is not allowed
-214702084680070FD2The version of the supplied content information is not supported
-214702084580070FD3The supplied content information is malformed
-214702084480070FD4The requested data cannot be found in local or peer caches
-214702084380070FD5No more data is available or required
-214702084280070FD6The supplied object has not been initialized
-214702084180070FD7The supplied object has already been initialized
-214702084080070FD8A shutdown operation is already in progress
-214702083980070FD9The supplied object has already been invalidated
-214702083880070FDAAn element already exists and was not replaced
-214702083780070FDBCan not cancel the requested operation as it has already been completed
-214702083680070FDCCan not perform the requested operation because it has already been carried out
-214702083580070FDDAn operation accessed data beyond the bounds of valid data
-214702083480070FDEThe requested version is not supported
-214702083380070FDFA configuration value is invalid
-214702083280070FE0The SKU is not licensed
-214702083180070FE1PeerDist Service is still initializing and will be available shortly
-214702083080070FE2Communication with one or more computers will be temporarily blocked due to recent errors
-214702079680071004The 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
-214702069680071068The GUID passed was not recognized as valid by a WMI data provider
-214702069580071069The instance name passed was not recognized as valid by a WMI data provider
-21470206948007106AThe data item ID passed was not recognized as valid by a WMI data provider
-21470206938007106BThe WMI request could not be completed and should be retried
-21470206928007106CThe WMI data provider could not be located
-21470206918007106DThe WMI data provider references an instance set that has not been registered
-21470206908007106EThe WMI data block or event notification has already been enabled
-21470206898007106FThe WMI data block is no longer available
-214702068880071070The WMI data service is not available
-214702068780071071The WMI data provider failed to carry out the request
-214702068680071072The WMI MOF information is not valid
-214702068580071073The WMI registration information is not valid
-214702068480071074The WMI data block or event notification has already been disabled
-214702068380071075The WMI data item or data block is read only
-214702068280071076The WMI data item or data block could not be changed
-21470206468007109AThis operation is only valid in the context of an app container
-21470206458007109BThis application can only run in the context of an app container
-21470206448007109CThis functionality is not supported in the context of an app container
-21470206438007109DThe length of the SID supplied is not a valid length for app container SIDs
-2147020596800710CCThe media identifier does not represent a valid medium
-2147020595800710CDThe library identifier does not represent a valid library
-2147020594800710CEThe media pool identifier does not represent a valid media pool
-2147020593800710CFThe drive and medium are not compatible or exist in different libraries
-2147020592800710D0The medium currently exists in an offline library and must be online to perform this operation
-2147020591800710D1The operation cannot be performed on an offline library
-2147020590800710D2The library
-2147020589800710D3The library
-2147020588800710D4No media is currently available in this media pool or library
-2147020587800710D5A resource required for this operation is disabled
-2147020586800710D6The media identifier does not represent a valid cleaner
-2147020585800710D7The drive cannot be cleaned or does not support cleaning
-2147020584800710D8The object identifier does not represent a valid object
-2147020583800710D9Unable to read from or write to the database
-2147020582800710DAThe database is full
-2147020581800710DBThe medium is not compatible with the device or media pool
-2147020580800710DCThe resource required for this operation does not exist
-2147020579800710DDThe operation identifier is not valid
-2147020578800710DEThe media is not mounted or ready for use
-2147020577800710DFThe device is not ready for use
-2147020576800710E0The operator or administrator has refused the request
-2147020575800710E1The drive identifier does not represent a valid drive
-2147020574800710E2Library is full. No slot is available for use
-2147020573800710E3The transport cannot access the medium
-2147020572800710E4Unable to load the medium into the drive
-2147020571800710E5Unable to retrieve the drive status
-2147020570800710E6Unable to retrieve the slot status
-2147020569800710E7Unable to retrieve status about the transport
-2147020568800710E8Cannot use the transport because it is already in use
-2147020567800710E9Unable to open or close the inject/eject port
-2147020566800710EAUnable to eject the medium because it is in a drive
-2147020565800710EBA cleaner slot is already reserved
-2147020564800710ECA cleaner slot is not reserved
-2147020563800710EDThe cleaner cartridge has performed the maximum number of drive cleanings
-2147020562800710EEUnexpected on-medium identifier
-2147020561800710EFThe last remaining item in this group or resource cannot be deleted
-2147020560800710F0The message provided exceeds the maximum size allowed for this parameter
-2147020559800710F1The volume contains system or paging files
-2147020558800710F2The media type cannot be removed from this library since at least one drive in the library reports it can support this media type
-2147020557800710F3This offline media cannot be mounted on this system since no enabled drives are present which can be used
-2147020556800710F4A cleaner cartridge is present in the tape library
-2147020555800710F5Cannot use the inject/eject port because it is not empty
-2147020554800710F6Error
-2147020553800710F7OK
-2147020552800710F8Y
-2147020551800710F9N
-2147020550800710FAAny
-2147020549800710FBA
-2147020548800710FCP
-2147020547800710FD(not found)
-2147020546800710FEThis file is currently not available for use on this computer
-2147020545800710FFThe remote storage service is not operational at this time
-214702054480071100The remote storage service encountered a media error
-214702054380071101Read
-214702054280071102Change
-214702054180071103Full
-214702054080071104Please type the password:
-214702053980071105Type the password for %1:
-214702053880071106Type a password for the user:
-214702053780071107Type the password for the shared resource:
-214702053680071108Type your password:
-214702053580071109Retype the password to confirm:
-21470205348007110AType the user's old password:
-21470205338007110BType the user's new password:
-21470205328007110CType your new password:
-21470205318007110DType the Replicator service password:
-21470205308007110EType your user name
-21470205298007110FType the domain or server where you want to change a password
-214702052880071110Type your user name:
-214702052780071111Network statistics for \\%1
-214702052680071112Printing options for %1
-214702052580071113Communication-device queues accessing %1
-214702052480071114Print job detail
-214702052380071115Communication-device queues at \\%1
-214702052280071116Printers at %1
-214702052180071117Printers accessing %1
-214702052080071118Print jobs at %1:
-214702051980071119Shared resources at %1
-21470205188007111AThe following running services can be controlled:
-21470205178007111BStatistics are available for the following running services:
-21470205168007111CUser accounts for \\%1
-21470205158007111DThe syntax of this command is:
-21470205148007111EThe options of this command are:
-21470205138007111FPlease enter the name of the Primary Domain Controller:
-214702051280071120The string you have entered is too long. The maximumis %1
-214702051180071121Sunday
-214702051080071122Monday
-214702050980071123Tuesday
-214702050880071124Wednesday
-214702050780071125Thursday
-214702050680071126The file or directory is not a reparse point
-214702050580071127The reparse point attribute cannot be set because it conflicts with an existing attribute
-214702050480071128The data present in the reparse point buffer is invalid
-214702050380071129The tag present in the reparse point buffer is invalid
-21470205028007112AThere is a mismatch between the tag specified in the request and the tag present in the reparse point
-21470205018007112BThe object manager encountered a reparse point while retrieving an object
-21470205008007112CTh
-21470204998007112DF
-21470204988007112ES
-21470204978007112FSa
-214702049680071130Fast Cache data not found
-214702049580071131Fast Cache data expired
-214702049480071132Fast Cache data corrupt
-214702049380071133Fast Cache data has exceeded its max size and cannot be updated
-214702049280071134Fast Cache has been ReArmed and requires a reboot until it can be updated
-214702049180071135Aliases for \\%1
-214702049080071136Alias name
-214702048980071137Comment
-214702048880071138Members
-21470204868007113AUser Accounts for \\%1
-21470204858007113BUser name
-21470204848007113CFull Name
-21470204838007113DComment
-21470204828007113EUser's comment
-21470204818007113FParameters
-214702048080071140Country/region code
-214702047980071141Privilege level
-214702047880071142Operator privileges
-214702047780071143Account active
-214702047680071144Secure Boot detected that rollback of protected data has been attempted
-214702047580071145The value is protected by Secure Boot policy and cannot be modified or deleted
-214702047480071146The Secure Boot policy is invalid
-214702047380071147A new Secure Boot policy did not contain the current publisher on its update list
-214702047280071148The Secure Boot policy is either not signed or is signed by a non-trusted signer
-214702047180071149Secure Boot is not enabled on this machine
-21470204708007114ASecure Boot requires that certain files and drivers are not replaced by other files or drivers
-21470204698007114BThe Secure Boot Supplemental Policy file was not authorized on this machine
-21470204688007114CThe Supplemental Policy is not recognized on this device
-21470204678007114DThe Antirollback version was not found in the Secure Boot Policy
-21470204668007114EThe Platform ID specified in the Secure Boot policy does not match the Platform ID on this device
-21470204658007114FThe Secure Boot policy file has an older Antirollback Version than this device
-214702046480071150The Secure Boot policy file does not match the upgraded legacy policy
-214702046380071151The Secure Boot policy file is required but could not be found
-214702046280071152Supplemental Secure Boot policy file can not be loaded as a base Secure Boot policy
-214702046180071153Base Secure Boot policy file can not be loaded as a Supplemental Secure Boot policy
-214702046080071154Home directory
-214702045980071155Password required
-214702045880071156User may change password
-214702045780071157User profile
-214702045680071158The copy offload read operation is not supported by a filter
-214702045580071159The copy offload write operation is not supported by a filter
-21470204548007115AThe copy offload read operation is not supported for the file
-21470204538007115BThe copy offload write operation is not supported for the file
-21470204528007115CThis file is currently associated with a different stream id
-21470204518007115DThe volume must undergo garbage collection
-21470204508007115EThe WOF driver encountered a corruption in WIM image's Header
-21470204498007115FThe WOF driver encountered a corruption in WIM image's Resource Table
-214702044880071160The WOF driver encountered a corruption in the compressed file's Resource Table
-214702044680071162Computer name
-214702044580071163User name
-214702044480071164Software version
-214702044380071165Workstation active on
-214702044280071166Windows NT root directory
-214702044180071167Workstation domain
-214702044080071168Logon domain
-214702043980071169Other domain(s)
-21470204388007116ACOM Open Timeout (sec)
-21470204378007116BCOM Send Count (byte)
-21470204368007116CCOM Send Timeout (msec)
-21470204358007116DDOS session print time-out (sec)
-21470204348007116EMaximum error log size (K)
-21470204338007116FMaximum cache memory (K)
-214702043280071170Number of network buffers
-214702043180071171Number of character buffers
-214702043080071172Size of network buffers
-214702042980071173Size of character buffers
-214702042880071174Full Computer name
-214702042780071175Workstation Domain DNS Name
-214702042680071176Windows 2002
-214702041580071181Server Name
-214702041480071182Server Comment
-214702041380071183Send administrative alerts to
-214702041280071184Software version
-214702041180071185Peer Server
-214702041080071186Windows NT
-214702040980071187Server Level
-214702040880071188Windows NT Server
-214702040780071189Server is active on
-21470204048007118CServer hidden
-214702039680071194Single Instance Storage is not available on this volume
-21470203908007119AMaximum Logged On Users
-21470203898007119BMaximum concurrent administrators
-21470203888007119CMaximum resources shared
-21470203878007119DMaximum connections to resources
-21470203868007119EMaximum open files on server
-21470203858007119FMaximum open files per session
-2147020384800711A0Maximum file locks
-2147020376800711A8Idle session time (min)
-2147020370800711AEShare-level
-2147020369800711AFUser-level
-2147020366800711B2Unlimited Server
-2147020346800711C6System Integrity detected that policy rollback has been attempted
-2147020345800711C7Your organization used Device Guard to block this app. Contact your support person for more info
-2147020344800711C8The System Integrity policy is invalid
-2147020343800711C9The System Integrity policy is either not signed or is signed by a non-trusted signer
-2147020342800711CAThe number of System Integrity policies is out of limit
-2147020341800711CBThe Code Integrity supplemental policy is not authorized by a Code Integrity base policy
-2147020336800711D0Virtual Secure Mode (VSM) is not initialized. The hypervisor or VSM may not be present or enabled
-2147020335800711D1The hypervisor is not protecting DMA because an IOMMU is not present or not enabled in the BIOS
-2147020326800711DAThe Platform Manifest file was not authorized on this machine
-2147020325800711DBThe Platform Manifest file was not valid
-2147020324800711DCThe file is not authorized on this platform because an entry was not found in the Platform Manifest
-2147020323800711DDThe catalog is not authorized on this platform because an entry was not found in the Platform Manifest
-2147020322800711DEThe file is not authorized on this platform because a Binary ID was not found in the embedded signature
-2147020321800711DFNo active Platform Manifest exists on this system
-2147020320800711E0The Platform Manifest file was not properly signed
-2147020319800711E1Primary Domain controller for workstation domain:
-2147020318800711E2Lockout threshold:
-2147020317800711E3Lockout duration (minutes):
-2147020316800711E4Lockout observation window (minutes):
-2147020296800711F8Statistics since
-2147020295800711F9Sessions accepted
-2147020294800711FASessions timed-out
-2147020293800711FBSessions errored-out
-2147020292800711FCKilobytes sent
-2147020291800711FDKilobytes received
-2147020290800711FEMean response time (msec)
-2147020289800711FFNetwork errors
-214702028880071200Files accessed
-214702028780071201Print jobs spooled
-214702028680071202System errors
-214702028580071203Password violations
-214702028480071204Permission violations
-214702028380071205Communication devices accessed
-214702028280071206Sessions started
-214702028180071207Sessions reconnected
-214702028080071208Sessions starts failed
-214702027980071209Sessions disconnected
-21470202788007120ANetwork I/O's performed
-21470202778007120BFiles and pipes accessed
-21470202768007120CTimes buffers exhausted
-21470202758007120DBig buffers
-21470202748007120ERequest buffers
-21470202738007120FWorkstation Statistics for \\%1
-214702027280071210Server Statistics for \\%1
-214702027180071211Statistics since %1
-214702027080071212Connections made
-214702026980071213Connections failed
-214702026680071216Bytes received
-214702026580071217Server Message Blocks (SMBs) received
-214702026480071218Bytes transmitted
-214702026380071219Server Message Blocks (SMBs) transmitted
-21470202628007121ARead operations
-21470202618007121BWrite operations
-21470202608007121CRaw reads denied
-21470202598007121DRaw writes denied
-21470202588007121ENetwork errors
-21470202578007121FConnections made
-214702025680071220Reconnections made
-214702025580071221Server disconnects
-214702025480071222Sessions started
-214702025380071223Hung sessions
-214702025280071224Failed sessions
-214702025180071225Failed operations
-214702025080071226Use count
-214702024980071227Failed use count
-21470202468007122A%1 was deleted successfully
-21470202458007122B%1 was used successfully
-21470202448007122CThe message was successfully sent to %1
-21470202438007122DThe message name %1 was forwarded successfully
-21470202428007122EThe message name %1 was added successfully
-21470202418007122FThe message name forwarding was successfully canceled
-214702024080071230%1 was shared successfully
-214702023980071231The server %1 successfully logged you on as %2
-214702023880071232%1 was logged off successfully
-214702023780071233%1 was successfully removed from the list of shares the Server createson startup
-214702023580071235The password was changed successfully
-214702023480071236%1 file(s) copied
-214702023380071237%1 file(s) moved
-214702023280071238The message was successfully sent to all users of the network
-214702023180071239The message was successfully sent to domain %1
-21470202308007123AThe message was successfully sent to all users of this server
-21470202298007123BThe message was successfully sent to group *%1
-214702020180071257Microsoft LAN Manager Version %1
-214702020080071258Windows NT Server
-214702019980071259Windows NT Workstation
-21470201988007125AMS-DOS Enhanced Workstation
-21470201978007125BCreated at %1
-21470201968007125CServer Name Remark
-21470201958007125DCannot enumerate servers in non-default compartment
-21470201948007125E(UNC)
-21470201938007125F
-214702019280071260Domain
-214702019180071261Resources on %1
-214702019080071262Invalid network provider. Available networks are:
-214702018680071266Disk
-214702018580071267Print
-214702018480071268Comm
-214702018380071269IPC
-21470201828007126AStatus Local Remote Network
-21470201818007126BOK
-21470201808007126CDormant
-21470201798007126DPaused
-21470201788007126EDisconnected
-21470201778007126FError
-214702017680071270Connecting
-214702017580071271Reconnecting
-214702017480071272Status
-214702017380071273Local name
-214702017280071274Remote name
-214702017180071275Resource type
-214702017080071276# Opens
-214702016980071277# Connections
-214702016880071278Unavailable
-21470201668007127AShare name Resource Remark
-21470201658007127BShare name
-21470201648007127CResource
-21470201638007127DSpooled
-21470201628007127EPermission
-21470201618007127FMaximum users
-214702016080071280No limit
-214702015980071281Users
-214702015880071282The share name entered may not be accessible from some MS-DOS workstations.Are you sure you want to use this share name? %1:
-214702015780071283Caching
-214702015680071284ID Path User name # Locks
-214702015580071285File ID
-214702015480071286Locks
-214702015380071287Permissions
-214702015280071288Share name
-214702015180071289Type
-21470201508007128AUsed as
-21470201498007128BComment
-21470201468007128EComputer User name Client Type Opens Idle time
-21470201458007128FComputer
-214702014480071290Sess time
-214702014380071291Idle time
-214702014280071292Share name Type # Opens
-214702014180071293Client type
-214702014080071294Guest logon
-2147020126800712A2Manual caching of documents
-2147020125800712A3Automatic caching of documents
-2147020124800712A4Automatic caching of programs and documents
-2147020123800712A5Manual caching of documents with BranchCache enabled
-2147020122800712A6Caching disabled
-2147020121800712A7Automatic
-2147020120800712A8Manual
-2147020119800712A9Documents
-2147020118800712AAPrograms
-2147020117800712ABBranchCache
-2147020116800712ACNone
-2147020096800712C0Name
-2147020095800712C1Forwarded to
-2147020094800712C2Forwarded to you from
-2147020093800712C3Users of this server
-2147020092800712C4Net Send has been interrupted by a Ctrl+Break from the user
-2147020086800712CAName Job # Size Status
-2147020085800712CBjobs
-2147020084800712CCPrint
-2147020083800712CDName
-2147020082800712CEJob #
-2147020081800712CFSize
-2147020080800712D0Status
-2147020079800712D1Separator file
-2147020078800712D2Comment
-2147020077800712D3Priority
-2147020076800712D4Print after
-2147020075800712D5Print until
-2147020074800712D6Print processor
-2147020073800712D7Additional info
-2147020072800712D8Parameters
-2147020071800712D9Print Devices
-2147020070800712DAPrinter Active
-2147020069800712DBPrinter held
-2147020068800712DCPrinter error
-2147020067800712DDPrinter being deleted
-2147020066800712DEPrinter status unknown
-2147020056800712E8Held until %1
-2147020055800712E9Job #
-2147020054800712EASubmitting user
-2147020053800712EBNotify
-2147020052800712ECJob data type
-2147020051800712EDJob parameters
-2147020050800712EEWaiting
-2147020049800712EFHeld in queue
-2147020048800712F0Spooling
-2147020047800712F1Paused
-2147020046800712F2Offline
-2147020045800712F3Error
-2147020044800712F4Out of paper
-2147020043800712F5Intervention required
-2147020042800712F6Printing
-2147020041800712F7on
-2147020040800712F8Paused on %1
-2147020039800712F9Offline on %1
-2147020038800712FAError on%1
-2147020037800712FBOut of Paper on %1
-2147020036800712FCCheck printer on %1
-2147020035800712FDPrinting on %1
-2147020034800712FEDriver
-214701996680071342User name Type Date
-214701996580071343Lockout
-214701996480071344Service
-214701996380071345Server
-214701996280071346Server started
-214701996180071347Server paused
-214701996080071348Server continued
-214701995980071349Server stopped
-21470199588007134ASession
-21470199578007134BLogon Guest
-21470199568007134CLogon User
-21470199558007134DLogon Administrator
-21470199548007134ELogoff normal
-21470199538007134FLogon
-214701995280071350Logoff error
-214701995180071351Logoff auto-disconnect
-214701995080071352Logoff administrator-disconnect
-214701994980071353Logoff forced by logon restrictions
-214701994880071354Service
-214701994780071355%1 Installed
-214701994680071356%1 Install Pending
-214701994580071357%1 Paused
-214701994480071358%1 Pause Pending
-214701994380071359%1 Continued
-21470199428007135A%1 Continue Pending
-21470199418007135B%1 Stopped
-21470199408007135C%1 Stop Pending
-21470199398007135DAccount
-21470199388007135EUser account %1 was modified
-21470199378007135FGroup account %1 was modified
-214701993680071360User account %1 was deleted
-214701993580071361Group account %1 was deleted
-214701993480071362User account %1 was added
-214701993380071363Group account %1 was added
-214701993280071364Account system settings were modified
-214701993180071365Logon restriction
-214701993080071366Limit exceeded: UNKNOWN
-214701992980071367Limit exceeded: Logon hours
-214701992880071368Limit exceeded: Account expired
-214701992780071369Limit exceeded: Workstation ID invalid
-21470199268007136ALimit exceeded: Account disabled
-21470199258007136BLimit exceeded: Account deleted
-21470199248007136CShare
-21470199238007136DUse %1
-21470199228007136EUnuse %1
-21470199218007136FUser's session disconnected %1
-214701992080071370Administrator stopped sharing resource %1
-214701991980071371User reached limit for %1
-214701991880071372Bad password
-214701991780071373Administrator privilege required
-214701991680071374Access
-214701991580071375%1 permissions added
-214701991480071376%1 permissions modified
-214701991380071377%1 permissions deleted
-214701991280071378Access denied
-214701991180071379Unknown
-21470199108007137AOther
-21470199098007137BDuration:
-21470199088007137CDuration: Not available
-21470199078007137DDuration: Less than one second
-21470199068007137E(none)
-21470199058007137FClosed %1
-214701990480071380Closed %1 (disconnected)
-214701990380071381Administrator closed %1
-214701990280071382Access ended
-214701990180071383Log on to network
-214701990080071384Logon denied
-214701989980071385Program Message Time
-214701989880071386Account locked due to %1 bad passwords
-214701989780071387Account unlocked by administrator
-214701989680071388Log off network
-214701989580071389The operation cannot be completed because other resources are dependent on this resource
-21470198948007138AThe cluster resource dependency cannot be found
-21470198938007138BThe cluster resource cannot be made dependent on the specified resource because it is already dependent
-21470198928007138CThe cluster resource is not online
-21470198918007138DA cluster node is not available for this operation
-21470198908007138EThe cluster resource is not available
-21470198898007138FThe cluster resource could not be found
-214701988880071390The cluster is being shut down
-214701988780071391A cluster node cannot be evicted from the cluster unless the node is down or it is the last node
-214701988680071392The object already exists
-214701988580071393The object is already in the list
-214701988480071394The cluster group is not available for any new requests
-214701988380071395The cluster group could not be found
-214701988280071396The operation could not be completed because the cluster group is not online
-214701988180071397The operation failed because either the specified cluster node is not the owner of the resource
-214701988080071398The operation failed because either the specified cluster node is not the owner of the group
-214701987980071399The cluster resource could not be created in the specified resource monitor
-21470198788007139AThe cluster resource could not be brought online by the resource monitor
-21470198778007139BThe operation could not be completed because the cluster resource is online
-21470198768007139CThe cluster resource could not be deleted or brought offline because it is the quorum resource
-21470198758007139DThe cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource
-21470198748007139EThe cluster software is shutting down
-21470198738007139FThe group or resource is not in the correct state to perform the requested operation
-2147019872800713A0The properties were stored but not all changes will take effect until the next time the resource is brought online
-2147019871800713A1The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class
-2147019870800713A2The cluster resource could not be deleted since it is a core resource
-2147019869800713A3The quorum resource failed to come online
-2147019868800713A4The quorum log could not be created or mounted successfully
-2147019867800713A5The cluster log is corrupt
-2147019866800713A6The record could not be written to the cluster log since it exceeds the maximum size
-2147019865800713A7The cluster log exceeds its maximum size
-2147019864800713A8No checkpoint record was found in the cluster log
-2147019863800713A9The minimum required disk space needed for logging is not available
-2147019862800713AAThe cluster node failed to take control of the quorum resource because the resource is owned by another active node
-2147019861800713ABA cluster network is not available for this operation
-2147019860800713ACA cluster node is not available for this operation
-2147019859800713ADAll cluster nodes must be running to perform this operation
-2147019858800713AEA cluster resource failed
-2147019857800713AFThe cluster node is not valid
-2147019856800713B0The cluster node already exists
-2147019855800713B1A node is in the process of joining the cluster
-2147019854800713B2The cluster node was not found
-2147019853800713B3The cluster local node information was not found
-2147019852800713B4The cluster network already exists
-2147019851800713B5The cluster network was not found
-2147019850800713B6The cluster network interface already exists
-2147019849800713B7The cluster network interface was not found
-2147019848800713B8The cluster request is not valid for this object
-2147019847800713B9The cluster network provider is not valid
-2147019846800713BAThe cluster node is down
-2147019845800713BBThe cluster node is not reachable
-2147019844800713BCThe cluster node is not a member of the cluster
-2147019843800713BDA cluster join operation is not in progress
-2147019842800713BEThe cluster network is not valid
-2147019841800713BFMar
-2147019840800713C0The cluster node is up
-2147019839800713C1The cluster IP address is already in use
-2147019838800713C2The cluster node is not paused
-2147019837800713C3No cluster security context is available
-2147019836800713C4The cluster network is not configured for internal cluster communication
-2147019835800713C5The cluster node is already up
-2147019834800713C6The cluster node is already down
-2147019833800713C7The cluster network is already online
-2147019832800713C8The cluster network is already offline
-2147019831800713C9The cluster node is already a member of the cluster
-2147019830800713CAThe 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
-2147019829800713CBOne or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network
-2147019828800713CCThis operation cannot currently be performed on the cluster group containing the quorum resource
-2147019827800713CDThe cluster quorum resource is not allowed to have any dependencies
-2147019826800713CEThe cluster node is paused
-2147019825800713CFThe cluster resource cannot be brought online. The owner node cannot run this resource
-2147019824800713D0The cluster node is not ready to perform the requested operation
-2147019823800713D1The cluster node is shutting down
-2147019822800713D2The cluster join operation was aborted
-2147019821800713D3The 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
-2147019820800713D4This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor
-2147019819800713D5The system configuration changed during the cluster join or form operation. The join or form operation was aborted
-2147019818800713D6The specified resource type was not found
-2147019817800713D7The 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
-2147019816800713D8The 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
-2147019815800713D9No authentication package could be registered with the RPC server
-2147019814800713DAYou 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
-2147019813800713DBThe 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
-2147019812800713DCThe 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
-2147019811800713DDA non locker code got a request to reserve the lock for making global updates
-2147019810800713DEThe quorum disk could not be located by the cluster service
-2147019809800713DFThe backed up cluster database is possibly corrupt
-2147019808800713E0A DFS root already exists in this cluster node
-2147019807800713E1An attempt to modify a resource property failed because it conflicts with another existing property
-2147019806800713E2This operation is not supported on a cluster without an Administrator Access Point
-2147019805800713E3Denmark
-2147019804800713E4Sweden
-2147019803800713E5Norway
-2147019802800713E6Germany
-2147019801800713E7Australia
-2147019800800713E8Japan
-2147019799800713E9Korea
-2147019798800713EAChina (PRC)
-2147019797800713EBTaiwan
-2147019796800713ECAsia
-2147019795800713EDPortugal
-2147019794800713EEFinland
-2147019793800713EFArabic
-2147019792800713F0Hebrew
-21470197468007141EA power failure has occurred at %1. Please terminate all activity with this server
-21470197458007141FPower has been restored at %1. Normal operations have resumed
-214701974480071420The UPS service is starting shut down at %1
-214701974380071421The UPS service is about to perform final shut down
-214701972680071432The Workstation must be started with the NET START command
-214701972180071437Remote IPC
-214701972080071438Remote Admin
-214701971980071439Default share
-21470197188007143AUser Profiles
-2147019616800714A0The password entered is longer than 14 characters. Computerswith Windows prior to Windows 2000 will not be able to usethis account. Do you want to continue this operation? %1:
-2147019615800714A1%1 has a remembered connection to %2. Do youwant to overwrite the remembered connection? %3:
-2147019614800714A2Do you want to resume loading the profile? The command whichcaused the error will be ignored. %1:
-2147019612800714A4Do you want to continue this operation? %1:
-2147019611800714A5Do you want to add this? %1:
-2147019610800714A6Do you want to continue this operation? %1:
-2147019609800714A7Is it OK to start it? %1:
-2147019608800714A8Do you want to start the Workstation service? %1:
-2147019607800714A9Is it OK to continue disconnecting and force them closed? %1:
-2147019606800714AAThe printer does not exist. Do you want to create it? %1:
-2147019605800714ABNever
-2147019604800714ACNever
-2147019603800714ADNever
-2147019601800714AFNET.HLP
-2147019600800714B0NET.HLP
-2147019599800714B1Deny
-2147019596800714B4The network control block (NCB) request completed successfully.The NCB is the data
-2147019595800714B5Illegal network control block (NCB) buffer length on SEND DATAGRAM
-2147019594800714B6The data descriptor array specified in the network control block (NCB) isinvalid. The NCB is the data
-2147019593800714B7The command specified in the network control block (NCB) is illegal.The NCB is the data
-2147019592800714B8The message correlator specified in the network control block (NCB) isinvalid. The NCB is the data
-2147019591800714B9A network control block (NCB) command timed-out. The session may haveterminated abnormally. The NCB is the data
-2147019590800714BAAn incomplete network control block (NCB) message was received.The NCB is the data
-2147019589800714BBThe buffer address specified in the network control block (NCB) is illegal.The NCB is the data
-2147019588800714BCThe session number specified in the network control block (NCB) is not active.The NCB is the data
-2147019587800714BDNo resource was available in the network adapter.The network control block (NCB) request was refused. The NCB is the data
-2147019586800714BEThe session specified in the network control block (NCB) was closed.The NCB is the data
-2147019585800714BFThe network control block (NCB) command was canceled.The NCB is the data
-2147019584800714C0The message segment specified in the network control block (NCB) isillogical. The NCB is the data
-2147019583800714C1The name already exists in the local adapter name table.The network control block (NCB) request was refused. The NCB is the data
-2147019582800714C2The network adapter name table is full.The network control block (NCB) request was refused. The NCB is the data
-2147019581800714C3The network name has active sessions and is now de-registered.The network control block (NCB) command completed. The NCB is the data
-2147019580800714C4A previously issued Receive Lookahead command is activefor this session. The network control block (NCB) command was rejected.The NCB is the data
-2147019579800714C5The local session table is full. The network control block (NCB) request was refused.The NCB is the data
-2147019578800714C6A network control block (NCB) session open was rejected. No LISTEN is outstandingon the remote computer. The NCB is the data
-2147019577800714C7The name number specified in the network control block (NCB) is illegal.The NCB is the data
-2147019576800714C8The call name specified in the network control block (NCB) cannot be found ordid not answer. The NCB is the data
-2147019575800714C9The name specified in the network control block (NCB) was not found. Cannot put '*' or 00h in the NCB name. The NCB is the data
-2147019574800714CAThe name specified in the network control block (NCB) is in use on a remote adapter.The NCB is the data
-2147019573800714CBThe name specified in the network control block (NCB) has been deleted.The NCB is the data
-2147019572800714CCThe session specified in the network control block (NCB) ended abnormally.The NCB is the data
-2147019571800714CDThe network protocol has detected two or more identicalnames on the network. The network control block (NCB) is the data
-2147019570800714CEAn unexpected protocol packet was received. There may be anincompatible remote device. The network control block (NCB) is the data
-2147019563800714D5The NetBIOS interface is busy.The network control block (NCB) request was refused. The NCB is the data
-2147019562800714D6There are too many network control block (NCB) commands outstanding.The NCB request was refused. The NCB is the data
-2147019561800714D7The adapter number specified in the network control block (NCB) is illegal.The NCB is the data
-2147019560800714D8The network control block (NCB) command completed while a cancel was occurring.The NCB is the data
-2147019559800714D9The name specified in the network control block (NCB) is reserved.The NCB is the data
-2147019558800714DAThe network control block (NCB) command is not valid to cancel.The NCB is the data
-2147019545800714E7There are multiple network control block (NCB) requests for the same session.The NCB request was refused. The NCB is the data
-2147019544800714E8There has been a network adapter error. The only NetBIOScommand that may be issued is an NCB RESET. The network control block (NCB) isthe data
-2147019542800714EAThe maximum number of applications was exceeded.The network control block (NCB) request was refused. The NCB is the data
-2147019540800714ECThe requested resources are not available.The network control block (NCB) request was refused. The NCB is the data
-2147019532800714F4A system error has occurred.The network control block (NCB) request was refused. The NCB is the data
-2147019531800714F5A ROM checksum failure has occurred.The network control block (NCB) request was refused. The NCB is the data
-2147019530800714F6A RAM test failure has occurred.The network control block (NCB) request was refused. The NCB is the data
-2147019529800714F7A digital loopback failure has occurred.The network control block (NCB) request was refused. The NCB is the data
-2147019528800714F8An analog loopback failure has occurred.The network control block (NCB) request was refused. The NCB is the data
-2147019527800714F9An interface failure has occurred.The network control block (NCB) request was refused. The NCB is the data
-2147019526800714FAAn unrecognized network control block (NCB) return code was received.The NCB is the data
-214701951680071504A network adapter malfunction has occurred.The network control block (NCB) request was refused. The NCB is the data
-214701951580071505The network control block (NCB) command is still pending.The NCB is the data
-21470193968007157CThe update log on %1 is over 80%% capacity. The primarydomain controller %2 is not retrieving the updates
-21470193958007157DThe update log on %1 is full
-21470193948007157EThe time difference with the primary domain controller %1exceeds the maximum allowed skew of %2 seconds
-21470193938007157FThe account of user %1 has been locked out on %2due to %3 bad password attempts
-214701939280071580The %1 log file cannot be opened
-214701939180071581The %1 log file is corrupted and will be cleared
-214701939080071582The Application log file could not be opened. %1 will be used as thedefault log file
-214701938980071583The %1 Log is full. If this is the first time you have seen thismessage
-214701938880071584The security database full synchronization has been initiated by the server %1
-214701938780071585Windows could not be started as configured.A previous working configuration was used instead
-214701938680071586The exception 0x%1 occurred in the application %2 at location 0x%3
-214701938580071587The servers %1 and %3 both claim to be an NT Domain Controller forthe %2 domain. One of the servers should be removed from thedomain because the servers have different security identifiers(SID)
-214701938480071588The server %1 and %2 both claim to be the primary domaincontroller for the %3 domain. One of the servers should bedemoted or removed from the domain
-214701938380071589The computer %1 tried to connect to the server %2 usingthe trust relationship established by the %3 domain. However
-21470193828007158AThe computer has rebooted from a bugcheck. The bugcheck was:%1.%2A full dump was not saved
-21470193818007158BThe computer has rebooted from a bugcheck. The bugcheck was:%1.%2A dump was saved in: %3
-21470193808007158CThe computer or domain %1 trusts domain %2. (This may be an indirecttrust.) However
-21470193798007158DThe computer or domain %1 trusts domain %2. (This may be an indirecttrust.) However
-2147019296800715E0Could not share the User or Script path
-2147019295800715E1The password for this computer is not found in the local securitydatabase
-2147019294800715E2An internal error occurred while accessing the computer'slocal or network security database
-214701919680071644The Netlogon service could not initialize the replication datastructures successfully. The service was terminated. The followingerror occurred: %1
-214701919580071645The Netlogon service failed to update the domain trust list. Thefollowing error occurred: %1
-214701919480071646The Netlogon service could not add the RPC interface. Theservice was terminated. The following error occurred: %1
-214701919380071647The Netlogon service could not read a mailslot message from %1 dueto the following error: %2
-214701919280071648The Netlogon service failed to register the service with theservice controller. The service was terminated. The followingerror occurred: %1
-214701919180071649The change log cache maintained by the Netlogon service for %1database changes is inconsistent. The Netlogon service is resettingthe change log
-21470191908007164AThe Netlogon service could not create server share %1. The followingerror occurred: %2
-21470191898007164BThe down-level logon request for the user %1 from %2 failed
-21470191888007164CThe down-level logoff request for the user %1 from %2 failed
-21470191878007164DThe Windows NT or Windows 2000 %1 logon request for the user %2\%3 from %4 (via %5)failed
-21470191868007164EThe Windows NT or Windows 2000 %1 logoff request for the user %2\%3 from %4failed
-21470191858007164FThe partial synchronization request from the server %1 completedsuccessfully. %2 changes(s) has(have) been returned to thecaller
-214701918480071650The partial synchronization request from the server %1 failed withthe following error: %2
-214701918380071651The full synchronization request from the server %1 completedsuccessfully. %2 object(s) has(have) been returned tothe caller
-214701918280071652The full synchronization request from the server %1 failed withthe following error: %2
-214701918180071653The partial synchronization replication of the %1 database from theprimary domain controller %2 completed successfully. %3 change(s) is(are)applied to the database
-214701918080071654The partial synchronization replication of the %1 database from theprimary domain controller %2 failed with the following error: %3
-214701917980071655The full synchronization replication of the %1 database from theprimary domain controller %2 completed successfully
-214701917880071656The full synchronization replication of the %1 database from theprimary domain controller %2 failed with the following error: %3
-214701917780071657This computer was not able to set up a secure session with a domaincontroller in domain %1 due to the following: %2This may lead to authentication problems. Make sure that thiscomputer is connected to the network. If the problem persists
-214701917680071658The session setup to the Windows Domain Controller %1 for the domain %2failed because the computer %3 does not have a local security database account
-214701917580071659The session setup to the Windows Domain Controller %1 for the domain %2failed because the Domain Controller did not have an account %4needed to set up the session by this computer %3.ADDITIONAL DATAIf this computer is a member of or a Domain Controller in the specified domain
-21470191748007165AThe session setup from the computer %1 failed to authenticate.The name(s) of the account(s) referenced in the security database is%2. The following error occurred: %3
-21470191738007165BThe session setup from computer '%1' failed because the security databasedoes not contain a trust account '%2' referenced by the specified computer.USER ACTIONIf this is the first occurrence of this event for the specified computerand account
-21470191728007165CCould not register control handler with service controller %1
-21470191718007165DCould not set service status with service controller %1
-21470191708007165ECould not find the computer name %1
-21470191698007165FCould not load %1 device driver
-214701916880071660Could not load any transport
-214701916780071661Replication of the %1 Domain Object "%2" from primary domain controller%3 failed with the following error: %4
-214701916680071662Replication of the %1 Global Group "%2" from primary domain controller%3 failed with the following error: %4
-214701916580071663Replication of the %1 Local Group "%2" from primary domain controller%3 failed with the following error: %4
-214701916480071664Replication of the %1 User "%2" from primary domain controller%3 failed with the following error: %4
-214701916380071665Replication of the %1 Policy Object "%2" from primary domain controller%3 failed with the following error: %4
-214701916280071666Replication of the %1 Trusted Domain Object "%2" from primary domain controller%3 failed with the following error: %4
-214701916180071667Replication of the %1 Account Object "%2" from primary domain controller%3 failed with the following error: %4
-214701916080071668Replication of the %1 Secret "%2" from primary domain controller%3 failed with the following error: %4
-214701915980071669The system returned the following unexpected error code: %1
-21470191588007166ANetlogon has detected two machine accounts for server "%1".The server can be either a Windows 2000 Server that is a member of thedomain or the server can be a LAN Manager server with an account in theSERVERS global group. It cannot be both
-21470191578007166BThis domain has more global groups than can be replicated to a LanManBDC. Either delete some of your global groups or remove the LanManBDCs from the domain
-21470191568007166CThe Browser driver returned the following error to Netlogon: %1
-21470191558007166DNetlogon could not register the %1<1B> name for the following reason: %2
-21470191548007166EService failed to retrieve messages needed to boot remote boot clients
-21470191538007166FService experienced a severe error and can no longer provide remote bootfor 3Com 3Start remote boot clients
-214701915280071670Service experienced a severe system error and will shut itself down
-214701915180071671Client with computer name %1 failed to acknowledge receipt of theboot data. Remote boot of this client was not completed
-214701915080071672Client with computer name %1 was not booted due to an error in openingfile %2
-214701914980071673Client with computer name %1 was not booted due to an error in readingfile %2
-214701914880071674Client with computer name %1 was not booted due to insufficient memoryat the remote boot server
-214701914780071675Client with computer name %1 will be booted without using checksumsbecause checksum for file %2 could not be calculated
-214701914680071676Client with computer name %1 was not booted due to too many lines infile %2
-214701914580071677Client with computer name %1 was not booted because the boot blockconfiguration file %2 for this client does not contain boot blockline and/or loader line
-214701914480071678Client with computer name %1 was not booted due to a bad size offile %2
-214701914380071679Client with computer name %1 was not booted due to remote bootservice internal error
-21470191428007167AClient with computer name %1 was not booted because file %2 has aninvalid boot header
-21470191418007167BClient with computer name %1 was not booted due to network error
-21470191408007167CClient with adapter id %1 was not booted due to lack of resources
-21470191398007167DService experienced error copying file or directory %1
-21470191388007167EService experienced error deleting file or directory %1
-21470191378007167FService experienced error setting permissions on file or directory %1
-214701913680071680Service experienced error evaluating RPL configurations
-214701913580071681Service experienced error creating RPL profiles for all configurations
-214701913480071682Service experienced error accessing registry
-214701913380071683Service experienced error replacing possibly outdated RPLDISK.SYS
-214701913280071684Service experienced error adding security accounts or settingfile permissions. These accounts are the RPLUSER local groupand the user accounts for the individual RPL workstations
-214701913180071685Service failed to back up its database
-214701913080071686Service failed to initialize from its database. The database may bemissing or corrupted. Service will attempt restoring the databasefrom the backup
-214701912980071687Service failed to restore its database from the backup. Servicewill not start
-214701912880071688Service successfully restored its database from the backup
-214701912780071689Service failed to initialize from its restored database. Servicewill not start
-21470191268007168AThe session setup to the Windows Domain Controller %1 from computer%2 using account %4 failed. %2 is declared to be a BDC in domain %3.However
-21470191258007168BThe Remoteboot database was in NT 3.5 / NT 3.51 format and NT isattempting to convert it to NT 4.0 format. The JETCONV converterwill write to the Application event log when it is finished
-21470191248007168CGlobal group SERVERS exists in domain %1 and has members.This group defines Lan Manager BDCs in the domain.Lan Manager BDCs are not permitted in NT domains
-21470191238007168DThe following DNS server that is authoritative for the DNS domain controllerlocator records of this domain controller does not support dynamic DNS updates:DNS server IP address: %1Returned Response Code (RCODE): %2Returned Status Code: %3USER ACTIONConfigure the DNS server to allow dynamic DNS updates or manually add the DNSrecords from the file '%SystemRoot%\System32\Config\Netlogon.dns' to the DNS database
-21470191228007168EThe dynamic registration of the DNS record '%1' failed on the following DNS server:DNS server IP address: %3Returned Response Code (RCODE): %4Returned Status Code: %5For computers and users to locate this domain controller
-21470191218007168FThe dynamic deletion of the DNS record '%1' failed on the following DNS server:DNS server IP address: %3Returned Response Code (RCODE): %4Returned Status Code: %5USER ACTIONTo prevent remote computers from connecting unnecessarily to the domain controller
-214701912080071690Failed to create/open file %1 with the following error: %2
-214701911980071691Netlogon got the following error while trying to get the subnet to sitemapping information from the DS: %1
-214701911880071692'%1' tried to determine its site by looking up its IP address ('%2')in the Configuration\Sites\Subnets container in the DS. No subnet matchedthe IP address. Consider adding a subnet object for this IP address
-214701911780071693The site name for this computer is '%1'. That site name is not a validsite name. A site name must be a valid DNS label.Rename the site to be a valid name
-214701911680071694The subnet object '%1' appears in the Configuration\Sites\Subnetscontainer in the DS. The name is not syntactically valid. The validsyntax is xx.xx.xx.xx/yy where xx.xx.xx.xx is a valid IP subnet numberand yy is the number of bits in the subnet mask.Correct the name of the subnet object
-214701911580071695Dynamic registration or deletion of one or more DNS records associated with DNSdomain '%1' failed. These records are used by other computers to locate thisserver as a domain controller (if the specified domain is an Active Directorydomain) or as an LDAP server (if the specified domain is an application partition).Possible causes of failure include: - TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers - Specified preferred and alternate DNS servers are not running - DNS server(s) primary for the records to be registered is not running - Preferred or alternate DNS servers are configured with wrong root hints - Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registrationUSER ACTIONFix possible misconfiguration(s) specified above and initiate registration or deletion ofthe DNS records by running 'nltest.exe /dsregdns' from the command prompt on the domaincontroller or by restarting Net Logon service on the domain controller
-214701911480071696Dynamic registration or deregistration of one or more DNS records failed with the following error: %1
-214701911380071697The session setup to the Windows Domain Controller %1 for the domain %2is not responsive. The current RPC call from Netlogon on \\%3 to %1 has been cancelled
-214701911280071698Site '%2' does not have any Domain Controllers for domain '%3'.Domain Controllers in site '%1' have been automaticallyselected to cover site '%2' for domain '%3' based on configuredDirectory Server replication costs
-214701911180071699This Domain Controller no longer automatically covers site '%1' for domain '%2'
-21470191108007169ASite '%2' does not have any Global Catalog servers for forest '%3'.Global Catalog servers in site '%1' have been automaticallyselected to cover site '%2' for forest '%3' based on configuredDirectory Server replication costs
-21470191098007169BThis Global Catalog server no longer automatically covers site '%1' for forest '%2'
-21470191088007169CAttempt to update HOST Service Principal Names (SPNs) of the computerobject in Active Directory failed. The updated values were '%1' and '%2'.The following error occurred: %3
-21470191078007169DAttempt to update DNS Host Name of the computer objectin Active Directory failed. The updated value was '%1'.The following error occurred: %2
-21470191068007169ENo suitable Domain Controller is available for domain %1.An NT4 or older domain controller is available but it cannotbe used for authentication purposes in the Windows 2000 or newerdomain that this computer is a member of.The following error occurred:%2
-21470191058007169FThe domain of this computer
-2147019104800716A0Site '%2' does not have any LDAP servers for non-domain NC '%3'.LDAP servers in site '%1' have been automatically selected tocover site '%2' for non-domain NC '%3' based on configuredDirectory Server replication costs
-2147019103800716A1This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'
-2147019102800716A2Site '%2' is no longer manually configured in the registry ascovered by this Domain Controller for domain '%3'. As a result
-2147019101800716A3This Domain Controller no longer automatically covers site '%1' for domain '%2'.However
-2147019100800716A4Site '%2' is no longer manually configured in the registry ascovered by this Global Catalog server for forest '%3'. As a result
-2147019099800716A5This Global Catalog server no longer automatically covers site '%1' for forest '%2'.However
-2147019098800716A6Site '%2' is no longer manually configured in the registry ascovered by this LDAP server for non-domain NC '%3'. As a result
-2147019097800716A7This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.However
-2147019096800716A8Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributesof the computer object in Active Directory failed because the Domain Controller'%1' had more than one account with the name '%2' corresponding to this computer.Not having SPNs registered may result in authentication failures for this computer.Contact your domain administrator who may need to manually resolve the account namecollision
-2147019095800716A9Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributesof the computer object in Active Directory failed because this computer accountname
-2147019094800716AANone of the IP addresses (%2) of this Domain Controller map to the configured site '%1'.While this may be a temporary situation due to IP address changes
-2147019093800716ABThe following error occurred while reading a parameter '%2' in theNetlogon %1 registry section:%3
-2147019092800716ACThe Netlogon %1 registry key contains an invalid value 0x%2 for parameter '%3'.The minimum and maximum values allowed for this parameter are 0x%4 and 0x%5
-2147019091800716ADThe session setup from the computer %1 failed to authenticate.The following error occurred: %2
-2147019090800716AEDynamic DNS updates have been manually disabled on this domain controller.USER ACTIONReconfigure this domain controller to use dynamic DNS updates or manually add the DNSrecords from the file '%SystemRoot%\System32\Config\Netlogon.dns' to the DNS database
-2147019089800716AFDuring the past %1 hours there have been %2 connections to this DomainController from client machines whose IP addresses don't map to any ofthe existing sites in the enterprise. Those clients
-2147019088800716B0The deregistration of some DNS domain controller locator records was abortedat the time of this domain controller demotion because the DNS deregistrationstook too long.USER ACTIONManually delete the DNS records listed in the file'%SystemRoot%\System32\Config\Netlogon.dns' from the DNS database
-2147019087800716B1The NetLogon service on this domain controller has been configured to use port %1for incoming RPC connections over TCP/IP from remote machines. However
-2147019086800716B2During the past %1 hours
-2147019085800716B3The dynamic registration of the DNS record '%1' for the remote domain controller '%3'failed on the following DNS server:DNS server IP address: %4Returned Response Code (RCODE): %5Returned Status Code: %6For computers and users to locate the domain controller '%3'
-2147019084800716B4The dynamic deregistration of the DNS record '%1' for the remote domain controller'%3' failed on the following DNS server:DNS server IP address: %4Returned Response Code (RCODE): %5Returned Status Code: %6USER ACTIONTo prevent remote computers from attempting to connect to the domain controller '%3'using an invalid record
-2147019083800716B5The dynamic registration request for the DNS record '%1' has been rejected by theremote domain controller '%2'. Error: '%3'For computers and users to locate this domain controller
-2147019082800716B6The dynamic deregistration request of the DNS record '%1' has been rejected by theremote domain controller '%2'. Error: '%3'To prevent remote computers from connecting unnecessarily to this domain controller
-2147019081800716B7The remoting of the dynamic update request for the local domain controller's DNS recordsthrough a secure session has failed with error '%1'.For other computers and member servers to locate this domain controller
-2147019080800716B8Netlogon has failed an authentication request of account %1 in domain %2. The request timed out before it could be sent to domain controller %3 in domain %4. This is the first failure. If the problem continues
-2147019079800716B9Netlogon has failed an additional %1 authentication requests in the last %2 minutes.The requests timed out before they could be sent to domain controller %3 in domain %4.Please see http://support.microsoft.com/kb/2654097 for more information
-2147019078800716BANetlogon took more than %1 seconds for an authentication request of account %2 in domain %3
-2147019077800716BBNetlogon took more than %1 seconds for %2 authentication requests through domain controller %3 in domain %4 in the last %5 minutes.Please see http://support.microsoft.com/kb/2654097 for more information
-2147019076800716BCThe Netlogon service could not add the AuthZ RPC interface. Theservice was terminated. The following error occurred: '%1'
-2147019075800716BDThe Netlogon service failed to initialize the AuthZ resource manager.The service was terminated. The following error occurred: '%1'
-2147019074800716BEThe Netlogon service failed to initialize the security descriptor for the Netlogon RPC interface. The service was terminated. The following error occurred: '%1'
-2147019073800716BFThe system successfully changed its password on the domain controller %1.This event is logged when the password for the computer account ischanged by the system. It is logged on the computer that changed thepassword
-2147019072800716C0The system successfully changed the password for managed service account %1 on the domain controller %2.This event is logged when the password for a standalone managed serviceaccount is changed by the system. It is logged on the computer thatchanged the password
-2147019070800716C2The Netlogon service detected a non-windows account using secure RPC. Machine SamAccountName: %1 Domain: %2 Account Type: %3 Machine Os: %4 Machine Os Build Version: %5 Machine Os Service Pack: %6
-2147019069800716C3The Netlogon service denied a vulnerable Netlogon secure channel connection from a machine account. Machine SamAccountName: %1 Domain: %2 Account Type: %3 Machine Operating System: %4 Machine Operating System Build: %5 Machine Operating System Service Pack: %6For more information about why this was denied
-2147019068800716C4The Netlogon service denied a vulnerable Netlogon secure channel connection using a trust account. Account Type: %1 Trust Name: %2 Trust Target: %3 Client IP Address: %4For more information about why this was denied
-2147019067800716C5The Netlogon service allowed a vulnerable Netlogon secure channel connection.Warning: This connection will be denied once the enforcement phase is released. To better understand the enforcement phase
-2147019066800716C6The Netlogon service allowed a vulnerable Netlogon secure channel connection because the machine account is allowed in the "Domain controller: Allow vulnerable Netlogon secure channel connections" group policy.Warning: Using vulnerable Netlogon secure channels will expose the domain-joined devices to attack. To protect your device from attack
-2147019065800716C7The Netlogon service allowed a vulnerable Netlogon secure channel connection because the trust account is allowed in the "Domain controller: Allow vulnerable Netlogon secure channel connections" group policy.Warning: Using vulnerable Netlogon secure channels will expose Active Directory forests to attack. To protect your Active Directory forests from attack
-2147019064800716C8The Netlogon service allowed one or more unsecure pass-through NTLM authentication requests from trusted domains and/or forestsduring the most recent event throttling window. These unsecure requests would normally be blocked but were allowed to proceeddue to the current trust configuration.Warning: Allowing unsecure pass-through authentication requests will expose your Active Directory forest to attack.For more information about this issue please visit https://go.microsoft.com/fwlink/?linkid=276811&.Count of unsecure requests allowed due to administrative override: %1
-2147019063800716C9The Netlogon service blocked one or more unsecure pass-through NTLM authentication requests from trusted clients
-2147019062800716CAThe Netlogon service allowed an unsecure pass-through NTLM authentication request from a trusted client
-2147019061800716CBThe Netlogon service blocked an unsecure pass-through NTLM authentication requests from a trusted client
-214701900680071702An operation was attempted that is incompatible with the current membership state of the node
-214701900580071703The quorum resource does not contain the quorum log
-214701900480071704The membership engine requested shutdown of the cluster service on this node
-214701900380071705The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node
-214701900280071706A matching cluster network for the specified IP address could not be found
-214701900180071707The actual data type of the property did not match the expected data type of the property
-214701900080071708The cluster node was evicted from the cluster successfully
-214701899980071709Two or more parameter values specified for a resource's properties are in conflict
-21470189988007170AThis computer cannot be made a member of a cluster
-21470189978007170BThis computer cannot be made a member of a cluster because it does not have the correct version of Windows installed
-21470189968007170CA cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster
-21470189958007170DThe cluster configuration action has already been committed
-21470189948007170EThe cluster configuration action could not be rolled back
-21470189938007170FThe drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node
-214701899280071710One or more nodes in the cluster are running a version of Windows that does not support this operation
-214701899180071711The name of the corresponding computer account doesn't match the Network Name for this resource
-214701899080071712No network adapters are available
-214701898980071713The cluster node has been poisoned
-214701898880071714The group is unable to accept the request since it is moving to another node
-214701898780071715The resource type cannot accept the request since is too busy performing another operation
-214701898680071716The call to the cluster resource DLL timed out
-214701898580071717The address is not valid for an IPv6 Address resource. A global IPv6 address is required
-214701898480071718An internal cluster error occurred. A call to an invalid function was attempted
-214701898380071719A parameter value is out of acceptable range
-21470189828007171AA network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required
-21470189818007171BAn invalid cluster registry operation was attempted
-21470189808007171CAn input string of characters is not properly terminated
-21470189798007171DAn input string of characters is not in a valid format for the data it represents
-21470189788007171EAn internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress
-21470189778007171FAn internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress
-214701897680071720An internal cluster error occurred. Data was not properly initialized
-214701897580071721An error occurred while reading from a stream of data. An unexpected number of bytes was returned
-214701897480071722An error occurred while writing to a stream of data. The required number of bytes could not be written
-214701897380071723An error occurred while deserializing a stream of cluster data
-214701897280071724One or more property values for this resource are in conflict with one or more property values associated with its dependent resource(s)
-214701897180071725A quorum of cluster nodes was not present to form a cluster
-214701897080071726The cluster network is not valid for an IPv6 Address resource
-214701896980071727The 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
-214701896880071728Quorum resource cannot reside in the Available Storage group
-214701896780071729The dependencies for this resource are nested too deeply
-21470189668007172AThe call into the resource DLL raised an unhandled exception
-21470189658007172BThe RHS process failed to initialize
-21470189648007172CThe Failover Clustering feature is not installed on this node
-21470189638007172DThe resources must be online on the same node for this operation
-21470189628007172EA new node can not be added since this cluster is already at its maximum number of nodes
-21470189618007172FThis cluster can not be created since the specified number of nodes exceeds the maximum allowed limit
-214701896080071730An attempt to use the specified cluster name failed because an enabled computer object with the given name already exists in the domain
-214701895980071731This cluster cannot be destroyed. It has non-core application groups which must be deleted before the cluster can be destroyed
-214701895880071732File share associated with file share witness resource cannot be hosted by this cluster or any of its nodes
-214701895780071733Eviction of this node is invalid at this time. Due to quorum requirements node eviction will result in cluster shutdown.If it is the last node in the cluster
-214701895680071734Only one instance of this resource type is allowed in the cluster
-214701895580071735Only one instance of this resource type is allowed per resource group
-214701895480071736The resource failed to come online due to the failure of one or more provider resources
-214701895380071737The resource has indicated that it cannot come online on any node
-214701895280071738The current operation cannot be performed on this group at this time
-214701895180071739The directory or file is not located on a cluster shared volume
-21470189508007173AThe Security Descriptor does not meet the requirements for a cluster
-21470189498007173BThere is one or more shared volumes resources configured in the cluster.Those resources must be moved to available storage in order for operation to succeed
-21470189488007173CThis group or resource cannot be directly manipulated.Use shared volume APIs to perform desired operation
-21470189478007173DBack up is in progress. Please wait for backup completion before trying this operation again
-21470189468007173EThe path does not belong to a cluster shared volume
-21470189458007173FThe cluster shared volume is not locally mounted on this node
-214701894480071740The cluster watchdog is terminating
-214701894380071741A resource vetoed a move between two nodes because they are incompatible
-214701894280071742The request is invalid either because node weight cannot be changed while the cluster is in disk-only quorum mode
-214701894180071743The resource vetoed the call
-214701894080071744Resource could not start or run because it could not reserve sufficient system resources
-214701893980071745A resource vetoed a move between two nodes because the destination currently does not have enough resources to complete the operation
-214701893880071746A resource vetoed a move between two nodes because the source currently does not have enough resources to complete the operation
-214701893780071747The requested operation can not be completed because the group is queued for an operation
-214701893680071748The requested operation can not be completed because a resource has locked status
-214701893580071749The resource cannot move to another node because a cluster shared volume vetoed the operation
-21470189348007174AA node drain is already in progress
-21470189338007174BClustered storage is not connected to the node
-21470189328007174CThe 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
-21470189318007174DThe resource must be part of the Available Storage group to complete this action
-21470189308007174ECSVFS failed operation as volume is in redirected mode
-21470189298007174FCSVFS failed operation as volume is not in redirected mode
-214701892880071750Cluster properties cannot be returned at this time
-214701892780071751The clustered disk resource contains software snapshot diff area that are not supported for Cluster Shared Volumes
-214701892680071752The operation cannot be completed because the resource is in maintenance mode
-214701892580071753The operation cannot be completed because of cluster affinity conflicts
-214701892480071754The operation cannot be completed because the resource is a replica virtual machine
-214701892380071755The Cluster Functional Level could not be increased because not all nodes in the cluster support the updated version
-214701892280071756Updating the cluster functional level failed because the cluster is running in fix quorum mode.Start additional nodes which are members of the cluster until the cluster reaches quorum and the cluster will automaticallyswitch out of fix quorum mode
-214701892180071757The cluster functional level has been successfully updated but not all features are available yet. Restart the cluster byusing the Stop-Cluster PowerShell cmdlet followed by the Start-Cluster PowerShell cmdlet and all cluster features willbe available
-214701892080071758The cluster is currently performing a version upgrade
-214701891980071759The cluster did not successfully complete the version upgrade
-21470189188007175AThe cluster node is in grace period
-21470189178007175BThe operation has failed because CSV volume was not able to recover in time specified on this file object
-21470189168007175CThe operation failed because the requested node is not currently part of active cluster membership
-21470189158007175DThe operation failed because the requested cluster resource is currently unmonitored
-21470189148007175EThe operation failed because a resource does not support running in an unmonitored state
-21470189138007175FThe operation cannot be completed because a resource participates in replication
-214701891280071760The operation failed because the requested cluster node has been isolated
-214701891180071761The operation failed because the requested cluster node has been quarantined
-214701891080071762The operation failed because the specified database update condition was not met
-214701890980071763A clustered space is in a degraded condition and the requested action cannot be completed at this time
-214701890880071764The operation failed because token delegation for this control is not supported
-214701890780071765The operation has failed because CSV has invalidated this file object
-214701890680071766This operation is supported only on the CSV coordinator node
-214701890580071767The cluster group set is not available for any further requests
-214701890480071768The cluster group set could not be found
-214701890380071769The 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
-21470189028007176AThe specified parent fault domain is not found
-21470189018007176BThe fault domain cannot be a child of the parent specified
-21470189008007176CStorage Spaces Direct has rejected the proposed fault domain changes because it impacts the fault tolerance of the storage
-21470188998007176DStorage Spaces Direct has rejected the proposed fault domain changes because it reduces the storage connected to the system
-21470188988007176ECluster infrastructure file server creation failed because a valid non-empty file server name was not provided
-21470188978007176FThe action cannot be completed because the cluster set management cluster is unreachable
-214701889680071770The specified file could not be encrypted
-214701889580071771The specified file could not be decrypted
-214701889480071772The specified file is encrypted and the user does not have the ability to decrypt it
-214701889380071773There is no valid encryption recovery policy configured for this system
-214701889280071774The required encryption driver is not loaded for this system
-214701889180071775The file was encrypted with a different encryption driver than is currently loaded
-214701889080071776There are no EFS keys defined for the user
-214701888980071777The specified file is not encrypted
-214701888880071778The specified file is not in the defined EFS export format
-214701888780071779The specified file is read only
-21470188868007177AThe directory has been disabled for encryption
-21470188858007177BThe server is not trusted for remote encryption operation
-21470188848007177CRecovery policy configured for this system contains invalid recovery certificate
-21470188838007177DThe encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file
-21470188828007177EThe disk partition does not support file encryption
-21470188818007177FThis machine is disabled for file encryption
-214701888080071780A newer system is required to decrypt this encrypted file
-214701887980071781The remote server sent an invalid response for a file being opened with Client Side Encryption
-214701887880071782Client Side Encryption is not supported by the remote server even though it claims to support it
-214701887780071783File is encrypted and should be opened in Client Side Encryption mode
-214701887680071784A new encrypted file is being created and a $EFS needs to be provided
-214701887580071785The SMB client requested a CSE FSCTL on a non-CSE file
-214701887480071786The requested operation was blocked by policy. For more information
-214701887380071787The specified file could not be encrypted with Windows Information Protection
-2147018778800717E6The list of servers for this workgroup is not currently available
-214701869680071838The 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
-21470186468007186AThe object cannot be deleted from the local cluster because it is registered with the cluster set
-2147018296800719C8Log service encountered an invalid log sector
-2147018295800719C9Log service encountered a log sector with invalid block parity
-2147018294800719CALog service encountered a remapped log sector
-2147018293800719CBLog service encountered a partial or incomplete log block
-2147018292800719CCLog service encountered an attempt access data outside the active log range
-2147018291800719CDLog service user marshalling buffers are exhausted
-2147018290800719CELog service encountered an attempt read from a marshalling area with an invalid read context
-2147018289800719CFLog service encountered an invalid log restart area
-2147018288800719D0Log service encountered an invalid log block version
-2147018287800719D1Log service encountered an invalid log block
-2147018286800719D2Log service encountered an attempt to read the log with an invalid read mode
-2147018285800719D3Log service encountered a log stream with no restart area
-2147018284800719D4Log service encountered a corrupted metadata file
-2147018283800719D5Log service encountered a metadata file that could not be created by the log file system
-2147018282800719D6Log service encountered a metadata file with inconsistent data
-2147018281800719D7Log service encountered an attempt to erroneous allocate or dispose reservation space
-2147018280800719D8Log service cannot delete log file or file system container
-2147018279800719D9Log service has reached the maximum allowable containers allocated to a log file
-2147018278800719DALog service has attempted to read or write backward past the start of the log
-2147018277800719DBLog policy could not be installed because a policy of the same type is already present
-2147018276800719DCLog policy in question was not installed at the time of the request
-2147018275800719DDThe installed set of policies on the log is invalid
-2147018274800719DEA policy on the log in question prevented the operation from completing
-2147018273800719DFLog space cannot be reclaimed because the log is pinned by the archive tail
-2147018272800719E0Log record is not a record in the log file
-2147018271800719E1Number of reserved log records or the adjustment of the number of reserved log records is invalid
-2147018270800719E2Reserved log space or the adjustment of the log space is invalid
-2147018269800719E3An new or existing archive tail or base of the active log is invalid
-2147018268800719E4Log space is exhausted
-2147018267800719E5The log could not be set to the requested size
-2147018266800719E6Log is multiplexed
-2147018265800719E7The operation failed because the log is a dedicated log
-2147018264800719E8The operation requires an archive context
-2147018263800719E9Log archival is in progress
-2147018262800719EAThe operation requires a non-ephemeral log
-2147018261800719EBThe log must have at least two containers before it can be read from or written to
-2147018260800719ECA log client has already registered on the stream
-2147018259800719EDA log client has not been registered on the stream
-2147018258800719EEA request has already been made to handle the log full condition
-2147018257800719EFLog service encountered an error when attempting to read from a log container
-2147018256800719F0Log service encountered an error when attempting to write to a log container
-2147018255800719F1Log service encountered an error when attempting open a log container
-2147018254800719F2Log service encountered an invalid container state when attempting a requested action
-2147018253800719F3Log service is not in the correct state to perform a requested action
-2147018252800719F4Log space cannot be reclaimed because the log is pinned
-2147018251800719F5Log metadata flush failed
-2147018250800719F6Security on the log and its containers is inconsistent
-2147018249800719F7Records were appended to the log or reservation changes were made
-2147018248800719F8The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available
-214701819680071A2CThe transaction handle associated with this operation is not valid
-214701819580071A2DThe requested operation was made in the context of a transaction that is no longer active
-214701819480071A2EThe requested operation is not valid on the Transaction object in its current state
-214701819380071A2FThe caller has called a response API
-214701819280071A30It is too late to perform the requested operation
-214701819180071A31It is too late to perform the requested operation
-214701819080071A32The Transaction Manager was unable to be successfully initialized. Transacted operations are not supported
-214701818980071A33The specified ResourceManager made no changes or updates to the resource under this transaction
-214701818880071A34The resource manager has attempted to prepare a transaction that it has not successfully joined
-214701818780071A35The Transaction object already has a superior enlistment
-214701818680071A36The RM tried to register a protocol that already exists
-214701818580071A37The attempt to propagate the Transaction failed
-214701818480071A38The requested propagation protocol was not registered as a CRM
-214701818380071A39The buffer passed in to PushTransaction or PullTransaction is not in a valid format
-214701818280071A3AThe current transaction context associated with the thread is not a valid handle to a transaction object
-214701818180071A3BThe specified Transaction object could not be opened
-214701818080071A3CThe specified ResourceManager object could not be opened
-214701817980071A3DThe specified Enlistment object could not be opened
-214701817880071A3EThe specified TransactionManager object could not be opened
-214701817780071A3FThe object specified could not be created or opened
-214701817680071A40The specified TransactionManager was unable to create the objects contained in its logfile in the Ob namespace. Therefore
-214701817580071A41The call to create a superior Enlistment on this Transaction object could not be completed
-214701817480071A42Because the associated transaction manager or resource manager has been closed
-214701817380071A43The specified operation could not be performed on this Superior enlistment
-214701817280071A44The specified operation could not be performed
-214701817180071A45Implicit transaction are not supported
-214701817080071A46The kernel transaction manager had to abort or forget the transaction because it blocked forward progress
-214701816980071A47The TransactionManager identity that was supplied did not match the one recorded in the TransactionManager's log file
-214701816880071A48This snapshot operation cannot continue because a transactional resource manager cannot be frozen in its current state. Please try again
-214701816780071A49The transaction cannot be enlisted on with the specified EnlistmentMask
-214701816680071A4AThe transaction does not have a superior enlistment
-214701816580071A4BThe attempt to commit the Transaction completed
-214701809680071A90The function attempted to use a name that is reserved for use by another transaction
-214701809580071A91Transaction support within the specified resource manager is not started or was shut down due to an error
-214701809480071A92The metadata of the RM has been corrupted. The RM will not function
-214701809380071A93The specified directory does not contain a resource manager
-214701809180071A95The remote server or share does not support transacted file operations
-214701809080071A96The requested log size is invalid
-214701808980071A97The object (file
-214701808880071A98The specified file miniversion was not found for this transacted file open
-214701808780071A99The specified file miniversion was found but has been invalidated. Most likely cause is a transaction savepoint rollback
-214701808680071A9AA miniversion may only be opened in the context of the transaction that created it
-214701808580071A9BIt is not possible to open a miniversion with modify access
-214701808480071A9CIt is not possible to create any more miniversions for this stream
-214701808280071A9EThe remote server sent mismatching version number or Fid for a file opened with transactions
-214701808180071A9FThe 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
-214701808080071AA0There is no transaction metadata on the file
-214701807980071AA1The log data is corrupt
-214701807880071AA2The file can't be recovered because there is a handle still open on it
-214701807780071AA3The transaction outcome is unavailable because the resource manager responsible for it has disconnected
-214701807680071AA4The request was rejected because the enlistment in question is not a superior enlistment
-214701807580071AA5The transactional resource manager is already consistent. Recovery is not needed
-214701807480071AA6The transactional resource manager has already been started
-214701807380071AA7The file cannot be opened transactionally
-214701807280071AA8The operation cannot be performed because another transaction is depending on the fact that this property will not change
-214701807180071AA9The operation would involve a single file with two transactional resource managers and is therefore not allowed
-214701807080071AAAThe $Txf directory must be empty for this operation to succeed
-214701806980071AABThe operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed
-214701806880071AACThe operation could not be completed because the transaction manager does not have a log
-214701806780071AADA rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution
-214701806680071AAEThe transactional metadata attribute on the file or directory is corrupt and unreadable
-214701806580071AAFThe encryption operation could not be completed because a transaction is active
-214701806480071AB0This object is not allowed to be opened in a transaction
-214701806380071AB1An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log
-214701806280071AB2Memory mapping (creating a mapped section) a remote file under a transaction is not supported
-214701806180071AB3Transaction metadata is already present on this file and cannot be superseded
-214701806080071AB4A transaction scope could not be entered because the scope handler has not been initialized
-214701805980071AB5Promotion was required in order to allow the resource manager to enlist
-214701805880071AB6This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader
-214701805780071AB7The request to thaw frozen transactions was ignored because transactions had not previously been frozen
-214701805680071AB8Transactions cannot be frozen because a freeze is already in progress
-214701805580071AB9The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot
-214701805480071ABAThe savepoint operation failed because files are open on the transaction. This is not permitted
-214701805380071ABBWindows has discovered corruption in a file
-214701805280071ABCThe sparse operation could not be completed because a transaction is active on the file
-214701805180071ABDThe 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
-214701805080071ABEI/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data
-214701804980071ABFThe transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources
-214701804880071AC0The transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manger has been shut down
-214701804780071AC1The operation could not be completed due to bad clusters on disk
-214701804680071AC2The compression operation could not be completed because a transaction is active on the file
-214701804580071AC3The operation could not be completed because the volume is dirty. Please run chkdsk and try again
-214701804480071AC4The link tracking operation could not be completed because a transaction is active
-214701804380071AC5This operation cannot be performed in a transaction
-214701804280071AC6The 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
-214701804180071AC7The specified operation could not be performed because the resource manager is not enlisted in the transaction
-214701789580071B59The specified session name is invalid
-214701789480071B5AThe specified protocol driver is invalid
-214701789380071B5BThe specified protocol driver was not found in the system path
-214701789280071B5CThe specified terminal connection driver was not found in the system path
-214701789180071B5DA registry key for event logging could not be created for this session
-214701789080071B5EA service with the same name already exists on the system
-214701788980071B5FA close operation is pending on the session
-214701788880071B60There are no free output buffers available
-214701788780071B61The MODEM.INF file was not found
-214701788680071B62The modem name was not found in MODEM.INF
-214701788580071B63The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem
-214701788480071B64The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on
-214701788380071B65Carrier detect has failed or carrier has been dropped due to disconnect
-214701788280071B66Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional
-214701788180071B67Busy signal detected at remote site on callback
-214701788080071B68Voice detected at remote site on callback
-214701787980071B69Transport driver error
-214701787480071B6EThe specified session cannot be found
-214701787380071B6FThe specified session name is already in use
-214701787280071B70The 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
-214701787180071B71An attempt has been made to connect to a session whose video mode is not supported by the current client
-214701786180071B7BThe application attempted to enable DOS graphics mode. DOS graphics mode is not supported
-214701785980071B7DYour interactive logon privilege has been disabled. Please contact your administrator
-214701785880071B7EThe 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
-214701785680071B80The client failed to respond to the server connect message
-214701785580071B81Disconnecting the console session is not supported
-214701785480071B82Reconnecting a disconnected session to the console is not supported
-214701785280071B84The request to control another session remotely was denied
-214701785180071B85The requested session access is denied
-214701784780071B89The specified terminal connection driver is invalid
-214701784680071B8AThe requested session cannot be controlled remotely.This may be because the session is disconnected or does not currently have a user logged on
-214701784580071B8BThe requested session is not configured to allow remote control
-214701784480071B8CYour 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
-214701784380071B8DYour 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
-214701784280071B8EThe number of connections to this computer is limited and all connections are in use right now. Try connecting later or contact your system administrator
-214701784180071B8FThe client you are using is not licensed to use this system. Your logon request is denied
-214701784080071B90The system license has expired. Your logon request is denied
-214701783980071B91Remote control could not be terminated because the specified session is not currently being remotely controlled
-214701783880071B92The 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
-214701783780071B93Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared
-214701783680071B94Remote logins are currently disabled
-214701783580071B95You do not have the proper encryption level to access this Session
-214701783480071B96The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer
-214701783380071B97The 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
-214701783280071B98Unable to log you on because of an account restriction
-214701783180071B99The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client
-214701783080071B9AThe Client Drive Mapping Service Has Connected on Terminal Connection
-214701782980071B9BThe Client Drive Mapping Service Has Disconnected on Terminal Connection
-214701782880071B9CThe Terminal Server security layer detected an error in the protocol stream and has disconnected the client
-214701782780071B9DThe target session is incompatible with the current session
-214701782680071B9EWindows can't connect to your session because a problem occurred in the Windows video subsystem. Try connecting again later
-214701689580071F41The file replication service API was called incorrectly
-214701689480071F42The file replication service cannot be started
-214701689380071F43The file replication service cannot be stopped
-214701689280071F44The file replication service API terminated the request. The event log may have more information
-214701689180071F45The file replication service terminated the request. The event log may have more information
-214701689080071F46The file replication service cannot be contacted. The event log may have more information
-214701688980071F47The file replication service cannot satisfy the request because the user has insufficient privileges. The event log may have more information
-214701688880071F48The file replication service cannot satisfy the request because authenticated RPC is not available. The event log may have more information
-214701688780071F49The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. The event log may have more information
-214701688680071F4AThe file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. The event log may have more information
-214701688580071F4BThe file replication service cannot communicate with the file replication service on the domain controller. The event log may have more information
-214701688480071F4CThe file replication service on the domain controller cannot communicate with the file replication service on this computer. The event log may have more information
-214701688380071F4DThe file replication service cannot populate the system volume because of an internal error. The event log may have more information
-214701688280071F4EThe file replication service cannot populate the system volume because of an internal timeout. The event log may have more information
-214701688180071F4FThe file replication service cannot process the request. The system volume is busy with a previous request
-214701688080071F50The file replication service cannot stop replicating the system volume because of an internal error. The event log may have more information
-214701687980071F51The file replication service detected an invalid parameter
-214701669680072008An error occurred while installing the directory service. For more information
-214701669580072009The directory service evaluated group memberships locally
-21470166948007200AThe specified directory service attribute or value does not exist
-21470166938007200BThe attribute syntax specified to the directory service is invalid
-21470166928007200CThe attribute type specified to the directory service is not defined
-21470166918007200DThe specified directory service attribute or value already exists
-21470166908007200EThe directory service is busy
-21470166898007200FThe directory service is unavailable
-214701668880072010The directory service was unable to allocate a relative identifier
-214701668780072011The directory service has exhausted the pool of relative identifiers
-214701668680072012The requested operation could not be performed because the directory service is not the master for that type of operation
-214701668580072013The directory service was unable to initialize the subsystem that allocates relative identifiers
-214701668480072014The requested operation did not satisfy one or more constraints associated with the class of the object
-214701668380072015The directory service can perform the requested operation only on a leaf object
-214701668280072016The directory service cannot perform the requested operation on the RDN attribute of an object
-214701668180072017The directory service detected an attempt to modify the object class of an object
-214701668080072018The requested cross-domain move operation could not be performed
-214701667980072019Unable to contact the global catalog server
-21470166788007201AThe policy object is shared and can only be modified at the root
-21470166778007201BThe policy object does not exist
-21470166768007201CThe requested policy information is only in the directory service
-21470166758007201DA domain controller promotion is currently active
-21470166748007201EA domain controller promotion is not currently active
-214701667280072020An operations error occurred
-214701667180072021A protocol error occurred
-214701667080072022The time limit for this request was exceeded
-214701666980072023The size limit for this request was exceeded
-214701666880072024The administrative limit for this request was exceeded
-214701666780072025The compare response was false
-214701666680072026The compare response was true
-214701666580072027The requested authentication method is not supported by the server
-214701666480072028A more secure authentication method is required for this server
-214701666380072029Inappropriate authentication
-21470166628007202AThe authentication mechanism is unknown
-21470166618007202BA referral was returned from the server
-21470166608007202CThe server does not support the requested critical extension
-21470166598007202DThis request requires a secure connection
-21470166588007202EInappropriate matching
-21470166578007202FA constraint violation occurred
-214701665680072030There is no such object on the server
-214701665580072031There is an alias problem
-214701665480072032An invalid dn syntax has been specified
-214701665380072033The object is a leaf object
-214701665280072034There is an alias dereferencing problem
-214701665180072035The server is unwilling to process the request
-214701665080072036A loop has been detected
-214701664980072037There is a naming violation
-214701664880072038The result set is too large
-214701664780072039The operation affects multiple DSAs
-21470166468007203AThe server is not operational
-21470166458007203BA local error has occurred
-21470166448007203CAn encoding error has occurred
-21470166438007203DA decoding error has occurred
-21470166428007203EThe search filter cannot be recognized
-21470166418007203FOne or more parameters are illegal
-214701664080072040The specified method is not supported
-214701663980072041No results were returned
-214701663880072042The specified control is not supported by the server
-214701663780072043A referral loop was detected by the client
-214701663680072044The preset referral limit was exceeded
-214701663580072045The search requires a SORT control
-214701663480072046The search results exceed the offset range specified
-214701663380072047The 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
-21470165958007206DThe root object must be the head of a naming context. The root object cannot have an instantiated parent
-21470165948007206EThe add replica operation cannot be performed. The naming context must be writeable in order to create the replica
-21470165938007206FA reference to an attribute that is not defined in the schema occurred
-214701659280072070The maximum size of an object has been exceeded
-214701659180072071An attempt was made to add an object to the directory with a name that is already in use
-214701659080072072An attempt was made to add an object of a class that does not have an RDN defined in the schema
-214701658980072073An attempt was made to add an object using an RDN that is not the RDN defined in the schema
-214701658880072074None of the requested attributes were found on the objects
-214701658780072075The user buffer is too small
-214701658680072076The attribute specified in the operation is not present on the object
-214701658580072077Illegal modify operation. Some aspect of the modification is not permitted
-214701658480072078The specified object is too large
-214701658380072079The specified instance type is not valid
-21470165828007207AThe operation must be performed at a master DSA
-21470165818007207BThe object class attribute must be specified
-21470165808007207CA required attribute is missing
-21470165798007207DAn attempt was made to modify an object to include an attribute that is not legal for its class
-21470165788007207EThe specified attribute is already present on the object
-214701657680072080The specified attribute is not present
-214701657580072081Multiple values were specified for an attribute that can have only one value
-214701657480072082A value for the attribute was not in the acceptable range of values
-214701657380072083The specified value already exists
-214701657280072084The attribute cannot be removed because it is not present on the object
-214701657180072085The attribute value cannot be removed because it is not present on the object
-214701657080072086The specified root object cannot be a subref
-214701656980072087Chaining is not permitted
-214701656880072088Chained evaluation is not permitted
-214701656780072089The operation could not be performed because the object's parent is either uninstantiated or deleted
-21470165668007208AHaving a parent that is an alias is not permitted. Aliases are leaf objects
-21470165658007208BThe object and parent must be of the same type
-21470165648007208CThe operation cannot be performed because child objects exist. This operation can only be performed on a leaf object
-21470165638007208DDirectory object not found
-21470165628007208EThe aliased object is missing
-21470165618007208FThe object name has bad syntax
-214701656080072090It is not permitted for an alias to refer to another alias
-214701655980072091The alias cannot be dereferenced
-214701655880072092The operation is out of scope
-214701655780072093The operation cannot continue because the object is in the process of being removed
-214701655680072094The DSA object cannot be deleted
-214701655580072095A directory service error has occurred
-214701655480072096The operation can only be performed on an internal master DSA object
-214701655380072097The object must be of class DSA
-214701655280072098Insufficient access rights to perform the operation
-214701655180072099The object cannot be added because the parent is not on the list of possible superiors
-21470165508007209AAccess to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM)
-21470165498007209BThe name has too many parts
-21470165488007209CThe name is too long
-21470165478007209DThe name value is too long
-21470165468007209EThe directory service encountered an error parsing a name
-21470165458007209FThe directory service cannot get the attribute type for a name
-2147016544800720A0The name does not identify an object; the name identifies a phantom
-2147016543800720A1The security descriptor is too short
-2147016542800720A2The security descriptor is invalid
-2147016541800720A3Failed to create name for deleted object
-2147016540800720A4The parent of a new subref must exist
-2147016539800720A5The object must be a naming context
-2147016538800720A6It is not permitted to add an attribute which is owned by the system
-2147016537800720A7The class of the object must be structural; you cannot instantiate an abstract class
-2147016536800720A8The schema object could not be found
-2147016535800720A9A local object with this GUID (dead or alive) already exists
-2147016534800720AAThe operation cannot be performed on a back link
-2147016533800720ABThe cross reference for the specified naming context could not be found
-2147016532800720ACThe operation could not be performed because the directory service is shutting down
-2147016531800720ADThe directory service request is invalid
-2147016530800720AEThe role owner attribute could not be read
-2147016529800720AFThe requested FSMO operation failed. The current FSMO holder could not be contacted
-2147016528800720B0Modification of a DN across a naming context is not permitted
-2147016527800720B1The attribute cannot be modified because it is owned by the system
-2147016526800720B2Only the replicator can perform this function
-2147016525800720B3The specified class is not defined
-2147016524800720B4The specified class is not a subclass
-2147016523800720B5The name reference is invalid
-2147016522800720B6A cross reference already exists
-2147016521800720B7It is not permitted to delete a master cross reference
-2147016520800720B8Subtree notifications are only supported on NC heads
-2147016519800720B9Notification filter is too complex
-2147016518800720BASchema update failed: duplicate RDN
-2147016517800720BBSchema update failed: duplicate OID
-2147016516800720BCSchema update failed: duplicate MAPI identifier
-2147016515800720BDSchema update failed: duplicate schema-id GUID
-2147016514800720BESchema update failed: duplicate LDAP display name
-2147016513800720BFSchema update failed: range-lower less than range upper
-2147016512800720C0Schema update failed: syntax mismatch
-2147016511800720C1Schema deletion failed: attribute is used in must-contain
-2147016510800720C2Schema deletion failed: attribute is used in may-contain
-2147016509800720C3Schema update failed: attribute in may-contain does not exist
-2147016508800720C4Schema update failed: attribute in must-contain does not exist
-2147016507800720C5Schema update failed: class in aux-class list does not exist or is not an auxiliary class
-2147016506800720C6Schema update failed: class in poss-superiors does not exist
-2147016505800720C7Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules
-2147016504800720C8Schema update failed: Rdn-Att-Id has wrong syntax
-2147016503800720C9Schema deletion failed: class is used as auxiliary class
-2147016502800720CASchema deletion failed: class is used as sub class
-2147016501800720CBSchema deletion failed: class is used as poss superior
-2147016500800720CCSchema update failed in recalculating validation cache
-2147016499800720CDThe tree deletion is not finished. The request must be made again to continue deleting the tree
-2147016498800720CEThe requested delete operation could not be performed
-2147016497800720CFCannot read the governs class identifier for the schema record
-2147016496800720D0The attribute schema has bad syntax
-2147016495800720D1The attribute could not be cached
-2147016494800720D2The class could not be cached
-2147016493800720D3The attribute could not be removed from the cache
-2147016492800720D4The class could not be removed from the cache
-2147016491800720D5The distinguished name attribute could not be read
-2147016490800720D6No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest
-2147016489800720D7The instance type attribute could not be retrieved
-2147016488800720D8An internal error has occurred
-2147016487800720D9A database error has occurred
-2147016486800720DAThe attribute GOVERNSID is missing
-2147016485800720DBAn expected attribute is missing
-2147016484800720DCThe specified naming context is missing a cross reference
-2147016483800720DDA security checking error has occurred
-2147016482800720DEThe schema is not loaded
-2147016481800720DFSchema allocation failed. Please check if the machine is running low on memory
-2147016480800720E0Failed to obtain the required syntax for the attribute schema
-2147016479800720E1The 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
-2147016478800720E2The replication operation failed because of a schema mismatch between the servers involved
-2147016477800720E3The DSA object could not be found
-2147016476800720E4The naming context could not be found
-2147016475800720E5The naming context could not be found in the cache
-2147016474800720E6The child object could not be retrieved
-2147016473800720E7The modification was not permitted for security reasons
-2147016472800720E8The operation cannot replace the hidden record
-2147016471800720E9The hierarchy file is invalid
-2147016470800720EAThe attempt to build the hierarchy table failed
-2147016469800720EBThe directory configuration parameter is missing from the registry
-2147016468800720ECThe attempt to count the address book indices failed
-2147016467800720EDThe allocation of the hierarchy table failed
-2147016466800720EEThe directory service encountered an internal failure
-2147016465800720EFThe directory service encountered an unknown failure
-2147016464800720F0A root object requires a class of 'top'
-2147016463800720F1This directory server is shutting down
-2147016462800720F2The directory service is missing mandatory configuration information
-2147016461800720F3The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers
-2147016460800720F4The replication operation failed
-2147016459800720F5An invalid parameter was specified for this replication operation
-2147016458800720F6The directory service is too busy to complete the replication operation at this time
-2147016457800720F7The distinguished name specified for this replication operation is invalid
-2147016456800720F8The naming context specified for this replication operation is invalid
-2147016455800720F9The distinguished name specified for this replication operation already exists
-2147016454800720FAThe replication system encountered an internal error
-2147016453800720FBThe replication operation encountered a database inconsistency
-2147016452800720FCThe server specified for this replication operation could not be contacted
-2147016451800720FDThe replication operation encountered an object with an invalid instance type
-2147016450800720FEThe replication operation failed to allocate memory
-2147016449800720FFThe replication operation encountered an error with the mail system
-214701644880072100The replication reference information for the target server already exists
-214701644780072101The replication reference information for the target server does not exist
-214701644680072102The naming context cannot be removed because it is replicated to another server
-214701644580072103The replication operation encountered a database error
-214701644480072104The naming context is in the process of being removed or is not replicated from the specified server
-214701644380072105Replication access was denied
-214701644280072106The requested operation is not supported by this version of the directory service
-214701644180072107The replication remote procedure call was cancelled
-214701644080072108The source server is currently rejecting replication requests
-214701643980072109The destination server is currently rejecting replication requests
-21470164388007210AThe replication operation failed due to a collision of object names
-21470164378007210BThe replication source has been reinstalled
-21470164368007210CThe replication operation failed because a required parent object is missing
-21470164358007210DThe replication operation was preempted
-21470164348007210EThe replication synchronization attempt was abandoned because of a lack of updates
-21470164338007210FThe replication operation was terminated because the system is shutting down
-214701643280072110Synchronization 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
-214701643180072111The replication synchronization attempt failed because a master replica attempted to sync from a partial replica
-214701643080072112The server specified for this replication operation was contacted
-214701642980072113The version of the directory service schema of the source forest is not compatible with the version of directory service on this computer
-214701642880072114Schema update failed: An attribute with the same link identifier already exists
-214701642780072115Name translation: Generic processing error
-214701642680072116Name translation: Could not find the name or insufficient right to see name
-214701642580072117Name translation: Input name mapped to more than one output name
-214701642480072118Name translation: Input name found
-214701642380072119Name translation: Unable to resolve completely
-21470164228007211AName translation: Unable to perform purely syntactical mapping at the client without going out to the wire
-21470164218007211BModification of a constructed attribute is not allowed
-21470164208007211CThe OM-Object-Class specified is incorrect for an attribute with the specified syntax
-21470164198007211DThe replication request has been posted; waiting for reply
-21470164188007211EThe requested operation requires a directory service
-21470164178007211FThe LDAP display name of the class or attribute contains non-ASCII characters
-214701641680072120The requested search operation is only supported for base searches
-214701641580072121The search failed to retrieve attributes from the database
-214701641480072122The schema update operation tried to add a backward link attribute that has no corresponding forward link
-214701641380072123Source 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
-214701641280072124Source 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
-214701641180072125Source and destination for the cross-domain move operation are identical. Caller should use local move operation instead of cross-domain move operation
-214701641080072126Source 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
-214701640980072127Destination of a cross-domain move is not authoritative for the destination naming context
-214701640880072128Source 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
-214701640780072129Object 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
-21470164068007212AAnother operation which requires exclusive access to the PDC FSMO is already in progress
-21470164058007212BA 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
-21470164048007212CThis object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed
-21470164038007212DCan't move objects with memberships across domain boundaries as once moved
-21470164028007212EA naming context head must be the immediate child of another naming context head
-21470164018007212FThe 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
-214701640080072130Destination domain must be in native mode
-214701639980072131The operation cannot be performed because the server does not have an infrastructure container in the domain of interest
-214701639880072132Cross-domain move of non-empty account groups is not allowed
-214701639780072133Cross-domain move of non-empty resource groups is not allowed
-214701639680072134The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings
-214701639580072135Tree deletions starting at an object which has an NC head as a descendant are not allowed
-214701639480072136The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use
-214701639380072137The directory service failed to identify the list of objects to delete while attempting a tree deletion
-214701639280072138Security Accounts Manager initialization failed because of the following error: %1.Error Status: 0x%2. Please shutdown this system and reboot into Directory Services Restore Mode
-214701639180072139Only an administrator can modify the membership list of an administrative group
-21470163908007213ACannot change the primary group ID of a domain controller account
-21470163898007213BAn attempt is made to modify the base schema
-21470163888007213CAdding a new mandatory attribute to an existing class
-21470163878007213DSchema update is not allowed on this DC because the DC is not the schema FSMO Role Owner
-21470163868007213EAn 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
-21470163858007213FThe 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
-214701638480072140The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory
-214701638380072141The specified group type is invalid
-214701638280072142You cannot nest global groups in a mixed domain if the group is security-enabled
-214701638180072143You cannot nest local groups in a mixed domain if the group is security-enabled
-214701638080072144A global group cannot have a local group as a member
-214701637980072145A global group cannot have a universal group as a member
-214701637880072146A universal group cannot have a local group as a member
-214701637780072147A global group cannot have a cross-domain member
-214701637680072148A local group cannot have another cross domain local group as a member
-214701637580072149A group with primary members cannot change to a security-disabled group
-21470163748007214AThe schema cache load failed to convert the string default SD on a class-schema object
-21470163738007214BOnly DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers)
-21470163728007214CThe DSA operation is unable to proceed because of a DNS lookup failure
-21470163718007214DWhile processing a change to the DNS Host Name for an object
-21470163708007214EThe Security Descriptor attribute could not be read
-21470163698007214FThe object requested was not found
-214701636880072150The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1
-214701636780072151Security Account Manager needs to get the boot password
-214701636680072152Security Account Manager needs to get the boot key from floppy disk
-214701636580072153Directory Service cannot start
-214701636480072154Directory Services could not start
-214701636380072155The connection between client and server requires packet privacy or better
-214701636280072156The source domain may not be in the same forest as destination
-214701636180072157The destination domain must be in the forest
-214701636080072158The operation requires that destination domain auditing be enabled
-214701635980072159The operation couldn't locate a DC for the source domain
-21470163588007215AThe source object must be a group or user
-21470163578007215BThe source object's SID already exists in destination forest
-21470163568007215CThe source and destination object must be of the same type
-21470163558007215DSecurity Accounts Manager initialization failed because of the following error: %1.Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information
-21470163548007215ESchema information could not be included in the replication request
-21470163538007215FThe replication operation could not be completed due to a schema incompatibility
-214701635280072160The replication operation could not be completed due to a previous schema incompatibility
-214701635180072161The 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
-214701635080072162The requested domain could not be deleted because there exist domain controllers that still host this domain
-214701634980072163The requested operation can be performed only on a global catalog server
-214701634880072164A local group can only be a member of other local groups in the same domain
-214701634780072165Foreign security principals cannot be members of universal groups
-214701634680072166The attribute is not allowed to be replicated to the GC because of security reasons
-214701634580072167The checkpoint with the PDC could not be taken because there too many modifications being processed currently
-214701634480072168The operation requires that source domain auditing be enabled
-214701634380072169Security principal objects can only be created inside domain naming contexts
-21470163428007216AA Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format
-21470163418007216BA Filter was passed that uses constructed attributes
-21470163408007216CThe unicodePwd attribute value must be enclosed in double quotes
-21470163398007216DYour 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
-21470163388007216EFor security reasons
-21470163378007216FFor security reasons
-214701633680072170Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed
-214701633580072171Directory Services could not start because of the following error: %1.Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further
-214701633480072172Security Accounts Manager initialization failed because of the following error: %1.Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further
-214701633380072173The 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
-214701633280072174The 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
-214701633180072175The 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
-214701633080072176The 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
-214701632980072177The version of the operating system installed on this server is incompatible with the functional level of the domain or forest
-214701632880072178The functional level of the domain (or forest) cannot be raised to the requested value
-214701632780072179The 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
-21470163268007217AThe sort order requested is not supported
-21470163258007217BThe requested name already exists as a unique identifier
-21470163248007217CThe machine account was created pre-NT4. The account needs to be recreated
-21470163238007217DThe database is out of version store
-21470163228007217EUnable to continue operation because multiple conflicting controls were used
-21470163218007217FUnable to find a valid security descriptor reference domain for this partition
-214701632080072180Schema update failed: The link identifier is reserved
-214701631980072181Schema update failed: There are no link identifiers available
-214701631880072182An account group cannot have a universal group as a member
-214701631780072183Rename or move operations on naming context heads or read-only objects are not allowed
-214701631680072184Move operations on objects in the schema naming context are not allowed
-214701631580072185A system flag has been set on the object and does not allow the object to be moved or renamed
-214701631480072186This object is not allowed to change its grandparent container. Moves are not forbidden on this object
-214701631380072187Unable to resolve completely
-214701631280072188The requested action is not supported on standard server
-214701631180072189Could 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
-21470163108007218AThe 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
-21470163098007218BThe thread limit for this request was exceeded
-21470163088007218CThe Global catalog server is not in the closest site
-21470163078007218DThe 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
-21470163068007218EThe Directory Service failed to enter single user mode
-21470163058007218FThe Directory Service cannot parse the script because of a syntax error
-214701630480072190The Directory Service cannot process the script because of an error
-214701630380072191The 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)
-214701630280072192The directory service binding must be renegotiated due to a change in the server extensions information
-214701630180072193Operation not allowed on a disabled cross ref
-214701630080072194Schema update failed: No values for msDS-IntId are available
-214701629980072195Schema update failed: Duplicate msDS-INtId. Retry the operation
-214701629880072196Schema deletion failed: attribute is used in rDNAttID
-214701629780072197The directory service failed to authorize the request
-214701629680072198The Directory Service cannot process the script because it is invalid
-214701629580072199The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data
-21470162948007219AA cross reference is in use locally with the same name
-21470162938007219BThe 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
-21470162928007219CWriteable NCs prevent this DC from demoting
-21470162918007219DThe requested object has a non-unique identifier and cannot be retrieved
-21470162908007219EInsufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected
-21470162898007219FThe group cannot be converted due to attribute restrictions on the requested group type
-2147016288800721A0Cross-domain move of non-empty basic application groups is not allowed
-2147016287800721A1Cross-domain move of non-empty query based application groups is not allowed
-2147016286800721A2The FSMO role ownership could not be verified because its directory partition has not replicated successfully with at least one replication partner
-2147016285800721A3The target container for a redirection of a well known object container cannot already be a special container
-2147016284800721A4The Directory Service cannot perform the requested operation because a domain rename operation is in progress
-2147016283800721A5The directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method
-2147016282800721A6The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime
-2147016281800721A7The requested operation is not allowed on an object under the system container
-2147016280800721A8The 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
-2147016279800721A9The 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
-2147016278800721AAAt this time
-2147016277800721ABThe site settings object for the specified site does not exist
-2147016276800721ACThe local account store does not contain secret material for the specified account
-2147016275800721ADCould not find a writable domain controller in the domain
-2147016274800721AEThe server object for the domain controller does not exist
-2147016273800721AFThe NTDS Settings object for the domain controller does not exist
-2147016272800721B0The requested search operation is not supported for ASQ searches
-2147016271800721B1A required audit event could not be generated for the operation
-2147016270800721B2The search flags for the attribute are invalid. The subtree index bit is valid only on single valued attributes
-2147016269800721B3The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings
-2147016268800721B4The address books are nested too deeply. Failed to build the hierarchy table
-2147016267800721B5The specified up-to-date-ness vector is corrupt
-2147016266800721B6The request to replicate secrets is denied
-2147016265800721B7Schema update failed: The MAPI identifier is reserved
-2147016264800721B8Schema update failed: There are no MAPI identifiers available
-2147016263800721B9The replication operation failed because the required attributes of the local krbtgt object are missing
-2147016262800721BAThe domain name of the trusted domain already exists in the forest
-2147016261800721BBThe flat name of the trusted domain already exists in the forest
-2147016260800721BCThe User Principal Name (UPN) is invalid
-2147016259800721BDOID mapped groups cannot have members
-2147016258800721BEThe specified OID cannot be found
-2147016257800721BFThe replication operation failed because the target object referred by a link value is recycled
-2147016256800721C0The redirect operation failed because the target object is in a NC different from the domain NC of the current domain controller
-2147016255800721C1The functional level of the AD LDS configuration set cannot be lowered to the requested value
-2147016254800721C2The functional level of the domain (or forest) cannot be lowered to the requested value
-2147016253800721C3The functional level of the AD LDS configuration set cannot be raised to the requested value
-2147016252800721C4The 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
-2147016251800721C5The undelete operation failed because the Sam Account Name or Additional Sam Account Name of the object being undeleted conflicts with an existing live object
-2147016250800721C6The 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
-2147016249800721C7The operation failed because SPN value provided for addition/modification is not unique forest-wide
-2147016248800721C8The operation failed because UPN value provided for addition/modification is not unique forest-wide
-2147016247800721C9The operation failed because the addition/modification referenced an inbound forest-wide trust that is not present
-2147016246800721CAThe link value specified was not found
-2147016244800721CCThe add object operation failed because the caller was not authorized to add one or more attributes included in the request
-214701589580072329DNS server unable to interpret format
-21470158948007232ADNS server failure
-21470158938007232BDNS name does not exist
-21470158928007232CDNS request not supported by name server
-21470158918007232DDNS operation refused
-21470158908007232EDNS name that ought not exist
-21470158898007232FDNS RR set that ought not exist
-214701588880072330DNS RR set that ought to exist
-214701588780072331DNS server not authoritative for zone
-214701588680072332DNS name in update or prereq is not in zone
-214701588080072338DNS signature failed to verify
-214701587980072339DNS bad key
-21470158788007233ADNS signature validity expired
-21470157958007238DOnly the DNS server acting as the key master for the zone may perform this operation
-21470157948007238EThis operation is not allowed on a zone that is signed or has signing keys
-21470157938007238FNSEC3 is not compatible with the RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC
-214701579280072390The 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)
-214701579180072391The specified algorithm is not supported
-214701579080072392The specified key size is not supported
-214701578980072393One 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
-214701578880072394The specified key storage provider does not support DPAPI++ data protection. Zone signing will not be operational until this error is resolved
-214701578780072395An unexpected DPAPI++ error was encountered. Zone signing will not be operational until this error is resolved
-214701578680072396An unexpected crypto error was encountered. Zone signing may not be operational until this error is resolved
-214701578580072397The DNS server encountered a signing key with an unknown version. Zone signing will not be operational until this error is resolved
-214701578480072398The specified key service provider cannot be opened by the DNS server
-214701578380072399The DNS server cannot accept any more signing keys with the specified algorithm and KSK flag value for this zone
-21470157828007239AThe specified rollover period is invalid
-21470157818007239BThe specified initial rollover offset is invalid
-21470157808007239CThe specified signing key is already in process of rolling over keys
-21470157798007239DThe specified signing key does not have a standby key to revoke
-21470157788007239EThis operation is not allowed on a zone signing key (ZSK)
-21470157778007239FThis operation is not allowed on an active signing key
-2147015776800723A0The specified signing key is already queued for rollover
-2147015775800723A1This operation is not allowed on an unsigned zone
-2147015774800723A2This 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
-2147015773800723A3The specified signature validity period is invalid
-2147015772800723A4The specified NSEC3 iteration count is higher than allowed by the minimum key length used in the zone
-2147015771800723A5This operation could not be completed because the DNS server has been configured with DNSSEC features disabled. Enable DNSSEC on the DNS server
-2147015770800723A6This operation could not be completed because the XML stream received is empty or syntactically invalid
-2147015769800723A7This operation completed
-2147015768800723A8The specified signing key is not waiting for parental DS update
-2147015767800723A9Hash collision detected during NSEC3 signing. Specify a different user-provided salt
-2147015766800723AANSEC is not compatible with the NSEC3-RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC3
-21470153958007251DNo records found for given DNS query
-21470153948007251EBad DNS packet
-21470153938007251FNo DNS packet
-214701539280072520DNS error
-214701539180072521Unsecured DNS packet
-214701539080072522DNS query request is pending
-21470153458007254FInvalid DNS type
-214701534480072550Invalid IP address
-214701534380072551Invalid property
-214701534280072552Try DNS operation again later
-214701534180072553Record for given name and type is not unique
-214701534080072554DNS name does not comply with RFC specifications
-214701533980072555DNS name is a fully-qualified DNS name
-214701533880072556DNS name is dotted (multi-label)
-214701533780072557DNS name is a single-part name
-214701533680072558DNS name contains an invalid character
-214701533580072559DNS name is entirely numeric
-21470153348007255AThe operation requested is not permitted on a DNS root server
-21470153338007255BThe record could not be created because this part of the DNS namespace has been delegated to another server
-21470153328007255CThe DNS server could not find a set of root hints
-21470153318007255DThe DNS server found root hints but they were not consistent across all adapters
-21470153308007255EThe specified value is too small for this parameter
-21470153298007255FThe specified value is too large for this parameter
-214701532880072560This operation is not allowed while the DNS server is loading zones in the background. Please try again later
-214701532780072561The operation requested is not permitted on against a DNS server running on a read-only DC
-214701532680072562No data is allowed to exist underneath a DNAME record
-214701532580072563This operation requires credentials delegation
-214701532480072564Name resolution policy table has been corrupted. DNS resolution will fail until it is fixed. Contact your network administrator
-214701532380072565Not allowed to remove all addresses
-214701529580072581DNS zone does not exist
-214701529480072582DNS zone information not available
-214701529380072583Invalid operation for DNS zone
-214701529280072584Invalid DNS zone configuration
-214701529180072585DNS zone has no start of authority (SOA) record
-214701529080072586DNS zone has no Name Server (NS) record
-214701528980072587DNS zone is locked
-214701528880072588DNS zone creation failed
-214701528780072589DNS zone already exists
-21470152868007258ADNS automatic zone already exists
-21470152858007258BInvalid DNS zone type
-21470152848007258CSecondary DNS zone requires master IP address
-21470152838007258DDNS zone not secondary
-21470152828007258ENeed secondary IP address
-21470152818007258FWINS initialization failed
-214701528080072590Need WINS servers
-214701527980072591NBTSTAT initialization call failed
-214701527880072592Invalid delete of start of authority (SOA)
-214701527780072593A conditional forwarding zone already exists for that name
-214701527680072594This zone must be configured with one or more master DNS server IP addresses
-214701527580072595The operation cannot be performed because this zone is shut down
-214701527480072596This operation cannot be performed because the zone is currently being signed. Please try again later
-2147015245800725B3Primary DNS zone requires datafile
-2147015244800725B4Invalid datafile name for DNS zone
-2147015243800725B5Failed to open datafile for DNS zone
-2147015242800725B6Failed to write datafile for DNS zone
-2147015241800725B7Failure while reading datafile for DNS zone
-2147015195800725E5DNS record does not exist
-2147015194800725E6DNS record format error
-2147015193800725E7Node creation failure in DNS
-2147015192800725E8Unknown DNS record type
-2147015191800725E9DNS record timed out
-2147015190800725EAName not in DNS zone
-2147015189800725EBCNAME loop detected
-2147015188800725ECNode is a CNAME DNS record
-2147015187800725EDA CNAME record already exists for given name
-2147015186800725EERecord only at DNS zone root
-2147015185800725EFDNS record already exists
-2147015184800725F0Secondary DNS zone data error
-2147015183800725F1Could not create DNS cache data
-2147015182800725F2DNS name does not exist
-2147015181800725F3Could not create pointer (PTR) record
-2147015180800725F4DNS domain was undeleted
-2147015179800725F5The directory service is unavailable
-2147015178800725F6DNS zone already exists in the directory service
-2147015177800725F7DNS server not creating or reading the boot file for the directory service integrated DNS zone
-2147015176800725F8Node is a DNAME DNS record
-2147015175800725F9A DNAME record already exists for given name
-2147015174800725FAAn alias loop has been detected with either CNAME or DNAME records
-214701514580072617DNS AXFR (zone transfer) complete
-214701514480072618DNS zone transfer failed
-214701514380072619Added local WINS server
-214701509580072649Secure update call needs to continue update request
-21470150458007267BTCP/IP network protocol not installed
-21470150448007267CNo DNS servers configured for local system
-2147014995800726ADThe specified directory partition does not exist
-2147014994800726AEThe specified directory partition already exists
-2147014993800726AFThis DNS server is not enlisted in the specified directory partition
-2147014992800726B0This DNS server is already enlisted in the specified directory partition
-2147014991800726B1The directory partition is not available at this time. Please wait a few minutes and try again
-2147014990800726B2The 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
-2147014985800726B7The RRL is not enabled
-2147014984800726B8The window size parameter is invalid. It should be greater than or equal to 1
-2147014983800726B9The IPv4 prefix length parameter is invalid. It should be less than or equal to 32
-2147014982800726BAThe IPv6 prefix length parameter is invalid. It should be less than or equal to 128
-2147014981800726BBThe TC Rate parameter is invalid. It should be less than 10
-2147014980800726BCThe Leak Rate parameter is invalid. It should be either 0
-2147014979800726BDThe Leak Rate or TC Rate parameter is invalid. Leak Rate should be greater than TC Rate
-2147014975800726C1The virtualization instance already exists
-2147014974800726C2The virtualization instance does not exist
-2147014973800726C3The virtualization tree is locked
-2147014972800726C4Invalid virtualization instance name
-2147014971800726C5The default virtualization instance cannot be added
-2147014945800726DFThe scope already exists for the zone
-2147014944800726E0The scope does not exist for the zone
-2147014943800726E1The scope is the same as the default zone scope
-2147014942800726E2The scope name contains invalid characters
-2147014941800726E3Operation not allowed when the zone has scopes
-2147014940800726E4Failed to load zone scope
-2147014939800726E5Failed to write data file for DNS zone scope. Please verify the file exists and is writable
-2147014938800726E6The scope name contains invalid characters
-2147014937800726E7The scope does not exist
-2147014936800726E8The scope is the same as the default scope
-2147014935800726E9The operation is invalid on the scope
-2147014934800726EAThe scope is locked
-2147014933800726EBThe scope already exists
-2147014925800726F3A policy with the same name already exists on this level (server level or zone level) on the DNS server
-2147014924800726F4No policy with this name exists on this level (server level or zone level) on the DNS server
-2147014923800726F5The criteria provided in the policy are invalid
-2147014922800726F6At least one of the settings of this policy is invalid
-2147014921800726F7The client subnet cannot be deleted while it is being accessed by a policy
-2147014920800726F8The client subnet does not exist on the DNS server
-2147014919800726F9A client subnet with this name already exists on the DNS server
-2147014918800726FAThe IP subnet specified does not exist in the client subnet
-2147014917800726FBThe IP subnet that is being added
-2147014916800726FCThe policy is locked
-2147014915800726FDThe weight of the scope in the policy is invalid
-2147014914800726FEThe DNS policy name is invalid
-2147014913800726FFThe policy is missing criteria
-214701491280072700The name of the the client subnet record is invalid
-214701491180072701Invalid policy processing order
-214701491080072702The scope information has not been provided for a policy that requires it
-214701490980072703The scope information has been provided for a policy that does not require it
-214701490880072704The server scope cannot be deleted because it is referenced by a DNS Policy
-214701490780072705The zone scope cannot be deleted because it is referenced by a DNS Policy
-214701490680072706The criterion client subnet provided in the policy is invalid
-214701490580072707The criterion transport protocol provided in the policy is invalid
-214701490480072708The criterion network protocol provided in the policy is invalid
-214701490380072709The criterion interface provided in the policy is invalid
-21470149028007270AThe criterion FQDN provided in the policy is invalid
-21470149018007270BThe criterion query type provided in the policy is invalid
-21470149008007270CThe criterion time of day provided in the policy is invalid
-214701489280072714A blocking operation was interrupted by a call to WSACancelBlockingCall
-214701488780072719The file handle supplied is not valid
-21470148838007271DAn attempt was made to access a socket in a way forbidden by its access permissions
-21470148828007271EThe system detected an invalid pointer address in attempting to use a pointer argument in a call
-214701487480072726An invalid argument was supplied
-214701487280072728Too many open sockets
-214701486180072733A non-blocking socket operation could not be completed immediately
-214701486080072734A blocking operation is currently executing
-214701485980072735An operation was attempted on a non-blocking socket that already had an operation in progress
-214701485880072736An operation was attempted on something that is not a socket
-214701485780072737A required address was omitted from an operation on a socket
-214701485680072738A message sent on a datagram socket was larger than the internal message buffer or some other network limit
-214701485580072739A protocol was specified in the socket function call that does not support the semantics of the socket type requested
-21470148548007273AAn unknown
-21470148538007273BThe requested protocol has not been configured into the system
-21470148528007273CThe support for the specified socket type does not exist in this address family
-21470148518007273DThe attempted operation is not supported for the type of object referenced
-21470148508007273EThe protocol family has not been configured into the system or no implementation for it exists
-21470148498007273FAn address incompatible with the requested protocol was used
-214701484880072740Only one usage of each socket address (protocol/network address/port) is normally permitted
-214701484780072741The requested address is not valid in its context
-214701484680072742A socket operation encountered a dead network
-214701484580072743A socket operation was attempted to an unreachable network
-214701484480072744The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress
-214701484380072745An established connection was aborted by the software in your host machine
-214701484280072746An existing connection was forcibly closed by the remote host
-214701484180072747An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full
-214701484080072748A connect request was made on an already connected socket
-214701483980072749A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied
-21470148388007274AA request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call
-21470148378007274BToo many references to some kernel object
-21470148368007274CA connection attempt failed because the connected party did not properly respond after a period of time
-21470148358007274DNo connection could be made because the target machine actively refused it
-21470148348007274ECannot translate name
-21470148338007274FName component or name was too long
-214701483280072750A socket operation failed because the destination host was down
-214701483180072751A socket operation was attempted to an unreachable host
-214701483080072752Cannot remove a directory that is not empty
-214701482980072753A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously
-214701482880072754Ran out of quota
-214701482780072755Ran out of disk quota
-214701482680072756File handle reference is no longer available
-214701482580072757Item is not available locally
-21470148058007276BWSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable
-21470148048007276CThe Windows Sockets version requested is not supported
-21470148038007276DEither the application has not called WSAStartup
-214701479580072775Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence
-214701479480072776No more results can be returned by WSALookupServiceNext
-214701479380072777A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled
-214701479280072778The procedure call table is invalid
-214701479180072779The requested service provider is invalid
-21470147908007277AThe requested service provider could not be loaded or initialized
-21470147898007277BA system call has failed
-21470147888007277CNo such service is known. The service cannot be found in the specified name space
-21470147878007277DThe specified class was not found
-21470147868007277ENo more results can be returned by WSALookupServiceNext
-21470147858007277FA call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled
-214701478480072780A database query failed because it was actively refused
-214701389580072AF9No such host is known
-214701389480072AFAThis is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server
-214701389380072AFBA non-recoverable error occurred during a database lookup
-214701389280072AFCThe requested name is valid
-214701389180072AFDAt least one reserve has arrived
-214701389080072AFEAt least one path has arrived
-214701388980072AFFThere are no senders
-214701388880072B00There are no receivers
-214701388780072B01Reserve has been confirmed
-214701388680072B02Error due to lack of resources
-214701388580072B03Rejected for administrative reasons - bad credentials
-214701388480072B04Unknown or conflicting style
-214701388380072B05Problem with some part of the filterspec or providerspecific buffer in general
-214701388280072B06Problem with some part of the flowspec
-214701388180072B07General QOS error
-214701388080072B08An invalid or unrecognized service type was found in the flowspec
-214701387980072B09An invalid or inconsistent flowspec was found in the QOS structure
-214701387880072B0AInvalid QOS provider-specific buffer
-214701387780072B0BAn invalid QOS filter style was used
-214701387680072B0CAn invalid QOS filter type was used
-214701387580072B0DAn incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR
-214701387480072B0EAn object with an invalid ObjectLength field was specified in the QOS provider-specific buffer
-214701387380072B0FAn incorrect number of flow descriptors was specified in the QOS structure
-214701387280072B10An unrecognized object was found in the QOS provider-specific buffer
-214701387180072B11An invalid policy object was found in the QOS provider-specific buffer
-214701387080072B12An invalid QOS flow descriptor was found in the flow descriptor list
-214701386980072B13An invalid or inconsistent flowspec was found in the QOS provider specific buffer
-214701386880072B14An invalid FILTERSPEC was found in the QOS provider-specific buffer
-214701386780072B15An invalid shape discard mode object was found in the QOS provider specific buffer
-214701386680072B16An invalid shaping rate object was found in the QOS provider-specific buffer
-214701386580072B17A reserved policy element was found in the QOS provider-specific buffer
-214701386480072B18No such host is known securely
-214701386380072B19Name based IPSEC policy could not be added
-2147011896800732C8The specified quick mode policy already exists
-2147011895800732C9The specified quick mode policy was not found
-2147011894800732CAThe specified quick mode policy is being used
-2147011893800732CBThe specified main mode policy already exists
-2147011892800732CCThe specified main mode policy was not found
-2147011891800732CDThe specified main mode policy is being used
-2147011890800732CEThe specified main mode filter already exists
-2147011889800732CFThe specified main mode filter was not found
-2147011888800732D0The specified transport mode filter already exists
-2147011887800732D1The specified transport mode filter does not exist
-2147011886800732D2The specified main mode authentication list exists
-2147011885800732D3The specified main mode authentication list was not found
-2147011884800732D4The specified main mode authentication list is being used
-2147011883800732D5The specified default main mode policy was not found
-2147011882800732D6The specified default main mode authentication list was not found
-2147011881800732D7The specified default quick mode policy was not found
-2147011880800732D8The specified tunnel mode filter exists
-2147011879800732D9The specified tunnel mode filter was not found
-2147011878800732DAThe Main Mode filter is pending deletion
-2147011877800732DBThe transport filter is pending deletion
-2147011876800732DCThe tunnel filter is pending deletion
-2147011875800732DDThe Main Mode policy is pending deletion
-2147011874800732DEThe Main Mode authentication bundle is pending deletion
-2147011873800732DFThe Quick Mode policy is pending deletion
-2147011872800732E0The Main Mode policy was successfully added
-2147011871800732E1The Quick Mode policy was successfully added
-2147011096800735E8ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
-2147011095800735E9IKE authentication credentials are unacceptable
-2147011094800735EAIKE security attributes are unacceptable
-2147011093800735EBIKE Negotiation in progress
-2147011092800735ECGeneral processing error
-2147011091800735EDNegotiation timed out
-2147011090800735EEIKE failed to find valid machine certificate. Contact your Network Security Administrator about installing a valid certificate in the appropriate Certificate Store
-2147011089800735EFIKE SA deleted by peer before establishment completed
-2147011088800735F0IKE SA deleted before establishment completed
-2147011087800735F1Negotiation request sat in Queue too long
-2147011086800735F2Negotiation request sat in Queue too long
-2147011085800735F3Negotiation request sat in Queue too long
-2147011084800735F4Negotiation request sat in Queue too long
-2147011083800735F5No response from peer
-2147011082800735F6Negotiation took too long
-2147011081800735F7Negotiation took too long
-2147011079800735F9Certificate Revocation Check failed
-2147011078800735FAInvalid certificate key usage
-2147011077800735FBInvalid certificate type
-2147011076800735FCIKE negotiation failed because the machine certificate used does not have a private key. IPsec certificates require a private key. Contact your Network Security administrator about replacing with a certificate that has a private key
-2147011075800735FDSimultaneous rekeys were detected
-2147011074800735FEFailure in Diffie-Hellman computation
-2147011073800735FFDon't know how to process critical payload
-214701107280073600Invalid header
-214701107180073601No policy configured
-214701107080073602Failed to verify signature
-214701106980073603Failed to authenticate using Kerberos
-214701106880073604Peer's certificate did not have a public key
-214701106780073605Error processing error payload
-214701106680073606Error processing SA payload
-214701106580073607Error processing Proposal payload
-214701106480073608Error processing Transform payload
-214701106380073609Error processing KE payload
-21470110628007360AError processing ID payload
-21470110618007360BError processing Cert payload
-21470110608007360CError processing Certificate Request payload
-21470110598007360DError processing Hash payload
-21470110588007360EError processing Signature payload
-21470110578007360FError processing Nonce payload
-214701105680073610Error processing Notify payload
-214701105580073611Error processing Delete Payload
-214701105480073612Error processing VendorId payload
-214701105380073613Invalid payload received
-214701105280073614Soft SA loaded
-214701105180073615Soft SA torn down
-214701105080073616Invalid cookie received
-214701104980073617Peer failed to send valid machine certificate
-214701104880073618Certification Revocation check of peer's certificate failed
-214701104780073619New policy invalidated SAs formed with old policy
-21470110468007361AThere is no available Main Mode IKE policy
-21470110458007361BFailed to enabled TCB privilege
-21470110448007361CFailed to load SECURITY.DLL
-21470110438007361DFailed to obtain security function table dispatch address from SSPI
-21470110428007361EFailed to query Kerberos package to obtain max token size
-21470110418007361FFailed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup
-214701104080073620Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes)
-214701103980073621Failed to obtain new SPI for the inbound SA from IPsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters
-214701103880073622Given filter is invalid
-214701103780073623Memory allocation failed
-214701103680073624Failed to add Security Association to IPsec Driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists
-214701103580073625Invalid policy
-214701103480073626Invalid DOI
-214701103380073627Invalid situation
-214701103280073628Diffie-Hellman failure
-214701103180073629Invalid Diffie-Hellman group
-21470110308007362AError encrypting payload
-21470110298007362BError decrypting payload
-21470110288007362CPolicy match error
-21470110278007362DUnsupported ID
-21470110268007362EHash verification failed
-21470110258007362FInvalid hash algorithm
-214701102480073630Invalid hash size
-214701102380073631Invalid encryption algorithm
-214701102280073632Invalid authentication algorithm
-214701102180073633Invalid certificate signature
-214701102080073634Load failed
-214701101980073635Deleted via RPC call
-214701101880073636Temporary state created to perform reinitialization. This is not a real failure
-214701101780073637The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Please fix the policy on the peer machine
-214701101680073638The recipient cannot handle version of IKE specified in the header
-214701101580073639Key length in certificate is too small for configured security requirements
-21470110148007363AMax number of established MM SAs to peer exceeded
-21470110138007363BIKE received a policy that disables negotiation
-21470110128007363CReached maximum quick mode limit for the main mode. New main mode will be started
-21470110118007363DMain mode SA lifetime expired or peer sent a main mode delete
-21470110108007363EMain mode SA assumed to be invalid because peer stopped responding
-21470110098007363FCertificate doesn't chain to a trusted root in IPsec policy
-214701100880073640Received unexpected message ID
-214701100780073641Received invalid authentication offers
-214701100680073642Sent DoS cookie notify to initiator
-214701100580073643IKE service is shutting down
-214701100480073644Could not verify binding between CGA address and certificate
-214701100380073645Error processing NatOA payload
-214701100280073646Parameters of the main mode are invalid for this quick mode
-214701100180073647Quick mode SA was expired by IPsec driver
-214701100080073648Too many dynamically added IKEEXT filters were detected
-214701099980073649ERROR_IPSEC_IKE_NEG_STATUS_END
-21470109988007364ANAP reauth succeeded and must delete the dummy NAP IKEv2 tunnel
-21470109978007364BError in assigning inner IP address to initiator in tunnel mode
-21470109968007364CRequire configuration payload missing
-21470109958007364DA negotiation running as the security principle who issued the connection is in progress
-21470109948007364ESA was deleted due to IKEv1/AuthIP co-existence suppress check
-21470109938007364FIncoming SA request was dropped due to peer IP address rate limiting
-214701099280073650Peer does not support MOBIKE
-214701099180073651SA establishment is not authorized
-214701099080073652SA establishment is not authorized because there is not a sufficiently strong PKINIT-based credential
-214701098980073653SA establishment is not authorized. You may need to enter updated or different credentials such as a smartcard
-214701098880073654SA establishment is not authorized because there is not a sufficiently strong PKINIT-based credential. This might be related to certificate-to-account mapping failure for the SA
-214701098780073655ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END
-214701098680073656The SPI in the packet does not match a valid IPsec SA
-214701098580073657Packet was received on an IPsec SA whose lifetime has expired
-214701098480073658Packet was received on an IPsec SA that does not match the packet characteristics
-214701098380073659Packet sequence number replay check failed
-21470109828007365AIPsec header and/or trailer in the packet is invalid
-21470109818007365BIPsec integrity check failed
-21470109808007365CIPsec dropped a clear text packet
-21470109798007365DIPsec dropped an incoming ESP packet in authenticated firewall mode. This drop is benign
-21470109788007365EIPsec dropped a packet due to DoS throttling
-214701097180073665IPsec DoS Protection matched an explicit block rule
-214701097080073666IPsec DoS Protection received an IPsec specific multicast packet which is not allowed
-214701096980073667IPsec DoS Protection received an incorrectly formatted packet
-214701096880073668IPsec DoS Protection failed to look up state
-214701096780073669IPsec DoS Protection failed to create state because the maximum number of entries allowed by policy has been reached
-21470109668007366AIPsec DoS Protection received an IPsec negotiation packet for a keying module which is not allowed by policy
-21470109658007366BIPsec DoS Protection has not been enabled
-21470109648007366CIPsec DoS Protection failed to create a per internal IP rate limit queue because the maximum number of queues allowed by policy has been reached
-2147010896800736B0The requested section was not present in the activation context
-2147010895800736B1The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail
-2147010894800736B2The application binding data format is invalid
-2147010893800736B3The referenced assembly is not installed on your system
-2147010892800736B4The manifest file does not begin with the required tag and format information
-2147010891800736B5The manifest file contains one or more syntax errors
-2147010890800736B6The application attempted to activate a disabled activation context
-2147010889800736B7The requested lookup key was not found in any active activation context
-2147010888800736B8A component version required by the application conflicts with another component version already active
-2147010887800736B9The type requested activation context section does not match the query API used
-2147010886800736BALack of system resources has required isolated activation to be disabled for the current thread of execution
-2147010885800736BBAn attempt to set the process default activation context failed because the process default activation context was already set
-2147010884800736BCThe encoding group identifier specified is not recognized
-2147010883800736BDThe encoding requested is not recognized
-2147010882800736BEThe manifest contains a reference to an invalid URI
-2147010881800736BFThe application manifest contains a reference to a dependent assembly which is not installed
-2147010880800736C0The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed
-2147010879800736C1The manifest contains an attribute for the assembly identity which is not valid
-2147010878800736C2The manifest is missing the required default namespace specification on the assembly element
-2147010877800736C3The manifest has a default namespace specified on the assembly element but its value is not "urn:schemas-microsoft-com:asm.v1"
-2147010876800736C4The private manifest probed has crossed a path with an unsupported reparse point
-2147010875800736C5Two or more components referenced directly or indirectly by the application manifest have files by the same name
-2147010874800736C6Two or more components referenced directly or indirectly by the application manifest have window classes with the same name
-2147010873800736C7Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs
-2147010872800736C8Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs
-2147010871800736C9Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs
-2147010870800736CATwo or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs
-2147010869800736CBTwo or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted
-2147010868800736CCA component's file does not match the verification information present in the component manifest
-2147010867800736CDThe policy manifest contains one or more syntax errors
-2147010866800736CEManifest Parse Error : A string literal was expected
-2147010865800736CFManifest Parse Error : Incorrect syntax was used in a comment
-2147010864800736D0Manifest Parse Error : A name was started with an invalid character
-2147010863800736D1Manifest Parse Error : A name contained an invalid character
-2147010862800736D2Manifest Parse Error : A string literal contained an invalid character
-2147010861800736D3Manifest Parse Error : Invalid syntax for an xml declaration
-2147010860800736D4Manifest Parse Error : An Invalid character was found in text content
-2147010859800736D5Manifest Parse Error : Required white space was missing
-2147010858800736D6Manifest Parse Error : The character '>' was expected
-2147010857800736D7Manifest Parse Error : A semi colon character was expected
-2147010856800736D8Manifest Parse Error : Unbalanced parentheses
-2147010855800736D9Manifest Parse Error : Internal error
-2147010854800736DAManifest Parse Error : Whitespace is not allowed at this location
-2147010853800736DBManifest Parse Error : End of file reached in invalid state for current encoding
-2147010852800736DCManifest Parse Error : Missing parenthesis
-2147010851800736DDManifest Parse Error : A single or double closing quote character (\' or \") is missing
-2147010850800736DEManifest Parse Error : Multiple colons are not allowed in a name
-2147010849800736DFManifest Parse Error : Invalid character for decimal digit
-2147010848800736E0Manifest Parse Error : Invalid character for hexadecimal digit
-2147010847800736E1Manifest Parse Error : Invalid unicode character value for this platform
-2147010846800736E2Manifest Parse Error : Expecting whitespace or '?'
-2147010845800736E3Manifest Parse Error : End tag was not expected at this location
-2147010844800736E4Manifest Parse Error : The following tags were not closed: %1
-2147010843800736E5Manifest Parse Error : Duplicate attribute
-2147010842800736E6Manifest Parse Error : Only one top level element is allowed in an XML document
-2147010841800736E7Manifest Parse Error : Invalid at the top level of the document
-2147010840800736E8Manifest Parse Error : Invalid xml declaration
-2147010839800736E9Manifest Parse Error : XML document must have a top level element
-2147010838800736EAManifest Parse Error : Unexpected end of file
-2147010837800736EBManifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset
-2147010836800736ECManifest Parse Error : Element was not closed
-2147010835800736EDManifest Parse Error : End element was missing the character '>'
-2147010834800736EEManifest Parse Error : A string literal was not closed
-2147010833800736EFManifest Parse Error : A comment was not closed
-2147010832800736F0Manifest Parse Error : A declaration was not closed
-2147010831800736F1Manifest Parse Error : A CDATA section was not closed
-2147010830800736F2Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml"
-2147010829800736F3Manifest Parse Error : System does not support the specified encoding
-2147010828800736F4Manifest Parse Error : Switch from current encoding to specified encoding not supported
-2147010827800736F5Manifest Parse Error : The name 'xml' is reserved and must be lower case
-2147010826800736F6Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'
-2147010825800736F7Manifest Parse Error : The standalone attribute cannot be used in external entities
-2147010824800736F8Manifest Parse Error : Invalid version number
-2147010823800736F9Manifest Parse Error : Missing equals sign between attribute and attribute value
-2147010822800736FAAssembly Protection Error : Unable to recover the specified assembly
-2147010821800736FBAssembly Protection Error : The public key for an assembly was too short to be allowed
-2147010820800736FCAssembly Protection Error : The catalog for an assembly is not valid
-2147010819800736FDAn HRESULT could not be translated to a corresponding Win32 error code
-2147010818800736FEAssembly Protection Error : The catalog for an assembly is missing
-2147010817800736FFThe supplied assembly identity is missing one or more attributes which must be present in this context
-214701081680073700The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names
-214701081580073701The referenced assembly could not be found
-214701081480073702The activation context activation stack for the running thread of execution is corrupt
-214701081380073703The application isolation metadata for this process or thread has become corrupt
-214701081280073704The activation context being deactivated is not the most recently activated one
-214701081180073705The activation context being deactivated is not active for the current thread of execution
-214701081080073706The activation context being deactivated has already been deactivated
-214701080980073707A component used by the isolation facility has requested to terminate the process
-214701080880073708A kernel mode component is releasing a reference on an activation context
-214701080780073709The activation context of system default assembly could not be generated
-21470108068007370AThe value of an attribute in an identity is not within the legal range
-21470108058007370BThe name of an attribute in an identity is not within the legal range
-21470108048007370CAn identity contains two definitions for the same attribute
-21470108038007370DThe identity string is malformed. This may be due to a trailing comma
-21470108028007370EA string containing localized substitutable content was malformed. Either a dollar sign ($) was followed by something other than a left parenthesis or another dollar sign or an substitution's right parenthesis was not found
-21470108018007370FThe public key token does not correspond to the public key specified
-214701080080073710A substitution string had no mapping
-214701079980073711The component must be locked before making the request
-214701079880073712The component store has been corrupted
-214701079780073713An advanced installer failed during setup or servicing
-214701079680073714The character encoding in the XML declaration did not match the encoding used in the document
-214701079580073715The identities of the manifests are identical but their contents are different
-214701079480073716The component identities are different
-214701079380073717The assembly is not a deployment
-214701079280073718The file is not a part of the assembly
-214701079180073719The size of the manifest exceeds the maximum allowed
-21470107908007371AThe setting is not registered
-21470107898007371BOne or more required members of the transaction are not present
-21470107888007371CThe SMI primitive installer failed during setup or servicing
-21470107878007371DA generic command executable returned a result that indicates failure
-21470107868007371EA component is missing file verification information in its manifest
-21470107858007371FTwo or more components referenced directly or indirectly by the application manifest have the same WinRT ActivatableClass IDs
-214700989680073A98The specified channel path is invalid
-214700989580073A99The specified query is invalid
-214700989480073A9AThe publisher metadata cannot be found in the resource
-214700989380073A9BThe template for an event definition cannot be found in the resource (error = %1)
-214700989280073A9CThe specified publisher name is invalid
-214700989180073A9DThe event data raised by the publisher is not compatible with the event template definition in the publisher's manifest
-214700988980073A9FThe specified channel could not be found
-214700988880073AA0The specified XML text was not well-formed. See Extended Error for more details
-214700988780073AA1The events for a direct channel go directly to a log file and cannot be subscribed to
-214700988680073AA2Configuration error
-214700988580073AA3The query result is stale or invalid and must be recreated. This may be due to the log being cleared or rolling over after the query result was created
-214700988480073AA4The query result is currently at an invalid position
-214700988380073AA5Registered MSXML doesn't support validation
-214700988280073AA6An expression can only be followed by a change-of-scope operation if the expression evaluates to a node set and is not already part of another change-of-scope operation
-214700988180073AA7Cannot perform a step operation from a term that does not represent an element set
-214700988080073AA8Left-hand side arguments to binary operators must be either attributes
-214700987980073AA9A step operation must involve a node test or
-214700987880073AAAThis data type is currently unsupported
-214700987780073AABA syntax error occurred at position %1!d!
-214700987680073AACThis operator is unsupported by this implementation of the filter
-214700987580073AADAn unexpected token was encountered
-214700987480073AAEThe requested operation cannot be performed over an enabled direct channel. The channel must first be disabled
-214700987380073AAFChannel property %1 contains an invalid value. The value has an invalid type
-214700987280073AB0Publisher property %1 contains an invalid value. The value has an invalid type
-214700987180073AB1The channel failed to activate
-214700987080073AB2The XPath expression exceeded the supported complexity. Simplify the expression or split it into multiple expressions
-214700986980073AB3The message resource is present but the message was not found in the message table
-214700986880073AB4The message ID for the desired message could not be found
-214700986780073AB5The substitution string for insert index (%1) could not be found
-214700986680073AB6The description string for parameter reference (%1) could not be found
-214700986580073AB7The maximum number of replacements has been reached
-214700986480073AB8The event definition could not be found for event ID (%1)
-214700986380073AB9The locale specific resource for the desired message is not present
-214700986280073ABAThe resource is too old and is not supported
-214700986180073ABBThe resource is too new and is not supported
-214700986080073ABCThe channel at index %1!d! of the query can't be opened
-214700985980073ABDThe publisher has been disabled and its resource is not available. This usually occurs when the publisher is in the process of being uninstalled or upgraded
-214700985880073ABEAttempted to create a numeric type that is outside of its valid range
-214700981680073AE8The subscription fails to activate
-214700981580073AE9The log of the subscription is in disabled state
-214700981480073AEAWhen forwarding events from local machine to itself
-214700981380073AEBThe credential store that is used to save credentials is full
-214700981280073AECThe credential used by this subscription can't be found in credential store
-214700981180073AEDNo active channel is found for the query
-214700979680073AFCThe resource loader failed to find MUI file
-214700979580073AFDThe resource loader failed to load MUI file because the file fail to pass validation
-214700979480073AFEThe RC Manifest is corrupted with garbage data or unsupported version or missing required item
-214700979380073AFFThe RC Manifest has invalid culture name
-214700979280073B00The RC Manifest has invalid ultimatefallback name
-214700979180073B01The resource loader cache doesn't have loaded MUI entry
-214700979080073B02User stopped resource enumeration
-214700978980073B03UI language installation failed
-214700978880073B04Locale installation failed
-214700978680073B06A resource does not have default or neutral value
-214700978580073B07Invalid PRI config file
-214700978480073B08Invalid file type
-214700978380073B09Unknown qualifier
-214700978280073B0AInvalid qualifier value
-214700978180073B0BNo Candidate found
-214700978080073B0CThe ResourceMap or NamedResource has an item that does not have default or neutral resource
-214700977980073B0DInvalid ResourceCandidate type
-214700977880073B0EDuplicate Resource Map
-214700977780073B0FDuplicate Entry
-214700977680073B10Invalid Resource Identifier
-214700977580073B11Filepath too long
-214700977480073B12Unsupported directory type
-214700977080073B16Invalid PRI File
-214700976980073B17NamedResource Not Found
-214700976180073B1FResourceMap Not Found
-214700976080073B20Unsupported MRT profile type
-214700975980073B21Invalid qualifier operator
-214700975880073B22Unable to determine qualifier value or qualifier value has not been set
-214700975780073B23Automerge is enabled in the PRI file
-214700975680073B24Too many resources defined for package
-214700975580073B25Resource File can not be used for merge operation
-214700975480073B26Load/UnloadPriFiles cannot be used with resource packages
-214700975380073B27Resource Contexts may not be created on threads that do not have a CoreWindow
-214700975280073B28The singleton Resource Manager with different profile is already created
-214700975180073B29The system component cannot operate given API operation
-214700975080073B2AThe resource is a direct reference to a non-default resource candidate
-214700974980073B2BResource Map has been re-generated and the query string is not valid anymore
-214700974880073B2CThe PRI files to be merged have incompatible versions
-214700974780073B2DThe primary PRI files to be merged does not contain a schema
-214700974680073B2EUnable to load one of the PRI files to be merged
-214700974580073B2FUnable to add one of the PRI files to the merged file
-214700974480073B30Unable to create the merged PRI file
-214700974380073B31Packages for a PRI file merge must all be from the same package family
-214700974280073B32Packages for a PRI file merge must not include multiple main packages
-214700974180073B33Packages for a PRI file merge must not include bundle packages
-214700974080073B34Packages for a PRI file merge must include one main package
-214700973980073B35Packages for a PRI file merge must include at least one resource package
-214700973880073B36Invalid name supplied for a canonical merged PRI file
-214700973780073B37Unable to find the specified package
-214700973680073B38No default value for language was specified
-214700969680073B60The monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0
-214700969580073B61The monitor's VCP Version (0xDF) VCP code returned an invalid version value
-214700969480073B62The monitor does not comply with the MCCS specification it claims to support
-214700969380073B63The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used
-214700969280073B64The Monitor Configuration API only works with monitors that support the MCCS 1.0 specification
-214700969180073B65An internal Monitor Configuration API error occurred
-214700969080073B66The monitor returned an invalid monitor technology type. CRT
-214700968980073B67The caller of SetMonitorColorTemperature specified a color temperature that the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification
-214700964680073B92The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria
-214700959780073BC3The requested system device cannot be found
-214700959680073BC4Hash generation for the specified hash version and hash type is not enabled on the server
-214700959580073BC5The hash requested from the server is not available or no longer valid
-214700957580073BD9The secondary interrupt controller instance that manages the specified interrupt is not registered
-214700957480073BDAThe information supplied by the GPIO client driver is invalid
-214700957380073BDBThe version specified by the GPIO client driver is not supported
-214700957280073BDCThe registration packet supplied by the GPIO client driver is not valid
-214700957180073BDDThe requested operation is not supported for the specified handle
-214700957080073BDEThe requested connect mode conflicts with an existing mode on one or more of the specified pins
-214700956980073BDFThe interrupt requested to be unmasked is not masked
-214700949680073C28The requested run level switch cannot be completed successfully
-214700949580073C29The service has an invalid run level setting. The run level for a servicemust not be higher than the run level of its dependent services
-214700949480073C2AThe requested run level switch cannot be completed successfully sinceone or more services will not stop or restart within the specified timeout
-214700949380073C2BA run level switch agent did not respond within the specified timeout
-214700949280073C2CA run level switch is currently in progress
-214700949180073C2DOne or more services failed to start during the service startup phase of a run level switch
-214700939580073C8DThe task stop request cannot be completed immediately sincetask needs more time to shutdown
-214700929680073CF0Package could not be opened
-214700929580073CF1Package was not found
-214700929480073CF2Package data is invalid
-214700929380073CF3Package failed updates
-214700929280073CF4There is not enough disk space on your computer. Please free up some space and try again
-214700929180073CF5There was a problem downloading your product
-214700929080073CF6Package could not be registered
-214700928980073CF7Package could not be unregistered
-214700928880073CF8User cancelled the install request
-214700928780073CF9Install failed. Please contact your software vendor
-214700928680073CFARemoval failed. Please contact your software vendor
-214700928580073CFBThe provided package is already installed
-214700928480073CFCThe application cannot be started. Try reinstalling the application to fix the problem
-214700928380073CFDA Prerequisite for an install could not be satisfied
-214700928280073CFEThe package repository is corrupted
-214700928180073CFFTo install this application you need either a Windows developer license or a sideloading-enabled system
-214700928080073D00The application cannot be started because it is currently updating
-214700927980073D01The package deployment operation is blocked by policy. Please contact your system administrator
-214700927880073D02The package could not be installed because resources it modifies are currently in use
-214700927780073D03The package could not be recovered because necessary data for recovery have been corrupted
-214700927680073D04The signature is invalid. To register in developer mode
-214700927580073D05An error occurred while deleting the package's previously existing application data
-214700927480073D06The package could not be installed because a higher version of this package is already installed
-214700927380073D07An error in a system binary was detected. Try refreshing the PC to fix the problem
-214700927280073D08A corrupted CLR NGEN binary was detected on the system
-214700927180073D09The operation could not be resumed because necessary data for recovery have been corrupted
-214700927080073D0AThe package could not be installed because the Windows Firewall service is not running. Enable the Windows Firewall service and try again
-214700926980073D0BPackage move failed
-214700926880073D0CThe deployment operation failed because the volume is not empty
-214700926780073D0DThe deployment operation failed because the volume is offline. For a package update
-214700926680073D0EThe deployment operation failed because the specified volume is corrupt
-214700926580073D0FThe deployment operation failed because the specified application needs to be registered first
-214700926480073D10The deployment operation failed because the package targets the wrong processor architecture
-214700926380073D11You have reached the maximum number of developer sideloaded packages allowed on this device. Please uninstall a sideloaded package and try again
-214700926280073D12A main app package is required to install this optional package. Install the main package first and try again
-214700926180073D13This app package type is not supported on this filesystem
-214700926080073D14Package move operation is blocked until the application has finished streaming
-214700925980073D15A main or another optional app package has the same application ID as this optional package. Change the application ID for the optional package to avoid conflicts
-214700925880073D16This staging session has been held to allow another staging operation to be prioritized
-214700925780073D17A related set cannot be updated because the updated set is invalid. All packages in the related set must be updated at the same time
-214700925680073D18An optional package with a FullTrust entry point requires the main package to have the runFullTrust capability
-214700925580073D19An error occurred because a user was logged off
-214700925480073D1AAn optional package provision requires the dependency main package to also be provisioned
-214700925380073D1BThe packages failed the SmartScreen reputation check
-214700925280073D1CThe SmartScreen reputation check operation timed out
-214700925180073D1DThe current deployment option is not supported
-214700925080073D1EActivation is blocked due to the .appinstaller update settings for this app
-214700924980073D1FRemote drives are not supported; use \\server\share to register a remote package
-214700924880073D20Failed to process and write downloaded APPX package data to disk
-214700924780073D21The deployment operation was blocked due to a per-package-family policy restricting deployments on a non-system volume. Per policy
-214700924680073D22The deployment operation was blocked due to a machine-wide policy restricting deployments on a non-system volume. Per policy
-214700924580073D23The deployment operation was blocked because Special profile deployment is not allowed. Please try logging into an account that is not a Special profile. You can try logging out and logging back into the current account
-214700924480073D24The deployment operation failed due to a conflicting package's mutable package directory. To install this package remove the existing package with the conflicting mutable package directory
-214700924380073D25The package installation failed because a singleton resource was specified and another user with that package installed is logged in. Please make sure that all active users with the package installed are logged out and retry installation
-214700924280073D26The package installation failed because a different version of the service is installed. Try installing a newer version of the package
-214700924180073D27The package installation failed because a version of the service exists outside of APPX packaging. Please contact your software vendor
-214700924080073D28The package installation failed because administrator privileges are required. Please contact an administrator to install this package
-214700923980073D29The package deployment failed because the operation would have redirected to default account
-214700923880073D2AThe package deployment failed because the package requires a capability to natively target this host
-214700923780073D2BThe package deployment failed because its content is not valid for an unsigned package
-214700923680073D2CThe package deployment failed because its publisher is not in the unsigned namespace
-214700923580073D2DThe package deployment failed because its publisher is not in the signed namespace
-214700923480073D2EThe package deployment failed because its publisher is not in the signed namespace
-214700923380073D2FA host runtime dependency resolving to a package with full trust content requires the main package to have the runFullTrust capability
-214700919680073D54The process has no package identity
-214700919580073D55The package runtime information is corrupted
-214700919480073D56The package identity is corrupted
-214700919380073D57The process has no application identity
-214700919280073D58One or more AppModel Runtime group policy values could not be read. Please contact your system administrator with the contents of your AppModel Runtime event log
-214700919180073D59One or more AppModel Runtime group policy values are invalid. Please contact your system administrator with the contents of your AppModel Runtime event log
-214700919080073D5AThe package is currently not available
-214700918980073D5BThe package does not have a mutable directory
-214700909680073DB8Loading the state store failed
-214700909580073DB9Retrieving the state version for the application failed
-214700909480073DBASetting the state version for the application failed
-214700909380073DBBResetting the structured state of the application failed
-214700909280073DBCState Manager failed to open the container
-214700909180073DBDState Manager failed to create the container
-214700909080073DBEState Manager failed to delete the container
-214700908980073DBFState Manager failed to read the setting
-214700908880073DC0State Manager failed to write the setting
-214700908780073DC1State Manager failed to delete the setting
-214700908680073DC2State Manager failed to query the setting
-214700908580073DC3State Manager failed to read the composite setting
-214700908480073DC4State Manager failed to write the composite setting
-214700908380073DC5State Manager failed to enumerate the containers
-214700908280073DC6State Manager failed to enumerate the settings
-214700908180073DC7The size of the state manager composite setting value has exceeded the limit
-214700908080073DC8The size of the state manager setting value has exceeded the limit
-214700907980073DC9The length of the state manager setting name has exceeded the limit
-214700907880073DCAThe length of the state manager container name has exceeded the limit
-214700905580073DE1This API cannot be used in the context of the caller's application type
-214700903580073DF5This PC does not have a valid license for the application or product
-214700903480073DF6The authenticated user does not have a valid license for the application or product
-214700903380073DF7The commerce transaction associated with this license is still pending verification
-214700903280073DF8The license has been revoked for this user
-214695935980080001Attempt to create a class object failed.
-214695935880080002OLE service could not bind object.
-214695935780080003RPC communication failed with OLE service.
-214695935680080004Bad path to object.
-214695935580080005Server execution failed.
-214695935480080006OLE service could not communicate with the object server.
-214695935380080007Moniker path could not be normalized.
-214695935280080008Object server is stopping when OLE service contacts it.
-214695935180080009An invalid root block pointer was specified.
-214695934480080010An allocation chain contained an invalid link pointer.
-214695934380080011The requested allocation size was too large.
-214695933980080015The activation requires a display name to be present under the class identifier (CLSID) key.
-214695933880080016The activation requires that the RunAs value for the application is Activate As Activator.
-214695933780080017The class is not configured to support elevated activation.
-214695884880080200Appx packaging API has encountered an internal error
-214695884780080201The file is not a valid Appx package because its contents are interleaved
-214695884680080202The file is not a valid Appx package because it contains OPC relationships
-214695884580080203The file is not a valid Appx package because it is missing a manifest or block map
-214695884480080204The Appx package's manifest is invalid
-214695884380080205The Appx package's block map is invalid
-214695884280080206The Appx package's content cannot be read because it is corrupt
-214695884180080207The computed hash value of the block does not match the one stored in the block map
-214695884080080208The requested byte range is over 4GB when translated to byte range of blocks
-214695883980080209The SIP_SUBJECTINFO structure used to sign the package didn't contain the required data
-21469588388008020AThe APPX_KEY_INFO structure used to encrypt or decrypt the package contains invalid data
-21469588378008020BThe Appx package's content group map is invalid
-21469588368008020CThe .appinstaller file is invalid
-21469588358008020DThe baseline package version in delta package does not match the version in the baseline package to be updated
-21469588348008020EThe delta package is missing a file from the updated package
-21469588338008020FThe delta package is invalid
-214695883280080210The delta appended package is not allowed for the current operation
-214695883180080211The packaging layout file is invalid
-214695883080080212The packageSignConfig file is invalid
-214695882980080213The resources.pri file is not allowed when there are no resource elements in the package manifest
-214695882880080214The compression state of file in baseline and updated package does not match
-214695882780080215Non appx extensions are not allowed for payload packages targeting older platforms
-214695882680080216The encryptionExclusionFileList file is invalid
-214695859280080300The background task activation is spurious
-214689382380090001Bad UID.
-214689382280090002Bad hash.
-214689382180090003Bad key.
-214689382080090004Bad length.
-214689381980090005Bad data.
-214689381880090006Invalid signature.
-214689381780090007Bad version of provider.
-214689381680090008Invalid algorithm specified.
-214689381580090009Invalid flags specified.
-21468938148009000AInvalid type specified.
-21468938138009000BKey not valid for use in specified state.
-21468938128009000CHash not valid for use in specified state.
-21468938118009000DKey does not exist.
-21468938108009000EInsufficient memory available for the operation.
-21468938098009000FObject already exists.
-214689380880090010Access denied.
-214689380780090011Object was not found.
-214689380680090012Data already encrypted.
-214689380580090013Invalid provider specified.
-214689380480090014Invalid provider type specified.
-214689380380090015Provider's public key is invalid.
-214689380280090016Key set does not exist.
-214689380180090017Provider type not defined.
-214689380080090018The provider type, as registered, is invalid.
-214689379980090019The key set is not defined.
-21468937988009001AThe key set, as registered, is invalid.
-21468937978009001BProvider type does not match registered value.
-21468937968009001CThe digital signature file is corrupt.
-21468937958009001DProvider DLL failed to initialize correctly.
-21468937948009001EProvider DLL could not be found.
-21468937938009001FThe keyset parameter is invalid.
-214689379280090020An internal error occurred.
-214689379180090021A base error occurred.
-214689379080090022Provider could not perform the action because the context was acquired as silent.
-214689378980090023The security token does not have storage space available for an additional container.
-214689378880090024The profile for the user is a temporary profile.
-214689378780090025The key parameters could not be set because the configuration service provider (CSP) uses fixed parameters.
-214689378680090026The supplied handle is invalid.
-214689378580090027The parameter is incorrect.
-214689378480090028The buffer supplied to a function was too small.
-214689378380090029The requested operation is not supported.
-21468937828009002ANo more data is available.
-21468937818009002BThe supplied buffers overlap incorrectly.
-21468937808009002CThe specified data could not be decrypted.
-21468937798009002DAn internal consistency check failed.
-21468937788009002EThis operation requires input from the user.
-21468937778009002FThe cryptographic provider does not support HMAC --- or --- The cryptographic provider does not support Hash Message Authentication Code (HMAC).
-214689377680090030The device that is required by this cryptographic provider is not ready for use
-214689377580090031The dictionary attack mitigation is triggered and the provided authorization was ignored by the provider
-214689377480090032The validation of the provided data failed the integrity or signature validation
-214689377380090033Incorrect password
-214689377280090034Encryption failed
-214689377180090035The device that is required by this cryptographic provider is not found on this platform
-214689377080090036The action was cancelled by the user
-214689376980090037The password is no longer valid and must be changed
-214689376880090038The operation cannot be completed from Terminal Server client sessions
-214689305680090300Not enough memory is available to complete this request.
-214689305580090301The handle specified is invalid.
-214689305480090302The function requested is not supported.
-214689305380090303The specified target is unknown or unreachable.
-214689305280090304The Local Security Authority (LSA) cannot be contacted.
-214689305180090305The requested security package does not exist.
-214689305080090306The caller is not the owner of the desired credentials.
-214689304980090307The security package failed to initialize and cannot be installed.
-214689304880090308The token supplied to the function is invalid.
-214689304780090309The security package is not able to marshal the logon buffer, so the logon attempt has failed.
-21468930468009030AThe per-message quality of protection is not supported by the security package.
-21468930458009030BThe security context does not allow impersonation of the client.
-21468930448009030CThe logon attempt failed.
-21468930438009030DThe credentials supplied to the package were not recognized.
-21468930428009030ENo credentials are available in the security package.
-21468930418009030FThe message or signature supplied for verification has been altered.
-214689304080090310The message supplied for verification is out of sequence.
-214689303980090311No authority could be contacted for authentication.
-214689303480090316The requested security package does not exist.
-214689303380090317The context has expired and can no longer be used.
-214689303280090318The supplied message is incomplete. The signature was not verified.
-214689302480090320The credentials supplied were not complete and could not be verified. The context could not be initialized.
-214689302380090321The buffers supplied to a function was too small.
-214689302280090322The target principal name is incorrect.
-214689302080090324The clocks on the client and server machines are skewed.
-214689301980090325The certificate chain was issued by an authority that is not trusted.
-214689301880090326The message received was unexpected or badly formatted.
-214689301780090327An unknown error occurred while processing the certificate.
-214689301680090328The received certificate has expired.
-214689301580090329The specified data could not be encrypted.
-214689300880090330The specified data could not be decrypted.
-214689300780090331The client and server cannot communicate because they do not possess a common algorithm.
-214689300680090332The security context could not be established due to a failure in the requested quality of service (for example, mutual authentication or delegation).
-214689300580090333A security context was deleted before the context was completed. This is considered a logon failure.
-214689300480090334The client is trying to negotiate a context and the server requires user-to-user but did not send a ticket granting ticket (TGT) reply.
-214689300380090335Unable to accomplish the requested task because the local machine does not have an IP addresses.
-214689300280090336The supplied credential handle does not match the credential associated with the security context.
-214689300180090337The cryptographic system or checksum function is invalid because a required function is unavailable.
-214689300080090338The number of maximum ticket referrals has been exceeded.
-214689299980090339The local machine must be a Kerberos domain controller (KDC), and it is not.
-21468929988009033AThe other end of the security negotiation requires strong cryptographics, but it is not supported on the local machine.
-21468929978009033BThe KDC reply contained more than one principal name.
-21468929968009033CExpected to find PA data for a hint of what etype to use, but it was not found.
-21468929958009033DThe client certificate does not contain a valid UPN --- or --- The client certificate does not contain a valid user principal name (UPN), or does not match the client name in the logon request. Contact your administrator.
-21468929948009033ESmart card logon is required and was not used.
-21468929938009033FA system shutdown is in progress.
-214689299280090340An invalid request was sent to the KDC.
-214689299180090341The KDC was unable to generate a referral for the service requested.
-214689299080090342The encryption type requested is not supported by the KDC.
-214689298980090343An unsupported pre-authentication mechanism was presented to the Kerberos package.
-214689298780090345The requested operation cannot be completed. The computer must be trusted for delegation, and the current user account must be configured to allow delegation.
-214689298680090346Client's supplied SSPI channel bindings were incorrect --- or --- Client's supplied Security Support Provider Interface (SSPI) channel bindings were incorrect.
-214689298580090347The received certificate was mapped to multiple accounts.
-214689298480090348SEC_E_NO_KERB_KEY --- or --- No Kerberos key was found.
-214689298380090349The certificate is not valid for the requested usage.
-214689297680090350The system cannot contact a domain controller to service the authentication request. Please try again later --- or --- The system detected a possible attempt to compromise security. Ensure that you can contact the server that authenticated you.
-214689297580090351The smart card certificate used for authentication has been revoked. Contact your system administrator. The event log might contain additional information.
-214689297480090352An untrusted certification authority (CA) was detected while processing the smart card certificate used for authentication. Contact your system administrator.
-214689297380090353The revocation status of the smart card certificate used for authentication could not be determined. Contact your system administrator.
-214689297280090354The smart card certificate used for authentication was not trusted. Contact your system administrator.
-214689297180090355The smart card certificate used for authentication has expired. Contact your system administrator.
-214689297080090356The Kerberos subsystem encountered an error. A service for user protocol requests was made against a domain controller that does not support services for users.
-214689296980090357An attempt was made by this server to make a Kerberos constrained delegation request for a target outside of the server's realm. This is not supported --- or --- An attempt was made by this server to make a Kerberos-constrained delegation request for a target outside the server's realm. This is not supported and indicates a misconfiguration on this server's allowed-to-delegate-to list. Contact your administrator.
-214689296880090358The revocation status of the domain controller certificate used for smart card authentication could not be determined. The system event log contains additional information. Contact your system administrator.
-214689296780090359An untrusted CA was detected while processing the domain controller certificate used for authentication. The system event log contains additional information. Contact your system administrator.
-21468929668009035AThe domain controller certificate used for smart card logon has expired. Contact your system administrator with the contents of your system event log.
-21468929658009035BThe domain controller certificate used for smart card logon has been revoked. Contact your system administrator with the contents of your system event log.
-21468929638009035DOne or more of the parameters passed to the function were invalid.
-21468929628009035EThe client policy does not allow credential delegation to the target server.
-21468929618009035FThe client policy does not allow credential delegation to the target server with NLTM only authentication.
-214689295980090361The required security context does not exist
-214689295880090362The PKU2U protocol encountered an error while attempting to utilize the associated certificates
-214689295780090363The identity of the server computer could not be verified
-214689295580090365Only https scheme is allowed
-214689295380090367No common application protocol exists between the client and the server. Application protocol negotiation failed
-214689295180090369You can't sign in with a user ID in this format. Try using your email address instead
-21468929508009036AThe buffer supplied by the SSPI caller to receive generic extensions is too small
-21468929498009036BNot enough secbuffers were supplied to generate a token
-214688972780091001An error occurred while performing an operation on a cryptographic message.
-214688972680091002Unknown cryptographic algorithm.
-214688972580091003The object identifier is poorly formatted.
-214688972480091004Invalid cryptographic message type.
-214688972380091005Unexpected cryptographic message encoding.
-214688972280091006The cryptographic message does not contain an expected authenticated attribute.
-214688972180091007The hash value is not correct.
-214688972080091008The index value is not valid.
-214688971980091009The content of the cryptographic message has already been decrypted.
-21468897188009100AThe content of the cryptographic message has not been decrypted yet.
-21468897178009100BThe enveloped-data message does not contain the specified recipient.
-21468897168009100CInvalid control type.
-21468897158009100DInvalid issuer or serial number.
-21468897148009100ECannot find the original signer.
-21468897138009100FThe cryptographic message does not contain all of the requested attributes.
-214688971280091010The streamed cryptographic message is not ready to return data.
-214688971180091011The streamed cryptographic message requires more data to complete the decode operation.
-214688563180092001The length specified for the output data was insufficient.
-214688563080092002An error occurred during the encode or decode operation.
-214688562980092003An error occurred while reading or writing to a file.
-214688562880092004Cannot find object or property.
-214688562780092005The object or property already exists.
-214688562680092006No provider was specified for the store or object.
-214688562580092007The specified certificate is self-signed.
-214688562480092008The previous certificate or certificate revocation list (CRL) context was deleted.
-214688562380092009Cannot find the requested object.
-21468856228009200AThe certificate does not have a property that references a private key.
-21468856218009200BCannot find the certificate and private key for decryption.
-21468856208009200CCannot find the certificate and private key to use for decryption.
-21468856198009200DNot a cryptographic message or the cryptographic message is not formatted correctly.
-21468856188009200EThe signed cryptographic message does not have a signer for the specified signer index.
-21468856178009200FFinal closure is pending until additional frees or closes.
-214688561680092010The certificate is revoked.
-214688561580092011No DLL or exported function was found to verify revocation.
-214688561480092012The revocation function was unable to check revocation for the certificate.
-214688561380092013The revocation function was unable to check revocation because the revocation server was offline.
-214688561280092014The certificate is not in the revocation server's database.
-214688560080092020The string contains a non-numeric character.
-214688559980092021The string contains a nonprintable character.
-214688559880092022The string contains a character not in the 7-bit ASCII character set.
-214688559780092023The string contains an invalid X500 name attribute key, object identifier (OID), value, or delimiter.
-214688559680092024The dwValueType for the CERT_NAME_VALUE is not one of the character strings. Most likely it is either a CERT_RDN_ENCODED_BLOB or CERT_TDN_OCTED_STRING.
-214688559580092025The Put operation cannot continue. The file needs to be resized. However, there is already a signature present. A complete signing operation must be done.
-214688559480092026The cryptographic operation failed due to a local security option setting.
-214688559380092027No DLL or exported function was found to verify subject usage.
-214688559280092028The called function was unable to perform a usage check on the subject.
-214688559180092029Since the server was offline --- or --- The called function was unable to complete the usage check because the server was offline.
-21468855908009202AThe subject was not found in a certificate trust list (CTL).
-21468855898009202BNone of the signers of the cryptographic message or certificate trust list is trusted.
-21468855888009202CThe public key's algorithm parameters are missing.
-21468855878009202DAn object could not be located using the object locator infrastructure with the given name
-214688153680093000OSS Certificate encode/decode error code baseSee asn1code.h for a definition of the OSS runtime errors. The OSS error values are offset by CRYPT_E_OSS_ERROR --- or --- OSS Certificate encode/decode error code base.
-214688153580093001OSS ASN.1 Error: Output Buffer is too small.
-214688153480093002OSS ASN.1 Error: Signed integer is encoded as a unsigned integer.
-214688153380093003OSS ASN.1 Error: Unknown ASN.1 data type.
-214688153280093004OSS ASN.1 Error: Output buffer is too small; the decoded data has been truncated.
-214688153180093005OSS ASN.1 Error: Invalid data.
-214688153080093006OSS ASN.1 Error: Invalid argument.
-214688152980093007OSS ASN.1 Error: Encode/Decode version mismatch.
-214688152880093008OSS ASN.1 Error: Out of memory.
-214688152780093009OSS ASN.1 Error: Encode/Decode error.
-21468815268009300AOSS ASN.1 Error: Internal error.
-21468815258009300BOSS ASN.1 Error: Invalid data.
-21468815248009300COSS ASN.1 Error: Invalid data.
-21468815238009300DOSS ASN.1 Error: Unsupported BER indefinite-length encoding.
-21468815228009300EOSS ASN.1 Error: Access violation.
-21468815218009300FOSS ASN.1 Error: Invalid data.
-214688152080093010OSS ASN.1 Error: Invalid data.
-214688151980093011OSS ASN.1 Error: Invalid data.
-214688151880093012OSS ASN.1 Error: Internal error.
-214688151780093013OSS ASN.1 Error: Multithreading conflict.
-214688151680093014OSS ASN.1 Error: Invalid data.
-214688151580093015OSS ASN.1 Error: Invalid data.
-214688151480093016OSS ASN.1 Error: Invalid data.
-214688151380093017OSS ASN.1 Error: Encode/Decode function not implemented.
-214688151280093018OSS ASN.1 Error: Trace file error.
-214688151180093019OSS ASN.1 Error: Function not implemented.
-21468815108009301AOSS ASN.1 Error: Program link error.
-21468815098009301BOSS ASN.1 Error: Trace file error.
-21468815088009301COSS ASN.1 Error: Trace file error.
-21468815078009301DOSS ASN.1 Error: Invalid data.
-21468815068009301EOSS ASN.1 Error: Invalid data.
-21468815058009301FOSS ASN.1 Error: Program link error.
-214688150480093020OSS ASN.1 Error: Program link error.
-214688150380093021OSS ASN.1 Error: Program link error.
-214688150280093022OSS ASN.1 Error: Program link error.
-214688150180093023OSS ASN.1 Error: Program link error.
-214688150080093024OSS ASN.1 Error: Program link error.
-214688149980093025OSS ASN.1 Error: Program link error.
-214688149880093026OSS ASN.1 Error: Program link error.
-214688149780093027OSS ASN.1 Error: Program link error.
-214688149680093028OSS ASN.1 Error: Program link error.
-214688149580093029OSS ASN.1 Error: Program link error.
-21468814948009302AOSS ASN.1 Error: Program link error.
-21468814938009302BOSS ASN.1 Error: Program link error.
-21468814928009302COSS ASN.1 Error: Program link error.
-21468814918009302DOSS ASN.1 Error: System resource error.
-21468814908009302EOSS ASN.1 Error: Trace file error.
-214688128080093100ASN1 Certificate encode/decode error code base. The ASN1 error values are offset by CRYPT_E_ASN1_ERROR --- or --- ASN1 Certificate encode/decode error code base.
-214688127980093101ASN1 internal encode or decode error.
-214688127880093102ASN1 unexpected end of data.
-214688127780093103ASN1 corrupted data.
-214688127680093104ASN1 value too large.
-214688127580093105ASN1 constraint violated.
-214688127480093106ASN1 out of memory.
-214688127380093107ASN1 buffer overflow.
-214688127280093108ASN1 function not supported for this protocol data unit (PDU).
-214688127180093109ASN1 bad arguments to function call.
-21468812708009310AASN1 bad real value.
-21468812698009310BASN1 bad tag value met.
-21468812688009310CASN1 bad choice value.
-21468812678009310DASN1 bad encoding rule.
-21468812668009310EASN1 bad Unicode (UTF8).
-214688122980093133ASN1 bad PDU type.
-214688122880093134ASN1 not yet implemented.
-214688102380093201ASN1 skipped unknown extensions.
-214688102280093202ASN1 end of data expected.
-214687743980094001The request subject name is invalid or too long.
-214687743880094002The request does not exist.
-214687743780094003The request's current status does not allow this operation.
-214687743680094004The requested property value is empty.
-214687743580094005The CA's certificate contains invalid data.
-214687743480094006Certificate service has been suspended for a database restore operation.
-214687743380094007The certificate contains an encoded length that is potentially incompatible with older enrollment software.
-214687743280094008The operation is denied. The user has multiple roles assigned, and the CA is configured to enforce role separation.
-214687743180094009The operation is denied. It can only be performed by a certificate manager that is allowed to manage certificates for the current requester.
-21468774308009400ACannot archive private key. The CA is not configured for key archival.
-21468774298009400BCannot archive private key. The CA could not verify one or more key recovery certificates.
-21468774288009400CThe request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature.
-21468774278009400DAt least one security principal must have the permission to manage this CA.
-21468774268009400EThe request contains an invalid renewal certificate attribute.
-21468774258009400FAn attempt was made to open a Certification Authority database session --- or --- An attempt was made to open a CA database session, but there are already too many active sessions. The server needs to be configured to allow additional sessions.
-214687742480094010A memory reference caused a data alignment fault.
-214687742380094011The permissions on this CA do not allow the current user to enroll for certificates.
-214687742280094012The permissions on the certificate template do not allow the current user to enroll for this type of certificate.
-214687742180094013The contacted domain controller cannot support signed Lightweight Directory Access Protocol (LDAP) traffic. Update the domain controller or configure Certificate Services to use SSL for Active Directory access.
-214687742080094014The request was denied by a certificate manager or CA administrator
-214687741980094015An enrollment policy server cannot be located
-214687741880094016A signature algorithm or public key length does not meet the system's minimum required strength
-214687741780094017Failed to create an attested key. This computer or the cryptographic provider may not meet the hardware requirements to support key attestation
-214687741680094018No encryption certificate was specified
-214687539280094800The requested certificate template is not supported by this CA.
-214687539180094801The request contains no certificate template information.
-214687539080094802The request contains conflicting template information.
-214687538980094803The request is missing a required Subject Alternate name extension.
-214687538880094804The request is missing a required private key for archival by the server.
-214687538780094805The request is missing a required SMIME capabilities extension.
-214687538680094806The request was made on behalf of a subject other than the caller. The certificate template must be configured to require at least one signature to authorize the request.
-214687538580094807The request template version is newer than the supported template version.
-214687538480094808The template is missing a required signature policy attribute.
-214687538380094809The request is missing required signature policy information.
-21468753828009480AThe request is missing one or more required signatures.
-21468753818009480BOne or more signatures did not include the required application or issuance policies. The request is missing one or more required valid signatures.
-21468753808009480CThe request is missing one or more required signature issuance policies.
-21468753798009480DThe UPN is unavailable and cannot be added to the Subject Alternate name.
-21468753788009480EThe Active Directory GUID is unavailable and cannot be added to the Subject Alternate name.
-21468753778009480FThe Domain Name System (DNS) name is unavailable and cannot be added to the Subject Alternate name.
-214687537680094810The request includes a private key for archival by the server, but key archival is not enabled for the specified certificate template.
-214687537580094811The public key does not meet the minimum size required by the specified certificate template.
-214687537480094812The email name is unavailable and cannot be added to the Subject or Subject Alternate name.
-214687537380094813One or more certificate templates to be enabled on this CA could not be found.
-214687537280094814The certificate template renewal period is longer than the certificate validity period. The template should be reconfigured or the CA certificate renewed.
-214687537180094815The certificate template requires too many return authorization (RA) signatures. Only one RA signature is allowed.
-214687537080094816The certificate template requires renewal with the same public key --- or --- The key used in a renewal request does not match one of the certificates being renewed.
-214687536980094817The certification authority cannot interpret or verify the endorsement key information supplied in the request --- or --- The endorsement key certificate is not valid.
-214687536880094818The certification authority cannot validate the Attestation Identity Key Id Binding
-214687536780094819The certification authority cannot validate the private key attestation data
-21468753668009481AThe request does not support private key attestation as defined in the certificate template --- or --- Key attestation did not succeed.
-21468753658009481BThe request public key is not consistent with the private key attestation data
-21468753648009481CThe private key attestation challenge cannot be validated because the encryption certificate has expired
-21468753638009481DThe client's response could not be validated. It is either unexpected or incorrect
-21468753628009481EA valid Request ID was not detected in the request attributes
-21468753618009481FThe request is not consistent with the previously generated precertificate
-214687536080094820The request is locked against edits until a response is received from the client
-214687334480095000The key is not exportable.
-214687334380095001You cannot add the root CA certificate into your local store.
-214687334280095002The key archival hash attribute was not found in the response.
-214687334180095003An unexpected key archival hash attribute was found in the response.
-214687334080095004There is a key archival hash mismatch between the request and the response.
-214687333980095005Signing certificate cannot include SMIME extension.
-214686924780096001A system-level error occurred while verifying trust.
-214686924680096002The certificate for the signer of the message is invalid or not found.
-214686924580096003One of the counter signatures was invalid.
-214686924480096004The signature of the certificate cannot be verified.
-214686924380096005The time-stamp signature or certificate could not be verified or is malformed.
-214686923280096010The digital signature of the object did not verify.
-214686923180096011The digital signature of the object is malformed. For technical detail
-214686922380096019A certificate's basic constraint extension has not been observed.
-21468692188009601EThe certificate does not meet or contain the Authenticode financial extensions.
-214686515180097001Tried to reference a part of the file outside the proper range.
-214686515080097002Could not retrieve an object from the file.
-214686514980097003Could not find the head table in the file.
-214686514880097004The magic number in the head table is incorrect.
-214686514780097005The offset table has incorrect values.
-214686514680097006Duplicate table tags or the tags are out of alphabetical order.
-214686514580097007A table does not start on a long word boundary.
-214686514480097008First table does not appear after header information.
-214686514380097009Two or more tables overlap.
-21468651428009700AToo many pad bytes between tables, or pad bytes are not 0.
-21468651418009700BFile is too small to contain the last table.
-21468651408009700CA table checksum is incorrect.
-21468651398009700DThe file checksum is incorrect.
-214686513680097010The signature does not have the correct attributes for the policy.
-214686513580097011The file did not pass the hints check.
-214686513480097012The file is not an OpenType file.
-214686513380097013Failed on a file operation (open --- or --- Failed on a file operation (such as open, map, read, or write).
-214686513280097014A call to a CryptoAPI function failed.
-214686513180097015There is a bad version number in the file.
-214686513080097016The structure of the DSIG table is incorrect.
-214686512980097017A check failed in a partially constant table.
-214686512880097018Some kind of structural error.
-214686512780097019The requested credential requires confirmation.
-2146762751800B0001Unknown trust provider.
-2146762750800B0002The trust verification action specified is not supported by the specified trust provider.
-2146762749800B0003The form specified for the subject is not one supported or known by the specified trust provider.
-2146762748800B0004The subject is not trusted for the specified action.
-2146762747800B0005Error due to problem in ASN.1 encoding process.
-2146762746800B0006Error due to problem in ASN.1 decoding process.
-2146762745800B0007Reading/writing extensions where attributes are appropriate, and vice versa.
-2146762744800B0008Unspecified cryptographic failure.
-2146762743800B0009The size of the data could not be determined.
-2146762742800B000AThe size of the indefinite-sized data could not be determined.
-2146762741800B000BThis object does not read and write self-sizing data.
-2146762496800B0100No signature was present in the subject.
-2146762495800B0101A required certificate is not within its validity period when verifying against the current system clock or the time stamp in the signed file.
-2146762494800B0102The validity periods of the certification chain do not nest correctly.
-2146762493800B0103A certificate that can only be used as an end entity is being used as a CA or vice versa.
-2146762492800B0104A path length constraint in the certification chain has been violated.
-2146762491800B0105A certificate contains an unknown extension that is marked "critical".
-2146762490800B0106A certificate is being used for a purpose other than the ones specified by its CA.
-2146762489800B0107A parent of a given certificate did not issue that child certificate.
-2146762488800B0108A certificate is missing or has an empty value for an important field, such as a subject or issuer name.
-2146762487800B0109A certificate chain processed, but terminated in a root certificate that is not trusted by the trust provider.
-2146762486800B010AA certificate chain could not be built to a trusted root authority.
-2146762485800B010BGeneric trust failure.
-2146762484800B010CA certificate was explicitly revoked by its issuer. If the certificate is Microsoft Windows PCA 2010, then the driver was signed by a certificate no longer recognized by Windows.Appendix_A_Target_3<3>
-2146762483800B010DThe certification path terminates with the test root that is not trusted with the current policy settings.
-2146762482800B010EThe revocation process could not continue—the certificates could not be checked.
-2146762481800B010FThe certificate's CN name does not match the passed value.
-2146762480800B0110The certificate is not valid for the requested usage.
-2146762479800B0111The certificate was explicitly marked as untrusted by the user.
-2146762478800B0112A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.
-2146762477800B0113The certificate has invalid policy.
-2146762476800B0114The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded.
-2146697214800C0002The URL is invalid
-2146697213800C0003No Internet session has been established
-2146697212800C0004Unable to connect to the target server
-2146697211800C0005The system cannot locate the resource specified
-2146697210800C0006The system cannot locate the object specified
-2146697209800C0007No data is available for the requested resource
-2146697208800C0008The download of the specified resource has failed
-2146697207800C0009Authentication is required to access this resource
-2146697206800C000AThe server could not recognize the provided mime type
-2146697205800C000BThe operation was timed out
-2146697204800C000CThe server did not understand the request
-2146697203800C000DThe specified protocol is unknown
-2146697202800C000EA security problem occurred
-2146697201800C000FThe system could not load the persisted data
-2146697200800C0010Unable to instantiate the object
-2146697196800C0014A redirection problem occurred
-2146697195800C0015The requested resource is a directory
-2146697191800C0019Security certificate required to access this resource is invalid
-2146631677800D0003The maximum filebitrate value specified is greater than the server's configured maximum bandwidth.
-2146631676800D0004The maximum bandwidth value specified is less than the maximum filebitrate.
-2146631584800D0060Unknown %1 event encountered.
-2146631271800D0199Disk %1 ( %2 ) on Content Server %3, will be failed because it is catatonic.
-2146631270800D019ADisk %1 ( %2 ) on Content Server %3, auto online from catatonic state.
-2146500608800F0000A non-empty line was encountered in the INF before the start of a section.
-2146500607800F0001A section name marker in the INF is not complete --- or --- A section name marker in the information file (INF) is not complete or does not exist on a line by itself.
-2146500606800F0002An INF section was encountered whose name exceeds the maximum section name length.
-2146500605800F0003The syntax of the INF is invalid.
-2146500352800F0100The style of the INF is different than what was requested.
-2146500351800F0101The required section was not found in the INF.
-2146500350800F0102The required line was not found in the INF.
-2146500349800F0103The files affected by the installation of this file queue have not been backed up for uninstall.
-2146500096800F0200The INF or the device information set or element does not have an associated install class.
-2146500095800F0201The INF or the device information set or element does not match the specified install class.
-2146500094800F0202An existing device was found that is a duplicate of the device being manually installed.
-2146500093800F0203There is no driver selected for the device information set or element.
-2146500092800F0204The requested device registry key does not exist.
-2146500091800F0205The device instance name is invalid.
-2146500090800F0206The install class is not present or is invalid.
-2146500089800F0207The device instance cannot be created because it already exists.
-2146500088800F0208The operation cannot be performed on a device information element that has not been registered.
-2146500087800F0209The device property code is invalid.
-2146500086800F020AThe INF from which a driver list is to be built does not exist.
-2146500085800F020BThe device instance does not exist in the hardware tree.
-2146500084800F020CThe icon representing this install class cannot be loaded.
-2146500083800F020DThe class installer registry entry is invalid.
-2146500082800F020EThe class installer has indicated that the default action should be performed for this installation request.
-2146500081800F020FThe operation does not require any files to be copied.
-2146500080800F0210The specified hardware profile does not exist.
-2146500079800F0211There is no device information element currently selected for this device information set.
-2146500078800F0212The operation cannot be performed because the device information set is locked.
-2146500077800F0213The operation cannot be performed because the device information element is locked.
-2146500076800F0214The specified path does not contain any applicable device INFs.
-2146500075800F0215No class installer parameters have been set for the device information set or element.
-2146500074800F0216The operation cannot be performed because the file queue is locked.
-2146500073800F0217A service installation section in this INF is invalid.
-2146500072800F0218There is no class driver list for the device information element.
-2146500071800F0219The installation failed because a function driver was not specified for this device instance.
-2146500070800F021AThere is presently no default device interface designated for this interface class.
-2146500069800F021BThe operation cannot be performed because the device interface is currently active.
-2146500068800F021CThe operation cannot be performed because the device interface has been removed from the system.
-2146500067800F021DAn interface installation section in this INF is invalid.
-2146500066800F021EThis interface class does not exist in the system.
-2146500065800F021FThe reference string supplied for this interface device is invalid.
-2146500064800F0220The specified machine name does not conform to Universal Naming Convention (UNCs).
-2146500063800F0221A general remote communication error occurred.
-2146500062800F0222The machine selected for remote communication is not available at this time.
-2146500061800F0223The Plug and Play service is not available on the remote machine.
-2146500060800F0224The property page provider registry entry is invalid.
-2146500059800F0225The requested device interface is not present in the system.
-2146500058800F0226The device's co-installer has additional work to perform after installation is complete.
-2146500057800F0227The device's co-installer is invalid.
-2146500056800F0228There are no compatible drivers for this device.
-2146500055800F0229There is no icon that represents this device or device type.
-2146500054800F022AA logical configuration specified in this INF is invalid.
-2146500053800F022BThe class installer has denied the request to install or upgrade this device.
-2146500052800F022COne of the filter drivers installed for this device is invalid.
-2146500051800F022DThe driver selected for this device does not support Windows XP operating system.
-2146500050800F022EThe driver selected for this device does not support Windows.
-2146500049800F022FThe third-party INF does not contain digital signature information.
-2146500048800F0230An invalid attempt was made to use a device installation file queue for verification of digital signatures relative to other platforms.
-2146500047800F0231The device cannot be disabled.
-2146500046800F0232The device could not be dynamically removed.
-2146500045800F0233Cannot copy to specified target.
-2146500044800F0234Driver is not intended for this platform.
-2146500043800F0235Operation not allowed in WOW64.
-2146500042800F0236The operation involving unsigned file copying was rolled back, so that a system restore point could be set.
-2146500041800F0237An INF was copied into the Windows INF directory in an improper manner.
-2146500040800F0238The Security Configuration Editor (SCE) APIs have been disabled on this embedded product.
-2146500039800F0239An unknown exception was encountered.
-2146500038800F023AA problem was encountered when accessing the Plug and Play registry database.
-2146500037800F023BThe requested operation is not supported for a remote machine.
-2146500036800F023CThe specified file is not an installed OEM INF --- or --- The specified file is not an installed original equipment manufacturer (OEM) INF.
-2146500035800F023DOne or more devices are presently installed using the specified INF.
-2146500034800F023EThe requested device install operation is obsolete.
-2146500033800F023FA file could not be verified because it does not have an associated catalog signed via Authenticode.
-2146500032800F0240Authenticode signature verification is not supported for the specified INF.
-2146500031800F0241The INF was signed with an Authenticode catalog from a trusted publisher.
-2146500030800F0242The publisher of an Authenticode-signed catalog has not yet been established as trusted.
-2146500029800F0243The publisher of an Authenticode-signed catalog was not established as trusted.
-2146500028800F0244The software was tested for compliance with Windows logo requirements on a different version of Windows and might not be compatible with this version.
-2146500027800F0245The file can be validated only by a catalog signed via Authenticode.
-2146500026800F0246One of the installers for this device cannot perform the installation at this time.
-2146500025800F0247A problem was encountered while attempting to add the driver to the store.
-2146500024800F0248The installation of this device is forbidden by system policy. Contact your system administrator.
-2146500023800F0249The installation of this driver is forbidden by system policy. Contact your system administrator.
-2146500022800F024AThe specified INF is the wrong type for this operation.
-2146500021800F024BThe hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering.
-2146500020800F024CA problem was encountered while attempting to delete the driver from the store.
-2146499840800F0300An unrecoverable stack overflow was encountered.
-2146496512800F1000No installed components were detected.
-214643507180100001An internal consistency check failed.
-214643507080100002The action was canceled by an SCardCancel request.
-214643506980100003The supplied handle was invalid.
-214643506880100004One or more of the supplied parameters could not be properly interpreted.
-214643506780100005Registry startup information is missing or invalid.
-214643506680100006Not enough memory available to complete this command.
-214643506580100007An internal consistency timer has expired.
-214643506480100008The data buffer to receive returned data is too small for the returned data.
-214643506380100009The specified reader name is not recognized.
-21464350628010000AThe user-specified time-out value has expired.
-21464350618010000BThe smart card cannot be accessed because of other connections outstanding.
-21464350608010000CThe operation requires a smart card, but no smart card is currently in the device.
-21464350598010000DThe specified smart card name is not recognized.
-21464350588010000EThe system could not dispose of the media in the requested manner.
-21464350578010000FThe requested protocols are incompatible with the protocol currently in use with the smart card.
-214643505680100010The reader or smart card is not ready to accept commands.
-214643505580100011One or more of the supplied parameters values could not be properly interpreted.
-214643505480100012The action was cancelled by the system --- or --- The action was canceled by the system, presumably to log off or shut down.
-214643505380100013An internal communications error has been detected.
-214643505280100014An internal error has been detected, but the source is unknown.
-214643505180100015An automatic terminal recognition (ATR) obtained from the registry is not a valid ATR string.
-214643505080100016An attempt was made to end a nonexistent transaction.
-214643504980100017The specified reader is not currently available for use.
-214643504880100018The operation has been aborted to allow the server application to exit.
-214643504780100019The PCI Receive buffer was too small --- or --- The peripheral component interconnect (PCI) Receive buffer was too small.
-21464350468010001AThe reader driver does not meet minimal requirements for support.
-21464350458010001BThe reader driver did not produce a unique reader name.
-21464350448010001CThe smart card does not meet minimal requirements for support.
-21464350438010001DThe smart card resource manager is not running.
-21464350428010001EThe smart card resource manager has shut down.
-21464350418010001FAn unexpected card error has occurred.
-214643504080100020No primary provider can be found for the smart card.
-214643503980100021The requested order of object creation is not supported.
-214643503880100022This smart card does not support the requested feature.
-214643503780100023The identified directory does not exist in the smart card.
-214643503680100024The identified file does not exist in the smart card.
-214643503580100025The supplied path does not represent a smart card directory.
-214643503480100026The supplied path does not represent a smart card file.
-214643503380100027Access is denied to this file.
-214643503280100028The smart card does not have enough memory to store the information.
-214643503180100029There was an error trying to set the smart card file object pointer.
-21464350308010002AThe supplied PIN is incorrect.
-21464350298010002BAn unrecognized error code was returned from a layered component.
-21464350288010002CThe requested certificate does not exist.
-21464350278010002DThe requested certificate could not be obtained.
-21464350268010002ECannot find a smart card reader.
-21464350258010002FA communications error with the smart card has been detected. Retry the operation.
-214643502480100030The requested key container does not exist on the smart card.
-214643502380100031The smart card resource manager is too busy to complete this operation.
-214643502280100032The smart card PIN cache has expired
-214643502180100033The smart card PIN cannot be cached
-214643502080100034The smart card is read only and cannot be written to
-214643497180100065The reader cannot communicate with the smart card, due to ATR configuration conflicts.
-214643497080100066The smart card is not responding to a reset.
-214643496980100067Power has been removed from the smart card, so that further communication is not possible.
-214643496880100068The smart card has been reset, so any shared state information is invalid.
-214643496780100069The smart card has been removed, so that further communication is not possible.
-21464349668010006AAccess was denied because of a security violation.
-21464349658010006BThe card cannot be accessed because the wrong PIN was presented.
-21464349648010006CThe card cannot be accessed because the maximum number of PIN entry attempts has been reached.
-21464349638010006DThe end of the smart card file has been reached.
-21464349628010006EThe action was canceled by the user.
-21464349618010006FNo PIN was presented to the smart card.
-214643496080100070The requested item could not be found in the cache
-214643495980100071The requested cache item is too old and was deleted from the cache
-214643495880100072The new cache item exceeds the maximum per-item size defined for the cache
-214636851180110401Errors occurred accessing one or more objects—the ErrorInfo collection contains more detail.
-214636851080110402One or more of the object's properties are missing or invalid.
-214636850980110403The object was not found in the catalog.
-214636850880110404The object is already registered.
-214636850580110407An error occurred writing to the application file.
-214636850480110408An error occurred reading the application file.
-214636850380110409Invalid version number in application file.
-21463685028011040AThe file path is invalid.
-21463685018011040BThe application is already installed.
-21463685008011040CThe role already exists.
-21463684998011040DAn error occurred copying the file.
-21463684978011040FOne or more users are not valid.
-214636849680110410One or more users in the application file are not valid.
-214636849580110411The component's CLSID is missing or corrupt.
-214636849480110412The component's programmatic ID is missing or corrupt.
-214636849380110413Unable to set required authentication level for update request.
-214636849280110414The identity or password set on the application is not valid.
-214636848880110418Application file CLSIDs or instance identifiers (IIDs) do not match corresponding DLLs.
-214636848780110419Interface information is either missing or changed.
-21463684868011041ADllRegisterServer failed on component install.
-21463684858011041BNo server file share available.
-21463684838011041DDLL could not be loaded.
-21463684828011041EThe registered TypeLib ID is not valid.
-21463684818011041FApplication install directory not found.
-214636847780110423Errors occurred while in the component registrar.
-214636847680110424The file does not exist.
-214636847580110425The DLL could not be loaded.
-214636847480110426GetClassObject failed in the DLL.
-214636847380110427The DLL does not support the components listed in the TypeLib.
-214636847280110428The TypeLib could not be loaded.
-214636847180110429The file does not contain components or component information.
-21463684708011042AChanges to this object and its subobjects have been disabled.
-21463684698011042BThe delete function has been disabled for this object.
-21463684688011042CThe server catalog version is not supported.
-21463684678011042DThe component move was disallowed because the source or destination application is either a system application or currently locked against changes.
-21463684668011042EThe component move failed because the destination application no longer exists.
-214636846480110430The system was unable to register the TypeLib.
-214636846180110433This operation cannot be performed on the system application.
-214636846080110434The component registrar referenced in this file is not available.
-214636845980110435A component in the same DLL is already installed.
-214636845880110436The service is not installed.
-214636845780110437One or more property settings are either invalid or in conflict with each other.
-214636845680110438The object you are attempting to add or rename already exists.
-214636845580110439The component already exists.
-21463684538011043BThe registration file is corrupt.
-21463684528011043CThe property value is too large.
-21463684508011043EObject was not found in registry.
-21463684498011043FThis object cannot be pooled.
-214636844280110446A CLSID with the same GUID as the new application ID is already installed on this machine.
-214636844180110447A role assigned to a component, interface, or method did not exist in the application.
-214636844080110448You must have components in an application to start the application.
-214636843980110449This operation is not enabled on this platform.
-21463684388011044AApplication proxy is not exportable.
-21463684378011044BFailed to start application because it is either a library application or an application proxy.
-21463684368011044CSystem application is not exportable.
-21463684358011044DCannot subscribe to this component (the component might have been imported).
-21463684348011044EAn event class cannot also be a subscriber component.
-21463684338011044FLibrary applications and application proxies are incompatible.
-214636843280110450This function is valid for the base partition only.
-214636843180110451You cannot start an application that has been disabled.
-214636842580110457The specified partition name is already in use on this computer.
-214636842480110458The specified partition name is invalid. Check that the name contains at least one visible character.
-214636842380110459The partition cannot be deleted because it is the default partition for one or more users.
-21463684228011045AThe partition cannot be exported because one or more components in the partition have the same file name.
-21463684218011045BApplications that contain one or more imported components cannot be installed into a nonbase partition.
-21463684208011045CThe application name is not unique and cannot be resolved to an application ID.
-21463684198011045DThe partition name is not unique and cannot be resolved to a partition ID.
-214636839880110472The COM+ registry database has not been initialized.
-214636839780110473The COM+ registry database is not open.
-214636839680110474The COM+ registry database detected a system error.
-214636839580110475The COM+ registry database is already running.
-214636838480110480This version of the COM+ registry database cannot be migrated.
-214636838380110481The schema version to be migrated could not be found in the COM+ registry database.
-214636838280110482There was a type mismatch between binaries.
-214636838180110483A binary of unknown or invalid type was provided.
-214636838080110484There was a type mismatch between a binary and an application.
-214636837980110485The application cannot be paused or resumed.
-214636837880110486The COM+ catalog server threw an exception during execution.
-214636800080110600Only COM+ applications marked "queued" can be invoked using the "queue" moniker.
-214636799980110601At least one interface must be marked "queued" to create a queued component instance with the "queue" moniker.
-214636799880110602Message Queuing is required for the requested operation and is not installed.
-214636799780110603Unable to marshal an interface that does not support IPersistStream.
-214636799680110604The message is improperly formatted or was damaged in transit.
-214636799580110605An unauthenticated message was received by an application that accepts only authenticated messages.
-214636799480110606The message was requeued or moved by a user not in the QC Trusted User "role".
-214636774380110701Cannot create a duplicate resource of type Distributed Transaction Coordinator.
-214636748080110808One of the objects being inserted or updated does not belong to a valid parent collection.
-214636747980110809One of the specified objects cannot be found.
-21463674788011080AThe specified application is not currently running.
-21463674778011080BThe partitions specified are not valid.
-21463674758011080DCOM+ applications that run as Windows NT service cannot be pooled or recycled.
-21463674748011080EOne or more users are already assigned to a local partition set.
-21463674738011080FLibrary applications cannot be recycled.
-214636747180110811Applications running as Windows NT services cannot be recycled.
-214636747080110812The process has already been recycled.
-214636746980110813A paused process cannot be recycled.
-214636746880110814Library applications cannot be Windows NT services.
-214636746780110815The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID.
-214636746680110816The partition specified as the default is not a member of the partition set.
-214636746580110817A recycled process cannot be paused.
-214636746480110818Access to the specified partition is denied.
-214636746380110819Only application files (*.msi files) can be installed into partitions.
-21463674628011081AApplications containing one or more legacy components cannot be exported to 1.0 format.
-21463674618011081BLegacy components cannot exist in nonbase partitions.
-21463674608011081CA component cannot be moved (or copied) from the System Application, an application proxy, or a nonchangeable application.
-21463674598011081DA component cannot be moved (or copied) to the System Application, an application proxy or a nonchangeable application.
-21463674588011081EA private component cannot be moved (or copied) to a library application or to the base partition.
-21463674578011081FThe Base Application Partition exists in all partition sets and cannot be removed.
-214636745680110820Alas, Event Class components cannot be aliased.
-214636745580110821Access is denied because the component is private.
-214636745480110822The specified SAFER level is invalid.
-214636745380110823The specified user cannot write to the system registry.
-214636745280110824COM+ partitions are currently disabled.
-214623846380130001The cluster node is already up.
-214623846280130002The cluster node is already down.
-214623846180130003The cluster network is already online.
-214623846080130004The cluster network is already offline.
-214623845980130005The cluster node is already a member of the cluster.
-214584524780190001Unexpected HTTP status code
-214584524580190003Unexpected redirection status code (3xx)
-214584524480190004Unexpected client error status code (4xx)
-214584524380190005Unexpected server error status code (5xx)
-214584523980190009The log could not be set to the requested size.
-214584520780190029There is no transaction metadata on the file.
-214584519980190031The file cannot be recovered because there is a handle still open on it.
-214584518380190041Transaction metadata is already present on this file and cannot be superseded.
-214584518280190042A transaction scope could not be entered because the scope handler has not been initialized.
-21458449488019012CMultiple choices (300)
-21458449478019012DMoved permanently (301)
-21458449468019012EFound (302)
-21458449458019012FSee Other (303)
-214584494480190130Not modified (304)
-214584494380190131Use proxy (305)
-214584494180190133Temporary redirect (307)
-214584484880190190Bad request (400)
-214584484780190191Unauthorized (401)
-214584484680190192Payment required (402)
-214584484580190193Forbidden (403)
-214584484480190194Not found (404)
-214584484380190195Method not allowed (405)
-214584484280190196Not acceptable (406)
-214584484180190197Proxy authentication required (407)
-214584484080190198Request timeout (408)
-214584483980190199Conflict (409)
-21458448388019019AGone (410)
-21458448378019019BLength required (411)
-21458448368019019CPrecondition failed (412)
-21458448358019019DRequest entity too large (413)
-21458448348019019ERequest-URI too long (414)
-21458448338019019FUnsupported media type (415)
-2145844832801901A0Requested range not satisfiable (416)
-2145844831801901A1Expectation failed (417)
-2145844748801901F4Internal server error (500)
-2145844747801901F5Not implemented (501)
-2145844746801901F6Bad gateway (502)
-2145844745801901F7Service unavailable (503)
-2145844744801901F8Gateway timeout (504)
-2145844743801901F9Version not supported (505)
-2145713941801B00EB{Display Driver Stopped Responding and recovered} The %hs display driver has stopped working normally. The recovery had been performed.
-2145681408801B8000Crash reporting failed
-2145681407801B8001Report aborted due to user cancellation
-2145681406801B8002Report aborted due to network failure
-2145681405801B8003Report not initialized
-2145681404801B8004Reporting is already in progress for the specified process
-2145681403801B8005Dump not generated due to a throttle
-2145681402801B8006Operation failed due to insufficient user consent
-2145681401801B8007Report aborted due to performance criteria
-2145648639801C0001{Buffer too small} The buffer is too small to contain the entry. No information has been written to the buffer.
-2145452031801F0001A handler was not defined by the filter for this operation.
-2145452030801F0002A context is already defined for this object.
-2145452029801F0003Asynchronous requests are not valid for this operation.
-2145452028801F0004Disallow the Fast IO path for this operation.
-2145452027801F0005An invalid name request was made. The name requested cannot be retrieved at this time.
-2145452026801F0006Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock.
-2145452025801F0007The Filter Manager was not initialized when a filter tried to register. Be sure that the Filter Manager is being loaded as a driver.
-2145452024801F0008The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called).
-2145452023801F0009The filter must clean up any operation-specific context at this time because it is being removed from the system before the operation is completed by the lower drivers.
-2145452022801F000AThe Filter Manager had an internal error from which it cannot recover; therefore, the operation has been failed. This is usually the result of a filter returning an invalid value from a preoperation callback.
-2145452021801F000BThe object specified for this action is in the process of being deleted; therefore, the action requested cannot be completed at this time.
-2145452020801F000CNonpaged pool must be used for this type of context.
-2145452019801F000DA duplicate handler definition has been provided for an operation.
-2145452018801F000EThe callback data queue has been disabled.
-2145452017801F000FDo not attach the filter to the volume at this time.
-2145452016801F0010Do not detach the filter from the volume at this time.
-2145452015801F0011An instance already exists at this altitude on the volume specified.
-2145452014801F0012An instance already exists with this name on the volume specified.
-2145452013801F0013The system could not find the filter specified.
-2145452012801F0014The system could not find the volume specified.
-2145452011801F0015The system could not find the instance specified.
-2145452010801F0016No registered context allocation definition was found for the given request.
-2145452009801F0017An invalid parameter was specified during context registration.
-2145452008801F0018The name requested was not found in the Filter Manager name cache and could not be retrieved from the file system.
-2145452007801F0019The requested device object does not exist for the given volume.
-2145452006801F001AThe specified volume is already mounted.
-2145452005801F001BThe specified Transaction Context is already enlisted in a transaction.
-2145452004801F001CThe specified context is already attached to another object.
-2145452000801F0020No waiter is present for the filter's reply to this message.
-2145451997801F0023The filesystem database resource is in use. Registration cannot complete at this time
-214532095980210001Volume metadata read or write is incomplete.
-214532095880210002BitLocker encryption keys were ignored because the volume was in a transient state.
-214499327980260001{Display Driver Stopped Responding} The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft.
-214498918380261001Monitor descriptor could not be obtained.
-214498918280261002Format of the obtained monitor descriptor is not supported by this release.
-214498099180263001{Desktop Composition is Disabled} The operation could not be completed because desktop composition is disabled.
-214498099080263002{Some Desktop Composition APIs Are Not Supported While Remoting} Some desktop composition APIs are not supported while remoting. The operation is not supported while running in a remote session.
-214498098980263003{No DWM Redirection Surface is Available} The Desktop Window Manager (DWM) was unable to provide a redirection surface to complete the DirectX present.
-214498098880263004{DWM Is Not Queuing Presents for the Specified Window} The window specified is not currently using queued presents.
-214498098780263005{The adapter specified by the LUID is not found}DWM can not find the adapter specified by the LUID
-214498098580263007{Redirection surface can not be created. The size of the surface is larger than what is supported on this machine}Redirection surface can not be created. The size of the surface is larger than what is supported on this machine
-214492774380270001The NAP SoH packet is invalid
-214492774280270002An SoH was missing from the NAP packet
-214492774180270003The entity ID conflicts with an already registered id
-214492774080270004No cached SoH is present
-214492773980270005The entity is still bound to the NAP system
-214492773880270006The entity is not registered with the NAP system
-214492773780270007The entity is not initialized with the NAP system
-214492773680270008The correlation id in the SoH-Request and SoH-Response do not match up
-214492773580270009Completion was indicated on a request that is not currently pending
-21449277348027000AThe NAP component's id was not found
-21449277338027000BThe maximum size of the connection is too small for an SoH packet
-21449277328027000CThe NapAgent service is not running
-21449277308027000EThe entity is disabled with the NapAgent service
-21449277298027000FGroup Policy is not configured
-214492772880270010Too many simultaneous calls
-214492772780270011SHV configuration already existed
-214492772680270012SHV configuration is not found
-214492772580270013SHV timed out on the request
-214492720080270220The maximum number of items for the access list has been reached. An item must be removed before another item is added
-214492719880270222Cannot access Homegroup. Homegroup may not be set up or may have encountered an error
-214492715280270250This app can't start because the screen resolution is below 1024x768. Choose a higher screen resolution and then try again
-214492715180270251This app can't be activated from an elevated context
-214492715080270252This app can't be activated when UAC is disabled
-214492714980270253This app can't be activated by the Built-in Administrator
-214492714880270254This app does not support the contract specified or is not installed
-214492714780270255This app has multiple extensions registered to support the specified contract. Activation by AppUserModelId is ambiguous
-214492714680270256This app's package family has more than one package installed. This is not supported
-214492714580270257The app manager is required to activate applications
-21449271428027025AThe app didn't start in the required time
-21449271418027025BThe app didn't start
-21449271408027025CThis app failed to launch because of an issue with its license. Please try again in a moment
-21449271398027025DThis app failed to launch because its trial license has expired
-214492713680270260Please choose a folder on a drive that's formatted with the NTFS file system
-214492713580270261This location is already being used. Please choose a different location
-214492713480270262This location cannot be indexed. Please choose a different location
-214492713380270263Sorry
-214492713280270264Sorry
-214492713180270265This content can only be moved to a folder. To move the content to this drive
-214486220880280000This is an error mask to convert Trusted Platform Module (TPM) hardware errors to Win32 errors.
-214486220780280001Authentication failed.
-214486220680280002TPM 1.2: The index to a PCR --- or --- The index to a Platform Configuration Register (PCR), DIR, or other register is incorrect.
-214486220580280003One or more parameters are bad.
-214486220480280004An operation completed successfully but the auditing of that operation failed.
-214486220380280005The clear disable flag is set and all clear operations now require physical access.
-214486220280280006TPM 1.2: Activate the Trusted Platform Module (TPM) --- or --- The TPM is deactivated.
-214486220180280007TPM 1.2: Enable the Trusted Platform Module (TPM) --- or --- The TPM is disabled.
-214486220080280008The target command has been disabled.
-214486219980280009The operation failed.
-21448621988028000AThe ordinal was unknown or inconsistent.
-21448621978028000BThe ability to install an owner is disabled.
-21448621968028000CThe key handle cannot be interpreted.
-21448621958028000DThe key handle points to an invalid key.
-21448621948028000EUnacceptable encryption scheme.
-21448621938028000FMigration authorization failed.
-214486219280280010PCR information could not be interpreted.
-214486219180280011No room to load key.
-214486219080280012There is no storage root key (SRK) set.
-214486218980280013An encrypted blob is invalid or was not created by this TPM.
-214486218880280014TPM 1.2: The Trusted Platform Module (TPM) already has an owner --- or --- There is already an owner.
-214486218780280015The TPM has insufficient internal resources to perform the requested action.
-214486218680280016A random string was too short.
-214486218580280017The TPM does not have the space to perform the operation.
-214486218480280018The named PCR value does not match the current PCR value.
-214486218380280019The paramSize argument to the command has the incorrect value.
-21448621828028001AThere is no existing SHA-1 thread.
-21448621818028001BThe calculation is unable to proceed because the existing SHA-1 thread has already encountered an error.
-21448621808028001CTPM 1.2: The TPM hardware device reported a failure during its internal self test. Try restarting the computer to resolve the problem. If the problem continues --- or --- Self-test has failed and the TPM has shut down.
-21448621798028001DThe authorization for the second key in a two-key function failed authorization.
-21448621788028001EThe tag value sent to for a command is invalid.
-21448621778028001FAn I/O error occurred transmitting information to the TPM.
-214486217680280020The encryption process had a problem.
-214486217580280021The decryption process did not complete.
-214486217480280022An invalid handle was used.
-214486217380280023The TPM does not have an endorsement key (EK) installed.
-214486217280280024The usage of a key is not allowed.
-214486217180280025The submitted entity type is not allowed.
-214486217080280026The command was received in the wrong sequence relative to TPM_Init and a subsequent TPM_Startup.
-214486216980280027Signed data cannot include additional DER information.
-214486216880280028The key properties in TPM_KEY_PARMs are not supported by this TPM.
-214486216780280029The migration properties of this key are incorrect.
-21448621668028002AThe signature or encryption scheme for this key is incorrect or not permitted in this situation.
-21448621658028002BThe size of the data (or blob) parameter is bad or inconsistent with the referenced key.
-21448621648028002CTPM 1.2: A mode parameter is bad --- or --- A mode parameter is bad, such as capArea or subCapArea for TPM_GetCapability, physicalPresence parameter for TPM_PhysicalPresence, or migrationType for TPM_CreateMigrationBlob.
-21448621638028002DEither the physicalPresence or physicalPresenceLock bits have the wrong value.
-21448621628028002EThe TPM cannot perform this version of the capability.
-21448621618028002FThe TPM does not allow for wrapped transport sessions.
-214486216080280030TPM audit construction failed and the underlying command was returning a failure code also.
-214486215980280031TPM audit construction failed and the underlying command was returning success.
-214486215880280032Attempt to reset a PCR that does not have the resettable attribute.
-214486215780280033Attempt to reset a PCR register that requires locality and the locality modifier not part of command transport.
-214486215680280034Make identity blob not properly typed.
-214486215580280035When saving context identified resource type does not match actual resource.
-214486215480280036TPM 1.2: The TPM is attempting to execute a command only available when in FIPS mode --- or --- The TPM is attempting to execute a command only available when in Federal Information Processing Standards (FIPS) mode.
-214486215380280037The command is attempting to use an invalid family ID.
-214486215280280038The permission to manipulate the NV storage is not available.
-214486215180280039The operation requires a signed command.
-21448621508028003AWrong operation to load an NV key.
-21448621498028003BNV_LoadKey blob requires both owner and blob authorization.
-21448621488028003CThe NV area is locked and not writable.
-21448621478028003DThe locality is incorrect for the attempted operation.
-21448621468028003EThe NV area is read-only and cannot be written to.
-21448621458028003FThere is no protection on the write to the NV area.
-214486214480280040The family count value does not match.
-214486214380280041The NV area has already been written to.
-214486214280280042The NV area attributes conflict.
-214486214180280043The structure tag and version are invalid or inconsistent.
-214486214080280044The key is under control of the TPM owner and can only be evicted by the TPM owner.
-214486213980280045The counter handle is incorrect.
-214486213880280046The write is not a complete write of the area.
-214486213780280047The gap between saved context counts is too large.
-214486213680280048The maximum number of NV writes without an owner has been exceeded.
-214486213580280049No operator AuthData value is set.
-21448621348028004AThe resource pointed to by context is not loaded.
-21448621338028004BThe delegate administration is locked.
-21448621328028004CAttempt to manage a family other then the delegated family.
-21448621318028004DDelegation table management not enabled.
-21448621308028004EThere was a command executed outside an exclusive transport session.
-21448621298028004FAttempt to context save an owner evict controlled key.
-214486212880280050The DAA command has no resources available to execute the command.
-214486212780280051The consistency check on DAA parameter inputData0 has failed.
-214486212680280052The consistency check on DAA parameter inputData1 has failed.
-214486212580280053The consistency check on DAA_issuerSettings has failed.
-214486212480280054The consistency check on DAA_tpmSpecific has failed.
-214486212380280055The atomic process indicated by the submitted DAA command is not the expected process.
-214486212280280056The issuer's validity check has detected an inconsistency.
-214486212180280057The consistency check on w has failed.
-214486212080280058The handle is incorrect.
-214486211980280059Delegation is not correct.
-21448621188028005AThe context blob is invalid.
-21448621178028005BToo many contexts held by the TPM.
-21448621168028005CMigration authority signature validation failure.
-21448621158028005DMigration destination not authenticated.
-21448621148028005EMigration source incorrect.
-21448621138028005FIncorrect migration authority.
-214486211180280061Attempt to revoke the EK and the EK is not revocable.
-214486211080280062Bad signature of CMK ticket.
-214486210980280063There is no room in the context list for additional contexts.
-214486207980280081TPM 2.0: Asymmetric algorithm not supported or not correct
-214486207880280082TPM 2.0: Inconsistent attributes
-214486207780280083TPM 2.0: Hash algorithm not supported or not appropriate
-214486207680280084TPM 2.0: Value is out of range or is not correct for the context
-214486207580280085TPM 2.0: Hierarchy is not enabled or is not correct for the use
-214486207380280087TPM 2.0: Key size is not supported
-214486207280280088TPM 2.0: Mask generation function not supported
-214486207180280089TPM 2.0: Mode of operation not supported
-21448620708028008ATPM 2.0: The type of the value is not appropriate for the use
-21448620698028008BTPM 2.0: The Handle is not correct for the use
-21448620688028008CTPM 2.0: Unsupported key derivation function or function not appropriate for use
-21448620678028008DTPM 2.0: Value was out of allowed range
-21448620668028008ETPM 2.0: The authorization HMAC check failed and DA counter incremented
-21448620658028008FTPM 2.0: Invalid nonce size
-214486206480280090TPM 2.0: Authorization requires assertion of PP
-214486206280280092TPM 2.0: Unsupported or incompatible scheme
-214486205980280095TPM 2.0: Structure is wrong size
-214486205880280096TPM 2.0: Unsupported symmetric algorithm or key size
-214486205780280097TPM 2.0: Incorrect structure tag
-214486205680280098TPM 2.0: Union selector is incorrect
-21448620548028009ATPM 2.0: The TPM was unable to unmarshal a value because there were not enough octets in the input buffer
-21448620538028009BTPM 2.0: The signature is not valid
-21448620528028009CTPM 2.0: Key fields are not compatible with the selected use
-21448620518028009DTPM 2.0: A policy check failed
-21448620498028009FTPM 2.0: Integrity check failed
-2144862048802800A0TPM 2.0: Invalid ticket
-2144862047802800A1TPM 2.0: Reserved bits not set to zero as required
-2144862046802800A2TPM 2.0: Authorization failure without DA implications
-2144862045802800A3TPM 2.0: The policy has expired
-2144862044802800A4TPM 2.0: The command code in the policy is not the command code of the command or the command code in a policy command references a command that is not implemented
-2144862043802800A5TPM 2.0: Public and sensitive portions of an object are not cryptographically bound
-2144862042802800A6TPM 2.0: Curve not supported
-2144862041802800A7TPM 2.0: Point is not on the required curve
-214486195280280100TPM 2.0: TPM not initialized
-214486195180280101TPM 2.0: Commands not being accepted because of a TPM failure
-214486194980280103TPM 2.0: Improper use of a sequence handle
-21448619418028010BTPM 2.0: TPM_RC_PRIVATE error
-214486192780280119TPM 2.0: TPM_RC_HMAC
-214486192080280120TPM 2.0: TPM_RC_DISABLED
-214486191980280121TPM 2.0: Command failed because audit sequence required exclusivity
-214486191780280123TPM 2.0: Unsupported ECC curve
-214486191680280124TPM 2.0: Authorization handle is not correct for command
-214486191580280125TPM 2.0: Command requires an authorization session for handle and is not present
-214486191480280126TPM 2.0: Policy failure in Math Operation or an invalid authPolicy value
-214486191380280127TPM 2.0: PCR check fail
-214486191280280128TPM 2.0: PCR have changed since checked
-21448619078028012DTPM 2.0: The TPM is not in the right mode for upgrade
-21448619068028012ETPM 2.0: Context ID counter is at maximum
-21448619058028012FTPM 2.0: authValue or authPolicy is not available for selected entity
-214486190480280130TPM 2.0: A _TPM_Init and Startup(CLEAR) is required before the TPM can resume operation
-214486190380280131TPM 2.0: The protection algorithms (hash and symmetric) are not reasonably balanced. The digest size of the hash must be larger than the key size of the symmetric algorithm
-214486188680280142TPM 2.0: The TPM command's commandSize value is inconsistent with contents of the command buffer; either the size is not the same as the bytes loaded by the hardware interface layer or the value is not large enough to hold a command header
-214486188580280143TPM 2.0: Command code not supported
-214486188480280144TPM 2.0: The value of authorizationSize is out of range or the number of octets in the authorization Area is greater than required
-214486188380280145TPM 2.0: Use of an authorization session with a context command or another command that cannot have an authorization session
-214486188280280146TPM 2.0: NV offset+size is out of range
-214486188180280147TPM 2.0: Requested allocation size is larger than allowed
-214486188080280148TPM 2.0: NV access locked
-214486187980280149TPM 2.0: NV access authorization fails in command actions
-21448618788028014ATPM 2.0: An NV index is used before being initialized or the state saved by TPM2_Shutdown(STATE) could not be restored
-21448618778028014BTPM 2.0: Insufficient space for NV allocation
-21448618768028014CTPM 2.0: NV index or persistent object already defined
-214486187280280150TPM 2.0: Context in TPM2_ContextLoad() is not valid
-214486187180280151TPM 2.0: chHash value already set or not correct for use
-214486187080280152TPM 2.0: Handle for parent is not a valid parent
-214486186980280153TPM 2.0: Some function needs testing
-214486186880280154TPM 2.0: returned when an internal function cannot process a request due to an unspecified problem. This code is usually related to invalid parameters that are not properly filtered by the input unmarshaling code
-214486186780280155TPM 2.0: The sensitive area did not unmarshal correctly after decryption - this code is used in lieu of the other unmarshaling errors so that an attacker cannot determine where the unmarshaling error occurred
-214486118480280400The command was blocked.
-214486118380280401The specified handle was not found.
-214486118280280402The TPM returned a duplicate handle and the command needs to be resubmitted.
-214486118180280403The command within the transport was blocked.
-214486118080280404The command within the transport is not supported.
-214486016080280800The TPM is too busy to respond to the command immediately, but the command could be resubmitted at a later time.
-214486015980280801SelfTestFull has not been run.
-214486015880280802The TPM is currently executing a full self-test.
-214486015780280803The TPM is defending against dictionary attacks and is in a time-out period.
-214485990380280901TPM 2.0: Gap for context ID is too large
-214485990280280902TPM 2.0: Out of memory for object contexts
-214485990180280903TPM 2.0: Out of memory for session contexts
-214485990080280904TPM 2.0: Out of shared object/session memory or need space for internal operations
-214485989980280905TPM 2.0: Out of session handles - a session must be flushed before a nes session may be created
-214485989880280906TPM 2.0: Out of object handles - the handle space for objects is depleted and a reboot is required
-214485989780280907TPM 2.0: Bad locality
-214485989680280908TPM 2.0: The TPM has suspended operation on the command; forward progress was made and the command may be retried
-214485989580280909TPM 2.0: The command was canceled
-21448598948028090ATPM 2.0: TPM is performing self-tests
-214485987280280920TPM 2.0: The TPM is rate-limiting accesses to prevent wearout of NV
-214485987180280921TPM 2.0: Authorization for objects subject to DA protection are not allowed at this time because the TPM is in DA lockout mode
-214485987080280922TPM 2.0: The TPM was not able to start the command
-214485986980280923TPM 2.0: the command may require writing of NV and NV is not current accessible
-214484582380284001An internal error has occurred within the Trusted Platform Module support program --- or --- An internal software error has been detected.
-214484582280284002One or more input parameters are bad.
-214484582180284003A specified output pointer is bad.
-214484582080284004The specified context handle does not refer to a valid context.
-214484581980284005A specified output buffer is too small.
-214484581880284006An error occurred while communicating with the TPM.
-214484581780284007One or more context parameters are invalid.
-214484581680284008The TPM Base Services (TBS) is not running and could not be started.
-214484581580284009A new context could not be created because there are too many open contexts.
-21448458148028400AA new virtual resource could not be created because there are too many open virtual resources.
-21448458138028400BThe TBS service has been started but is not yet running.
-21448458128028400CThe physical presence interface is not supported.
-21448458118028400DThe command was canceled.
-21448458108028400EThe input or output buffer is too large.
-21448458098028400FA compatible Trusted Platform Module (TPM) Security Device cannot be found on this computer
-214484580880284010The TBS service has been disabled
-214484580780284011No TCG event log is available
-214484580680284012The caller does not have the appropriate rights to perform the requested operation
-214484580580284013The TPM provisioning action is not allowed by the specified flags. For provisioning to be successful
-214484580480284014The Physical Presence Interface of this firmware does not support the requested method
-214484580380284015The requested TPM OwnerAuth value was not found
-214484580280284016The TPM provisioning did not complete. For more information on completing the provisioning
-214479641680290100The command buffer is not in the correct state.
-214479641580290101The command buffer does not contain enough data to satisfy the request.
-214479641480290102The command buffer cannot contain any more data.
-214479641380290103One or more output parameters was null or invalid.
-214479641280290104One or more input parameters are invalid.
-214479641180290105Not enough memory was available to satisfy the request.
-214479641080290106The specified buffer was too small.
-214479640980290107An internal error was detected.
-214479640880290108The caller does not have the appropriate rights to perform the requested operation.
-214479640780290109The specified authorization information was invalid.
-21447964068029010AThe specified context handle was not valid.
-21447964058029010BAn error occurred while communicating with the TBS.
-21447964048029010CThe TPM returned an unexpected result.
-21447964038029010DThe message was too large for the encoding scheme.
-21447964028029010EThe encoding in the binary large object (BLOB) was not recognized.
-21447964018029010FThe key size is not valid.
-214479640080290110The encryption operation failed.
-214479639980290111The key parameters structure was not valid.
-214479639880290112The requested supplied data does not appear to be a valid migration authorization BLOB.
-214479639780290113The specified PCR index was invalid.
-214479639680290114The data given does not appear to be a valid delegate BLOB.
-214479639580290115One or more of the specified context parameters was not valid.
-214479639480290116The data given does not appear to be a valid key BLOB.
-214479639380290117The specified PCR data was invalid.
-214479639280290118The format of the owner authorization data was invalid.
-214479639180290119The random number generated did not pass FIPS RNG check
-21447963908029011AThe TCG Event Log does not contain any data
-21447963898029011BAn entry in the TCG Event Log was invalid
-21447963888029011CA TCG Separator was not found
-21447963878029011DA digest value in a TCG Log entry did not match hashed data
-21447963868029011EThe requested operation was blocked by current TPM policy. Please contact your system administrator for assistance
-21447963858029011FThe Windows TPM NV Bits index is not defined
-214479638480290120The Windows TPM NV Bits index is not ready for use
-214479638380290121The TPM key that was used to seal the data is no longer available
-214479638280290122An authorization chain could not be found that authorizes the PolicyAuthorize unseal
-214479638180290123The SVN counter to which the authorization was bound is not available
-214479638080290124The TPM Storage hierarchy (Owner) auth value is required to be NULL for this operation
-214479637980290125The TPM Endorsement hierarchy auth value is required to be NULL for this operation
-214479637880290126The authorization to perform this operation has been revoked
-214479637780290127The authorization public key is malformed
-214479637680290128The authorization public key is not supported
-214479637580290129The authorization signature is invalid
-21447963748029012AThe authorization policy is malformed
-21447963738029012BThe authorization data is malformed
-21447963728029012CThe key used to unseal this data has changed since sealing the data. This may be the result of a TPM clear
-21447963718029012DThe TPM version is invalid
-21447963708029012EThe policy authorization blob type is invalid
-214479616080290200The specified buffer was too small.
-214479615980290201The context could not be cleaned up.
-214479615880290202The specified context handle is invalid.
-214479615780290203An invalid context parameter was specified.
-214479615680290204An error occurred while communicating with the TPM.
-214479615580290205No entry with the specified key was found.
-214479615480290206The specified virtual handle matches a virtual handle already in use.
-214479615380290207The pointer to the returned handle location was null or invalid.
-214479615280290208One or more parameters are invalid.
-214479615180290209The RPC subsystem could not be initialized.
-21447961508029020AThe TBS scheduler is not running.
-21447961498029020BThe command was canceled.
-21447961488029020CThere was not enough memory to fulfill the request.
-21447961478029020DThe specified list is empty, or the iteration has reached the end of the list.
-21447961468029020EThe specified item was not found in the list.
-21447961458029020FThe TPM does not have enough space to load the requested resource.
-214479614480290210There are too many TPM contexts in use.
-214479614380290211The TPM command failed.
-214479614280290212The TBS does not recognize the specified ordinal.
-214479614180290213The requested resource is no longer available.
-214479614080290214The resource type did not match.
-214479613980290215No resources can be unloaded.
-214479613880290216No new entries can be added to the hash table.
-214479613780290217A new TBS context could not be created because there are too many open contexts.
-214479613680290218A new virtual resource could not be created because there are too many open virtual resources.
-214479613580290219The physical presence interface is not supported.
-21447961348029021ATBS is not compatible with the version of TPM found on the system.
-21447961338029021BNo TCG event log is available
-214479590480290300A general error was detected when attempting to acquire the BIOS response to a physical presence command.
-214479590380290301The user failed to confirm the TPM operation request.
-214479590280290302The BIOS failure prevented the successful execution of the requested TPM operation (for example, invalid TPM operation request, BIOS communication error with the TPM).
-214479590180290303The BIOS does not support the physical presence interface.
-214479590080290304The Physical Presence command was blocked by current BIOS settings. The system owner may be able to reconfigure the BIOS settings to allow the command
-214479564880290400This is an error mask to convert Platform Crypto Provider errors to win errors
-214479564780290401The Platform Crypto Device is currently not ready. It needs to be fully provisioned to be operational
-214479564680290402The handle provided to the Platform Crypto Provider is invalid
-214479564580290403A parameter provided to the Platform Crypto Provider is invalid
-214479564480290404A provided flag to the Platform Crypto Provider is not supported
-214479564380290405The requested operation is not supported by this Platform Crypto Provider
-214479564280290406The buffer is too small to contain all data. No information has been written to the buffer
-214479564180290407An unexpected internal error has occurred in the Platform Crypto Provider
-214479564080290408The authorization to use a provider object has failed
-214479563980290409The Platform Crypto Device has ignored the authorization for the provider object
-21447956388029040AThe referenced policy was not found
-21447956378029040BThe referenced profile was not found
-21447956368029040CThe validation was not succesful
-21447956348029040EAn attempt was made to import or load a key under an incorrect storage parent
-21447956338029040FThe TPM key is not loaded
-214479563280290410The TPM key certification has not been generated
-214479563180290411The TPM key is not yet finalized
-214479563080290412The TPM attestation challenge is not set
-214479562980290413The TPM PCR info is not available
-214479562880290414The TPM key is already finalized
-214479562780290415The TPM key usage policy is not supported
-214479562680290416The TPM key usage policy is invalid
-214479562580290417There was a problem with the software key being imported into the TPM
-214479562480290418The TPM key is not authenticated
-214479562380290419The TPM key is not an AIK
-21447956228029041AThe TPM key is not a signing key
-21447956218029041BThe TPM is locked out
-21447956208029041CThe claim type requested is not supported
-21447956198029041DTPM version is not supported
-21447956188029041EThe buffer lengths do not match
-21447956178029041FThe RSA key creation is blocked on this TPM due to known security vulnerabilities
-214479561680290420A ticket required to use a key was not provided
-214479561580290421This key has a raw policy so the KSP can't authenticate against it
-214479561480290422The TPM key's handle was unexpectedly invalidated due to a hardware or firmware issue
-214479539280290500TPM related network operations are blocked as Zero Exhaust mode is enabled on client
-214479513680290600TPM provisioning did not run to completion
-214479513580290601An invalid owner authorization value was specified
-214479513480290602TPM command returned too much data
-2144731135802A0001The object could not be created
-2144731134802A0002Shutdown was already called on this object or the object that owns it
-2144731133802A0003This method cannot be called during this type of callback
-2144731132802A0004This object has been sealed
-2144731131802A0005The requested value was never set
-2144731130802A0006The requested value cannot be determined
-2144731129802A0007A callback returned an invalid output parameter
-2144731128802A0008A callback returned a success code other than S_OK or S_FALSE
-2144731127802A0009A parameter that should be owned by this object is owned by a different object
-2144731126802A000AMore than one item matched the search criteria
-2144731125802A000BA floating-point overflow occurred
-2144731124802A000CThis method can only be called from the thread that created the object
-2144730879802A0101The storyboard is currently in the schedule
-2144730878802A0102The storyboard is not playing
-2144730877802A0103The start keyframe might occur after the end keyframe
-2144730876802A0104It might not be possible to determine the end keyframe time when the start keyframe is reached
-2144730875802A0105Two repeated portions of a storyboard might overlap
-2144730874802A0106The transition has already been added to a storyboard
-2144730873802A0107The transition has not been added to a storyboard
-2144730872802A0108The transition might eclipse the beginning of another transition in the storyboard
-2144730871802A0109The given time is earlier than the time passed to the last update
-2144730870802A010AThis client is already connected to a timer
-2144730869802A010BThe passed dimension is invalid or does not match the object's dimension
-2144730868802A010CThe added primitive begins at or beyond the duration of the interpolator
-2144730623802A0201The operation cannot be completed because the window is being closed
-214433791880300002A Data Collector Set was not found.
-214433785180300045Unable to start Data Collector Set because there are too many folders.
-214433780880300070Not enough free disk space to start Data Collector Set.
-2144337750803000AAThe Data Collector Set or one of its dependencies is already in use --- or --- Data Collector Set is in use.
-2144337737803000B7Data Collector Set already exists.
-214433766380300101Property value conflict.
-214433766280300102The current configuration for this Data Collector Set requires that it contain exactly one Data Collector.
-214433766180300103A user account is required to commit the current Data Collector Set properties.
-214433766080300104Data Collector Set is not running.
-214433765980300105A conflict was detected in the list of include and exclude APIs. Do not specify the same API in both the include list and the exclude list.
-214433765880300106The executable path specified refers to a network share or UNC path.
-214433765780300107The executable path specified is already configured for API tracing.
-214433765680300108The executable path specified does not exist. Verify that the specified path is correct.
-214433765580300109Data Collector already exists.
-21443376548030010AThe wait for the Data Collector Set start notification has timed out.
-21443376538030010BThe wait for the Data Collector to start has timed out.
-21443376528030010CThe wait for the report generation tool to finish has timed out.
-21443376518030010DDuplicate items are not allowed.
-21443376508030010EWhen specifying the executable that you want to trace --- or --- When specifying the executable to trace, you must specify a full path to the executable and not just a file name.
-21443376498030010FThe session name provided is invalid.
-214433764880300110The Event Log channel Microsoft-Windows-Diagnosis-PLA/Operational must be enabled to perform this operation.
-214433764780300111The Event Log channel Microsoft-Windows-TaskScheduler must be enabled to perform this operation.
-214433764680300112The execution of the Rules Manager failed
-214433764580300113An error occurred while attempting to compress or extract the data
-214427238480310000This drive is locked by BitLocker Drive Encryption. You must unlock this drive from Control Panel --- or --- The volume must be unlocked before it can be used.
-214427238380310001This drive is not encrypted --- or --- The volume is fully decrypted and no key is available.
-214427238280310002The BIOS did not correctly communicate with the Trusted Platform Module (TPM). Contact the computer manufacturer for BIOS upgrade instructions --- or --- The firmware does not support using a TPM during boot.
-214427238180310003The BIOS did not correctly communicate with the master boot record (MBR). Contact the computer manufacturer for BIOS upgrade instructions --- or --- The firmware does not use a TPM to perform initial program load (IPL) measurement.
-214427238080310004A required TPM measurement is missing. If there is a bootable CD or DVD in your computer --- or --- The master boot record (MBR) is not TPM-aware.
-214427237980310005The boot sector of this drive is not compatible with BitLocker Drive Encryption. Use the Bootrec.exe tool in the Windows Recovery Environment to update or repair the boot manager (BOOTMGR) --- or --- The BOOTMGR is not being measured by the TPM.
-214427237880310006The boot manager of this operating system is not compatible with BitLocker Drive Encryption. Use the Bootrec.exe tool in the Windows Recovery Environment to update or repair the boot manager (BOOTMGR) --- or --- The BOOTMGR component does not perform expected TPM measurements.
-214427237780310007At least one secure key protector is required for this operation to be performed --- or --- No secure key protection mechanism has been defined.
-214427237680310008BitLocker Drive Encryption is not enabled on this drive. Turn on BitLocker --- or --- This volume has not been provisioned for encryption.
-214427237580310009BitLocker Drive Encryption cannot perform the requested action. This condition may occur when two requests are issued at the same time. Wait a few moments and then try the action again --- or --- Requested action was denied by the full-volume encryption (FVE) control engine.
-21442723748031000AThe Active Directory Domain Services forest does not contain the required attributes and classes to host BitLocker Drive Encryption or Trusted Platform Module information. Contact your domain administrator to verify that any required BitLocker Active Directory schema extensions have been installed --- or --- The Active Directory forest does not contain the required attributes and classes to host FVE or TPM information.
-21442723738031000BThe type of the data obtained from Active Directory was not expected. The BitLocker recovery information may be missing or corrupted --- or --- The type of data obtained from Active Directory was not expected.
-21442723728031000CThe size of the data obtained from Active Directory was not expected. The BitLocker recovery information may be missing or corrupted --- or --- The size of the data obtained from Active Directory was not expected.
-21442723718031000DThe attribute read from Active Directory does not contain any values. The BitLocker recovery information may be missing or corrupted --- or --- The attribute read from Active Directory has no (zero) values.
-21442723708031000EThe attribute was not set. Verify that you are logged on with a domain account that has the ability to write information to Active Directory objects --- or --- The attribute was not set.
-21442723698031000FThe specified attribute cannot be found in Active Directory Domain Services. Contact your domain administrator to verify that any required BitLocker Active Directory schema extensions have been installed --- or --- The specified GUID could not be found.
-214427236880310010The BitLocker metadata for the encrypted drive is not valid. You can attempt to repair the drive to restore access --- or --- The control block for the encrypted volume is not valid.
-214427236780310011The drive cannot be encrypted because it does not have enough free space. Delete any unnecessary data on the drive to create additional free space and then try again --- or --- Not enough free space remaining on volume to allow encryption.
-214427236680310012The drive cannot be encrypted because it contains system boot information. Create a separate partition for use as the system drive that contains the boot information and a second partition for use as the operating system drive and then encrypt the operating system drive --- or --- The volume cannot be encrypted because it is required to boot the operating system.
-214427236580310013The volume cannot be encrypted because the file system is not supported.
-214427236480310014The file system size is larger than the partition size in the partition table. This drive may be corrupt or may have been tampered with. To use it with BitLocker --- or --- The file system is inconsistent. Run CHKDSK.
-214427236380310015This volume cannot be encrypted.
-214427236280310016The data is not valid --- or --- Data supplied is malformed.
-214427236180310017The data drive specified is not set to automatically unlock on the current computer and cannot be unlocked automatically --- or --- Volume is not bound to the system.
-214427236080310018You must initialize the Trusted Platform Module (TPM) before you can use BitLocker Drive Encryption --- or --- TPM must be owned before a volume can be bound to it.
-214427235980310019The operation attempted cannot be performed on an operating system drive --- or --- The volume specified is not a data volume.
-21442723588031001AThe buffer supplied to a function was insufficient to contain the returned data. Increase the buffer size before running the function again --- or --- The buffer supplied to a function was insufficient to contain the returned data.
-21442723578031001BA read operation failed while converting the drive. The drive was not converted. Please re-enable BitLocker --- or --- A read operation failed while converting the volume.
-21442723568031001CA write operation failed while converting the drive. The drive was not converted. Please re-enable BitLocker --- or --- A write operation failed while converting the volume.
-21442723558031001DOne or more BitLocker key protectors are required. You cannot delete the last key on this drive --- or --- One or more key protection mechanisms are required for this volume.
-21442723548031001ECluster configurations are not supported by BitLocker Drive Encryption --- or --- Cluster configurations are not supported.
-21442723538031001FThe drive specified is already configured to be automatically unlocked on the current computer --- or --- The volume is already bound to the system.
-214427235280310020The operating system drive is not protected by BitLocker Drive Encryption --- or --- The boot OS volume is not being protected via FVE.
-214427235180310021BitLocker Drive Encryption has been suspended on this drive. All BitLocker key protectors configured for this drive are effectively disabled --- or --- All protection mechanisms are effectively disabled (clear key exists).
-214427235080310022The drive you are attempting to lock does not have any key protectors available for encryption because BitLocker protection is currently suspended. Re-enable BitLocker to lock this drive --- or --- A recovery key protection mechanism is required.
-214427234980310023BitLocker cannot use the Trusted Platform Module (TPM) to protect a data drive. TPM protection can only be used with the operating system drive --- or --- This volume cannot be bound to a TPM.
-214427234880310024The BitLocker metadata for the encrypted drive cannot be updated because it was locked for updating by another process. Please try this process again --- or --- The control block for the encrypted volume was updated by another thread. Try again.
-214427234780310025The authorization data for the storage root key (SRK) of the Trusted Platform Module (TPM) is not zero and is therefore incompatible with BitLocker. Please initialize the TPM before attempting to use it with BitLocker --- or --- The SRK authentication of the TPM is not zero and, therefore, is not compatible.
-214427234680310026The volume encryption algorithm cannot be used on this sector size.
-214427234580310027The drive cannot be unlocked with the key provided. Confirm that you have provided the correct key and try again --- or --- BitLocker recovery authentication failed.
-214427234480310028The volume specified is not the boot OS volume.
-214427234380310029BitLocker Drive Encryption cannot be turned off on the operating system drive until the auto unlock feature has been disabled for the fixed data drives and removable data drives associated with this computer --- or --- Auto-unlock information for data volumes is present on the boot OS volume.
-21442723428031002AThe system partition boot sector does not perform Trusted Platform Module (TPM) measurements. Use the Bootrec.exe tool in the Windows Recovery Environment to update or repair the boot sector --- or --- The system partition boot sector does not perform TPM measurements.
-21442723418031002BBitLocker Drive Encryption operating system drives must be formatted with the NTFS file system in order to be encrypted. Convert the drive to NTFS --- or --- The system partition file system must be NTFS.
-21442723408031002CGroup policy requires a recovery password before encryption can begin.
-21442723398031002DThe drive encryption algorithm and key cannot be set on a previously encrypted drive. To encrypt this drive with BitLocker Drive Encryption --- or --- The volume encryption algorithm and key cannot be set on an encrypted volume.
-21442723388031002EBitLocker Drive Encryption cannot encrypt the specified drive because an encryption key is not available. Add a key protector to encrypt this drive --- or --- A key must be specified before encryption can begin.
-214427233680310030BitLocker Drive Encryption detected bootable media (CD or DVD) in the computer. Remove the media and restart the computer before configuring BitLocker --- or --- A bootable CD/DVD is in the system. Remove the CD/DVD and reboot the system.
-214427233580310031This key protector cannot be added. Only one key protector of this type is allowed for this drive --- or --- An instance of this key protector already exists on the volume.
-214427233480310032The recovery password file was not found because a relative path was specified. Recovery passwords must be saved to a fully qualified path. Environment variables configured on the computer can be used in the path --- or --- The file cannot be saved to a relative path.
-214427233380310033The specified key protector was not found on the drive. Try another key protector
-214427233280310034The recovery key provided is corrupt and cannot be used to access the drive. An alternative recovery method
-214427233180310035The format of the recovery password provided is invalid. BitLocker recovery passwords are 48 digits. Verify that the recovery password is in the correct format and then try again
-214427233080310036The random number generator check test failed
-214427232980310037The Group Policy setting requiring FIPS compliance prevents a local recovery password from being generated or used by BitLocker Drive Encryption. When operating in FIPS-compliant mode
-214427232880310038The Group Policy setting requiring FIPS compliance prevents the recovery password from being saved to Active Directory. When operating in FIPS-compliant mode
-214427232780310039The drive must be fully decrypted to complete this operation
-21442723268031003AThe key protector specified cannot be used for this operation
-21442723258031003BNo key protectors exist on the drive to perform the hardware test
-21442723248031003CThe BitLocker startup key or recovery password cannot be found on the USB device. Verify that you have the correct USB device
-21442723238031003DThe BitLocker startup key or recovery password file provided is corrupt or invalid. Verify that you have the correct startup key or recovery password file and try again
-21442723228031003EThe BitLocker encryption key cannot be obtained from the startup key or recovery password. Verify that you have the correct startup key or recovery password and try again
-21442723218031003FThe Trusted Platform Module (TPM) is disabled. The TPM must be enabled
-214427232080310040The BitLocker configuration of the specified drive cannot be managed because this computer is currently operating in Safe Mode. While in Safe Mode
-214427231980310041The Trusted Platform Module (TPM) was unable to unlock the drive. Either the system boot information changed after choosing BitLocker settings or the PIN did not match. If the problem persists after several tries
-214427231880310042The BitLocker encryption key cannot be obtained from the Trusted Platform Module (TPM)
-214427231780310043The BitLocker encryption key cannot be obtained from the Trusted Platform Module (TPM) and PIN
-214427231680310044A boot application has changed since BitLocker Drive Encryption was enabled
-214427231580310045The Boot Configuration Data (BCD) settings have changed since BitLocker Drive Encryption was enabled
-214427231480310046The Group Policy setting requiring FIPS compliance prohibits the use of unencrypted keys
-214427231380310047This drive cannot be encrypted by BitLocker Drive Encryption because the file system does not extend to the end of the drive. Repartition this drive and then try again
-214427231280310048BitLocker Drive Encryption cannot be enabled on the operating system drive. Contact the computer manufacturer for BIOS upgrade instructions
-214427231180310049This version of Windows does not include BitLocker Drive Encryption. To use BitLocker Drive Encryption
-21442723108031004ABitLocker Drive Encryption cannot be used because critical BitLocker system files are missing or corrupted. Use Windows Startup Repair to restore these files to your computer
-21442723098031004BThe drive cannot be locked when the drive is in use
-21442723088031004CThe access token associated with the current thread is not an impersonated token
-21442723078031004DThe BitLocker encryption key cannot be obtained. Verify that the Trusted Platform Module (TPM) is enabled and ownership has been taken. If this computer does not have a TPM
-21442723068031004EYou must restart your computer before continuing with BitLocker Drive Encryption
-21442723058031004FDrive encryption cannot occur while boot debugging is enabled. Use the bcdedit command-line tool to turn off boot debugging
-214427230480310050No action was taken as BitLocker Drive Encryption is in raw access mode
-214427230380310051BitLocker Drive Encryption cannot enter raw access mode for this drive because the drive is currently in use
-214427230280310052The path specified in the Boot Configuration Data (BCD) for a BitLocker Drive Encryption integrity-protected application is incorrect. Please verify and correct your BCD settings and try again
-214427230180310053BitLocker Drive Encryption can only be used for limited provisioning or recovery purposes when the computer is running in pre-installation or recovery environments
-214427230080310054The auto-unlock master key was not available from the operating system drive
-214427229980310055The system firmware failed to enable clearing of system memory when the computer was restarted
-214427229880310056The hidden drive cannot be encrypted
-214427229780310057BitLocker encryption keys were ignored because the drive was in a transient state
-214427229680310058Public key based protectors are not allowed on this drive
-214427229580310059BitLocker Drive Encryption is already performing an operation on this drive. Please complete all operations before continuing
-21442722948031005AThis version of Windows does not support this feature of BitLocker Drive Encryption. To use this feature
-21442722938031005BThe Group Policy settings for BitLocker startup options are in conflict and cannot be applied. Contact your system administrator for more information
-21442722928031005CGroup Policy settings do not permit the creation of a recovery password
-21442722918031005DGroup Policy settings require the creation of a recovery password
-21442722908031005EGroup Policy settings do not permit the creation of a recovery key
-21442722898031005FGroup Policy settings require the creation of a recovery key
-214427228880310060Group Policy settings do not permit the use of a PIN at startup. Please choose a different BitLocker startup option
-214427228780310061Group Policy settings require the use of a PIN at startup. Please choose this BitLocker startup option
-214427228680310062Group Policy settings do not permit the use of a startup key. Please choose a different BitLocker startup option
-214427228580310063Group Policy settings require the use of a startup key. Please choose this BitLocker startup option
-214427228480310064Group Policy settings do not permit the use of a startup key and PIN. Please choose a different BitLocker startup option
-214427228380310065Group Policy settings require the use of a startup key and PIN. Please choose this BitLocker startup option
-214427228280310066Group policy does not permit the use of TPM-only at startup. Please choose a different BitLocker startup option
-214427228180310067Group Policy settings require the use of TPM-only at startup. Please choose this BitLocker startup option
-214427228080310068The PIN provided does not meet minimum or maximum length requirements
-214427227980310069The key protector is not supported by the version of BitLocker Drive Encryption currently on the drive. Upgrade the drive to add the key protector
-21442722788031006AGroup Policy settings do not permit the creation of a password
-21442722778031006BGroup Policy settings require the creation of a password
-21442722768031006CThe Group Policy setting requiring FIPS compliance prevents passwords from being generated or used. Please contact your system administrator for more information
-21442722758031006DA password cannot be added to the operating system drive
-21442722748031006EThe BitLocker object identifier (OID) on the drive appears to be invalid or corrupt. Use manage-BDE to reset the OID on this drive
-21442722738031006FThe drive is too small to be protected using BitLocker Drive Encryption
-214427227280310070The selected discovery drive type is incompatible with the file system on the drive. BitLocker To Go discovery drives must be created on FAT formatted drives
-214427227180310071The selected discovery drive type is not allowed by the computer's Group Policy settings. Verify that Group Policy settings allow the creation of discovery drives for use with BitLocker To Go
-214427227080310072Group Policy settings do not permit user certificates such as smart cards to be used with BitLocker Drive Encryption
-214427226980310073Group Policy settings require that you have a valid user certificate
-214427226880310074Group Policy settings requires that you use a smart card-based key protector with BitLocker Drive Encryption
-214427226780310075Group Policy settings do not permit BitLocker-protected fixed data drives to be automatically unlocked
-214427226680310076Group Policy settings do not permit BitLocker-protected removable data drives to be automatically unlocked
-214427226580310077Group Policy settings do not permit you to configure BitLocker Drive Encryption on removable data drives
-214427226480310078Group Policy settings do not permit you to turn on BitLocker Drive Encryption on removable data drives. Please contact your system administrator if you need to turn on BitLocker
-214427226380310079Group Policy settings do not permit turning off BitLocker Drive Encryption on removable data drives. Please contact your system administrator if you need to turn off BitLocker
-214427225680310080Your password does not meet minimum password length requirements. By default
-214427225580310081Your password does not meet the complexity requirements set by your system administrator. Try adding upper and lowercase characters
-214427225480310082This drive cannot be encrypted because it is reserved for Windows System Recovery Options
-214427225380310083BitLocker Drive Encryption cannot be applied to this drive because of conflicting Group Policy settings. BitLocker cannot be configured to automatically unlock fixed data drives when user recovery options are disabled. If you want BitLocker-protected fixed data drives to be automatically unlocked after key validation has occurred
-214427225280310084BitLocker Drive Encryption cannot be applied to this drive because of conflicting Group Policy settings. BitLocker cannot be configured to automatically unlock removable data drives when user recovery option are disabled. If you want BitLocker-protected removable data drives to be automatically unlocked after key validation has occurred
-214427225180310085The Enhanced Key Usage (EKU) attribute of the specified certificate does not permit it to be used for BitLocker Drive Encryption. BitLocker does not require that a certificate have an EKU attribute
-214427225080310086BitLocker Drive Encryption cannot be applied to this drive as currently configured because of Group Policy settings. The certificate you provided for drive encryption is self-signed. Current Group Policy settings do not permit the use of self-signed certificates. Obtain a new certificate from your certification authority before attempting to enable BitLocker
-214427224980310087BitLocker Encryption cannot be applied to this drive because of conflicting Group Policy settings. When write access to drives not protected by BitLocker is denied
-214427224880310088BitLocker Drive Encryption failed to recover from an abruptly terminated conversion. This could be due to either all conversion logs being corrupted or the media being write-protected
-214427224780310089The requested virtualization size is too big
-214427224080310090BitLocker Drive Encryption cannot be applied to this drive because there are conflicting Group Policy settings for recovery options on operating system drives. Storing recovery information to Active Directory Domain Services cannot be required when the generation of recovery passwords is not permitted. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker
-214427223980310091BitLocker Drive Encryption cannot be applied to this drive because there are conflicting Group Policy settings for recovery options on fixed data drives. Storing recovery information to Active Directory Domain Services cannot be required when the generation of recovery passwords is not permitted. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker
-214427223880310092BitLocker Drive Encryption cannot be applied to this drive because there are conflicting Group Policy settings for recovery options on removable data drives. Storing recovery information to Active Directory Domain Services cannot be required when the generation of recovery passwords is not permitted. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker
-214427223780310093The Key Usage (KU) attribute of the specified certificate does not permit it to be used for BitLocker Drive Encryption. BitLocker does not require that a certificate have a KU attribute
-214427223680310094The private key associated with the specified certificate cannot be authorized. The private key authorization was either not provided or the provided authorization was invalid
-214427223580310095Removal of the data recovery agent certificate must be done using the Certificates snap-in
-214427223480310096This drive was encrypted using the version of BitLocker Drive Encryption included with Windows Vista and Windows Server 2008 which does not support organizational identifiers. To specify organizational identifiers for this drive upgrade the drive encryption to the latest version using the "manage-bde -upgrade" command
-214427223380310097The drive cannot be locked because it is automatically unlocked on this computer. Remove the automatic unlock protector to lock this drive
-214427223280310098The default BitLocker Key Derivation Function SP800-56A for ECC smart cards is not supported by your smart card. The Group Policy setting requiring FIPS-compliance prevents BitLocker from using any other key derivation function for encryption. You have to use a FIPS compliant smart card in FIPS restricted environments
-214427223180310099The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM) and enhanced PIN. Try using a PIN containing only numerals
-21442722308031009AThe requested TPM PIN contains invalid characters
-21442722298031009BThe management information stored on the drive contained an unknown type. If you are using an old version of Windows
-21442722288031009CThe feature is only supported on EFI systems
-21442722278031009DMore than one Network Key Protector certificate has been found on the system
-21442722268031009ERemoval of the Network Key Protector certificate must be done using the Certificates snap-in
-21442722258031009FAn invalid certificate has been found in the Network Key Protector certificate store
-2144272224803100A0This drive isn't protected with a PIN
-2144272223803100A1Please enter the correct current PIN
-2144272222803100A2You must be logged on with an administrator account to change the PIN. Click the link to reset the PIN as an administrator
-2144272221803100A3BitLocker has disabled PIN changes after too many failed requests. Click the link to reset the PIN as an administrator
-2144272220803100A4Your system administrator requires that passwords contain only printable ASCII characters. This includes unaccented letters (A-Z
-2144272219803100A5BitLocker Drive Encryption only supports Used Space Only encryption on thin provisioned storage
-2144272218803100A6BitLocker Drive Encryption does not support wiping free space on thin provisioned storage
-2144272217803100A7The required authentication key length is not supported by the drive
-2144272216803100A8This drive isn't protected with a password
-2144272215803100A9Please enter the correct current password
-2144272214803100AAThe password cannot exceed 256 characters
-2144272213803100ABA password key protector cannot be added because a TPM protector exists on the drive
-2144272212803100ACA TPM key protector cannot be added because a password protector exists on the drive
-2144272211803100ADThis command can only be performed from the coordinator node for the specified CSV volume
-2144272210803100AEThis command cannot be performed on a volume when it is part of a cluster
-2144272209803100AFBitLocker did not revert to using BitLocker software encryption due to group policy configuration
-2144272208803100B0The drive cannot be managed by BitLocker because the drive's hardware encryption feature is already in use
-2144272207803100B1Group Policy settings do not allow the use of hardware-based encryption
-2144272206803100B2The drive specified does not support hardware-based encryption
-2144272205803100B3BitLocker cannot be upgraded during disk encryption or decryption
-2144272204803100B4Discovery Volumes are not supported for volumes using hardware encryption
-2144272203803100B5No pre-boot keyboard detected. The user may not be able to provide required input to unlock the volume
-2144272202803100B6No pre-boot keyboard or Windows Recovery Environment detected. The user may not be able to provide required input to unlock the volume
-2144272201803100B7Group Policy settings require the creation of a startup PIN
-2144272200803100B8Group Policy settings require the creation of a recovery password
-2144272199803100B9Wipe of free space is not currently taking place
-2144272198803100BABitLocker cannot use Secure Boot for platform integrity because Secure Boot has been disabled
-2144272197803100BBBitLocker cannot use Secure Boot for platform integrity because the Secure Boot configuration does not meet the requirements for BitLocker
-2144272196803100BCYour computer doesn't support BitLocker hardware-based encryption. Check with your computer manufacturer for firmware updates
-2144272195803100BDBitLocker cannot be enabled on the volume because it contains a Volume Shadow Copy. Remove all Volume Shadow Copies before encrypting the volume
-2144272194803100BEBitLocker Drive Encryption cannot be applied to this drive because the Group Policy setting for Enhanced Boot Configuration Data contains invalid data. Please have your system administrator resolve this invalid configuration before attempting to enable BitLocker
-2144272193803100BFThis PC's firmware is not capable of supporting hardware encryption
-2144272192803100C0BitLocker has disabled password changes after too many failed requests. Click the link to reset the password as an administrator
-2144272191803100C1You must be logged on with an administrator account to change the password. Click the link to reset the password as an administrator
-2144272190803100C2BitLocker cannot save the recovery password because the specified Microsoft account is Suspended
-2144272189803100C3BitLocker cannot save the recovery password because the specified Microsoft account is Blocked
-2144272188803100C4This PC is not provisioned to support device encryption. Please enable BitLocker on all volumes to comply with device encryption policy
-2144272187803100C5This PC cannot support device encryption because unencrypted fixed data volumes are present
-2144272186803100C6This PC does not meet the hardware requirements to support device encryption
-2144272185803100C7This PC cannot support device encryption because WinRE is not properly configured
-2144272184803100C8Protection is enabled on the volume but has been suspended. This is likely to have happened due to an update being applied to your system. Please try again after a reboot
-2144272183803100C9This PC is not provisioned to support device encryption
-2144272182803100CADevice Lock has been triggered due to too many incorrect password attempts
-2144272181803100CBProtection has not been enabled on the volume. Enabling protection requires a connected account. If you already have a connected account and are seeing this error
-2144272180803100CCYour PIN can only contain numbers from 0 to 9
-2144272179803100CDBitLocker cannot use hardware replay protection because no counter is available on your PC
-2144272178803100CEDevice Lockout state validation failed due to counter mismatch
-2144272177803100CFThe input buffer is too large
-2144272176803100D0The target of an invocation does not support requested capability
-2144272175803100D1Device encryption is currently blocked by this PC's configuration
-2144272174803100D2This drive has been opted out of device encryption
-2144272173803100D3Device encryption isn't available for this drive
-2144272172803100D4The encrypt on write mode for BitLocker is not supported in this version of Windows. You can turn on BitLocker without using the encrypt on write mode
-2144272171803100D5Group policy prevents you from backing up your recovery password to Active Directory for this drive type. For more info
-2144272170803100D6Device encryption can't be turned off while this drive is being encrypted. Please try again later
-2144272169803100D7This action isn't supported because this drive isn't automatically managed with device encryption
-2144272168803100D8BitLocker can't be suspended on this drive until the next restart
-2144272167803100D9BitLocker Drive Encryption policy does not allow KSR operation with protected OS volume
-2144272166803100DABitLocker recovery password rotation cannot be performed because backup policy for BitLocker recovery information is not set to required for the OS drive
-2144272165803100DBBitLocker recovery password rotation cannot be performed because backup policy for BitLocker recovery information is not set to required for fixed data drives
-2144272164803100DCBitLocker recovery password rotation cannot be performed because backup policy for BitLocker recovery information is not set to required for removable data drives
-2144272163803100DDBitLocker recovery password rotation not supported
-2144272162803100DEA server issued BitLocker recovery password rotation was denied because requests must be 15 minutes apart
-2144272161803100DFBitLocker recovery password key rotation policy is not enabled
-2144272160803100E0BitLocker recovery password key rotation could not be performed because the device is neither Azure AD joined nor Hybrid Azure AD joined
-2144272159803100E1BitLocker recovery key backup endpoint is busy and cannot perform requested operation. Please retry after sometime
-2144272155803100E5Adding BitLocker predicted TPM based protector is not supported
-2144272154803100E6Registeration for TPM callback is not supported
-2144272153803100E7Creating new TPM context is not supported
-2144272152803100E8The Secure Boot update was not applied due to a known incompatibility with the current BitLocker configuration
-214420684780320001The callout does not exist.
-214420684680320002The filter condition does not exist.
-214420684580320003The filter does not exist.
-214420684480320004The layer does not exist.
-214420684380320005The provider does not exist.
-214420684280320006The provider context does not exist.
-214420684180320007The sublayer does not exist.
-214420684080320008The object does not exist.
-214420683980320009An object with that GUID or LUID already exists.
-21442068388032000AThe object is referenced by other objects and, therefore, cannot be deleted.
-21442068378032000BThe call is not allowed from within a dynamic session.
-21442068368032000CThe call was made from the wrong session and, therefore, cannot be completed.
-21442068358032000DThe call must be made from within an explicit transaction.
-21442068348032000EThe call is not allowed from within an explicit transaction.
-21442068338032000FThe explicit transaction has been forcibly canceled.
-214420683280320010The session has been canceled.
-214420683180320011The call is not allowed from within a read-only transaction.
-214420683080320012The call timed out while waiting to acquire the transaction lock.
-214420682980320013Collection of network diagnostic events is disabled.
-214420682880320014The operation is not supported by the specified layer.
-214420682780320015The call is allowed for kernel-mode callers only.
-214420682680320016The call tried to associate two objects with incompatible lifetimes.
-214420682580320017The object is built in and, therefore, cannot be deleted.
-214420682480320018The maximum number of boot-time filters has been reached.
-214420682380320019A notification could not be delivered because a message queue is at its maximum capacity.
-21442068228032001AThe traffic parameters do not match those for the security association context.
-21442068218032001BThe call is not allowed for the current security association state.
-21442068208032001CA required pointer is null.
-21442068198032001DAn enumerator is not valid.
-21442068188032001EThe flags field contains an invalid value.
-21442068178032001FA network mask is not valid.
-214420681680320020An FWP_RANGE is not valid.
-214420681580320021The time interval is not valid.
-214420681480320022An array that must contain at least one element that is zero-length.
-214420681380320023The displayData.name field cannot be null.
-214420681280320024The action type is not one of the allowed action types for a filter.
-214420681180320025The filter weight is not valid.
-214420681080320026A filter condition contains a match type that is not compatible with the operands.
-214420680980320027An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type.
-214420680880320028An integer value is outside the allowed range.
-214420680780320029A reserved field is nonzero.
-21442068068032002AA filter cannot contain multiple conditions operating on a single field.
-21442068058032002BA policy cannot contain the same keying module more than once.
-21442068048032002CThe action type is not compatible with the layer.
-21442068038032002DThe action type is not compatible with the sublayer.
-21442068028032002EThe raw context or the provider context is not compatible with the layer.
-21442068018032002FThe raw context or the provider context is not compatible with the callout.
-214420680080320030The authentication method is not compatible with the policy type.
-214420679980320031The Diffie-Hellman group is not compatible with the policy type.
-214420679880320032An Internet Key Exchange (IKE) policy cannot contain an Extended Mode policy.
-214420679780320033The enumeration template or subscription will never match any objects.
-214420679680320034The provider context is of the wrong type.
-214420679580320035The parameter is incorrect.
-214420679480320036The maximum number of sublayers has been reached.
-214420679380320037The notification function for a callout returned an error.
-214420679280320038The IPsec authentication transform is not valid --- or --- The IPsec authentication configuration is not compatible with the authentication type.
-214420679180320039The IPsec cipher transform is not valid --- or --- The IPsec cipher configuration is not compatible with the cipher type.
-21442067908032003AThe IPsec cipher transform is not compatible with the policy
-21442067898032003BThe combination of IPsec transform types is not valid
-21442067888032003CA policy cannot contain the same auth method more than once
-21442067878032003DA tunnel endpoint configuration is invalid
-21442067868032003EThe WFP MAC Layers are not ready
-21442067858032003FA key manager capable of key dictation is already registered
-214420678480320040A key manager dictated invalid keys
-214420678380320041The BFE IPsec Connection Tracking is disabled
-214420678280320042The DNS name is invalid
-214420678180320043The engine option is still enabled due to other configuration settings
-214420678080320044The IKEEXT service is not running. This service only runs when there is IPsec policy applied to the machine
-214420658880320104The packet should be dropped
-214407577480340002The binding to the network interface is being closed.
-214407577280340004An invalid version was specified.
-214407577180340005An invalid characteristics table was used.
-214407577080340006Failed to find the network interface, or the network interface is not ready.
-214407576980340007Failed to open the network interface.
-214407576880340008The network interface has encountered an internal unrecoverable failure.
-214407576780340009The multicast list on the network interface is full.
-21440757668034000AAn attempt was made to add a duplicate multicast address to the list.
-21440757658034000BAt attempt was made to remove a multicast address that was never added.
-21440757648034000CThe network interface aborted the request.
-21440757638034000DThe network interface cannot process the request because it is being reset.
-21440757618034000FAn attempt was made to send an invalid packet on a network interface.
-214407576080340010The specified request is not a valid operation for the target device.
-214407575980340011The network interface is not ready to complete this operation.
-214407575680340014The length of the buffer submitted for this operation is not valid.
-214407575580340015The data used for this operation is not valid.
-214407575480340016The length of the buffer submitted for this operation is too small.
-214407575380340017The network interface does not support this OID.
-214407575280340018The network interface has been removed.
-214407575180340019The network interface does not support this media type.
-21440757508034001AAn attempt was made to remove a token ring group address that is in use by other components.
-21440757498034001BAn attempt was made to map a file that cannot be found.
-21440757488034001CAn error occurred while the NDIS tried to map the file.
-21440757478034001DAn attempt was made to map a file that is already mapped.
-21440757468034001EAn attempt to allocate a hardware resource failed because the resource is used by another component.
-21440757458034001FThe I/O operation failed because network media is disconnected or the wireless access point is out of range.
-214407574280340022The network address used in the request is invalid.
-21440757348034002AThe offload operation on the network interface has been paused.
-21440757338034002BThe network interface was not found.
-21440757328034002CThe revision number specified in the structure is not supported.
-21440757318034002DThe specified port does not exist on this network interface.
-21440757308034002EThe current state of the specified port on this network interface does not support the requested operation.
-21440757298034002FThe miniport adapter is in low power state
-214407572880340030This operation requires the miniport adapter to be reinitialized
-214407572780340031There are not enough queues to complete the operation
-2144075589803400BBThe network interface does not support this request.
-214406758480342000The wireless local area network (LAN) interface is in auto-configuration mode and does not support the requested parameter change operation.
-214406758380342001The wireless LAN interface is busy and cannot perform the requested operation.
-214406758280342002The wireless LAN interface is shutting down and does not support the requested operation.
-214406758180342003The list of wake on LAN patterns is full
-214406758080342004The list of low power protocol offloads is full
-214406757980342005The wireless local area network interface cannot start an AP on the specified channel right now
-214406757880342006The wireless local area network interface cannot start an AP on the specified band right now
-214406757780342007The wireless local area network interface cannot start an AP on this channel due to regulatory reasons
-214406757680342008The wireless local area network interface cannot start an AP on this band due to regulatory reasons
-214387916780370001A virtual machine is running with its memory allocated across multiple NUMA nodes. This does not indicate a problem unless the performance of your virtual machine is unusually slow. If you are experiencing performance problems
-214387891280370100The virtual machine or container exited unexpectedly while starting
-214387891180370101The container operating system does not match the host operating system
-214387891080370102The virtual machine could not be started because a required feature is not installed
-214387890780370105The requested virtual machine or container operation is not valid in the current state
-214387890680370106The virtual machine or container exited unexpectedly
-214387890580370107The virtual machine or container was forcefully exited
-214387890480370108A connection could not be established with the container or virtual machine
-214387890380370109The operation timed out because a response was not received from the virtual machine or container
-21438789028037010AThe connection with the virtual machine or container was closed
-21438789018037010BAn unknown internal message was received by the virtual machine or container
-21438789008037010CThe virtual machine or container does not support an available version of the communication protocol with the host
-21438788998037010DThe virtual machine or container JSON document is invalid
-21438788988037010EA virtual machine or container with the specified identifier does not exist
-21438788978037010FA virtual machine or container with the specified identifier already exists
-214387889680370110The virtual machine or container with the specified identifier is not running
-214387889580370111A communication protocol error has occurred between the virtual machine or container and the host
-214387889480370112The container image contains a layer with an unrecognized format
-214387889380370113To use this container image
-214387889280370114The operation could not be started because a required feature is not installed
-214387889180370115The operation has not started
-214387889080370116The operation is already running
-214387888980370117The operation is still running
-214387888880370118The operation did not complete in time
-214387888780370119An event callback has already been registered on this handle
-21438788868037011ANot enough memory available to return the result of the operation
-21438788858037011BInsufficient privileges. Only administrators or users that are members of the Hyper-V Administrators user group are permitted to access virtual machines or containers. To add yourself to the Hyper-V Administrators user group
-21438788848037011CThe virtual machine or container reported a critical error and was stopped or restarted
-21438788838037011DThe process information is not available
-21438788828037011EThe host compute system service has disconnected unexpectedly
-21438788818037011FThe process has already exited
-214387840080370300The specified capability does not exist
-214387839980370301The specified buffer is too small for the requested data
-214387839880370302The specified property does not exist
-214387839780370303The configuration of the hypervisor on this system is not supported
-214387839680370304The configuration of the partition is not valid
-214387839580370305The specified GPA range was not found
-214387839480370306A virtual processor with the specified index already exists
-214387839380370307A virtual processor with the specified index does not exist
-214387839280370308The virtual processor is not in the correct state to perform the requested operation
-214387839180370309A virtual processor register with the specified name does not exist
-214387838480370310The Windows Hypervisor Platform is not supported due to a processor limitation
-214381363180380001The regeneration operation was not able to copy all data from the active plexes due to bad sectors
-214381363080380002One or more disks were not fully migrated to the target pack. They may or may not require reimport after fixing the hardware problems
-214374809580390001Some BCD entries were not imported correctly from the BCD store
-214374809380390003Some BCD entries were not synchronized correctly with the firmware
-2143682559803A0001The virtualization storage subsystem has generated an error
-2143617023803B0001The network was not found
-2143617022803B0002The endpoint was not found
-2143617021803B0003The network's underlying layer was not found
-2143617020803B0004The virtual switch was not found
-2143617019803B0005The network does not have a subnet for this endpoint
-2143617018803B0006An adapter was not found
-2143617017803B0007The switch-port was not found
-2143617016803B0008An expected policy was not found
-2143617015803B0009A required VFP port setting was not found
-2143617014803B000AThe provided network configuration is invalid or missing parameters
-2143617013803B000BInvalid network type
-2143617012803B000CThe provided endpoint configuration is invalid or missing parameters
-2143617011803B000DThe provided policy configuration is invalid or missing parameters
-2143617010803B000EInvalid policy type
-2143617009803B000FThis requested operation is invalid for a remote endpoint
-2143617008803B0010A network with this name already exists
-2143617007803B0011A network with this name already exists
-2143617006803B0012Policy information already exists on this object
-2143617005803B0013The specified port already exists
-2143617004803B0014This endpoint is already attached to the switch
-2143617003803B0015The specified request is unsupported
-2143617002803B0016Port mapping is not supported on the given network
-2143617001803B0017There was an operation attempted on a degraded object
-2143617000803B0018Cannot modify a switch shared by multiple networks
-2143616999803B0019Failed to interpret a parameter as a GUID
-2143616998803B001AFailed to process registry key
-2143616997803B001BInvalid JSON document string
-2143616996803B001CThe reference is invalid in the JSON document
-2143616995803B001DEndpoint sharing is disabled
-2143616994803B001EIP address is either invalid or not part of any configured subnet(s)
-2143616993803B001FThe specified switch extension does not exist on this switch
-2143616992803B0020Operation cannot be performed while service is stopping
-2143616991803B0021Operation cannot be performed while service module not found
-2143616990803B0022Request Handlers not present to handle the JSON request
-2143616989803B0023The specified request is unsupported
-2143616988803B0024Add runtime keys to container failed
-2143616987803B0025Timeout while waiting for network adapter with the given instance id
-2143616986803B0026Network adapter not found for the given instance id
-2143616985803B0027Network compartment not found for the given id
-2143616984803B0028Network interface not found for the given id
-2143616983803B0029Default Namespace already exists
-2143616982803B002AInternet Connection Sharing service (SharedAccess) is disabled and cannot be started
-2143616981803B002BThis requested operation is invalid as endpoint is already part of a network namespace
-2143616980803B002CThe specified entity cannot be removed while it still has references
-2143616979803B002DThe internal port must exist and cannot be zero
-2143616978803B002EThe requested operation for attach namespace failed
-2143616977803B002FAn address provided is invalid or reserved
-2143616976803B0030The prefix provided is invalid
-2143616975803B0031A call was performed against an object that was torn down
-2143616974803B0032The provided subnet configuration is invalid or missing parameters
-2143616973803B0033The provided IP subnet configuration is invalid or missing parameters
-2143616972803B0034The endpoint must be attached to complete the operation
-2143616971803B0035The endpoint must be local to complete the operation
-2143616970803B0036Cannot apply more than one InterfaceParameters policy
-2143551232803C0100The operation was cancelled
-2143551231803C0101An error occurred when running a PowerShell script
-2143551230803C0102An error occurred when interacting with PowerShell runtime
-2143551229803C0103An error occurred in the Scripted Diagnostic Managed Host
-2143551228803C0104The troubleshooting pack does not contain a required verifier to complete the verification
-2143551226803C0106Scripted diagnostics is disabled by group policy
-2143551225803C0107Trust validation of the troubleshooting pack failed
-2143551224803C0108The troubleshooting pack cannot be executed on this system
-2143551223803C0109This version of the troubleshooting pack is not supported
-2143551222803C010AA required resource cannot be loaded
-2143551221803C010BThe troubleshooting pack reported information for a root cause without adding the root cause
-2143485952803D0000The input data was not in the expected format or did not have the expected value
-2143485951803D0001The operation could not be completed because the object is in a faulted state due to a previous error
-2143485950803D0002The operation could not be completed because it would lead to numeric overflow
-2143485949803D0003The operation is not allowed due to the current state of the object
-2143485948803D0004The operation was aborted
-2143485947803D0005Access was denied by the remote endpoint
-2143485946803D0006The operation did not complete within the time allotted
-2143485945803D0007The operation was abandoned
-2143485944803D0008A quota was exceeded
-2143485943803D0009The information was not available in the specified language
-2143485942803D000ASecurity verification was not successful for the received data
-2143485941803D000BThe address is already being used
-2143485940803D000CThe address is not valid for this context
-2143485939803D000DThe remote endpoint does not exist or could not be located
-2143485938803D000EThe remote endpoint is not currently in service at this location
-2143485937803D000FThe remote endpoint could not process the request
-2143485936803D0010The remote endpoint was not reachable
-2143485935803D0011The operation was not supported by the remote endpoint
-2143485934803D0012The remote endpoint is unable to process the request due to being overloaded
-2143485933803D0013A message containing a fault was received from the remote endpoint
-2143485932803D0014The connection with the remote endpoint was terminated
-2143485931803D0015The HTTP proxy server could not process the request
-2143485930803D0016Access was denied by the HTTP proxy server
-2143485929803D0017The requested feature is not available on this platform
-2143485928803D0018The HTTP proxy server requires HTTP authentication scheme 'basic'
-2143485927803D0019The HTTP proxy server requires HTTP authentication scheme 'digest'
-2143485926803D001AThe HTTP proxy server requires HTTP authentication scheme 'NTLM'
-2143485925803D001BThe HTTP proxy server requires HTTP authentication scheme 'negotiate'
-2143485924803D001CThe remote endpoint requires HTTP authentication scheme 'basic'
-2143485923803D001DThe remote endpoint requires HTTP authentication scheme 'digest'
-2143485922803D001EThe remote endpoint requires HTTP authentication scheme 'NTLM'
-2143485921803D001FThe remote endpoint requires HTTP authentication scheme 'negotiate'
-2143485920803D0020The endpoint address URL is invalid
-2143485919803D0021Unrecognized error occurred in the Windows Web Services framework
-2143485918803D0022A security token was rejected by the server because it has expired
-2143485917803D0023A security operation failed in the Windows Web Services framework
-2143420160803E0100The notification channel has already been closed
-2143420159803E0101The notification channel request did not complete successfully
-2143420158803E0102The application identifier provided is invalid
-2143420157803E0103A notification channel request for the provided application identifier is in progress
-2143420156803E0104The channel identifier is already tied to another application endpoint
-2143420155803E0105The notification platform is unavailable
-2143420154803E0106The notification has already been posted
-2143420153803E0107The notification has already been hidden
-2143420152803E0108The notification cannot be hidden until it has been shown
-2143420151803E0109Cloud notifications have been turned off
-2143420144803E0110The application does not have the cloud notification capability
-2143420143803E0111Settings prevent the notification from being delivered
-2143420142803E0112Application capabilities prevent the notification from being delivered
-2143420141803E0113The application does not have the internet access capability
-2143420140803E0114Settings prevent the notification type from being delivered
-2143420139803E0115The size of the notification content is too large
-2143420138803E0116The size of the notification tag is too large
-2143420137803E0117The notification platform doesn't have appropriate privilege on resources
-2143420136803E0118The notification platform found application is already registered
-2143420135803E0119The application background task does not have the push notification capability
-2143420134803E011AThe notification platform is unable to retrieve the authentication credentials required to connect to the cloud notification service
-2143420133803E011BThe notification platform is unable to connect to the cloud notification service
-2143420132803E011CThe notification platform is unable to initialize a callback for lock screen updates
-2143420128803E0120The size of the developer id for scheduled notification is too large
-2143420118803E012AThe notification tag is not alphanumeric
-2143420117803E012BThe notification platform has received invalid HTTP status code other than 2xx for polling
-2143419904803E0200The notification platform has run out of presentation layer sessions
-2143419903803E0201The notification platform rejects image download request due to system in power save mode
-2143419902803E0202The notification platform doesn't have the requested image in its cache
-2143419901803E0203The notification platform cannot complete all of requested image
-2143419900803E0204A cloud image downloaded from the notification platform is invalid
-2143419899803E0205Notification Id provided as filter is matched with what the notification platform maintains
-2143419898803E0206Notification callback interface is already registered
-2143419897803E0207Toast Notification was dropped without being displayed to the user
-2143419896803E0208The notification platform does not have the proper privileges to complete the request
-2143419895803E0209The size of the notification group is too large
-2143419894803E020AThe notification group is not alphanumeric
-2143419893803E020BCloud notifications have been disabled for the application due to a policy setting
-214328934480400000Input data cannot be processed in the non-chronological order
-214328934380400001Requested operation cannot be performed inside the callback or event handler
-214328934280400002Input cannot be processed because there is ongoing interaction with another pointer type
-214328934180400003One or more fields in the input packet are invalid
-214328934080400004Packets in the frame are inconsistent. Either pointer ids are not unique or there is a discrepancy in timestamps
-214328933980400005The history of frames is inconsistent. Pointer ids
-214328933880400006Failed to retrieve information about the input device
-214328933780400007Coordinate system transformation failed to transform the data
-214328933680400008The property is not supported or not reported correctly by the input device
-214322380880410000The QUIC connection handshake failed
-214322380780410001The QUIC connection failed to negotiate a compatible protocol version
-214194534380548201Context is not activated
-214194534280548202Bad SIM is inserted
-214194534180548203Requested data class is not available
-214194534080548204Access point name (APN) or Access string is incorrect
-214194533980548205Max activated contexts have reached
-214194533880548206Device is in packet detach state
-214194533780548207Provider is not visible
-214194533680548208Radio is powered off
-214194533580548209MBN subscription is not activated
-21419453348054820ASIM is not inserted
-21419453338054820BVoice call in progress
-21419453328054820CVisible provider cache is invalid
-21419453318054820DDevice is not registered
-21419453308054820EProviders not found
-21419453298054820FPin is not supported
-214194532880548210Pin is required
-214194532780548211PIN is disabled
-214194532680548212Generic Failure
-214194532080548218Profile is invalid
-214194531980548219Default profile exist
-214194531280548220SMS encoding is not supported
-214194531180548221SMS filter is not supported
-214194531080548222Invalid SMS memory index is used
-214194530980548223SMS language is not supported
-214194530880548224SMS memory failure occurred
-214194530780548225SMS network timeout happened
-214194530680548226Unknown SMSC address is used
-214194530580548227SMS format is not supported
-214194530480548228SMS operation is not allowed
-214194530380548229Device SMS memory is full
-214191308780550001Windows cannot evaluate this EAS policy since this is not managed by the operating system
-214191308680550002The system can be made compliant to this EAS policy if certain actions are performed by the user
-214191308580550003The EAS policy being evaluated cannot be enforced by the system
-214191308480550004EAS password policies for the user cannot be evaluated as the user has a blank password
-214191308380550005EAS password expiration policy cannot be satisfied as the password expiration interval is less than the minimum password interval of the system
-214191308280550006The user is not allowed to change her password
-214191308180550007EAS password policies cannot be evaluated as one or more admins have blank passwords
-214191308080550008One or more admins are not allowed to change their password
-214191307980550009There are other standard users present who are not allowed to change their password
-21419130788055000AThe EAS password policy cannot be enforced by the connected account provider of at least one administrator
-21419130778055000BThere is at least one administrator whose connected account password needs to be changed for EAS password policy compliance
-21419130768055000CThe EAS password policy cannot be enforced by the connected account provider of the current user
-21419130758055000DThe connected account password of the current user needs to be changed for EAS password policy compliance
-214099558380630001The IPv6 protocol is not installed
-214099558280630002The component has not been initialized
-214099558180630003The required service cannot be started
-214099558080630004The P2P protocol is not licensed to run on this OS
-214099556880630010The graph handle is invalid
-214099556780630011The graph database name has changed
-214099556680630012A graph with the same ID already exists
-214099556580630013The graph is not ready
-214099556480630014The graph is shutting down
-214099556380630015The graph is still in use
-214099556280630016The graph database is corrupt
-214099556180630017Too many attributes have been used
-214099532580630103The connection can not be found
-214099532280630106The peer attempted to connect to itself
-214099532180630107The peer is already listening for connections
-214099532080630108The node was not found
-214099531980630109The Connection attempt failed
-21409953188063010AThe peer connection could not be authenticated
-21409953178063010BThe connection was refused
-214099507180630201The peer name classifier is too long
-214099507080630202The maximum number of identities have been created
-214099506980630203Unable to access a key
-214099506880630204The group already exists
-214099481580630301The requested record could not be found
-214099481480630302Access to the database was denied
-214099481380630303The Database could not be initialized
-214099481280630304The record is too big
-214099481180630305The database already exists
-214099481080630306The database could not be found
-214099455980630401The identity could not be found
-214099430380630501The event handle could not be found
-214099404780630601Invalid search
-214099404680630602The search attributes are invalid
-214099379180630701The invitation is not trusted
-214099378980630703The certchain is too long
-214099378780630705The time period is invalid
-214099378680630706A circular cert chain was detected
-214099353580630801The certstore is corrupted
-214099148780631001The specified PNRP cloud does not exist
-214099148380631005The cloud name is ambiguous
-214098737680632010The record is invalid
-214098736080632020Not authorized
-214098735980632021The password does not meet policy requirements
-214098734480632030The record validation has been deferred
-214098732880632040The group properties are invalid
-214098731280632050The peername is invalid
-214098729680632060The classifier is invalid
-214098728080632070The friendly name is invalid
-214098727980632071Invalid role property
-214098727880632072Invalid classifier property
-214098726480632080Invalid record expiration
-214098726380632081Invalid credential info
-214098726280632082Invalid credential
-214098726180632083Invalid record size
-214098724880632090Unsupported version
-214098724780632091The group is not ready
-214098724680632092The group is still in use
-214098724580632093The group is invalid
-214098724480632094No members were found
-214098724380632095There are no member connections
-214098724280632096Unable to listen
-2140987232806320A0The identity does not exist
-2140987231806320A1The service is not available
-214097919980634001The peername could not be converted to a DNS pnrp name
-214097919880634002Invalid peer host name
-214097919780634003No more data could be found
-214097919580634005The existing peer name is already registered
-214097100780636001THe contact could not be found
-214096691280637000The app invite request was cancelled by the user
-214096691180637001No response of the invite was received
-214096690980637003User is not signed into serverless presence
-214096690880637004The user declined the privacy policy prompt
-214096690780637005A timeout occurred
-214096690580637007The address is invalid
-214096690480637008A required firewall exception is disabled
-214096690380637009The service is blocked by a firewall policy
-21409669028063700AFirewall exceptions are disabled
-21409669018063700BThe user declined to enable the firewall exceptions
-214086451180650001The attribute handle given was not valid on this server
-214086451080650002The attribute cannot be read
-214086450980650003The attribute cannot be written
-214086450880650004The attribute PDU was invalid
-214086450780650005The attribute requires authentication before it can be read or written
-214086450680650006Attribute server does not support the request received from the client
-214086450580650007Offset specified was past the end of the attribute
-214086450480650008The attribute requires authorization before it can be read or written
-214086450380650009Too many prepare writes have been queued
-21408645028065000ANo attribute found within the given attribute handle range
-21408645018065000BThe attribute cannot be read or written using the Read Blob Request
-21408645008065000CThe Encryption Key Size used for encrypting this link is insufficient
-21408644998065000DThe attribute value length is invalid for the operation
-21408644988065000EThe attribute request that was requested has encountered an error that was unlikely
-21408644978065000FThe attribute requires encryption before it can be read or written
-214086449680650010The attribute type is not a supported grouping attribute as defined by a higher layer specification
-214086449580650011Insufficient Resources to complete the request
-214086041680651000An error that lies in the reserved range has been received
-214079897580660001PortCls could not find an audio engine node exposed by a miniport driver claiming support for IMiniportAudioEngineNode
-214079897480660002HD Audio widget encountered an unexpected empty connection list
-214079897380660003HD Audio widget does not support the connection list parameter
-214079897280660004No HD Audio subdevices were successfully created
-214079897180660005An unexpected NULL pointer was encountered in a linked list
-214073343980670001Optimistic locking failure. Data cannot be updated if it has changed since it was read
-214073343880670002A prepared statement has been stepped at least once but not run to completion or reset. This may result in busy waits
-214073343780670003The StateRepository configuration is not valid
-214073343680670004The StateRepository schema version is not known
-214073343580670005A StateRepository dictionary is not valid
-214073343480670006The request failed because the StateRepository is actively blocking requests
-214073343380670007The database file is locked. The request will be retried
-214073343280670008The database file is locked because another process is busy recovering the database. The request will be retried
-214073343180670009A table in the database is locked. The request will be retried
-21407334308067000AThe shared cache for the database is locked by another connection. The request will be retried
-21407334298067000BA transaction is required to perform the request operation
-21407334288067000CThe database file is locked. The request has exceeded the allowed threshold
-21407334278067000DThe database file is locked because another process is busy recovering the database. The request has exceeded the allowed threshold
-21407334268067000EA table in the database is locked. The request has exceeded the allowed threshold
-21407334258067000FThe shared cache for the database is locked by another connection. The request has exceeded the allowed threshold
-214073342480670010The StateRepository service Stop event is in progress
-214073342380670011Nested transactions are not supported
-214073342280670012The StateRepository cache is not valid
-213896396780820001The bootfile is too small to support persistent snapshots
-213896396680820002Activation of persistent snapshots on this volume took longer than was allowed
-213889843180830001The specified volume does not support storage tiers
-213889843080830002The Storage Tiers Management service detected that the specified volume is in the process of being dismounted
-213889842980830003The specified storage tier could not be found on the volume. Confirm that the storage tier name is valid
-213889842880830004The file identifier specified is not valid on the volume
-213889842780830005Storage tier operations must be called on the clustering node that owns the metadata volume
-213889842680830006The Storage Tiers Management service is already optimizing the storage tiers on the specified volume
-213889842580830007The requested object type cannot be assigned to a storage tier
-213889842480830008The requested file is not pinned to a tier
-213889842380830009The volume is not a tiered volume
-21388984228083000AThe requested attribute is not present on the specified file or directory
-213870182380860001Authentication target is invalid or not configured correctly
-213870182280860002Your application cannot get the Online Id properties due to the Terms of Use accepted by the user
-213870182180860003The application requesting authentication tokens is either disabled or incorrectly configured
-213870182080860004Online Id password must be updated before signin
-213870181980860005Online Id account properties must be updated before signin
-213870181880860006To help protect your Online Id account you must signin again
-213870181780860007Online Id account was locked because there have been too many attempts to sign in
-213870181680860008Online Id account requires parental consent before proceeding
-213870181580860009Online Id signin name is not yet verified. Email verification is required before signin
-21387018148086000AWe have noticed some unusual activity in your Online Id account. Your action is needed to make sure no one else is using your account
-21387018138086000BWe detected some suspicious activity with your Online Id account. To help protect you
-21387018128086000CUser interaction is required for authentication
-21387018118086000DUser has reached the maximum device associations per user limit
-21387018108086000ECannot sign out from the application since the user account is connected
-21387018098086000FUser authentication is required for this operation
-213870180880860010We want to make sure this is you. User interaction is required for authentication
-213594931180B00001Could not create new process from ARM architecture device
-213594931080B00002Could not attach to the application process from ARM architecture device
-213594930980B00003Could not connect to dbgsrv server from ARM architecture device
-213594930880B00004Could not start dbgsrv server from ARM architecture device
-213234483180E70001The specified fault domain type or combination of minimum / maximum fault domain type is not valid
-213234483080E70002A Storage Spaces internal error occurred
-213234482980E70003The specified resiliency type is not valid
-213234482880E70004The physical disk's sector size is not supported by the storage pool
-213234482680E70006The requested redundancy is outside of the supported range of values
-213234482580E70007The number of data copies requested is outside of the supported range of values
-213234482480E70008The value for ParityLayout is outside of the supported range of values
-213234482380E70009The value for interleave length is outside of the supported range of values or is not a power of 2
-213234482280E7000AThe number of columns specified is outside of the supported range of values
-213234482180E7000BThere were not enough physical disks to complete the requested operation
-213234482080E7000CExtended error information is available
-213234481980E7000DThe specified provisioning type is not valid
-213234481880E7000EThe allocation size is outside of the supported range of values
-213234481780E7000FEnclosure awareness is not supported for this virtual disk
-213234481680E70010The write cache size is outside of the supported range of values
-213234481580E70011The value for number of groups is outside of the supported range of values
-213234481480E70012The OperationalState of the physical disk is invalid for this operation
-213234481380E70013The specified log entry is not complete
-213234481280E70014The specified log entry is not valid
-208948428783750001Unsupported format
-208948428683750002Invalid XML
-208948428583750003Missing required element
-208948428483750004Missing required attribute
-208948428383750005Unexpected content
-208948428283750006Resource too large
-208948428183750007Invalid JSON string
-208948428083750008Invalid JSON number
-208948427983750009JSON value not found
-208941875183760001Invalid operation performed by the protocol
-208941875083760002Invalid data format for the specific protocol operation
-208941874983760003Protocol extensions are not supported
-208941874883760004Subprotocol is not supported
-208941874783760005Incorrect protocol version
-201857433587AF0001SQL error or missing database
-201857433487AF0002Internal logic error in SQLite
-201857433387AF0003Access permission denied
-201857433287AF0004Callback routine requested an abort
-201857433187AF0005The database file is locked
-201857433087AF0006A table in the database is locked
-201857432987AF0007A malloc() failed
-201857432887AF0008Attempt to write a readonly database
-201857432787AF0009Operation terminated by sqlite3_interrupt()
-201857432687AF000ASome kind of disk I/O error occurred
-201857432587AF000BThe database disk image is malformed
-201857432487AF000CUnknown opcode in sqlite3_file_control()
-201857432387AF000DInsertion failed because database is full
-201857432287AF000EUnable to open the database file
-201857432187AF000FDatabase lock protocol error
-201857432087AF0010Database is empty
-201857431987AF0011The database schema changed
-201857431887AF0012String or BLOB exceeds size limit
-201857431787AF0013Abort due to constraint violation
-201857431687AF0014Data type mismatch
-201857431587AF0015Library used incorrectly
-201857431487AF0016Uses OS features not supported on host
-201857431387AF0017Authorization denied
-201857431287AF0018Auxiliary database format error
-201857431187AF00192nd parameter to sqlite3_bind out of range
-201857431087AF001AFile opened that is not a database file
-201857430987AF001BNotifications from sqlite3_log()
-201857430887AF001CWarnings from sqlite3_log()
-201857423687AF0064sqlite3_step() has another row ready
-201857423587AF0065sqlite3_step() has finished executing
-201857407587AF0105SQLITE_BUSY_RECOVERY
-201857407487AF0106SQLITE_LOCKED_SHAREDCACHE
-201857407287AF0108SQLITE_READONLY_RECOVERY
-201857407087AF010ASQLITE_IOERR_READ
-201857406987AF010BSQLITE_CORRUPT_VTAB
-201857406687AF010ESQLITE_CANTOPEN_NOTEMPDIR
-201857406187AF0113SQLITE_CONSTRAINT_CHECK
-201857405387AF011BSQLITE_NOTICE_RECOVER_WAL
-201857405287AF011CSQLITE_WARNING_AUTOINDEX
-201857382087AF0204SQLITE_ABORT_ROLLBACK
-201857381987AF0205SQLITE_BUSY_SNAPSHOT
-201857381687AF0208SQLITE_READONLY_CANTLOCK
-201857381487AF020ASQLITE_IOERR_SHORT_READ
-201857381087AF020ESQLITE_CANTOPEN_ISDIR
-201857380587AF0213SQLITE_CONSTRAINT_COMMITHOOK
-201857379787AF021BSQLITE_NOTICE_RECOVER_ROLLBACK
-201857356087AF0308SQLITE_READONLY_ROLLBACK
-201857355887AF030ASQLITE_IOERR_WRITE
-201857355487AF030ESQLITE_CANTOPEN_FULLPATH
-201857354987AF0313SQLITE_CONSTRAINT_FOREIGNKEY
-201857330487AF0408SQLITE_READONLY_DBMOVED
-201857330287AF040ASQLITE_IOERR_FSYNC
-201857329887AF040ESQLITE_CANTOPEN_CONVPATH
-201857329387AF0413SQLITE_CONSTRAINT_FUNCTION
-201857304687AF050ASQLITE_IOERR_DIR_FSYNC
-201857303787AF0513SQLITE_CONSTRAINT_NOTNULL
-201857279087AF060ASQLITE_IOERR_TRUNCATE
-201857278187AF0613SQLITE_CONSTRAINT_PRIMARYKEY
-201857253487AF070ASQLITE_IOERR_FSTAT
-201857252587AF0713SQLITE_CONSTRAINT_TRIGGER
-201857227887AF080ASQLITE_IOERR_UNLOCK
-201857226987AF0813SQLITE_CONSTRAINT_UNIQUE
-201857202287AF090ASQLITE_IOERR_RDLOCK
-201857201387AF0913SQLITE_CONSTRAINT_VTAB
-201857176687AF0A0ASQLITE_IOERR_DELETE
-201857175787AF0A13SQLITE_CONSTRAINT_ROWID
-201857151087AF0B0ASQLITE_IOERR_BLOCKED
-201857125487AF0C0ASQLITE_IOERR_NOMEM
-201857099887AF0D0ASQLITE_IOERR_ACCESS
-201857074287AF0E0ASQLITE_IOERR_CHECKRESERVEDLOCK
-201857048687AF0F0ASQLITE_IOERR_LOCK
-201857023087AF100ASQLITE_IOERR_CLOSE
-201856997487AF110ASQLITE_IOERR_DIR_CLOSE
-201856971887AF120ASQLITE_IOERR_SHMOPEN
-201856946287AF130ASQLITE_IOERR_SHMSIZE
-201856920687AF140ASQLITE_IOERR_SHMLOCK
-201856895087AF150ASQLITE_IOERR_SHMMAP
-201856869487AF160ASQLITE_IOERR_SEEK
-201856843887AF170ASQLITE_IOERR_DELETE_NOENT
-201856818287AF180ASQLITE_IOERR_MMAP
-201856792687AF190ASQLITE_IOERR_GETTEMPPATH
-201856767887AF1A02SQLITE_IOERR_VNODE
-201856767787AF1A03SQLITE_IOERR_AUTH
-201856767087AF1A0ASQLITE_IOERR_CONVPATH
-201712844787C51001Toggle (alternative) trace started
-201712844687C51002Cannot pre-empt running trace: The current trace has a higher priority
-201712844587C51003The always-on-trace is not running
-201712844487C51004RunScriptAction contains an invalid script type
-201712844387C51005Requested scenario definition cannot be found
-201712844287C51006Requested trace profile cannot be found
-201712844187C51007Trigger forwarder is already enabled
-201712844087C51008Trigger forwarder is already disabled
-201712843987C51009Cannot parse EventLog XML: The entry is malformed
-201712843887C5100A node contains a schemaversion which is not compatible with this client
-201712843787C5100BRunScriptAction was forced to terminate a script
-201712843687C5100CToggleTraceWithCustomFilterAction contains an invalid custom filter
-201712843587C5100DThe trace is not running
-201712843487C5100EA scenario failed to escalate: This scenario has escalated too recently
-201712843387C5100FA scenario failed to escalate: This scenario is already running an escalation
-201712843287C51010Cannot start tracing: PerfTrack component is already tracing
-201712843187C51011A scenario failed to escalate: This scenario has reached max escalations for this escalation type
-201712843087C51012Cannot update forwarder: The forwarder passed to the function is of a different type
-201712842987C51013RunScriptAction failed intentionally to force this escalation to terminate
-201712842887C51014Failed to initialize SQM logger
-201712842787C51015Failed to initialize WER logger: This system does not support WER for UTC
-201712842687C51016The TraceManager has attempted to take a tracing action without initializing tracers
-201712842587C51017WinRT initialization failed
-201712842487C51018 node contains a schemaversion that is not compatible with this client
-201712842387C51019Scenario contains an invalid filter that can never be satisfied
-201712842287C5101ARunExeWithArgsAction was forced to terminate a running executable
-201712842187C5101BEscalation for scenario failed due to insufficient permissions
-201712842087C5101CSetup for scenario failed due to insufficient permissions
-201712841987C5101DA process launched by UTC failed with a non-zero exit code
-201712841887C5101EA RunExeWithArgs action contains an unauthorized command line
-201712841787C5101FUTC cannot load Scenario Editor XML. Convert the scenario file to a DiagTrack XML using the editor
-201712841687C51020Escalation for scenario has timed out
-201712841587C51021Setup for scenario has timed out
-201712841487C51022The given trigger does not match the expected trigger type
-201712841387C51023Requested trigger cannot be found
-201712841287C51024SIF is not supported on the machine
-201712841187C51025The delay action was terminated
-201712841087C51026The device ticket was not obtained
-201712840987C51027The trace profile needs more memory than is available for tracing
-201712840887C51028The API was not completed successfully so the result is unavailable
-201712840787C51029The requested API encountered a timeout in the API manager
-201712840687C5102AThe synchronous API encountered a wait failure
-201712840587C5102BThe UTC API is busy with another request
-201712840487C5102CThe running trace profile does not have a sufficient runtime to fulfill the escalation request
-201712840387C5102DThe trace profile could not be started because it requires exclusivity and another higher priority trace is already running
-201712840287C5102EThe file path is not approved for the GetFile escalation action
-201712840187C5102FThe escalation working directory for the requested escalation could not be created because it already exists
-201712840087C51030Time triggers cannot be used on a transition originating from the "_start" state
-201712839987C51031Time triggers can only be attached to a single transition
-201712839887C51032Time trigger duration must fall within an inclusive range of one second and 15 minutes
-201712839787C51033Only one Time Trigger is allowed per state
-201712839687C51034A RunExeWithArgs action contains a binary which is not present on the targeted device
-201712839487C51036UTC failed to identify the container id to use for a scenario escalation action
-201712839387C51037Failed to resolve session ID during API invocation
-201712839287C51038UTC has throttled the event for firing too often
-201712839187C51039The script is not approved to run as part of DiagTrack scenario
-201712839087C5103AThe script referenced in DiagTrack scenario is not present on the system
-201712838987C5103BA trigger in this scenario is throttled
-201712838887C5103CThe requested UTC API call is not supported on this device
-201712838787C5103DThe file path is not approved for collection on external rings for the GetFile escalation action
-201712838687C5103EQuerying a scenario definition exceeded the specified maximum timeout
-201712838587C5103FCertification revocation checking has been enabled
-201712838487C51040Failed to start NDISCAP service for network packet capture trace
-201712838387C51041UTC can perform no more than one KernelDump action on a device every 24 hours
-201712838287C51042The event contained an aggregation or differential privacy structure
-201712838187C51043The event contained an invalid aggregation or differential privacy structure
-201712838087C51044The action cannot be completed in the specified destination
-201712837987C51045Filter command is missing a required attribute
-201712837887C51046Filter command contains an unsupported type
-201712837787C51047Filter variable does not exist at point of evaluation
-201712837687C51048Filter command is not allowed in the current context
-201712837587C51049Requested filter version is incompatible with available version
-201712836887C51050Filter does not support this function
-201712836787C51051Filter function does not accept the provided parameter types and/or count
-201712836687C51052Filter command does not exist or is incorrectly formatted
-201712836587C51053Filter types can not be compared to each other
-201712836487C51054TTTracer executable returned a code other than ERROR_SUCCESS
-201712836387C51055The total size of the compressed escalation data payload exceeded the allowable limit
-201712836287C51056Escalation data was not completely transferred from agent to host
-201712836187C51057An escalation was requested for a scenario which has no actions for the passed type
-201712836087C51058UTC allocated space for TTTracer escalations is full
-201712835987C51059Disk needs minimum of 15GB to start TTD recording session
-201712835887C5105AEscalation was cancelled due to component shutdown
-201712835787C5105BThe file for the GetFileInfo action must be under the \Windows
-201712835687C5105CThe registry value type for SetRegKey action must be REG_SZ
-201320038388010001One or more fixed volumes are not provisioned with the 3rd party encryption providers to support device encryption. Enable encryption with the 3rd party provider to comply with policy
-201320038288010002This computer is not fully encrypted. There are fixed volumes present which are not supported for encryption
-201320038188010003This computer does not meet the hardware requirements to support device encryption with the installed 3rd party provider
-201320038088010004This computer cannot support device encryption because the requisites for the device lock feature are not configured
-201320037988010005Protection is enabled on this volume but is not in the active state
-201320037888010006The 3rd party provider has been installed
-201320037788010007The operating system drive is not protected by 3rd party drive encryption
-201320037688010008Unexpected failure was encountered while calling into the 3rd Party drive encryption plugin
-201320037588010009The input buffer size for the lockout metadata used by the 3rd party drive encryption is too large
-20130897918802B001The file size is larger than supported by the sync engine
-20130897908802B002The file cannot be uploaded because it doesn't fit in the user's available service provided storage space
-20130897898802B003The file name contains invalid characters
-20130897888802B004The maximum file count has been reached for this folder in the sync engine
-20130897878802B005The file sync has been delegated to another program and has run into an issue
-20130897868802B006Sync has been delayed due to a throttling request from the service
-20130856948802C002We can't seem to find that file. Please try again later
-20130856938802C003The account you're signed in with doesn't have permission to open this file
-20130856928802C004There was a problem connecting to the service. Please try again later
-20130856918802C005Sorry
-20130856908802C006We're having trouble downloading the file right now. Please try again later
-20130856898802C007We're having trouble downloading the file right now. Please try again later
-20130815998802D001The sync engine does not have permissions to access a local folder under the sync root
-20130815988802D002The folder name contains invalid characters
-20130815978802D003The sync engine is not allowed to run in your current market
-20130815968802D004All files and folders can't be uploaded because a path of a file or folder is too long
-20130815958802D005All file and folders cannot be synchronized because a path of a file or folder would exceed the local path limit
-20130815948802D006Updates are needed in order to use the sync engine
-20130815938802D007The sync engine needs to authenticate with a proxy server
-20130815928802D008There was a problem setting up the storage services for the account
-20130815918802D009Files can't be uploaded because there's an unsupported reparse point
-20130815908802D00AThe service has blocked your account from accessing the storage service
-20130815898802D00BThe action can't be performed right now because this folder is being moved. Please try again later
-200533606388790001The application has exceeded the maximum number of unique state objects per Direct3D device.The limit is 4096 for feature levels up to 11.1
-200533606288790002The specified file was not found
-2005270527887A0001The application made a call that is invalid. Either the parameters of the call or the state of some object was incorrect.Enable the D3D debug layer in order to see details via debug messages
-2005270526887A0002The object was not found. If calling IDXGIFactory::EnumAdaptes
-2005270525887A0003The caller did not supply a sufficiently large buffer
-2005270524887A0004The specified device interface or feature level is not supported on this system
-2005270523887A0005The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action
-2005270522887A0006The GPU will not respond to more commands
-2005270521887A0007The GPU will not respond to more commands
-2005270518887A000AThe GPU was busy at the moment when the call was made
-2005270517887A000BAn event (such as power cycle) interrupted the gathering of presentation statistics. Any previous statistics should beconsidered invalid
-2005270516887A000CFullscreen mode could not be achieved because the specified output was already in use
-2005270496887A0020An internal issue prevented the driver from carrying out the specified operation. The driver's state is probably suspect
-2005270495887A0021A global counter resource was in use
-2005270494887A0022A resource is not available at the time of the call
-2005270493887A0023The application's remote device has been removed due to session disconnect or network disconnect.The application should call IDXGIFactory1::IsCurrent to find out when the remote device becomes available again
-2005270492887A0024The device has been removed during a remote session because the remote computer ran out of memory
-2005270491887A0025An on-going mode change prevented completion of the call. The call may succeed if attempted later
-2005270490887A0026The keyed mutex was abandoned
-2005270489887A0027The timeout value has elapsed and the resource is not yet available
-2005270488887A0028The output duplication has been turned off because the Windows session ended or was disconnected.This happens when a remote user disconnects
-2005270487887A0029The DXGI output (monitor) to which the swapchain content was restricted
-2005270486887A002ADXGI is unable to provide content protection on the swapchain. This is typically caused by an older driver
-2005270485887A002BThe application is trying to use a resource to which it does not have the required access privileges.This is most commonly caused by writing to a shared resource with read-only access
-2005270484887A002CThe application is trying to create a shared handle using a name that is already associated with some other resource
-2005270483887A002DThe application requested an operation that depends on an SDK component that is missing or mismatched
-2005270482887A002EThe DXGI objects that the application has created are no longer current & need to be recreated for this operation to be performed
-2005270480887A0030Insufficient HW protected memory exits for proper function
-2005270479887A0031Creating this device would violate the process's dynamic code policy
-2005270478887A0032The operation failed because the compositor is not in control of the output
-2005270477887A0033The cache is corrupt and either could not be opened or could not be reset
-2005270476887A0034This entry would cause the cache to exceed its quota. On a load operation
-2005270475887A0035A cache entry was found
-2005270474887A0036The desired element already exists
-2005204991887B0001The GPU was busy when the operation was requested
-2005204990887B0002The driver has rejected the creation of this resource
-2005204989887B0003The GPU counter was in use by another process or d3d device when application requested access to it
-2005139455887C0001The application has exceeded the maximum number of unique state objects per Direct3D device.The limit is 4096 for feature levels up to 11.1
-2005139454887C0002The specified file was not found
-2005139453887C0003The application has exceeded the maximum number of unique view objects per Direct3D device.The limit is 2^20 for feature levels up to 11.1
-2005139452887C0004The application's first call per command list to Map on a deferred context did not use D3D11_MAP_WRITE_DISCARD
-2005008383887E0001The blob provided does not match the adapter that the device was created on
-2005008382887E0002The blob provided was created for a different version of the driver
-2005008381887E0003The D3D12 SDK version configuration of the host exe is invalid
-200487731188800001The application failed to unregister from an event it registered for
-200382873588900001The device is invalid or does not support machine learning
-200382873488900002The binding is incomplete or does not match the input/output description
-200382873388900003An attempt was made to bind an unknown input or output
-200382873288900004The size of the buffer provided for a bound variable is invalid
-200330444788980001MILERR_OBJECTBUSY
-200330444688980002MILERR_INSUFFICIENTBUFFER
-200330444588980003MILERR_WIN32ERROR
-200330444488980004MILERR_SCANNER_FAILED
-200330444388980005MILERR_SCREENACCESSDENIED
-200330444288980006MILERR_DISPLAYSTATEINVALID
-200330444188980007MILERR_NONINVERTIBLEMATRIX
-200330444088980008MILERR_ZEROVECTOR
-200330443988980009MILERR_TERMINATED
-20033044388898000AMILERR_BADNUMBER
-200330432088980080An internal error (MIL bug) occurred. On checked builds
-200330431688980084The display format we need to render is not supported by the hardware device
-200330431588980085A call to this method is invalid
-200330431488980086Lock attempted on an already locked object
-200330431388980087Unlock attempted on an unlocked object
-200330431288980088No algorithm available to render text with this device
-200330431188980089Some glyph bitmaps
-20033043108898008ASome glyph bitmaps in glyph cache are unexpectedly big
-20033043098898008BMarker error for known Win32 errors that are currently being ignored by the compositor. This is to avoid returning S_OK when an error has occurred
-20033043088898008CGuideline coordinates are not sorted properly or contain NaNs
-20033043078898008DNo HW rendering device is available for this operation
-20033043068898008EThere has been a presentation error that may be recoverable. The caller needs to recreate
-20033043058898008FThe object has already been initialized
-200330430488980090The size of the object does not match the expected size
-200330430388980091No Redirection surface available
-200330430288980092Remoting of this content is not supported
-200330430188980093Queued Presents are not supported
-200330430088980094Queued Presents are not being used
-200330429988980095No redirection surface was available. Caller should retry the call
-200330429888980096Shader construction failed because it was too complex
-200330429788980097MROW attempt to get a read lock failed
-200330429688980098MROW attempt to update the data failed because another update was outstanding
-200330429588980099Shader compilation failed
-20033042948898009ARequested DX redirection surface size exceeded maximum texture size
-20033042938898009BQueryPerformanceCounter returned a time in the past
-20033042918898009DPrimary Display device returned an invalid refresh rate
-20033042908898009EDWM can not find the adapter specified by the LUID
-20033042898898009FThe requested bitmap color space is not supported
-2003304288889800A0The requested bitmap pre-filtering state is not supported
-2003304287889800A1Access is denied to the requested bitmap for the specified display id
-200330342488980400UCEERR_INVALIDPACKETHEADER
-200330342388980401UCEERR_UNKNOWNPACKET
-200330342288980402UCEERR_ILLEGALPACKET
-200330342188980403UCEERR_MALFORMEDPACKET
-200330342088980404UCEERR_ILLEGALHANDLE
-200330341988980405UCEERR_HANDLELOOKUPFAILED
-200330341888980406UCEERR_RENDERTHREADFAILURE
-200330341788980407UCEERR_CTXSTACKFRSTTARGETNULL
-200330341688980408UCEERR_CONNECTIONIDLOOKUPFAILED
-200330341588980409UCEERR_BLOCKSFULL
-20033034148898040AUCEERR_MEMORYFAILURE
-20033034138898040BUCEERR_PACKETRECORDOUTOFRANGE
-20033034128898040CUCEERR_ILLEGALRECORDTYPE
-20033034118898040DUCEERR_OUTOFHANDLES
-20033034108898040EUCEERR_UNCHANGABLE_UPDATE_ATTEMPTED
-20033034098898040FUCEERR_NO_MULTIPLE_WORKER_THREADS
-200330340888980410UCEERR_REMOTINGNOTSUPPORTED
-200330340788980411UCEERR_MISSINGENDCOMMAND
-200330340688980412UCEERR_MISSINGBEGINCOMMAND
-200330340588980413UCEERR_CHANNELSYNCTIMEDOUT
-200330340488980414UCEERR_CHANNELSYNCABANDONED
-200330340388980415UCEERR_UNSUPPORTEDTRANSPORTVERSION
-200330340288980416UCEERR_TRANSPORTUNAVAILABLE
-200330340188980417UCEERR_FEEDBACK_UNSUPPORTED
-200330340088980418UCEERR_COMMANDTRANSPORTDENIED
-200330339988980419UCEERR_GRAPHICSSTREAMUNAVAILABLE
-200330339288980420UCEERR_GRAPHICSSTREAMALREADYOPEN
-200330339188980421UCEERR_TRANSPORTDISCONNECTED
-200330339088980422UCEERR_TRANSPORTOVERLOADED
-200330338988980423UCEERR_PARTITION_ZOMBIED
-200330316888980500MILAVERR_NOCLOCK
-200330316788980501MILAVERR_NOMEDIATYPE
-200330316688980502MILAVERR_NOVIDEOMIXER
-200330316588980503MILAVERR_NOVIDEOPRESENTER
-200330316488980504MILAVERR_NOREADYFRAMES
-200330316388980505MILAVERR_MODULENOTLOADED
-200330316288980506MILAVERR_WMPFACTORYNOTREGISTERED
-200330316188980507MILAVERR_INVALIDWMPVERSION
-200330316088980508MILAVERR_INSUFFICIENTVIDEORESOURCES
-200330315988980509MILAVERR_VIDEOACCELERATIONNOTAVAILABLE
-20033031588898050AMILAVERR_REQUESTEDTEXTURETOOBIG
-20033031578898050BMILAVERR_SEEKFAILED
-20033031568898050CMILAVERR_UNEXPECTEDWMPFAILURE
-20033031558898050DMILAVERR_MEDIAPLAYERCLOSED
-20033031548898050EMILAVERR_UNKNOWNHARDWAREERROR
-20033028988898060EMILEFFECTSERR_UNKNOWNPROPERTY
-20033028978898060FMILEFFECTSERR_EFFECTNOTPARTOFGROUP
-200330289688980610MILEFFECTSERR_NOINPUTSOURCEATTACHED
-200330289588980611MILEFFECTSERR_CONNECTORNOTCONNECTED
-200330289488980612MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT
-200330289388980613MILEFFECTSERR_RESERVED
-200330289288980614MILEFFECTSERR_CYCLEDETECTED
-200330289188980615MILEFFECTSERR_EFFECTINMORETHANONEGRAPH
-200330289088980616MILEFFECTSERR_EFFECTALREADYINAGRAPH
-200330288988980617MILEFFECTSERR_EFFECTHASNOCHILDREN
-200330288888980618MILEFFECTSERR_ALREADYATTACHEDTOLISTENER
-200330288788980619MILEFFECTSERR_NOTAFFINETRANSFORM
-20033028868898061AMILEFFECTSERR_EMPTYBOUNDS
-20033028858898061BMILEFFECTSERR_OUTPUTSIZETOOLARGE
-200330265688980700DWMERR_STATE_TRANSITION_FAILED
-200330265588980701DWMERR_THEME_FAILED
-200330265488980702DWMERR_CATASTROPHIC_FAILURE
-200330240088980800DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED
-200330239988980801DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED
-200330239888980802DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED
-200329241288982F04The codec is in the wrong state
-200329241188982F05The value is out of range
-200329240988982F07The image format is unknown
-200329240588982F0BThe SDK version is unsupported
-200329240488982F0CThe component is not initialized
-200329240388982F0DThere is already an outstanding read or write lock
-200329235288982F40The specified bitmap property cannot be found
-200329235188982F41The bitmap codec does not support the bitmap property
-200329235088982F42The bitmap property size is invalid
-200329234988982F43An unknown error has occurred
-200329234888982F44The bitmap codec does not support a thumbnail
-200329234788982F45The bitmap palette is unavailable
-200329234688982F46Too many scanlines were requested
-200329234488982F48An internal error occurred
-200329234388982F49The bitmap bounds do not match the bitmap dimensions
-200329233688982F50The component cannot be found
-200329233588982F51The bitmap size is outside the valid range
-200329233488982F52There is too much metadata to be written to the bitmap
-200329232088982F60The image is unrecognized
-200329231988982F61The image header is unrecognized
-200329231888982F62The bitmap frame is missing
-200329231788982F63The image metadata header is unrecognized
-200329230488982F70The stream data is unrecognized
-200329230388982F71Failed to write to the stream
-200329230288982F72Failed to read from the stream
-200329230188982F73The stream is not available
-200329228888982F80The bitmap pixel format is unsupported
-200329228788982F81The operation is unsupported
-200329227888982F8AThe component registration is invalid
-200329227788982F8BThe component initialization has failed
-200329227688982F8CThe buffer allocated is insufficient
-200329227588982F8DDuplicate metadata is present
-200329227488982F8EThe bitmap property type is unexpected
-200329227388982F8FThe size is unexpected
-200329227288982F90The property query is invalid
-200329227188982F91The metadata type is unexpected
-200329227088982F92The specified bitmap property is only valid at root level
-200329226988982F93The query string contains an invalid character
-200329226888982F94Windows Codecs received an error from the Win32 system
-200329226788982F95The requested level of detail is not present
-200329226688982F96The scan index is invalid
-200328396888985000Indicates an error in an input file such as a font file
-200328396788985001Indicates an error originating in DirectWrite code
-200328396688985002Indicates the specified font does not exist
-200328396588985003A font file could not be opened because the file
-200328396488985004A font file exists but could not be opened due to access denied
-200328396388985005A font collection is obsolete due to changes in the system
-200328396288985006The given interface is already registered
-200328396188985007The font cache contains invalid data
-200328396088985008A font cache file corresponds to a different version of DirectWrite
-200328395988985009The operation is not supported for this type of font
-20032839588898500AThe version of the text renderer interface is not compatible
-20032839578898500BThe flow direction conflicts with the reading direction. They must be perpendicular to each other
-20032839568898500CThe font or glyph run does not contain any colored glyphs
-20032839558898500DA font resource could not be accessed because it is remote
-20032839548898500EA font download was canceled
-20032839538898500FA font download failed
-200328395288985010A font download request was not added or a download failed because there are too many active downloads
-200323891188990001The object was not in the correct state to process the method
-200323891088990002The object has not yet been initialized
-200323890988990003The requested operation is not supported
-200323890888990004The geometry scanner failed to process the data
-200323890788990005Direct2D could not access the screen
-200323890688990006A valid display state could not be determined
-200323890588990007The supplied vector is zero
-200323890488990008An internal error (Direct2D bug) occurred. On checked builds
-200323890388990009The display format Direct2D needs to render is not supported by the hardware device
-20032389028899000AA call to this method is invalid
-20032389018899000BNo hardware rendering device is available for this operation
-20032389008899000CThere has been a presentation error that may be recoverable. The caller needs to recreate
-20032388998899000DShader construction failed because it was too complex
-20032388988899000EShader compilation failed
-20032388978899000FRequested DirectX surface size exceeded maximum texture size
-200323889688990010The requested Direct2D version is not supported
-200323889588990011Invalid number
-200323889488990012Objects used together must be created from the same factory instance
-200323889388990013A layer resource can only be in use once at any point in time
-200323889288990014The pop call did not match the corresponding push call
-200323889188990015The resource was realized on the wrong render target
-200323889088990016The push and pop calls were unbalanced
-200323888988990017Attempt to copy from a render target while a layer or clip rect is applied
-200323888888990018The brush types are incompatible for the call
-200323888788990019An unknown win32 failure occurred
-20032388868899001AThe render target is not compatible with GDI
-20032388858899001BA text client drawing effect object is of the wrong type
-20032388848899001CThe application is holding a reference to the IDWriteTextRenderer interface after the corresponding DrawText or DrawTextLayout call has returned. The IDWriteTextRenderer instance will be invalid
-20032388838899001DThe requested size is larger than the guaranteed supported texture size at the Direct3D device's current feature level
-20032388828899001EThere was a configuration error in the graph
-20032388818899001FThere was a internal configuration error in the graph
-200323888088990020There was a cycle in the graph
-200323887988990021Cannot draw with a bitmap that has the D2D1_BITMAP_OPTIONS_CANNOT_DRAW option
-200323887888990022The operation cannot complete while there are outstanding references to the target bitmap
-200323887788990023The operation failed because the original target is not currently bound as a target
-200323887688990024Cannot set the image as a target because it is either an effect or is a bitmap that does not have the D2D1_BITMAP_OPTIONS_TARGET flag set
-200323887588990025Cannot draw with a bitmap that is currently bound as the target bitmap
-200323887488990026D3D Device does not have sufficient capabilities to perform the requested action
-200323887388990027The graph could not be rendered with the context's current tiling settings
-200323887288990028The CLSID provided to Unregister did not correspond to a registered effect
-200323887188990029The specified property does not exist
-20032388708899002AThe specified sub-property does not exist
-20032388698899002BAddPage or Close called after print job is already closed
-20032388688899002CError during print control creation. Indicates that none of the package target types (representing printer formats) are supported by Direct2D print control
-20032388678899002DAn effect attempted to use a transform with too many inputs
-20032388668899002EAn error was encountered while decoding or parsing the requested glyph image
-199642316789010001The operation was preempted by a higher priority operation. It must be resumed later
-199635763189020001Function could not execute because it was deleted or garbage collected
-19139911418DEAD01BA requested object was not found.
-19139911408DEAD01CThe server received a CREATE_VOLUME subrequest of a SYNC_VOLUMES request, but the ServerVolumeTable size limit for the RequestMachine has already been reached.
-19139911388DEAD01EThe server is busy, and the client should retry the request at a later time.
-1073741823C0000001{Operation Failed} The requested operation was unsuccessful.
-1073741822C0000002{Not Implemented} The requested operation is not implemented.
-1073741821C0000003{Invalid Parameter} The specified information class is not a valid information class for the specified object.
-1073741820C0000004The specified information record length does not match the length that is required for the specified information class.
-1073741819C0000005The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
-1073741818C0000006The instruction at 0x%08lx referenced memory at 0x%08lx. The required data was not placed into memory because of an I/O error status of 0x%08lx.
-1073741817C0000007The page file quota for the process has been exhausted.
-1073741816C0000008An invalid HANDLE was specified.
-1073741815C0000009An invalid initial stack was specified in a call to NtCreateThread.
-1073741814C000000AAn invalid initial start address was specified in a call to NtCreateThread.
-1073741813C000000BAn invalid client ID was specified.
-1073741812C000000CAn attempt was made to cancel or set a timer that has an associated APC and the specified thread is not the thread that originally set the timer with an associated APC routine.
-1073741811C000000DAn invalid parameter was passed to a service or function.
-1073741810C000000EA device that does not exist was specified.
-1073741809C000000F{File Not Found} The file %hs does not exist.
-1073741808C0000010The specified request is not a valid operation for the target device.
-1073741807C0000011The end-of-file marker has been reached. There is no valid data in the file beyond this marker.
-1073741806C0000012{Wrong Volume} The wrong volume is in the drive. Insert volume %hs into drive %hs.
-1073741805C0000013{No Disk} There is no disk in the drive. Insert a disk into drive %hs.
-1073741804C0000014{Unknown Disk Format} The disk in drive %hs is not formatted properly. Check the disk, and reformat it, if needed.
-1073741803C0000015{Sector Not Found} The specified sector does not exist.
-1073741802C0000016{Still Busy} The specified I/O request packet (IRP) cannot be disposed of because the I/O operation is not complete.
-1073741801C0000017{Not Enough Quota} Not enough virtual memory or paging file quota is available to complete the specified operation.
-1073741800C0000018{Conflicting Address Range} The specified address range conflicts with the address space.
-1073741799C0000019The address range to unmap is not a mapped view.
-1073741798C000001AThe virtual memory cannot be freed.
-1073741797C000001BThe specified section cannot be deleted.
-1073741796C000001CAn invalid system service was specified in a system service call.
-1073741795C000001D{EXCEPTION} Illegal Instruction An attempt was made to execute an illegal instruction.
-1073741794C000001E{Invalid Lock Sequence} An attempt was made to execute an invalid lock sequence.
-1073741793C000001F{Invalid Mapping} An attempt was made to create a view for a section that is bigger than the section.
-1073741792C0000020{Bad File} The attributes of the specified mapping file for a section of memory cannot be read.
-1073741791C0000021{Already Committed} The specified address range is already committed.
-1073741790C0000022{Access Denied} A process has requested access to an object but has not been granted those access rights.
-1073741789C0000023{Buffer Too Small} The buffer is too small to contain the entry. No information has been written to the buffer.
-1073741788C0000024{Wrong Type} There is a mismatch between the type of object that is required by the requested operation and the type of object that is specified in the request.
-1073741787C0000025{EXCEPTION} Cannot Continue Windows cannot continue from this exception.
-1073741786C0000026An invalid exception disposition was returned by an exception handler.
-1073741785C0000027Unwind exception code.
-1073741784C0000028An invalid or unaligned stack was encountered during an unwind operation.
-1073741783C0000029An invalid unwind target was encountered during an unwind operation.
-1073741782C000002AAn attempt was made to unlock a page of memory that was not locked.
-1073741781C000002BA device parity error on an I/O operation.
-1073741780C000002CAn attempt was made to decommit uncommitted virtual memory.
-1073741779C000002DAn attempt was made to change the attributes on memory that has not been committed.
-1073741778C000002EInvalid object attributes specified to NtCreatePort or invalid port attributes specified to NtConnectPort.
-1073741777C000002FThe length of the message that was passed to NtRequestPort or NtRequestWaitReplyPort is longer than the maximum message that is allowed by the port.
-1073741776C0000030An invalid combination of parameters was specified.
-1073741775C0000031An attempt was made to lower a quota limit below the current usage.
-1073741774C0000032{Corrupt Disk} The file system structure on the disk is corrupt and unusable. Run the Chkdsk utility on the volume %hs.
-1073741773C0000033The object name is invalid.
-1073741772C0000034The object name is not found.
-1073741771C0000035The object name already exists.
-1073741769C0000037An attempt was made to send a message to a disconnected communication port.
-1073741768C0000038An attempt was made to attach to a device that was already attached to another device.
-1073741767C0000039The object path component was not a directory object.
-1073741766C000003A{Path Not Found} The path %hs does not exist.
-1073741765C000003BThe object path component was not a directory object.
-1073741764C000003C{Data Overrun} A data overrun error occurred.
-1073741763C000003D{Data Late} A data late error occurred.
-1073741762C000003E{Data Error} An error occurred in reading or writing data.
-1073741761C000003F{Bad CRC} A cyclic redundancy check (CRC) checksum error occurred.
-1073741760C0000040{Section Too Large} The specified section is too big to map the file.
-1073741759C0000041The NtConnectPort request is refused.
-1073741758C0000042The type of port handle is invalid for the operation that is requested.
-1073741757C0000043A file cannot be opened because the share access flags are incompatible.
-1073741756C0000044Insufficient quota exists to complete the operation.
-1073741755C0000045The specified page protection was not valid.
-1073741754C0000046An attempt to release a mutant object was made by a thread that was not the owner of the mutant object.
-1073741753C0000047An attempt was made to release a semaphore such that its maximum count would have been exceeded.
-1073741752C0000048An attempt was made to set the DebugPort or ExceptionPort of a process, but a port already exists in the process, or an attempt was made to set the CompletionPort of a file but a port was already set in the file, or an attempt was made to set the associated completion port of an ALPC port but it is already set.
-1073741751C0000049An attempt was made to query image information on a section that does not map an image.
-1073741750C000004AAn attempt was made to suspend a thread whose suspend count was at its maximum.
-1073741749C000004BAn attempt was made to suspend a thread that has begun termination.
-1073741748C000004CAn attempt was made to set the working set limit to an invalid value (for example, the minimum greater than maximum).
-1073741747C000004DA section was created to map a file that is not compatible with an already existing section that maps the same file.
-1073741746C000004EA view to a section specifies a protection that is incompatible with the protection of the initial view.
-1073741745C000004FAn operation involving EAs failed because the file system does not support EAs.
-1073741744C0000050An EA operation failed because the EA set is too large.
-1073741743C0000051An EA operation failed because the name or EA index is invalid.
-1073741742C0000052The file for which EAs were requested has no EAs.
-1073741741C0000053The EA is corrupt and cannot be read.
-1073741740C0000054A requested read/write cannot be granted due to a conflicting file lock.
-1073741739C0000055A requested file lock cannot be granted due to other existing locks.
-1073741738C0000056A non-close operation has been requested of a file object that has a delete pending.
-1073741737C0000057An attempt was made to set the control attribute on a file. This attribute is not supported in the destination file system.
-1073741736C0000058Indicates a revision number that was encountered or specified is not one that is known by the service. It might be a more recent revision than the service is aware of.
-1073741735C0000059Indicates that two revision levels are incompatible.
-1073741734C000005AIndicates a particular security ID cannot be assigned as the owner of an object.
-1073741733C000005BIndicates a particular security ID cannot be assigned as the primary group of an object.
-1073741732C000005CAn attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
-1073741731C000005DA mandatory group cannot be disabled.
-1073741730C000005ENo logon servers are currently available to service the logon request.
-1073741729C000005FA specified logon session does not exist. It might already have been terminated.
-1073741728C0000060A specified privilege does not exist.
-1073741727C0000061A required privilege is not held by the client.
-1073741726C0000062The name provided is not a properly formed account name.
-1073741725C0000063The specified account already exists.
-1073741724C0000064The specified account does not exist.
-1073741723C0000065The specified group already exists.
-1073741722C0000066The specified group does not exist.
-1073741721C0000067The specified user account is already in the specified group account. Also used to indicate a group cannot be deleted because it contains a member.
-1073741720C0000068The specified user account is not a member of the specified group account.
-1073741719C0000069Indicates the requested operation would disable or delete the last remaining administration account. This is not allowed to prevent creating a situation in which the system cannot be administrated.
-1073741718C000006AWhen trying to update a password, this return status indicates that the value provided as the current password is not correct.
-1073741717C000006BWhen trying to update a password, this return status indicates that the value provided for the new password contains values that are not allowed in passwords.
-1073741716C000006CWhen trying to update a password, this status indicates that some password update rule has been violated. For example, the password might not meet length criteria.
-1073741715C000006DThe attempted logon is invalid. This is either due to a bad username or authentication information.
-1073741714C000006EIndicates a referenced user name and authentication information are valid, but some user account restriction has prevented successful authentication (such as time-of-day restrictions).
-1073741713C000006FThe user account has time restrictions and cannot be logged onto at this time.
-1073741712C0000070The user account is restricted so that it cannot be used to log on from the source workstation.
-1073741711C0000071The user account password has expired.
-1073741710C0000072The referenced account is currently disabled and cannot be logged on to.
-1073741709C0000073None of the information to be translated has been translated.
-1073741708C0000074The number of LUIDs requested cannot be allocated with a single allocation.
-1073741707C0000075Indicates there are no more LUIDs to allocate.
-1073741706C0000076Indicates the sub-authority value is invalid for the particular use.
-1073741705C0000077Indicates the ACL structure is not valid.
-1073741704C0000078Indicates the SID structure is not valid.
-1073741703C0000079Indicates the SECURITY_DESCRIPTOR structure is not valid.
-1073741702C000007AIndicates the specified procedure address cannot be found in the DLL.
-1073741701C000007B{Bad Image} %hs is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support.
-1073741700C000007CAn attempt was made to reference a token that does not exist. This is typically done by referencing the token that is associated with a thread when the thread is not impersonating a client.
-1073741699C000007DIndicates that an attempt to build either an inherited ACL or ACE was not successful. This can be caused by a number of things. One of the more probable causes is the replacement of a CreatorId with a SID that did not fit into the ACE or ACL.
-1073741698C000007EThe range specified in NtUnlockFile was not locked.
-1073741697C000007FAn operation failed because the disk was full.
-1073741696C0000080The GUID allocation server is disabled at the moment.
-1073741695C0000081The GUID allocation server is enabled at the moment.
-1073741694C0000082Too many GUIDs were requested from the allocation server at once.
-1073741693C0000083The GUIDs could not be allocated because the Authority Agent was exhausted.
-1073741692C0000084The value provided was an invalid value for an identifier authority.
-1073741691C0000085No more authority agent values are available for the particular identifier authority value.
-1073741690C0000086An invalid volume label has been specified.
-1073741689C0000087A mapped section could not be extended.
-1073741688C0000088Specified section to flush does not map a data file.
-1073741687C0000089Indicates the specified image file did not contain a resource section.
-1073741686C000008AIndicates the specified resource type cannot be found in the image file.
-1073741685C000008BIndicates the specified resource name cannot be found in the image file.
-1073741684C000008C{EXCEPTION} Array bounds exceeded.
-1073741683C000008D{EXCEPTION} Floating-point denormal operand.
-1073741682C000008E{EXCEPTION} Floating-point division by zero.
-1073741681C000008F{EXCEPTION} Floating-point inexact result.
-1073741680C0000090{EXCEPTION} Floating-point invalid operation.
-1073741679C0000091{EXCEPTION} Floating-point overflow.
-1073741678C0000092{EXCEPTION} Floating-point stack check.
-1073741677C0000093{EXCEPTION} Floating-point underflow.
-1073741676C0000094{EXCEPTION} Integer division by zero.
-1073741675C0000095{EXCEPTION} Integer overflow.
-1073741674C0000096{EXCEPTION} Privileged instruction.
-1073741673C0000097An attempt was made to install more paging files than the system supports.
-1073741672C0000098The volume for a file has been externally altered such that the opened file is no longer valid.
-1073741671C0000099When a block of memory is allotted for future updates, such as the memory allocated to hold discretionary access control and primary group information, successive updates might exceed the amount of memory originally allotted. Because a quota might already have been charged to several processes that have handles to the object, it is not reasonable to alter the size of the allocated memory. Instead, a request that requires more memory than has been allotted must fail and the STATUS_ALLOTTED_SPACE_EXCEEDED error returned.
-1073741670C000009AInsufficient system resources exist to complete the API.
-1073741669C000009BAn attempt has been made to open a DFS exit path control file.
-1073741668C000009CThere are bad blocks (sectors) on the hard disk.
-1073741667C000009DThere is bad cabling, non-termination, or the controller is not able to obtain access to the hard disk.
-1073741665C000009FVirtual memory cannot be freed because the base address is not the base of the region and a region size of zero was specified.
-1073741664C00000A0An attempt was made to free virtual memory that is not allocated.
-1073741663C00000A1The working set is not big enough to allow the requested pages to be locked.
-1073741662C00000A2{Write Protect Error} The disk cannot be written to because it is write-protected. Remove the write protection from the volume %hs in drive %hs.
-1073741661C00000A3{Drive Not Ready} The drive is not ready for use; its door might be open. Check drive %hs and make sure that a disk is inserted and that the drive door is closed.
-1073741660C00000A4The specified attributes are invalid or are incompatible with the attributes for the group as a whole.
-1073741659C00000A5A specified impersonation level is invalid. Also used to indicate that a required impersonation level was not provided.
-1073741658C00000A6An attempt was made to open an anonymous-level token. Anonymous tokens cannot be opened.
-1073741657C00000A7The validation information class requested was invalid.
-1073741656C00000A8The type of a token object is inappropriate for its attempted use.
-1073741655C00000A9The type of a token object is inappropriate for its attempted use.
-1073741654C00000AAAn attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
-1073741653C00000ABThe maximum named pipe instance count has been reached.
-1073741652C00000ACAn instance of a named pipe cannot be found in the listening state.
-1073741651C00000ADThe named pipe is not in the connected or closing state.
-1073741650C00000AEThe specified pipe is set to complete operations and there are current I/O operations queued so that it cannot be changed to queue operations.
-1073741649C00000AFThe specified handle is not open to the server end of the named pipe.
-1073741648C00000B0The specified named pipe is in the disconnected state.
-1073741647C00000B1The specified named pipe is in the closing state.
-1073741646C00000B2The specified named pipe is in the connected state.
-1073741645C00000B3The specified named pipe is in the listening state.
-1073741644C00000B4The specified named pipe is not in message mode.
-1073741643C00000B5{Device Timeout} The specified I/O operation on %hs was not completed before the time-out period expired.
-1073741642C00000B6The specified file has been closed by another process.
-1073741641C00000B7Profiling is not started.
-1073741640C00000B8Profiling is not stopped.
-1073741639C00000B9The passed ACL did not contain the minimum required information.
-1073741638C00000BAThe file that was specified as a target is a directory, and the caller specified that it could be anything but a directory.
-1073741637C00000BBThe request is not supported.
-1073741636C00000BCThis remote computer is not listening.
-1073741635C00000BDA duplicate name exists on the network.
-1073741634C00000BEThe network path cannot be located.
-1073741633C00000BFThe network is busy.
-1073741632C00000C0This device does not exist.
-1073741631C00000C1The network BIOS command limit has been reached.
-1073741630C00000C2An I/O adapter hardware error has occurred.
-1073741629C00000C3The network responded incorrectly.
-1073741628C00000C4An unexpected network error occurred.
-1073741627C00000C5The remote adapter is not compatible.
-1073741626C00000C6The print queue is full.
-1073741625C00000C7Space to store the file that is waiting to be printed is not available on the server.
-1073741624C00000C8The requested print file has been canceled.
-1073741623C00000C9The network name was deleted.
-1073741622C00000CANetwork access is denied.
-1073741621C00000CB{Incorrect Network Resource Type} The specified device type (LPT, for example) conflicts with the actual device type on the remote resource.
-1073741620C00000CC{Network Name Not Found} The specified share name cannot be found on the remote server.
-1073741619C00000CDThe name limit for the network adapter card of the local computer was exceeded.
-1073741618C00000CEThe network BIOS session limit was exceeded.
-1073741617C00000CFFile sharing has been temporarily paused.
-1073741616C00000D0No more connections can be made to this remote computer at this time because the computer has already accepted the maximum number of connections.
-1073741615C00000D1Print or disk redirection is temporarily paused.
-1073741614C00000D2A network data fault occurred.
-1073741613C00000D3The number of active profiling objects is at the maximum and no more can be started.
-1073741612C00000D4{Incorrect Volume} The destination file of a rename request is located on a different device than the source of the rename request.
-1073741611C00000D5The specified file has been renamed and thus cannot be modified.
-1073741610C00000D6{Network Request Timeout} The session with a remote server has been disconnected because the time-out interval for a request has expired.
-1073741609C00000D7Indicates an attempt was made to operate on the security of an object that does not have security associated with it.
-1073741608C00000D8Used to indicate that an operation cannot continue without blocking for I/O.
-1073741607C00000D9Used to indicate that a read operation was done on an empty pipe.
-1073741606C00000DAConfiguration information could not be read from the domain controller, either because the machine is unavailable or access has been denied.
-1073741605C00000DBIndicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
-1073741604C00000DCIndicates the Sam Server was in the wrong state to perform the desired operation.
-1073741603C00000DDIndicates the domain was in the wrong state to perform the desired operation.
-1073741602C00000DEThis operation is only allowed for the primary domain controller of the domain.
-1073741601C00000DFThe specified domain did not exist.
-1073741600C00000E0The specified domain already exists.
-1073741599C00000E1An attempt was made to exceed the limit on the number of domains per server for this release.
-1073741598C00000E2An error status returned when the opportunistic lock (oplock) request is denied.
-1073741597C00000E3An error status returned when an invalid opportunistic lock (oplock) acknowledgment is received by a file system.
-1073741596C00000E4This error indicates that the requested operation cannot be completed due to a catastrophic media failure or an on-disk data structure corruption.
-1073741595C00000E5An internal error occurred.
-1073741594C00000E6Indicates generic access types were contained in an access mask which should already be mapped to non-generic access types.
-1073741593C00000E7Indicates a security descriptor is not in the necessary format (absolute or self-relative).
-1073741592C00000E8An access to a user buffer failed at an expected point in time. This code is defined because the caller does not want to accept STATUS_ACCESS_VIOLATION in its filter.
-1073741591C00000E9If an I/O error that is not defined in the standard FsRtl filter is returned, it is converted to the following error, which is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.
-1073741590C00000EAIf an MM error that is not defined in the standard FsRtl filter is returned, it is converted to one of the following errors, which are guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.
-1073741589C00000EBIf an MM error that is not defined in the standard FsRtl filter is returned, it is converted to one of the following errors, which are guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.
-1073741588C00000ECIf an MM error that is not defined in the standard FsRtl filter is returned, it is converted to one of the following errors, which are guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.
-1073741587C00000EDThe requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
-1073741586C00000EEAn attempt has been made to start a new session manager or LSA logon session by using an ID that is already in use.
-1073741585C00000EFAn invalid parameter was passed to a service or function as the first argument.
-1073741584C00000F0An invalid parameter was passed to a service or function as the second argument.
-1073741583C00000F1An invalid parameter was passed to a service or function as the third argument.
-1073741582C00000F2An invalid parameter was passed to a service or function as the fourth argument.
-1073741581C00000F3An invalid parameter was passed to a service or function as the fifth argument.
-1073741580C00000F4An invalid parameter was passed to a service or function as the sixth argument.
-1073741579C00000F5An invalid parameter was passed to a service or function as the seventh argument.
-1073741578C00000F6An invalid parameter was passed to a service or function as the eighth argument.
-1073741577C00000F7An invalid parameter was passed to a service or function as the ninth argument.
-1073741576C00000F8An invalid parameter was passed to a service or function as the tenth argument.
-1073741575C00000F9An invalid parameter was passed to a service or function as the eleventh argument.
-1073741574C00000FAAn invalid parameter was passed to a service or function as the twelfth argument.
-1073741573C00000FBAn attempt was made to access a network file, but the network software was not yet started.
-1073741572C00000FCAn attempt was made to start the redirector, but the redirector has already been started.
-1073741571C00000FDA new guard page for the stack cannot be created.
-1073741570C00000FEA specified authentication package is unknown.
-1073741569C00000FFA malformed function table was encountered during an unwind operation.
-1073741568C0000100Indicates the specified environment variable name was not found in the specified environment block.
-1073741567C0000101Indicates that the directory trying to be deleted is not empty.
-1073741566C0000102{Corrupt File} The file or directory %hs is corrupt and unreadable. Run the Chkdsk utility.
-1073741565C0000103A requested opened file is not a directory.
-1073741564C0000104The logon session is not in a state that is consistent with the requested operation.
-1073741563C0000105An internal LSA error has occurred. An authentication package has requested the creation of a logon session but the ID of an already existing logon session has been specified.
-1073741562C0000106A specified name string is too long for its intended use.
-1073741561C0000107The user attempted to force close the files on a redirected drive, but there were opened files on the drive, and the user did not specify a sufficient level of force.
-1073741560C0000108The user attempted to force close the files on a redirected drive, but there were opened directories on the drive, and the user did not specify a sufficient level of force.
-1073741559C0000109RtlFindMessage could not locate the requested message ID in the message table resource.
-1073741558C000010AAn attempt was made to duplicate an object handle into or out of an exiting process.
-1073741557C000010BIndicates an invalid value has been provided for the LogonType requested.
-1073741556C000010CIndicates 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. This causes the protection attempt to fail, which might cause a file creation attempt to fail.
-1073741555C000010DIndicates that an attempt has been made to impersonate via a named pipe that has not yet been read from.
-1073741554C000010EIndicates that the specified image is already loaded.
-1073741545C0000117Indicates that an attempt was made to change the size of the LDT for a process that has no LDT.
-1073741544C0000118Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.
-1073741543C0000119Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
-1073741542C000011AIndicates that the user supplied an invalid descriptor when trying to set up LDT descriptors.
-1073741541C000011BThe specified image file did not have the correct format. It appears to be NE format.
-1073741540C000011CIndicates that the transaction state of a registry subtree is incompatible with the requested operation. For example, a request has been made to start a new transaction with one already in progress, or a request has been made to apply a transaction when one is not currently in progress.
-1073741539C000011DIndicates an error has occurred during a registry transaction commit. The database has been left in an unknown, but probably inconsistent, state. The state of the registry transaction is left as COMMITTING.
-1073741538C000011EAn attempt was made to map a file of size zero with the maximum size specified as zero.
-1073741537C000011FToo many files are opened on a remote server. This error should only be returned by the Windows redirector on a remote drive.
-1073741536C0000120The I/O request was canceled.
-1073741535C0000121An attempt has been made to remove a file or directory that cannot be deleted.
-1073741534C0000122Indicates a name that was specified as a remote computer name is syntactically invalid.
-1073741533C0000123An I/O request other than close was performed on a file after it was deleted, which can only happen to a request that did not complete before the last handle was closed via NtClose.
-1073741532C0000124Indicates an operation that is incompatible with built-in accounts has been attempted on a built-in (special) SAM account. For example, built-in accounts cannot be deleted.
-1073741531C0000125The operation requested cannot be performed on the specified group because it is a built-in special group.
-1073741530C0000126The operation requested cannot be performed on the specified user because it is a built-in special user.
-1073741529C0000127Indicates a member cannot be removed from a group because the group is currently the member's primary group.
-1073741528C0000128An I/O request other than close and several other special case operations was attempted using a file object that had already been closed.
-1073741527C0000129Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token can be performed only when a process has zero or one threads.
-1073741526C000012AAn attempt was made to operate on a thread within a specific process, but the specified thread is not in the specified process.
-1073741525C000012BAn attempt was made to establish a token for use as a primary token but the token is already in use. A token can only be the primary token of one process at a time.
-1073741524C000012CThe page file quota was exceeded.
-1073741523C000012D{Out of Virtual Memory} Your system is low on virtual memory. To ensure that Windows runs correctly, increase the size of your virtual memory paging file. For more information, see Help.
-1073741522C000012EThe specified image file did not have the correct format: it appears to be LE format.
-1073741521C000012FThe specified image file did not have the correct format: it did not have an initial MZ.
-1073741520C0000130The specified image file did not have the correct format: it did not have a proper e_lfarlc in the MZ header.
-1073741519C0000131The specified image file did not have the correct format: it appears to be a 16-bit Windows image.
-1073741518C0000132The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
-1073741517C0000133The time at the primary domain controller is different from the time at the backup domain controller or member server by too large an amount.
-1073741516C0000134On applicable Windows Server releases, the SAM database is significantly out of synchronization with the copy on the domain controller. A complete synchronization is required.
-1073741515C0000135{Unable To Locate Component} This application has failed to start because %hs was not found. Reinstalling the application might fix this problem.
-1073741514C0000136The 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.
-1073741513C0000137{Privilege Failed} The I/O permissions for the process could not be changed.
-1073741512C0000138{Ordinal Not Found} The ordinal %ld could not be located in the dynamic link library %hs.
-1073741511C0000139{Entry Point Not Found} The procedure entry point %hs could not be located in the dynamic link library %hs.
-1073741510C000013A{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.
-1073741509C000013B{Virtual Circuit Closed} The network transport on your computer has closed a network connection. There might or might not be I/O requests outstanding.
-1073741508C000013C{Virtual Circuit Closed} The network transport on a remote computer has closed a network connection. There might or might not be I/O requests outstanding.
-1073741507C000013D{Insufficient Resources on Remote Computer} The remote computer has insufficient resources to complete the network request. For example, the remote computer might not have enough available memory to carry out the request at this time.
-1073741506C000013E{Virtual Circuit Closed} An existing connection (virtual circuit) has been broken at the remote computer. There is probably something wrong with the network software protocol or the network hardware on the remote computer.
-1073741505C000013F{Virtual Circuit Closed} The network transport on your computer has closed a network connection because it had to wait too long for a response from the remote computer.
-1073741504C0000140The connection handle that was given to the transport was invalid.
-1073741503C0000141The address handle that was given to the transport was invalid.
-1073741502C0000142{DLL Initialization Failed} Initialization of the dynamic link library %hs failed. The process is terminating abnormally.
-1073741501C0000143{Missing System File} The required system file %hs is bad or missing.
-1073741500C0000144{Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
-1073741499C0000145{Application Error} The application failed to initialize properly (0x%lx). Click OK to terminate the application.
-1073741498C0000146{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.
-1073741497C0000147{No Paging File Specified} No paging file was specified in the system configuration.
-1073741496C0000148{Incorrect System Call Level} An invalid level was passed into the specified system call.
-1073741495C0000149{Incorrect Password to LAN Manager Server} You specified an incorrect password to a LAN Manager 2.x or MS-NET server.
-1073741494C000014A{EXCEPTION} A real-mode application issued a floating-point instruction and floating-point hardware is not present.
-1073741493C000014BThe pipe operation has failed because the other end of the pipe has been closed.
-1073741492C000014C{The Registry Is Corrupt} The structure of one of the files that contains registry data is corrupt; the image of the file in memory is corrupt; or the file could not be recovered because the alternate copy or log was absent or corrupt.
-1073741491C000014DAn I/O operation initiated by the Registry failed and cannot be recovered. The registry could not read in, write out, or flush one of the files that contain the system's image of the registry.
-1073741490C000014EAn 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.
-1073741489C000014FThe volume does not contain a recognized file system. Be sure that all required file system drivers are loaded and that the volume is not corrupt.
-1073741488C0000150No serial device was successfully initialized. The serial driver will unload.
-1073741487C0000151The specified local group does not exist.
-1073741486C0000152The specified account name is not a member of the group.
-1073741485C0000153The specified account name is already a member of the group.
-1073741484C0000154The specified local group already exists.
-1073741483C0000155A requested type of logon (for example, interactive, network, and service) is not granted by the local security policy of the target system. Ask the system administrator to grant the necessary form of logon.
-1073741482C0000156The maximum number of secrets that can be stored in a single system was exceeded. The length and number of secrets is limited to satisfy U.S. State Department export restrictions.
-1073741481C0000157The length of a secret exceeds the maximum allowable length. The length and number of secrets is limited to satisfy U.S. State Department export restrictions.
-1073741480C0000158The local security authority (LSA) database contains an internal inconsistency.
-1073741479C0000159The requested operation cannot be performed in full-screen mode.
-1073741478C000015ADuring a logon attempt, the user's security context accumulated too many security IDs. This is a very unusual situation. Remove the user from some global or local groups to reduce the number of security IDs to incorporate into the security context.
-1073741477C000015BA user has requested a type of logon (for example, interactive or network) that has not been granted. An administrator has control over who can logon interactively and through the network.
-1073741476C000015CThe system has attempted to load or restore a file into the registry, and the specified file is not in the format of a registry file.
-1073741475C000015DAn attempt was made to change a user password in the security account manager without providing the necessary Windows cross-encrypted password.
-1073741474C000015EA domain server has an incorrect configuration.
-1073741473C000015FAn attempt was made to explicitly access the secondary copy of information via a device control to the fault tolerance driver and the secondary copy is not present in the system.
-1073741472C0000160A configuration registry node that represents a driver service entry was ill-formed and did not contain the required value entries.
-1073741471C0000161An illegal character was encountered. For a multibyte character set, this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
-1073741470C0000162No mapping for the Unicode character exists in the target multibyte code page.
-1073741469C0000163The Unicode character is not defined in the Unicode character set that is installed on the system.
-1073741468C0000164The paging file cannot be created on a floppy disk.
-1073741467C0000165{Floppy Disk Error} While accessing a floppy disk, an ID address mark was not found.
-1073741466C0000166{Floppy Disk Error} While accessing a floppy disk, the track address from the sector ID field was found to be different from the track address that is maintained by the controller.
-1073741465C0000167{Floppy Disk Error} The floppy disk controller reported an error that is not recognized by the floppy disk driver.
-1073741464C0000168{Floppy Disk Error} While accessing a floppy-disk, the controller returned inconsistent results via its registers.
-1073741463C0000169{Hard Disk Error} While accessing the hard disk, a recalibrate operation failed, even after retries.
-1073741462C000016A{Hard Disk Error} While accessing the hard disk, a disk operation failed even after retries.
-1073741461C000016B{Hard Disk Error} While accessing the hard disk, a disk controller reset was needed, but even that failed.
-1073741460C000016CAn attempt was made 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. Two concurrent opens of devices that share an IRQ and only work via interrupts is not supported for the particular bus type that the devices use.
-1073741459C000016D{FT Orphaning} A disk that is part of a fault-tolerant volume can no longer be accessed.
-1073741458C000016EThe basic input/output system (BIOS) failed to connect a system interrupt to the device or bus for which the device is connected.
-1073741454C0000172The tape could not be partitioned.
-1073741453C0000173When accessing a new tape of a multi-volume partition, the current blocksize is incorrect.
-1073741452C0000174The tape partition information could not be found when loading a tape.
-1073741451C0000175An attempt to lock the eject media mechanism failed.
-1073741450C0000176An attempt to unload media failed.
-1073741449C0000177The physical end of tape was detected.
-1073741448C0000178{No Media} There is no media in the drive. Insert media into drive %hs.
-1073741446C000017AA member could not be added to or removed from the local group because the member does not exist.
-1073741445C000017BA new member could not be added to a local group because the member has the wrong account type.
-1073741444C000017CAn illegal operation was attempted on a registry key that has been marked for deletion.
-1073741443C000017DThe system could not allocate the required space in a registry log.
-1073741442C000017EToo many SIDs have been specified.
-1073741441C000017FAn attempt was made to change a user password in the security account manager without providing the necessary LM cross-encrypted password.
-1073741440C0000180An attempt was made to create a symbolic link in a registry key that already has subkeys or values.
-1073741439C0000181An attempt was made to create a stable subkey under a volatile parent key.
-1073741438C0000182The I/O device is configured incorrectly or the configuration parameters to the driver are incorrect.
-1073741437C0000183An error was detected between two drivers or within an I/O driver.
-1073741436C0000184The device is not in a valid state to perform this request.
-1073741435C0000185The I/O device reported an I/O error.
-1073741434C0000186A protocol error was detected between the driver and the device.
-1073741433C0000187This operation is only allowed for the primary domain controller of the domain.
-1073741432C0000188The log file space is insufficient to support this operation.
-1073741431C0000189A write operation was attempted to a volume after it was dismounted.
-1073741430C000018AThe workstation does not have a trust secret for the primary domain in the local LSA database.
-1073741429C000018BOn applicable Windows Server releases, the SAM database does not have a computer account for this workstation trust relationship.
-1073741428C000018CThe logon request failed because the trust relationship between the primary domain and the trusted domain failed.
-1073741427C000018DThe logon request failed because the trust relationship between this workstation and the primary domain failed.
-1073741426C000018EThe Eventlog log file is corrupt.
-1073741425C000018FNo Eventlog log file could be opened. The Eventlog service did not start.
-1073741424C0000190The network logon failed. This might be because the validation authority cannot be reached.
-1073741423C0000191An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
-1073741422C0000192An attempt was made to logon, but the NetLogon service was not started.
-1073741421C0000193The user account has expired.
-1073741420C0000194{EXCEPTION} Possible deadlock condition.
-1073741419C0000195Multiple 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.
-1073741418C0000196An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
-1073741417C0000197The log file has changed between reads.
-1073741416C0000198The account used is an interdomain trust account. Use your global user account or local user account to access this server.
-1073741415C0000199The account used is a computer account. Use your global user account or local user account to access this server.
-1073741414C000019AThe account used is a server trust account. Use your global user account or local user account to access this server.
-1073741413C000019BThe name or SID of the specified domain is inconsistent with the trust information for that domain.
-1073741412C000019CA volume has been accessed for which a file system driver is required that has not yet been loaded.
-1073741411C000019DIndicates that the specified image is already loaded as a DLL.
-1073741410C000019EShort name settings cannot be changed on this volume due to the global registry setting.
-1073741409C000019FShort names are not enabled on this volume.
-1073741408C00001A0The security stream for the given volume is in an inconsistent state. Please run CHKDSK on the volume.
-1073741407C00001A1A requested file lock operation cannot be processed due to an invalid byte range.
-1073741406C00001A2The specified access control entry (ACE) contains an invalid condition.
-1073741405C00001A3The subsystem needed to support the image type is not present.
-1073741404C00001A4The specified file already has a notification GUID associated with it.
-1073741311C0000201A remote open failed because the network open restrictions were not satisfied.
-1073741310C0000202There is no user session key for the specified logon session.
-1073741309C0000203The remote user session has been deleted.
-1073741308C0000204Indicates the specified resource language ID cannot be found in the image file.
-1073741307C0000205Insufficient server resources exist to complete the request.
-1073741306C0000206The size of the buffer is invalid for the specified operation.
-1073741305C0000207The transport rejected the specified network address as invalid.
-1073741304C0000208The transport rejected the specified network address due to invalid use of a wildcard.
-1073741303C0000209The transport address could not be opened because all the available addresses are in use.
-1073741302C000020AThe transport address could not be opened because it already exists.
-1073741301C000020BThe transport address is now closed.
-1073741300C000020CThe transport connection is now disconnected.
-1073741299C000020DThe transport connection has been reset.
-1073741298C000020EThe transport cannot dynamically acquire any more nodes.
-1073741297C000020FThe transport aborted a pending transaction.
-1073741296C0000210The transport timed out a request that is waiting for a response.
-1073741295C0000211The transport did not receive a release for a pending response.
-1073741294C0000212The transport did not find a transaction that matches the specific token.
-1073741293C0000213The transport had previously responded to a transaction request.
-1073741292C0000214The transport does not recognize the specified transaction request ID.
-1073741291C0000215The transport does not recognize the specified transaction request type.
-1073741290C0000216The transport can only process the specified request on the server side of a session.
-1073741289C0000217The transport can only process the specified request on the client side of a session.
-1073741288C0000218{Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.
-1073741287C0000219{Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. Choosing OK will terminate the process, and choosing Cancel will ignore the error.
-1073741286C000021A{Fatal System Error} The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.
-1073741285C000021B{Data Not Accepted} The TDI client could not handle the data received during an indication.
-1073741284C000021C{Unable to Retrieve Browser Server List} The list of servers for this workgroup is not currently available.
-1073741283C000021DNTVDM encountered a hard error.
-1073741282C000021E{Cancel Timeout} The driver %hs failed to complete a canceled I/O request in the allotted time.
-1073741281C000021F{Reply Message Mismatch} 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.
-1073741280C0000220{Mapped View Alignment Incorrect} An attempt was made to map a view of a file, but either the specified base address or the offset into the file were not aligned on the proper allocation granularity.
-1073741279C0000221{Bad Image Checksum} The image %hs is possibly corrupt. The header checksum does not match the computed checksum.
-1073741278C0000222{Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error might be caused by a failure of your computer hardware or network connection. Try to save this file elsewhere.
-1073741277C0000223The parameters passed to the server in the client/server shared memory window were invalid. Too much data might have been put in the shared memory window.
-1073741276C0000224The user password must be changed before logging on the first time.
-1073741275C0000225The object was not found.
-1073741274C0000226The stream is not a tiny stream.
-1073741273C0000227A transaction recovery failed.
-1073741272C0000228The request must be handled by the stack overflow code.
-1073741271C0000229A consistency check failed.
-1073741270C000022AThe attempt to insert the ID in the index failed because the ID is already in the index.
-1073741269C000022BThe attempt to set the object ID failed because the object already has an ID.
-1073741268C000022CInternal 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.
-1073741267C000022DThe request needs to be retried.
-1073741266C000022EThe attempt to find the object found an object on the volume that matches by ID; however, it is out of the scope of the handle that is used for the operation.
-1073741265C000022FThe bucket array must be grown. Retry the transaction after doing so.
-1073741264C0000230The specified property set does not exist on the object.
-1073741263C0000231The user/kernel marshaling buffer has overflowed.
-1073741262C0000232The supplied variant structure contains invalid data.
-1073741261C0000233A domain controller for this domain was not found.
-1073741260C0000234The user account has been automatically locked because too many invalid logon attempts or password change attempts have been requested.
-1073741259C0000235NtClose was called on a handle that was protected from close via NtSetInformationObject.
-1073741258C0000236The transport-connection attempt was refused by the remote system.
-1073741257C0000237The transport connection was gracefully closed.
-1073741256C0000238The transport endpoint already has an address associated with it.
-1073741255C0000239An address has not yet been associated with the transport endpoint.
-1073741254C000023AAn operation was attempted on a nonexistent transport connection.
-1073741253C000023BAn invalid operation was attempted on an active transport connection.
-1073741252C000023CThe remote network is not reachable by the transport.
-1073741251C000023DThe remote system is not reachable by the transport.
-1073741250C000023EThe remote system does not support the transport protocol.
-1073741249C000023FNo service is operating at the destination port of the transport on the remote system.
-1073741248C0000240The request was aborted.
-1073741247C0000241The transport connection was aborted by the local system.
-1073741246C0000242The specified buffer contains ill-formed data.
-1073741245C0000243The requested operation cannot be performed on a file with a user mapped section open.
-1073741244C0000244{Audit Failed} An attempt to generate a security audit failed.
-1073741243C0000245The timer resolution was not previously set by the current process.
-1073741242C0000246A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.
-1073741241C0000247Attempting to log on during an unauthorized time of day for this account.
-1073741240C0000248The account is not authorized to log on from this station.
-1073741239C0000249{UP/MP Image Mismatch} The image %hs has been modified for use on a uniprocessor system, but you are running it on a multiprocessor machine. Reinstall the image file.
-1073741232C0000250There is insufficient account information to log you on.
-1073741231C0000251{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entry point should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO might cause the application to operate incorrectly.
-1073741230C0000252{Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entry point should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process might operate incorrectly.
-1073741229C0000253The server received the messages but did not send a reply.
-1073741228C0000254There is an IP address conflict with another system on the network.
-1073741227C0000255There is an IP address conflict with another system on the network.
-1073741226C0000256{Low On Registry Space} The system has reached the maximum size that is allowed for the system part of the registry. Additional storage requests will be ignored.
-1073741225C0000257The contacted server does not support the indicated part of the DFS namespace.
-1073741224C0000258A callback return system service cannot be executed when no callback is active.
-1073741223C0000259The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because the service has already accepted the maximum number of connections.
-1073741222C000025AThe password provided is too short to meet the policy of your user account. Choose a longer password.
-1073741221C000025BThe policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised, contact your administrator immediately to have a new one assigned.
-1073741220C000025CYou have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Select a password that you have not previously used.
-1073741218C000025EYou have attempted to load a legacy device driver while its device instance had been disabled.
-1073741217C000025FThe specified compression format is unsupported.
-1073741216C0000260The specified hardware profile configuration is invalid.
-1073741215C0000261The specified Plug and Play registry device path is invalid.
-1073741214C0000262{Driver Entry Point Not Found} The %hs device driver could not locate the ordinal %ld in driver %hs.
-1073741213C0000263{Driver Entry Point Not Found} The %hs device driver could not locate the entry point %hs in driver %hs.
-1073741212C0000264{Application Error} The application attempted to release a resource it did not own. Click OK to terminate the application.
-1073741211C0000265An attempt was made to create more links on a file than the file system supports.
-1073741210C0000266The specified quota list is internally inconsistent with its descriptor.
-1073741209C0000267The specified file has been relocated to offline storage.
-1073741208C0000268{Windows Evaluation Notification} 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, upgrade this installation by using a licensed distribution of this product.
-1073741207C0000269{Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range that is reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
-1073741206C000026A{License Violation} The system has detected tampering with your registered product type. This is a violation of your software license. Tampering with the product type is not permitted.
-1073741205C000026B{DLL Initialization Failed} The application failed to initialize because the window station is shutting down.
-1073741204C000026C{Unable to Load Device Driver} %hs device driver could not be loaded. Error Status was 0x%x.
-1073741203C000026DDFS is unavailable on the contacted server.
-1073741202C000026EAn operation was attempted to a volume after it was dismounted.
-1073741201C000026FAn internal error occurred in the Win32 x86 emulation subsystem.
-1073741200C0000270Win32 x86 emulation subsystem floating-point stack check.
-1073741199C0000271The validation process needs to continue on to the next step.
-1073741198C0000272There was no match for the specified key in the index.
-1073741197C0000273There are no more matches for the current index enumeration.
-1073741195C0000275The NTFS file or directory is not a reparse point.
-1073741194C0000276The Windows I/O reparse tag passed for the NTFS reparse point is invalid.
-1073741193C0000277The Windows I/O reparse tag does not match the one that is in the NTFS reparse point.
-1073741192C0000278The user data passed for the NTFS reparse point is invalid.
-1073741191C0000279The layered file system driver for this I/O tag did not handle it when needed.
-1073741184C0000280The NTFS symbolic link could not be resolved even though the initial file name is valid.
-1073741183C0000281The NTFS directory is a reparse point.
-1073741182C0000282The range could not be added to the range list because of a conflict.
-1073741181C0000283The specified medium changer source element contains no media.
-1073741180C0000284The specified medium changer destination element already contains media.
-1073741179C0000285The specified medium changer element does not exist.
-1073741178C0000286The specified element is contained in a magazine that is no longer present.
-1073741177C0000287The device requires re-initialization due to hardware errors.
-1073741174C000028AThe file encryption attempt failed.
-1073741173C000028BThe file decryption attempt failed.
-1073741172C000028CThe specified range could not be found in the range list.
-1073741171C000028DThere is no encryption recovery policy configured for this system.
-1073741170C000028EThe required encryption driver is not loaded for this system.
-1073741169C000028FThe file was encrypted with a different encryption driver than is currently loaded.
-1073741168C0000290There are no EFS keys defined for the user.
-1073741167C0000291The specified file is not encrypted.
-1073741166C0000292The specified file is not in the defined EFS export format.
-1073741165C0000293The specified file is encrypted and the user does not have the ability to decrypt it.
-1073741163C0000295The GUID passed was not recognized as valid by a WMI data provider.
-1073741162C0000296The instance name passed was not recognized as valid by a WMI data provider.
-1073741161C0000297The data item ID passed was not recognized as valid by a WMI data provider.
-1073741160C0000298The WMI request could not be completed and should be retried.
-1073741159C0000299The policy object is shared and can only be modified at the root.
-1073741158C000029AThe policy object does not exist when it should.
-1073741157C000029BThe requested policy information only lives in the Ds.
-1073741156C000029CThe volume must be upgraded to enable this feature.
-1073741155C000029DThe remote storage service is not operational at this time.
-1073741154C000029EThe remote storage service encountered a media error.
-1073741153C000029FThe tracking (workstation) service is not running.
-1073741152C00002A0The server process is running under a SID that is different from the SID that is required by client.
-1073741151C00002A1The specified directory service attribute or value does not exist.
-1073741150C00002A2The attribute syntax specified to the directory service is invalid.
-1073741149C00002A3The attribute type specified to the directory service is not defined.
-1073741148C00002A4The specified directory service attribute or value already exists.
-1073741147C00002A5The directory service is busy.
-1073741146C00002A6The directory service is unavailable.
-1073741145C00002A7The directory service was unable to allocate a relative identifier.
-1073741144C00002A8The directory service has exhausted the pool of relative identifiers.
-1073741143C00002A9The requested operation could not be performed because the directory service is not the master for that type of operation.
-1073741142C00002AAThe directory service was unable to initialize the subsystem that allocates relative identifiers.
-1073741141C00002ABThe requested operation did not satisfy one or more constraints that are associated with the class of the object.
-1073741140C00002ACThe directory service can perform the requested operation only on a leaf object.
-1073741139C00002ADThe directory service cannot perform the requested operation on the Relatively Defined Name (RDN) attribute of an object.
-1073741138C00002AEThe directory service detected an attempt to modify the object class of an object.
-1073741137C00002AFAn error occurred while performing a cross domain move operation.
-1073741136C00002B0Unable to contact the global catalog server.
-1073741135C00002B1The requested operation requires a directory service, and none was available.
-1073741134C00002B2The reparse attribute cannot be set because it is incompatible with an existing attribute.
-1073741133C00002B3A group marked "use for deny only" cannot be enabled.
-1073741132C00002B4{EXCEPTION} Multiple floating-point faults.
-1073741131C00002B5{EXCEPTION} Multiple floating-point traps.
-1073741130C00002B6The device has been removed.
-1073741129C00002B7The volume change journal is being deleted.
-1073741128C00002B8The volume change journal is not active.
-1073741127C00002B9The requested interface is not supported.
-1073741119C00002C1A directory service resource limit has been exceeded.
-1073741118C00002C2{System Standby Failed} The driver %hs does not support standby mode. Updating this driver allows the system to go to standby mode.
-1073741117C00002C3Mutual Authentication failed. The server password is out of date at the domain controller.
-1073741116C00002C4The system file %1 has become corrupt and has been replaced.
-1073741115C00002C5{EXCEPTION} Alignment Error A data type misalignment error was detected in a load or store instruction.
-1073741114C00002C6The WMI data item or data block is read-only.
-1073741113C00002C7The WMI data item or data block could not be changed.
-1073741112C00002C8{Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications might be denied. For more information, see Help.
-1073741111C00002C9{EXCEPTION} Register NaT consumption faults. A NaT value is consumed on a non-speculative instruction.
-1073741110C00002CAThe transport element of the medium changer contains media, which is causing the operation to fail.
-1073741109C00002CBSecurity Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Click OK to shut down this system and restart in Directory Services Restore Mode. Check the event log for more detailed information.
-1073741108C00002CCThis operation is supported only when you are connected to the server.
-1073741107C00002CDOnly an administrator can modify the membership list of an administrative group.
-1073741106C00002CEA device was removed so enumeration must be restarted.
-1073741105C00002CFThe journal entry has been deleted from the journal.
-1073741104C00002D0Cannot change the primary group ID of a domain controller account.
-1073741103C00002D1{Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.
-1073741102C00002D2The device will not start without a reboot.
-1073741101C00002D3The power state of the current device cannot support this request.
-1073741100C00002D4The specified group type is invalid.
-1073741099C00002D5In a mixed domain, no nesting of a global group if the group is security enabled.
-1073741098C00002D6In a mixed domain, cannot nest local groups with other local groups, if the group is security enabled.
-1073741097C00002D7A global group cannot have a local group as a member.
-1073741096C00002D8A global group cannot have a universal group as a member.
-1073741095C00002D9A universal group cannot have a local group as a member.
-1073741094C00002DAA global group cannot have a cross-domain member.
-1073741093C00002DBA local group cannot have another cross-domain local group as a member.
-1073741092C00002DCCannot change to a security-disabled group because primary members are in this group.
-1073741091C00002DDThe WMI operation is not supported by the data block or method.
-1073741090C00002DEThere is not enough power to complete the requested operation.
-1073741089C00002DFThe Security Accounts Manager needs to get the boot password.
-1073741088C00002E0The Security Accounts Manager needs to get the boot key from the floppy disk.
-1073741087C00002E1The directory service cannot start.
-1073741086C00002E2The directory service could not start because of the following error: %hs Error Status: 0x%x. Click OK to shut down this system and restart in Directory Services Restore Mode. Check the event log for more detailed information.
-1073741085C00002E3The Security Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Click OK to shut down this system and restart in Safe Mode. Check the event log for more detailed information.
-1073741084C00002E4The requested operation can be performed only on a global catalog server.
-1073741083C00002E5A local group can only be a member of other local groups in the same domain.
-1073741082C00002E6Foreign security principals cannot be members of universal groups.
-1073741081C00002E7Your 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.
-1073741079C00002E9This operation cannot be performed on the current domain.
-1073741078C00002EAThe directory or file cannot be created.
-1073741077C00002EBThe system is in the process of shutting down.
-1073741076C00002ECDirectory Services could not start because of the following error: %hs Error Status: 0x%x. Click OK to shut down the system. You can use the recovery console to diagnose the system further.
-1073741075C00002EDSecurity Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Click OK to shut down the system. You can use the recovery console to diagnose the system further.
-1073741074C00002EEA security context was deleted before the context was completed. This is considered a logon failure.
-1073741073C00002EFThe client is trying to negotiate a context and the server requires user-to-user but did not send a TGT reply.
-1073741072C00002F0An object ID was not found in the file.
-1073741071C00002F1Unable to accomplish the requested task because the local machine does not have any IP addresses.
-1073741070C00002F2The supplied credential handle does not match the credential that is associated with the security context.
-1073741069C00002F3The crypto system or checksum function is invalid because a required function is unavailable.
-1073741068C00002F4The number of maximum ticket referrals has been exceeded.
-1073741067C00002F5The local machine must be a Kerberos KDC (domain controller) and it is not.
-1073741066C00002F6The other end of the security negotiation requires strong crypto but it is not supported on the local machine.
-1073741065C00002F7The KDC reply contained more than one principal name.
-1073741064C00002F8Expected to find PA data for a hint of what etype to use, but it was not found.
-1073741063C00002F9The client certificate does not contain a valid UPN, or does not match the client name in the logon request. Contact your administrator.
-1073741062C00002FASmart card logon is required and was not used.
-1073741061C00002FBAn invalid request was sent to the KDC.
-1073741060C00002FCThe KDC was unable to generate a referral for the service requested.
-1073741059C00002FDThe encryption type requested is not supported by the KDC.
-1073741058C00002FEA system shutdown is in progress.
-1073741057C00002FFThe server machine is shutting down.
-1073741056C0000300This operation is not supported on a computer running Windows Server 2003 for Small Business Server.
-1073741055C0000301The WMI GUID is no longer available.
-1073741054C0000302Collection or events for the WMI GUID is already disabled.
-1073741053C0000303Collection or events for the WMI GUID is already enabled.
-1073741052C0000304The master file table on the volume is too fragmented to complete this operation.
-1073741051C0000305Copy protection failure.
-1073741050C0000306Copy protection error—DVD CSS Authentication failed.
-1073741049C0000307Copy protection error—The specified sector does not contain a valid key.
-1073741048C0000308Copy protection error—DVD session key not established.
-1073741047C0000309Copy protection error—The read failed because the sector is encrypted.
-1073741046C000030ACopy protection error—The region of the specified DVD does not correspond to the region setting of the drive.
-1073741045C000030BCopy protection error—The region setting of the drive might be permanent.
-1073741024C0000320The Kerberos protocol encountered an error while validating the KDC certificate during smart card logon. There is more information in the system event log.
-1073741023C0000321The Kerberos protocol encountered an error while attempting to use the smart card subsystem.
-1073741022C0000322The target server does not have acceptable Kerberos credentials.
-1073740976C0000350The transport determined that the remote system is down.
-1073740975C0000351An unsupported pre-authentication mechanism was presented to the Kerberos package.
-1073740974C0000352The encryption algorithm that is used on the source file needs a bigger key buffer than the one that is used on the destination file.
-1073740973C0000353An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
-1073740972C0000354An attempt to do an operation on a debug port failed because the port is in the process of being deleted.
-1073740971C0000355This version of Windows is not compatible with the behavior version of the directory forest, domain, or domain controller.
-1073740970C0000356The specified event is currently not being audited.
-1073740969C0000357The machine account was created prior to Windows NT 4.0. The account needs to be recreated.
-1073740968C0000358An account group cannot have a universal group as a member.
-1073740967C0000359The specified image file did not have the correct format; it appears to be a 32-bit Windows image.
-1073740966C000035AThe specified image file did not have the correct format; it appears to be a 64-bit Windows image.
-1073740965C000035BThe client's supplied SSPI channel bindings were incorrect.
-1073740964C000035CThe client session has expired; so the client must re-authenticate to continue accessing the remote resources.
-1073740963C000035DThe AppHelp dialog box canceled; thus preventing the application from starting.
-1073740962C000035EThe SID filtering operation removed all SIDs.
-1073740961C000035FThe driver was not loaded because the system is starting in safe mode.
-1073740959C0000361Access to %1 has been restricted by your Administrator by the default software restriction policy level.
-1073740958C0000362Access to %1 has been restricted by your Administrator by location with policy rule %2 placed on path %3.
-1073740957C0000363Access to %1 has been restricted by your Administrator by software publisher policy.
-1073740956C0000364Access to %1 has been restricted by your Administrator by policy rule %2.
-1073740955C0000365The driver was not loaded because it failed its initialization call.
-1073740954C0000366The device encountered an error while applying power or reading the device configuration. This might be caused by a failure of your hardware or by a poor connection.
-1073740952C0000368The create operation failed because the name contained at least one mount point that resolves to a volume to which the specified device object is not attached.
-1073740951C0000369The device object parameter is either not a valid device object or is not attached to the volume that is specified by the file name.
-1073740950C000036AA machine check error has occurred. Check the system event log for additional information.
-1073740949C000036BDriver %2 has been blocked from loading.
-1073740948C000036CDriver %2 has been blocked from loading.
-1073740947C000036DThere was error [%2] processing the driver database.
-1073740946C000036ESystem hive size has exceeded its limit.
-1073740945C000036FA dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.
-1073740943C0000371The local account store does not contain secret material for the specified account.
-1073740942C0000372Access to %1 has been restricted by your Administrator by policy rule %2.
-1073740941C0000373The system was not able to allocate enough memory to perform a stack switch.
-1073740940C0000374A heap has been corrupted.
-1073740928C0000380An incorrect PIN was presented to the smart card.
-1073740927C0000381The smart card is blocked.
-1073740926C0000382No PIN was presented to the smart card.
-1073740925C0000383No smart card is available.
-1073740924C0000384The requested key container does not exist on the smart card.
-1073740923C0000385The requested certificate does not exist on the smart card.
-1073740922C0000386The requested keyset does not exist.
-1073740921C0000387A communication error with the smart card has been detected.
-1073740920C0000388The system detected a possible attempt to compromise security. Ensure that you can contact the server that authenticated you.
-1073740919C0000389The smart card certificate used for authentication has been revoked. Contact your system administrator. There might be additional information in the event log.
-1073740918C000038AAn untrusted certificate authority was detected while processing the smart card certificate that is used for authentication. Contact your system administrator.
-1073740917C000038BThe revocation status of the smart card certificate that is used for authentication could not be determined. Contact your system administrator.
-1073740916C000038CThe smart card certificate used for authentication was not trusted. Contact your system administrator.
-1073740915C000038DThe smart card certificate used for authentication has expired. Contact your system administrator.
-1073740914C000038EThe driver could not be loaded because a previous version of the driver is still in memory.
-1073740913C000038FThe smart card provider could not perform the action because the context was acquired as silent.
-1073740799C0000401The delegated trust creation quota of the current user has been exceeded.
-1073740798C0000402The total delegated trust creation quota has been exceeded.
-1073740797C0000403The delegated trust deletion quota of the current user has been exceeded.
-1073740796C0000404The requested name already exists as a unique identifier.
-1073740795C0000405The requested object has a non-unique identifier and cannot be retrieved.
-1073740794C0000406The group cannot be converted due to attribute restrictions on the requested group type.
-1073740793C0000407{Volume Shadow Copy Service} Wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
-1073740792C0000408Kerberos sub-protocol User2User is required.
-1073740791C0000409The 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.
-1073740790C000040AThe Kerberos subsystem encountered an error. A service for user protocol request was made against a domain controller which does not support service for user.
-1073740789C000040BAn attempt was made by this server to make a Kerberos constrained delegation request for a target that is outside the server realm. This action is not supported and the resulting error indicates a misconfiguration on the allowed-to-delegate-to list for this server. Contact your administrator.
-1073740788C000040CThe revocation status of the domain controller certificate used for smart card authentication could not be determined. There is additional information in the system event log. Contact your system administrator.
-1073740787C000040DAn untrusted certificate authority was detected while processing the domain controller certificate used for authentication. There is additional information in the system event log. Contact your system administrator.
-1073740786C000040EThe domain controller certificate used for smart card logon has expired. Contact your system administrator with the contents of your system event log.
-1073740785C000040FThe domain controller certificate used for smart card logon has been revoked. Contact your system administrator with the contents of your system event log.
-1073740784C0000410Data present in one of the parameters is more than the function can operate on.
-1073740783C0000411The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.
-1073740782C0000412An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.
-1073740781C0000413Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine.
-1073740780C0000414%hs is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.
-1073740779C0000415{Display Driver Stopped Responding} The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft.
-1073740778C0000416The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.
-1073740777C0000417An invalid parameter was passed to a C runtime function.
-1073740776C0000418The authentication failed because NTLM was blocked.
-1073740775C0000419The source object's SID already exists in destination forest.
-1073740774C000041AThe domain name of the trusted domain already exists in the forest.
-1073740773C000041BThe flat name of the trusted domain already exists in the forest.
-1073740772C000041CThe User Principal Name (UPN) is invalid.
-1073740768C0000420There has been an assertion failure.
-1073740767C0000421Application verifier has found an error in the current process.
-1073740765C0000423A user mode unwind is in progress.
-1073740764C0000424%2 has been blocked from loading due to incompatibility with this system. Contact your software vendor for a compatible version of the driver.
-1073740763C0000425Illegal operation attempted on a registry key which has already been unloaded.
-1073740762C0000426Compression is disabled for this volume.
-1073740761C0000427The requested operation could not be completed due to a file system limitation.
-1073740760C0000428The hash for image %hs cannot be found in the system catalogs. The image is likely corrupt or the victim of tampering.
-1073740759C0000429The implementation is not capable of performing the request.
-1073740758C000042AThe requested operation is out of order with respect to other operations.
-1073740757C000042BAn operation attempted to exceed an implementation-defined limit.
-1073740756C000042CThe requested operation requires elevation.
-1073740755C000042DThe required security context does not exist.
-1073740754C000042EThe PKU2U protocol encountered an error while attempting to utilize the associated certificates.
-1073740750C0000432The operation was attempted beyond the valid data length of the file.
-1073740749C0000433The attempted write operation encountered a write already in progress for some portion of the range.
-1073740748C0000434The page fault mappings changed in the middle of processing a fault so the operation must be retried.
-1073740747C0000435The attempt to purge this file from memory failed to purge some or all the data from memory.
-1073740736C0000440The requested credential requires confirmation.
-1073740735C0000441The remote server sent an invalid response for a file being opened with Client Side Encryption.
-1073740734C0000442Client Side Encryption is not supported by the remote server even though it claims to support it.
-1073740733C0000443File is encrypted and should be opened in Client Side Encryption mode.
-1073740732C0000444A new encrypted file is being created and a $EFS needs to be provided.
-1073740731C0000445The SMB client requested a CSE FSCTL on a non-CSE file.
-1073740730C0000446Indicates a particular Security ID cannot be assigned as the label of an object.
-1073740720C0000450The process hosting the driver for this device has terminated.
-1073740719C0000451The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.
-1073740718C0000452The requested system device cannot be found.
-1073740717C0000453This boot application must be restarted.
-1073740716C0000454Insufficient NVRAM resources exist to complete the API. A reboot might be required.
-1073740704C0000460No ranges for the specified operation were able to be processed.
-1073740701C0000463The storage device does not support Offload Write.
-1073740700C0000464Data cannot be moved because the source device cannot communicate with the destination device.
-1073740699C0000465The token representing the data is invalid or expired.
-1073740698C0000466The file server is temporarily unavailable.
-1073740697C0000467The file is temporarily unavailable.
-1073740672C0000480The share is temporarily unavailable.
-1073740544C0000500The specified task name is invalid.
-1073740543C0000501The specified task index is invalid.
-1073740542C0000502The specified thread is already joining a task.
-1073740541C0000503A callback has requested to bypass native code.
-1073740286C0000602A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately.
-1073740285C0000603Windows cannot verify the digital signature for this file. The signing certificate for this file has been revoked.
-1073740032C0000700The ALPC port is closed.
-1073740031C0000701The ALPC message requested is no longer available.
-1073740030C0000702The ALPC message supplied is invalid.
-1073740029C0000703The ALPC message has been canceled.
-1073740028C0000704Invalid recursive dispatch attempt.
-1073740027C0000705No receive buffer has been supplied in a synchronous request.
-1073740026C0000706The connection port is used in an invalid context.
-1073740025C0000707The ALPC port does not accept new request messages.
-1073740024C0000708The resource requested is already in use.
-1073740023C0000709The hardware has reported an uncorrectable memory error.
-1073740022C000070AStatus 0x%08x was returned, waiting on handle 0x%x for wait 0x%p, in waiter 0x%p.
-1073740021C000070BAfter a callback to 0x%p(0x%p), a completion call to Set event(0x%p) failed with status 0x%08x.
-1073740020C000070CAfter a callback to 0x%p(0x%p), a completion call to ReleaseSemaphore(0x%p, %d) failed with status 0x%08x.
-1073740019C000070DAfter a callback to 0x%p(0x%p), a completion call to ReleaseMutex(%p) failed with status 0x%08x.
-1073740018C000070EAfter a callback to 0x%p(0x%p), a completion call to FreeLibrary(%p) failed with status 0x%08x.
-1073740017C000070FThe thread pool 0x%p was released while a thread was posting a callback to 0x%p(0x%p) to it.
-1073740016C0000710A thread pool worker thread is impersonating a client, after a callback to 0x%p(0x%p). This is unexpected, indicating that the callback is missing a call to revert the impersonation.
-1073740015C0000711A thread pool worker thread is impersonating a client, after executing an APC. This is unexpected, indicating that the APC is missing a call to revert the impersonation.
-1073740014C0000712Either the target process, or the target thread's containing process, is a protected process.
-1073740013C0000713A thread is getting dispatched with MCA EXCEPTION because of MCA.
-1073740012C0000714The client certificate account mapping is not unique.
-1073740011C0000715The symbolic link cannot be followed because its type is disabled.
-1073740010C0000716Indicates that the specified string is not valid for IDN normalization.
-1073740009C0000717No mapping for the Unicode character exists in the target multi-byte code page.
-1073740008C0000718The provided callback is already registered.
-1073740007C0000719The provided context did not match the target.
-1073740006C000071AThe specified port already has a completion list.
-1073740005C000071BA threadpool worker thread entered a callback at thread base priority 0x%x and exited at priority 0x%x. This is unexpected, indicating that the callback missed restoring the priority.
-1073740004C000071CAn invalid thread, handle %p, is specified for this operation. Possibly, a threadpool worker thread was specified.
-1073740003C000071DA threadpool worker thread entered a callback, which left transaction state. This is unexpected, indicating that the callback missed clearing the transaction.
-1073740002C000071EA threadpool worker thread entered a callback, which left the loader lock held. This is unexpected, indicating that the callback missed releasing the lock.
-1073740001C000071FA threadpool worker thread entered a callback, which left with preferred languages set. This is unexpected, indicating that the callback missed clearing them.
-1073740000C0000720A threadpool worker thread entered a callback, which left with background priorities set. This is unexpected, indicating that the callback missed restoring the original priorities.
-1073739999C0000721A threadpool worker thread entered a callback at thread affinity %p and exited at affinity %p. This is unexpected, indicating that the callback missed restoring the priority.
-1073739776C0000800The attempted operation required self healing to be enabled.
-1073739775C0000801The directory service cannot perform the requested operation because a domain rename operation is in progress.
-1073739774C0000802An operation failed because the storage quota was exceeded.
-1073739772C0000804An operation failed because the content was blocked.
-1073739771C0000805The operation could not be completed due to bad clusters on disk.
-1073739770C0000806The operation could not be completed because the volume is dirty. Please run the Chkdsk utility and try again.
-1073739519C0000901This file is checked out or locked for editing by another user.
-1073739518C0000902The file must be checked out before saving changes.
-1073739517C0000903The file type being saved or retrieved has been blocked.
-1073739516C0000904The file size exceeds the limit allowed and cannot be saved.
-1073739515C0000905Access Denied. Before opening files in this location, you must first browse to the e.g. site and select the option to log on automatically.
-1073739514C0000906The operation did not complete successfully because the file contains a virus.
-1073739513C0000907This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location.
-1073739512C0000908The resources required for this device conflict with the MCFG table.
-1073739511C0000909The operation did not complete successfully because it would cause an oplock to be broken. The caller has requested that existing oplocks not be broken.
-1073739509C000090BBad data.
-1073702760C0009898WOW Assertion Error.
-1073700864C000A000The cryptographic signature is invalid.
-1073700863C000A001The cryptographic provider does not support HMAC.
-1073700862C000A002The computed authentication tag did not match the input authentication tag.
-1073700848C000A010The IPsec queue overflowed.
-1073700847C000A011The neighbor discovery queue overflowed.
-1073700846C000A012An Internet Control Message Protocol (ICMP) hop limit exceeded error was received.
-1073700845C000A013The protocol is not installed on the local machine.
-1073700736C000A080{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error might be caused by network connectivity issues. Try to save this file elsewhere.
-1073700735C000A081{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Try to save this file elsewhere.
-1073700734C000A082{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error might be caused if the device has been removed or the media is write-protected.
-1073700733C000A083Windows was unable to parse the requested XML data.
-1073700732C000A084An error was encountered while processing an XML digital signature.
-1073700731C000A085This indicates that the caller made the connection request in the wrong routing compartment.
-1073700730C000A086This indicates that there was an AuthIP failure when attempting to connect to the remote host.
-1073700729C000A087OID mapped groups cannot have members.
-1073700728C000A088The specified OID cannot be found.
-1073700608C000A100Hash generation for the specified version and hash type is not enabled on server.
-1073700607C000A101The hash requests is not present or not up to date with the current file contents.
-1073700191C000A2A1A file system filter on the server has not opted in for Offload Read support.
-1073700190C000A2A2A file system filter on the server has not opted in for Offload Write support.
-1073700189C000A2A3Offload read operations cannot be performed on: Compressed files Sparse files Encrypted files File system metadata files
-1073700188C000A2A4Offload write operations cannot be performed on: Compressed files Sparse files Encrypted files File system metadata files
-1073676287C0010001The debugger did not perform a state change.
-1073676286C0010002The debugger found that the application is not idle.
-1073610751C0020001The string binding is invalid.
-1073610750C0020002The binding handle is not the correct type.
-1073610749C0020003The binding handle is invalid.
-1073610748C0020004The RPC protocol sequence is not supported.
-1073610747C0020005The RPC protocol sequence is invalid.
-1073610746C0020006The string UUID is invalid.
-1073610745C0020007The endpoint format is invalid.
-1073610744C0020008The network address is invalid.
-1073610743C0020009No endpoint was found.
-1073610742C002000AThe time-out value is invalid.
-1073610741C002000BThe object UUID was not found.
-1073610740C002000CThe object UUID has already been registered.
-1073610739C002000DThe type UUID has already been registered.
-1073610738C002000EThe RPC server is already listening.
-1073610737C002000FNo protocol sequences have been registered.
-1073610736C0020010The RPC server is not listening.
-1073610735C0020011The manager type is unknown.
-1073610734C0020012The interface is unknown.
-1073610733C0020013There are no bindings.
-1073610732C0020014There are no protocol sequences.
-1073610731C0020015The endpoint cannot be created.
-1073610730C0020016Insufficient resources are available to complete this operation.
-1073610729C0020017The RPC server is unavailable.
-1073610728C0020018The RPC server is too busy to complete this operation.
-1073610727C0020019The network options are invalid.
-1073610726C002001ANo RPCs are active on this thread.
-1073610725C002001BThe RPC failed.
-1073610724C002001CThe RPC failed and did not execute.
-1073610723C002001DAn RPC protocol error occurred.
-1073610721C002001FThe RPC server does not support the transfer syntax.
-1073610719C0020021The type UUID is not supported.
-1073610718C0020022The tag is invalid.
-1073610717C0020023The array bounds are invalid.
-1073610716C0020024The binding does not contain an entry name.
-1073610715C0020025The name syntax is invalid.
-1073610714C0020026The name syntax is not supported.
-1073610712C0020028No network address is available to construct a UUID.
-1073610711C0020029The endpoint is a duplicate.
-1073610710C002002AThe authentication type is unknown.
-1073610709C002002BThe maximum number of calls is too small.
-1073610708C002002CThe string is too long.
-1073610707C002002DThe RPC protocol sequence was not found.
-1073610706C002002EThe procedure number is out of range.
-1073610705C002002FThe binding does not contain any authentication information.
-1073610704C0020030The authentication service is unknown.
-1073610703C0020031The authentication level is unknown.
-1073610702C0020032The security context is invalid.
-1073610701C0020033The authorization service is unknown.
-1073610700C0020034The entry is invalid.
-1073610699C0020035The operation cannot be performed.
-1073610698C0020036No more endpoints are available from the endpoint mapper.
-1073610697C0020037No interfaces have been exported.
-1073610696C0020038The entry name is incomplete.
-1073610695C0020039The version option is invalid.
-1073610694C002003AThere are no more members.
-1073610693C002003BThere is nothing to unexport.
-1073610692C002003CThe interface was not found.
-1073610691C002003DThe entry already exists.
-1073610690C002003EThe entry was not found.
-1073610689C002003FThe name service is unavailable.
-1073610688C0020040The network address family is invalid.
-1073610687C0020041The requested operation is not supported.
-1073610686C0020042No security context is available to allow impersonation.
-1073610685C0020043An internal error occurred in the RPC.
-1073610684C0020044The RPC server attempted to divide an integer by zero.
-1073610683C0020045An addressing error occurred in the RPC server.
-1073610682C0020046A floating point operation at the RPC server caused a divide by zero.
-1073610681C0020047A floating point underflow occurred at the RPC server.
-1073610680C0020048A floating point overflow occurred at the RPC server.
-1073610679C0020049An RPC is already in progress for this thread.
-1073610678C002004AThere are no more bindings.
-1073610677C002004BThe group member was not found.
-1073610676C002004CThe endpoint mapper database entry could not be created.
-1073610675C002004DThe object UUID is the nil UUID.
-1073610673C002004FNo interfaces have been registered.
-1073610672C0020050The RPC was canceled.
-1073610671C0020051The binding handle does not contain all the required information.
-1073610670C0020052A communications failure occurred during an RPC.
-1073610669C0020053The requested authentication level is not supported.
-1073610668C0020054No principal name was registered.
-1073610667C0020055The error specified is not a valid Windows RPC error code.
-1073610665C0020057A security package-specific error occurred.
-1073610664C0020058The thread was not canceled.
-1073610654C0020062Invalid asynchronous RPC handle.
-1073610653C0020063Invalid asynchronous RPC call handle for this operation.
-1073610652C0020064Access to the HTTP proxy is denied.
-1073545215C0030001The list of RPC servers available for auto-handle binding has been exhausted.
-1073545214C0030002The file designated by DCERPCCHARTRANS cannot be opened.
-1073545213C0030003The file containing the character translation table has fewer than 512 bytes.
-1073545212C0030004A null context handle is passed as an [in] parameter.
-1073545211C0030005The context handle does not match any known context handles.
-1073545210C0030006The context handle changed during a call.
-1073545209C0030007The binding handles passed to an RPC do not match.
-1073545208C0030008The stub is unable to get the call handle.
-1073545207C0030009A null reference pointer was passed to the stub.
-1073545206C003000AThe enumeration value is out of range.
-1073545205C003000BThe byte count is too small.
-1073545204C003000CThe stub received bad data.
-1073545127C0030059Invalid operation on the encoding/decoding handle.
-1073545126C003005AIncompatible version of the serializing package.
-1073545125C003005BIncompatible version of the RPC stub.
-1073545124C003005CThe RPC pipe object is invalid or corrupt.
-1073545123C003005DAn invalid operation was attempted on an RPC pipe object.
-1073545122C003005EUnsupported RPC pipe version.
-1073545121C003005FThe RPC pipe object has already been closed.
-1073545120C0030060The RPC call completed before all pipes were processed.
-1073545119C0030061No more data is available from the RPC pipe.
-1073479627C0040035A device is missing in the system BIOS MPS table. This device will not be used. Contact your system vendor for a system BIOS update.
-1073479626C0040036A translator failed to translate resources.
-1073479625C0040037An IRQ translator failed to translate resources.
-1073479624C0040038Driver %2 returned an invalid ID for a child device (%3).
-1073479623C0040039Reissue the given operation as a cached I/O operation
-1073151999C0090001The specified event is currently not being audited.
-1073151998C0090002The SID filtering operation removed all SIDs.
-1073151997C0090003Business rule scripts are disabled for the calling application.
-1073086463C00A0001Session name %1 is invalid.
-1073086462C00A0002The protocol driver %1 is invalid.
-1073086461C00A0003The protocol driver %1 was not found in the system path.
-1073086458C00A0006A close operation is pending on the terminal connection.
-1073086457C00A0007No free output buffers are available.
-1073086456C00A0008The MODEM.INF file was not found.
-1073086455C00A0009The modem (%1) was not found in the MODEM.INF file.
-1073086454C00A000AThe modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.
-1073086453C00A000BThe modem did not respond to the command sent to it. Verify that the modem cable is properly attached and the modem is turned on.
-1073086452C00A000CCarrier detection has failed or the carrier has been dropped due to disconnection.
-1073086451C00A000DA dial tone was not detected within the required time. Verify that the phone cable is properly attached and functional.
-1073086450C00A000EA busy signal was detected at a remote site on callback.
-1073086449C00A000FA voice was detected at a remote site on callback.
-1073086448C00A0010Transport driver error.
-1073086446C00A0012The client you are using is not licensed to use this system. Your logon request is denied.
-1073086445C00A0013The system has reached its licensed logon limit. Try again later.
-1073086444C00A0014The system license has expired. Your logon request is denied.
-1073086443C00A0015The specified session cannot be found.
-1073086442C00A0016The specified session name is already in use.
-1073086441C00A0017The requested operation cannot be completed because the terminal connection is currently processing a connect, disconnect, reset, or delete operation.
-1073086440C00A0018An attempt has been made to connect to a session whose video mode is not supported by the current client.
-1073086430C00A0022The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.
-1073086428C00A0024The 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.
-1073086426C00A0026The client failed to respond to the server connect message.
-1073086425C00A0027Disconnecting the console session is not supported.
-1073086424C00A0028Reconnecting a disconnected session to the console is not supported.
-1073086422C00A002AThe request to control another session remotely was denied.
-1073086421C00A002BA process has requested access to a session, but has not been granted those access rights.
-1073086418C00A002EThe terminal connection driver %1 is invalid.
-1073086417C00A002FThe terminal connection driver %1 was not found in the system path.
-1073086416C00A0030The requested session cannot be controlled remotely. You cannot control your own session, a session that is trying to control your session, a session that has no user logged on, or other sessions from the console.
-1073086415C00A0031The requested session is not configured to allow remote control.
-1073086414C00A0032The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client.
-1073086413C00A0033Your 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 client. Contact your system administrator for help in entering a valid, unique license number for this terminal server client. Click OK to continue.
-1073086412C00A0034Your request to connect to this terminal server has been rejected. Your terminal server client license number is currently being used by another user. Contact your system administrator to obtain a new copy of the terminal server client with a valid, unique license number. Click OK to continue.
-1073086411C00A0035The 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.
-1073086410C00A0036Remote control could not be terminated because the specified session is not currently being remotely controlled.
-1073086409C00A0037Your interactive logon privilege has been disabled. Contact your system administrator.
-1073086408C00A0038The terminal server security layer detected an error in the protocol stream and has disconnected the client.
-1073086407C00A0039The target session is incompatible with the current session.
-1073020927C00B0001The resource loader failed to find an MUI file.
-1073020926C00B0002The resource loader failed to load an MUI file because the file failed to pass validation.
-1073020925C00B0003The RC manifest is corrupted with garbage data, is an unsupported version, or is missing a required item.
-1073020924C00B0004The RC manifest has an invalid culture name.
-1073020923C00B0005The RC manifest has and invalid ultimate fallback name.
-1073020922C00B0006The resource loader cache does not have a loaded MUI entry.
-1073020921C00B0007The user stopped resource enumeration.
-1072889851C00D0005There is no connection established with the Windows Media server. The operation failed.
-1072889850C00D0006Unable to establish a connection to the server.
-1072889849C00D0007Unable to destroy the title.
-1072889848C00D0008Unable to rename the title.
-1072889847C00D0009Unable to offline disk.
-1072889846C00D000AUnable to online disk.
-1072889845C00D000BThere is no file parser registered for this type of file.
-1072889844C00D000CThere is no data connection established.
-1072889843C00D000DFailed to load the local play DLL.
-1072889842C00D000EThe network is busy.
-1072889841C00D000FThe server session limit was exceeded.
-1072889840C00D0010The network connection already exists.
-1072889839C00D0011Index %1 is invalid.
-1072889838C00D0012There is no protocol or protocol version supported by both the client and the server.
-1072889837C00D0013The server, a computer set up to offer multimedia content to other computers, could not handle your request for multimedia content in a timely manner. Please try again later.
-1072889836C00D0014Error writing to the network.
-1072889835C00D0015Error reading from the network.
-1072889834C00D0016Error writing to a disk.
-1072889833C00D0017Error reading from a disk.
-1072889832C00D0018Error writing to a file.
-1072889831C00D0019Error reading from a file.
-1072889830C00D001AThe system cannot find the file specified.
-1072889829C00D001BThe file already exists.
-1072889828C00D001CThe file name, directory name, or volume label syntax is incorrect.
-1072889827C00D001DFailed to open a file.
-1072889826C00D001EUnable to allocate a file.
-1072889825C00D001FUnable to initialize a file.
-1072889824C00D0020Unable to play a file.
-1072889823C00D0021Could not set the disk UID.
-1072889822C00D0022An error was induced for testing purposes.
-1072889821C00D0023Two Content Servers failed to communicate.
-1072889820C00D0024An unknown error occurred.
-1072889819C00D0025The requested resource is in use.
-1072889818C00D0026The specified protocol is not recognized. Be sure that the file name and syntax, such as slashes, are correct for the protocol.
-1072889817C00D0027The network service provider failed.
-1072889816C00D0028An attempt to acquire a network resource failed.
-1072889815C00D0029The network connection has failed.
-1072889814C00D002AThe session is being terminated locally.
-1072889813C00D002BThe request is invalid in the current state.
-1072889812C00D002CThere is insufficient bandwidth available to fulfill the request.
-1072889811C00D002DThe disk is not rebuilding.
-1072889810C00D002EAn operation requested for a particular time could not be carried out on schedule.
-1072889809C00D002FInvalid or corrupt data was encountered.
-1072889808C00D0030The bandwidth required to stream a file is higher than the maximum file bandwidth allowed on the server.
-1072889807C00D0031The client cannot have any more files open simultaneously.
-1072889806C00D0032The server received invalid data from the client on the control connection.
-1072889805C00D0033There is no stream available.
-1072889804C00D0034There is no more data in the stream.
-1072889803C00D0035The specified server could not be found.
-1072889802C00D0036The specified name is already in use.
-1072889801C00D0037The specified address is already in use.
-1072889800C00D0038The specified address is not a valid multicast address.
-1072889799C00D0039The specified adapter address is invalid.
-1072889798C00D003AThe specified delivery mode is invalid.
-1072889797C00D003BThe specified station does not exist.
-1072889796C00D003CThe specified stream does not exist.
-1072889795C00D003DThe specified archive could not be opened.
-1072889794C00D003EThe system cannot find any titles on the server.
-1072889793C00D003FThe system cannot find the client specified.
-1072889792C00D0040The Blackhole Address is not initialized.
-1072889791C00D0041The station does not support the stream format.
-1072889790C00D0042The specified key is not valid.
-1072889789C00D0043The specified port is not valid.
-1072889788C00D0044The specified TTL is not valid.
-1072889787C00D0045The request to fast forward or rewind could not be fulfilled.
-1072889786C00D0046Unable to load the appropriate file parser.
-1072889785C00D0047Cannot exceed the maximum bandwidth limit.
-1072889784C00D0048Invalid value for LogFilePeriod.
-1072889783C00D0049Cannot exceed the maximum client limit.
-1072889782C00D004AThe maximum log file size has been reached.
-1072889781C00D004BCannot exceed the maximum file rate.
-1072889780C00D004CUnknown file type.
-1072889779C00D004DThe specified file, %1, cannot be loaded onto the specified server, %2.
-1072889778C00D004EThere was a usage error with file parser.
-1072889776C00D0050The Title Server %1 has failed.
-1072889773C00D0053Content Server %1 (%2) has failed.
-1072889771C00D0055Disk %1 ( %2 ) on Content Server %3, has failed.
-1072889760C00D0060The NetShow data stream limit of %1 streams was reached.
-1072889759C00D0061The NetShow Video Server was unable to allocate a %1 block file named %2.
-1072889758C00D0062A Content Server was unable to page a block.
-1072889757C00D0063Disk %1 has unrecognized control block version %2.
-1072889756C00D0064Disk %1 has incorrect uid %2.
-1072889755C00D0065Disk %1 has unsupported file system major version %2.
-1072889754C00D0066Disk %1 has bad stamp number in control block.
-1072889753C00D0067Disk %1 is partially reconstructed.
-1072889752C00D0068EnactPlan gives up.
-1072889750C00D006AThe key was not found in the registry.
-1072889749C00D006BThe publishing point cannot be started because the server does not have the appropriate stream formats. Use the Multicast Announcement Wizard to create a new announcement for this publishing point.
-1072889748C00D006CNo reference URLs were found in an ASX file.
-1072889747C00D006DError opening wave device, the device might be in use.
-1072889745C00D006FUnable to establish a connection to the NetShow event monitor service.
-1072889743C00D0071No device driver is present on the system.
-1072889742C00D0072No specified device driver is present.
-1072889656C00D00C8Netshow Events Monitor is not operational and has been disconnected.
-1072889655C00D00C9Disk %1 is remirrored.
-1072889654C00D00CAInsufficient data found.
-1072889653C00D00CB1 failed in file %2 line %3.
-1072889652C00D00CCThe specified adapter name is invalid.
-1072889651C00D00CDThe application is not licensed for this feature.
-1072889650C00D00CEUnable to contact the server.
-1072889649C00D00CFMaximum number of titles exceeded.
-1072889648C00D00D0Maximum size of a title exceeded.
-1072889647C00D00D1UDP protocol not enabled. Not trying %1!ls!.
-1072889646C00D00D2TCP protocol not enabled. Not trying %1!ls!.
-1072889645C00D00D3HTTP protocol not enabled. Not trying %1!ls!.
-1072889644C00D00D4The product license has expired.
-1072889643C00D00D5Source file exceeds the per title maximum bitrate. See NetShow Theater documentation for more information.
-1072889642C00D00D6The program name cannot be empty.
-1072889641C00D00D7Station %1 does not exist.
-1072889640C00D00D8You need to define at least one station before this operation can complete.
-1072889639C00D00D9The index specified is invalid.
-1072889456C00D0190Content Server %1 (%2) has failed its link to Content Server %3.
-1072889454C00D0192Content Server %1 (%2) has incorrect uid %3.
-1072889451C00D0195Server unreliable because multiple components failed.
-1072889445C00D019BContent Server %1 (%2) is unable to communicate with the Media System Network Protocol.
-1072887823C00D07F1Nothing to do.
-1072887822C00D07F2Not receiving data from the server.
-1072886856C00D0BB8The input media format is invalid.
-1072886855C00D0BB9The MSAudio codec is not installed on this system.
-1072886854C00D0BBAAn unexpected error occurred with the MSAudio codec.
-1072886853C00D0BBBThe output media format is invalid.
-1072886852C00D0BBCThe object must be fully configured before audio samples can be processed.
-1072886851C00D0BBDYou need a license to perform the requested operation on this media file.
-1072886850C00D0BBEYou need a license to perform the requested operation on this media file.
-1072886849C00D0BBFThis media file is corrupted or invalid. Contact the content provider for a new file.
-1072886848C00D0BC0The license for this media file has expired. Get a new license or contact the content provider for further assistance.
-1072886847C00D0BC1You are not allowed to open this file. Contact the content provider for further assistance.
-1072886846C00D0BC2The requested audio codec is not installed on this system.
-1072886845C00D0BC3An unexpected error occurred with the audio codec.
-1072886844C00D0BC4The requested video codec is not installed on this system.
-1072886843C00D0BC5An unexpected error occurred with the video codec.
-1072886842C00D0BC6The Profile is invalid.
-1072886841C00D0BC7A new version of the SDK is needed to play the requested content.
-1072886838C00D0BCAThe requested URL is not available in offline mode.
-1072886837C00D0BCBThe requested URL cannot be accessed because there is no network connection.
-1072886836C00D0BCCThe encoding process was unable to keep up with the amount of supplied data.
-1072886835C00D0BCDThe given property is not supported.
-1072886834C00D0BCEWindows Media Player cannot copy the files to the CD because they are 8-bit. Convert the files to 16-bit, 44-kHz stereo files by using Sound Recorder or another audio-processing program, and then try again.
-1072886833C00D0BCFThere are no more samples in the current range.
-1072886832C00D0BD0The given sampling rate is invalid.
-1072886831C00D0BD1The given maximum packet size is too small to accommodate this profile.)
-1072886830C00D0BD2The packet arrived too late to be of use.
-1072886829C00D0BD3The packet is a duplicate of one received before.
-1072886828C00D0BD4Supplied buffer is too small.
-1072886827C00D0BD5The wrong number of preprocessing passes was used for the stream's output type.
-1072886826C00D0BD6An attempt was made to add, modify, or delete a read only attribute.
-1072886825C00D0BD7An attempt was made to add attribute that is not allowed for the given media type.
-1072886824C00D0BD8The EDL provided is invalid.
-1072886823C00D0BD9The Data Unit Extension data was too large to be used.
-1072886822C00D0BDAAn unexpected error occurred with a DMO codec.
-1072886820C00D0BDCThis feature has been disabled by group policy.
-1072886819C00D0BDDThis feature is disabled in this SKU.
-1072885856C00D0FA0There is no CD in the CD drive. Insert a CD, and then try again.
-1072885855C00D0FA1Windows Media Player could not use digital playback to play the CD. To switch to analog playback, on the Tools menu, click Options, and then click the Devices tab. Double-click the CD drive, and then in the Playback area, click Analog. For additional assistance, click Web Help.
-1072885854C00D0FA2Windows Media Player no longer detects a connected portable device. Reconnect your portable device, and then try synchronizing the file again.
-1072885853C00D0FA3Windows Media Player cannot play the file. The portable device does not support the specified file type.
-1072885852C00D0FA4Windows Media Player could not use digital playback to play the CD. The Player has automatically switched the CD drive to analog playback. To switch back to digital CD playback, use the Devices tab. For additional assistance, click Web Help.
-1072885851C00D0FA5An invalid line error occurred in the mixer.
-1072885850C00D0FA6An invalid control error occurred in the mixer.
-1072885849C00D0FA7An invalid value error occurred in the mixer.
-1072885848C00D0FA8An unrecognized MMRESULT occurred in the mixer.
-1072885847C00D0FA9User has stopped the operation.
-1072885846C00D0FAAWindows Media Player cannot rip the track because a compatible MP3 encoder is not installed on your computer. Install a compatible MP3 encoder or choose a different format to rip to (such as Windows Media Audio).
-1072885845C00D0FABWindows Media Player cannot read the CD. The disc might be dirty or damaged. Turn on error correction, and then try again.
-1072885844C00D0FACWindows Media Player cannot read the CD. The disc might be dirty or damaged or the CD drive might be malfunctioning.
-1072885843C00D0FADFor best performance, do not play CD tracks while ripping them.
-1072885842C00D0FAEIt is not possible to directly burn tracks from one CD to another CD. You must first rip the tracks from the CD to your computer, and then burn the files to a blank CD.
-1072885841C00D0FAFCould not open a sound mixer driver.
-1072885840C00D0FB0Windows Media Player cannot rip tracks from the CD correctly because the CD drive settings in Device Manager do not match the CD drive settings in the Player.
-1072885839C00D0FB1Windows Media Player is busy reading the CD.
-1072885838C00D0FB2Windows Media Player could not use digital playback to play the CD. The Player has automatically switched the CD drive to analog playback. To switch back to digital CD playback, use the Devices tab. For additional assistance, click Web Help.
-1072885837C00D0FB3Windows Media Player could not use digital playback to play the CD. The Player has automatically switched the CD drive to analog playback. To switch back to digital CD playback, use the Devices tab. For additional assistance, click Web Help.
-1072885836C00D0FB4A call was made to GetParseError on the XML parser but there was no error to retrieve.
-1072885835C00D0FB5The XML Parser ran out of data while parsing.
-1072885834C00D0FB6A generic parse error occurred in the XML parser but no information is available.
-1072885833C00D0FB7A call get GetNamedAttribute or GetNamedAttributeIndex on the XML parser resulted in the index not being found.
-1072885832C00D0FB8A call was made go GetNamedPI on the XML parser, but the requested Processing Instruction was not found.
-1072885831C00D0FB9Persist was called on the XML parser, but the parser has no data to persist.
-1072885830C00D0FBAThis file path is already in the library.
-1072885826C00D0FBEWindows Media Player is already searching for files to add to your library. Wait for the current process to finish before attempting to search again.
-1072885825C00D0FBFWindows Media Player is unable to find the media you are looking for.
-1072885824C00D0FC0A component of Windows Media Player is out-of-date. If you are running a pre-release version of Windows, try upgrading to a more recent version.
-1072885823C00D0FC1This container does not support search on items.
-1072885817C00D0FC7Windows Media Player encountered a problem while adding one or more files to the library. For additional assistance, click Web Help.
-1072885816C00D0FC8A Windows API call failed but no error information was available.
-1072885815C00D0FC9This file does not have burn rights. If you obtained this file from an online store, go to the online store to get burn rights.
-1072885814C00D0FCAWindows Media Player no longer detects a connected portable device. Reconnect your portable device, and then try to sync the file again.
-1072885813C00D0FCBWindows Media Player cannot play the file because it is corrupted.
-1072885812C00D0FCCWindows Media Player encountered an error while attempting to access information in the library. Try restarting the Player.
-1072885811C00D0FCDThe file cannot be added to the library because it is smaller than the "Skip files smaller than" setting. To add the file, change the setting on the Library tab. For additional assistance, click Web Help.
-1072885810C00D0FCEWindows Media Player cannot create the library. You must be logged on as an administrator or a member of the Administrators group to install the Player. For more information, contact your system administrator.
-1072885809C00D0FCFThe file is already in use. Close other programs that might be using the file, or stop playing the file, and then try again.
-1072885808C00D0FD0Windows Media Player has encountered an unknown error.
-1072885807C00D0FD1The Windows Media Player ActiveX control cannot connect to remote media services, but will continue with local media services.
-1072885806C00D0FD2The requested method or property is not available because the Windows Media Player ActiveX control has not been properly activated.
-1072885805C00D0FD3The Windows Media Player ActiveX control is not running in remote mode.
-1072885804C00D0FD4An error occurred while trying to get the remote Windows Media Player window.
-1072885803C00D0FD5Windows Media Player has encountered an unknown error.
-1072885802C00D0FD6Windows Media Player was not closed properly. A damaged or incompatible plug-in might have caused the problem to occur. As a precaution, all optional plug-ins have been disabled.
-1072885801C00D0FD7Windows Media Player cannot find the specified path. Verify that the path is typed correctly. If it is, the path does not exist in the specified location, or the computer where the path is located is not available.
-1072885800C00D0FD8Windows Media Player cannot save a file that is being streamed.
-1072885799C00D0FD9Windows Media Player cannot find the selected plug-in. The Player will try to remove it from the menu. To use this plug-in, install it again.
-1072885798C00D0FDAAction requires input from the user.
-1072885797C00D0FDBThe Windows Media Player ActiveX control must be in a docked state for this action to be performed.
-1072885796C00D0FDCThe Windows Media Player external object is not ready.
-1072885795C00D0FDDWindows Media Player cannot perform the requested action. Your computer's time and date might not be set correctly.
-1072885794C00D0FDEThe control (%s) does not support creation of sub-controls, yet (%d) sub-controls have been specified.
-1072885793C00D0FDFVersion mismatch: (%.1f required, %.1f found).
-1072885792C00D0FE0The layout manager was given valid XML that wasn't a theme file.
-1072885791C00D0FE1The %s subelement could not be found on the %s object.
-1072885790C00D0FE2An error occurred parsing the version tag. Valid version tags are of the form: .
-1072885789C00D0FE3The view specified in for the 'currentViewID' property (%s) was not found in this theme file.
-1072885788C00D0FE4This error used internally for hit testing.
-1072885787C00D0FE5Attributes were specified for the %s object, but the object was not available to send them to.
-1072885786C00D0FE6The %s event already has a handler, the second handler was ignored.
-1072885785C00D0FE7No .wms file found in skin archive.
-1072885782C00D0FEAWindows Media Player encountered a problem while downloading the file. For additional assistance, click Web Help.
-1072885781C00D0FEBThe Windows Media Player ActiveX control cannot load the requested uiMode and cannot roll back to the existing uiMode.
-1072885780C00D0FECWindows Media Player encountered a problem with the skin file. The skin file might not be valid.
-1072885779C00D0FEDWindows Media Player cannot send the link because your email program is not responding. Verify that your email program is configured properly, and then try again. For more information about email, see Windows Help.
-1072885778C00D0FEEWindows Media Player cannot switch to full mode because your computer administrator has locked this skin.
-1072885777C00D0FEFWindows Media Player encountered a problem while saving the file. For additional assistance, click Web Help.
-1072885776C00D0FF0Windows Media Player cannot overwrite a read-only file. Try using a different file name.
-1072885775C00D0FF1Windows Media Player encountered a problem while creating or saving the playlist. For additional assistance, click Web Help.
-1072885774C00D0FF2Windows Media Player cannot open the Windows Media Download file. The file might be damaged.
-1072885773C00D0FF3The file cannot be added to the library because it is a protected DVR-MS file. This content cannot be played back by Windows Media Player.
-1072885772C00D0FF4Media sharing has been turned off because a required Windows setting or component has changed. For additional assistance, click Web Help.
-1072885766C00D0FFAExclusive Services launch failed because the Windows Media Player is already running.
-1072885756C00D1004JPG Images are not recommended for use as a mappingImage.
-1072885755C00D1005JPG Images are not recommended when using a transparencyColor.
-1072885751C00D1009The Max property cannot be less than Min property.
-1072885750C00D100AThe Min property cannot be greater than Max property.
-1072885746C00D100EJPG Images are not recommended for use as a positionImage.
-1072885745C00D100FThe (%s) image's size is not evenly divisible by the positionImage's size.
-1072885736C00D1018The ZIP reader opened a file and its signature did not match that of the ZIP files.
-1072885735C00D1019The ZIP reader has detected that the file is corrupted.
-1072885734C00D101AGetFileStream, SaveToFile, or SaveTemp file was called on the ZIP reader with a file name that was not found in the ZIP file.
-1072885726C00D1022Image type not supported.
-1072885725C00D1023Image file might be corrupt.
-1072885724C00D1024Unexpected end of file. GIF file might be corrupt.
-1072885723C00D1025Invalid GIF file.
-1072885722C00D1026Invalid GIF version. Only 87a or 89a supported.
-1072885721C00D1027No images found in GIF file.
-1072885720C00D1028Invalid PNG image file format.
-1072885719C00D1029PNG bitdepth not supported.
-1072885718C00D102ACompression format defined in PNG file not supported,
-1072885717C00D102BFilter method defined in PNG file not supported.
-1072885716C00D102CInterlace method defined in PNG file not supported.
-1072885715C00D102DBad CRC in PNG file.
-1072885714C00D102EInvalid bitmask in BMP file.
-1072885713C00D102FTopdown DIB not supported.
-1072885712C00D1030Bitmap could not be created.
-1072885711C00D1031Compression format defined in BMP not supported.
-1072885710C00D1032Invalid Bitmap format.
-1072885709C00D1033JPEG Arithmetic coding not supported.
-1072885708C00D1034Invalid JPEG format.
-1072885707C00D1035Invalid JPEG format.
-1072885706C00D1036Internal version error. Unexpected JPEG library version.
-1072885705C00D1037Internal JPEG Library error. Unsupported JPEG data precision.
-1072885704C00D1038JPEG CCIR601 not supported.
-1072885703C00D1039No image found in JPEG file.
-1072885702C00D103ACould not read JPEG file.
-1072885701C00D103BJPEG Fractional sampling not supported.
-1072885700C00D103CJPEG image too large. Maximum image size supported is 65500 X 65500.
-1072885699C00D103DUnexpected end of file reached in JPEG file.
-1072885698C00D103EUnsupported JPEG SOF marker found.
-1072885697C00D103FUnknown JPEG marker found.
-1072885692C00D1044Windows Media Player cannot display the picture file. The player either does not support the picture type or the picture is corrupted.
-1072885687C00D1049Windows Media Player cannot compute a Digital Audio Id for the song. It is too short.
-1072885686C00D104AWindows Media Player cannot play the file at the requested speed.
-1072885685C00D104BThe rendering or digital signal processing plug-in cannot be instantiated.
-1072885684C00D104CThe file cannot be queued for seamless playback.
-1072885683C00D104DWindows Media Player cannot download media usage rights for a file in the playlist.
-1072885682C00D104EWindows Media Player encountered an error while trying to queue a file.
-1072885679C00D1051Windows Media Player cannot play the protected file. The Player cannot verify that the connection to your video card is secure. Try installing an updated device driver for your video card.
-1072885678C00D1052Windows Media Player cannot play the protected file. The Player detected that the connection to your hardware might not be secure.
-1072885677C00D1053Windows Media Player output link protection is unsupported on this system.
-1072885676C00D1054Operation attempted in an invalid graph state.
-1072885675C00D1055A renderer cannot be inserted in a stream while one already exists.
-1072885674C00D1056The Windows Media SDK interface needed to complete the operation does not exist at this time.
-1072885673C00D1057Windows Media Player cannot play a portion of the file because it requires a codec that either could not be downloaded or that is not supported by the Player.
-1072885672C00D1058File transfer streams are not allowed in the standalone Player.
-1072885671C00D1059Windows Media Player cannot play the file. The Player does not support the format you are trying to play.
-1072885670C00D105AAn operation was attempted on a pin that does not exist in the DirectShow filter graph.
-1072885669C00D105BSpecified operation cannot be completed while waiting for a media format change from the SDK.
-1072885668C00D105CSpecified operation cannot be completed because the source filter does not exist.
-1072885667C00D105DThe specified type does not match this pin.
-1072885666C00D105EThe WMR Source Filter does not have a callback available.
-1072885662C00D1062The specified property has not been set on this sample.
-1072885661C00D1063A plug-in is required to correctly play the file. To determine if the plug-in is available to download, click Web Help.
-1072885660C00D1064Windows Media Player cannot play the file because your media usage rights are corrupted. If you previously backed up your media usage rights, try restoring them.
-1072885659C00D1065Windows Media Player cannot play protected files that contain binary streams.
-1072885656C00D1068Windows Media Player cannot play the playlist because it is not valid.
-1072885655C00D1069Windows Media Player cannot play the playlist because it is not valid.
-1072885654C00D106AA later version of Windows Media Player might be required to play this playlist.
-1072885653C00D106BThe format of a REPEAT loop within the current playlist file is not valid.
-1072885652C00D106CWindows Media Player cannot save the playlist because it does not contain any items.
-1072885651C00D106DWindows Media Player cannot play the playlist because it is not valid.
-1072885650C00D106EThe specified attribute does not exist.
-1072885649C00D106FThe specified attribute already exists.
-1072885648C00D1070Cannot retrieve the specified attribute.
-1072885647C00D1071The specified item does not exist in the current playlist.
-1072885646C00D1072Items of the specified type cannot be created within the current playlist.
-1072885645C00D1073The specified item cannot be set in the current playlist.
-1072885644C00D1074Windows Media Player cannot perform the requested action because the playlist does not contain any items.
-1072885643C00D1075The specified auto playlist contains a filter type that is either not valid or is not installed on this computer.
-1072885642C00D1076Windows Media Player cannot play the file because the associated playlist contains too many nested playlists.
-1072885636C00D107CWindows Media Player cannot find the file. Verify that the path is typed correctly. If it is, the file might not exist in the specified location, or the computer where the file is stored might not be available.
-1072885635C00D107DFailed to create the Global Interface Table.
-1072885634C00D107EFailed to get the marshaled graph event handler interface.
-1072885633C00D107FBuffer is too small for copying media type.
-1072885632C00D1080The current state of the Player does not allow this operation.
-1072885631C00D1081The playlist manager does not understand the current play mode (for example, shuffle or normal).
-1072885626C00D1086Windows Media Player cannot play the file because it is not in the current playlist.
-1072885625C00D1087There are no items in the playlist. Add items to the playlist, and then try again.
-1072885624C00D1088The web page cannot be displayed because no web browser is installed on your computer.
-1072885623C00D1089Windows Media Player cannot find the specified file. Verify the path is typed correctly. If it is, the file does not exist in the specified location, or the computer where the file is stored is not available.
-1072885622C00D108AGraph with the specified URL was not found in the prerolled graph list.
-1072885621C00D108BWindows Media Player cannot perform the requested operation because there is only one item in the playlist.
-1072885620C00D108CAn error sink was never registered for the calling object.
-1072885619C00D108DThe error manager is not available to respond to errors.
-1072885618C00D108EThe Web Help URL cannot be opened.
-1072885617C00D108FCould not resume playing next item in playlist.
-1072885616C00D1090Windows Media Player cannot play the file because the associated playlist does not contain any items or the playlist is not valid.
-1072885615C00D1091An empty string for playlist attribute name was found.
-1072885614C00D1092A playlist attribute name that is not valid was found.
-1072885613C00D1093An empty string for a playlist attribute value was found.
-1072885612C00D1094An illegal value for a playlist attribute was found.
-1072885611C00D1095An empty string for a playlist item attribute name was found.
-1072885610C00D1096An illegal value for a playlist item attribute name was found.
-1072885609C00D1097An illegal value for a playlist item attribute was found.
-1072885608C00D1098The playlist does not contain any items.
-1072885607C00D1099Windows Media Player cannot play the file. The file is either corrupted or the Player does not support the format you are trying to play.
-1072885606C00D109AThe codec downloaded for this file does not appear to be properly signed, so it cannot be installed.
-1072885605C00D109BWindows Media Player cannot play the file. One or more codecs required to play the file could not be found.
-1072885604C00D109CWindows Media Player cannot play the file because a required codec is not installed on your computer. To try downloading the codec, turn on the "Download codecs automatically" option.
-1072885603C00D109DWindows Media Player encountered a problem while downloading the playlist. For additional assistance, click Web Help.
-1072885602C00D109EFailed to build the playlist.
-1072885601C00D109FPlaylist has no alternates to switch into.
-1072885600C00D10A0No more playlist alternates available to switch to.
-1072885599C00D10A1Could not find the name of the alternate playlist to switch into.
-1072885598C00D10A2Failed to switch to an alternate for this media.
-1072885597C00D10A3Failed to initialize an alternate for the media.
-1072885596C00D10A4No URL specified for the roll over Refs in the playlist file.
-1072885595C00D10A5Encountered a playlist with no name.
-1072885594C00D10A6A required attribute in the event block of the playlist was not found.
-1072885593C00D10A7No items were found in the event block of the playlist.
-1072885592C00D10A8No playlist was found while returning from a nested playlist.
-1072885591C00D10A9The media item is not active currently.
-1072885589C00D10ABWindows Media Player cannot perform the requested action because you chose to cancel it.
-1072885588C00D10ACWindows Media Player encountered a problem with the playlist. The format of the playlist is not valid.
-1072885587C00D10ADMedia object corresponding to start of a playlist repeat block was not found.
-1072885586C00D10AEMedia object corresponding to the end of a playlist repeat block was not found.
-1072885585C00D10AFThe playlist URL supplied to the playlist manager is not valid.
-1072885584C00D10B0Windows Media Player cannot play the file because it is corrupted.
-1072885583C00D10B1Windows Media Player cannot add the playlist to the library because the playlist does not contain any items.
-1072885582C00D10B2An error has occurred that could prevent the changing of the video contrast on this media.
-1072885581C00D10B3Windows Media Player cannot play the file. If the file is located on the Internet, connect to the Internet. If the file is located on a removable storage card, insert the storage card.
-1072885580C00D10B4The playlist contains an ENTRYREF for which no href was parsed. Check the syntax of playlist file.
-1072885579C00D10B5Windows Media Player cannot play any items in the playlist. To find information about the problem, click the Now Playing tab, and then click the icon next to each file in the List pane.
-1072885578C00D10B6Windows Media Player cannot play some or all of the items in the playlist because the playlist is nested.
-1072885577C00D10B7Windows Media Player cannot play the file at this time. Try again later.
-1072885576C00D10B8There is no child playlist available for this media item at this time.
-1072885575C00D10B9There is no child playlist for this media item.
-1072885574C00D10BAWindows Media Player cannot find the file. The link from the item in the library to its associated digital media file might be broken. To fix the problem, try repairing the link or removing the item from the library.
-1072885573C00D10BBThe temporary file was not found.
-1072885572C00D10BCWindows Media Player cannot sync the file because the device needs to be updated.
-1072885571C00D10BDWindows Media Player cannot play the video because there is a problem with your video card.
-1072885570C00D10BEWindows Media Player failed to change the screen mode for full-screen video playback.
-1072885569C00D10BFWindows Media Player cannot play one or more files. For additional information, right-click an item that cannot be played, and then click Error Details.
-1072885568C00D10C0Cannot change the proxy name if the proxy setting is not set to custom.
-1072885567C00D10C1Cannot change the proxy port if the proxy setting is not set to custom.
-1072885566C00D10C2Cannot change the proxy exception list if the proxy setting is not set to custom.
-1072885565C00D10C3Cannot change the proxy bypass flag if the proxy setting is not set to custom.
-1072885564C00D10C4Cannot find the specified protocol.
-1072885563C00D10C5Cannot change the language settings. Either the graph has no audio or the audio only supports one language.
-1072885562C00D10C6The graph has no audio language selected.
-1072885561C00D10C7This is not a media CD.
-1072885560C00D10C8Windows Media Player cannot play the file because the URL is too long.
-1072885559C00D10C9To play the selected item, you must install the Macromedia Flash Player. To download the Macromedia Flash Player, go to the Adobe website.
-1072885558C00D10CATo play the selected item, you must install a later version of the Macromedia Flash Player. To download the Macromedia Flash Player, go to the Adobe website.
-1072885557C00D10CBWindows Media Player cannot play the file because your Internet security settings prohibit the use of ActiveX controls.
-1072885556C00D10CCThe use of this method requires an existing reference to the Player object.
-1072885555C00D10CDWindows Media Player cannot play the CD. The disc might be dirty or damaged.
-1072885554C00D10CEWindows Media Player cannot play the file because your Internet security settings prohibit the use of ActiveX controls.
-1072885553C00D10CFFlash playback has been turned off in Windows Media Player.
-1072885552C00D10D0Windows Media Player cannot rip the CD because a valid rip location cannot be created.
-1072885551C00D10D1Windows Media Player cannot play the file because a required codec is not installed on your computer.
-1072885550C00D10D2Windows Media Player cannot rip one or more tracks from the CD.
-1072885549C00D10D3Windows Media Player encountered a problem while ripping the track from the CD. For additional assistance, click Web Help.
-1072885548C00D10D4Windows Media Player encountered a problem while erasing the disc. For additional assistance, click Web Help.
-1072885547C00D10D5Windows Media Player encountered a problem while formatting the device. For additional assistance, click Web Help.
-1072885546C00D10D6This file cannot be burned to a CD because it is not located on your computer.
-1072885545C00D10D7It is not possible to burn this file type to an audio CD. Windows Media Player can burn the following file types to an audio CD: WMA, MP3, or WAV.
-1072885544C00D10D8This file is too large to fit on a disc.
-1072885543C00D10D9It is not possible to determine if this file can fit on a disc because Windows Media Player cannot detect the length of the file. Playing the file before burning might enable the Player to detect the file length.
-1072885542C00D10DAWindows Media Player encountered a problem while burning the file to the disc. For additional assistance, click Web Help.
-1072885540C00D10DCWindows Media Player cannot burn the audio CD because some items in the list that you chose to buy could not be downloaded from the online store.
-1072885539C00D10DDWindows Media Player cannot play the file. Try using Windows Update or Device Manager to update the device drivers for your audio and video cards. For information about using Windows Update or Device Manager, see Windows Help.
-1072885466C00D1126Windows Media Player has detected that you are not connected to the Internet. Connect to the Internet, and then try again.
-1072885465C00D1127The attempt to connect to the Internet was canceled.
-1072885464C00D1128The attempt to connect to the Internet failed.
-1072885463C00D1129Windows Media Player has encountered an unknown network error.
-1072885456C00D1130No window is currently listening to Backup and Restore events.
-1072885455C00D1131Your media usage rights were not backed up because the backup was canceled.
-1072885454C00D1132Your media usage rights were not restored because the restoration was canceled.
-1072885453C00D1133An error occurred while backing up or restoring your media usage rights. A required web page cannot be displayed.
-1072885452C00D1134Your media usage rights were not backed up because the backup was canceled.
-1072885449C00D1137Windows Media Player cannot restore your media usage rights from the specified location. Choose another location, and then try again.
-1072885448C00D1138Windows Media Player cannot backup or restore your media usage rights.
-1072885416C00D1158Windows Media Player cannot add the file to the library.
-1072885415C00D1159Windows Media Player cannot add the file to the library because the content provider prohibits it. For assistance, contact the company that provided the file.
-1072885414C00D115AWindows Media Player cannot add the file to the library because the content provider prohibits it. For assistance, contact the company that provided the file.
-1072885413C00D115BWindows Media Player cannot add the file to the library. The file might not be valid.
-1072885412C00D115CWindows Media Player cannot add the file to the library. The plug-in required to add the file is not installed properly. For assistance, click Web Help to display the website of the company that provided the file.
-1072885411C00D115DWindows Media Player cannot add the file to the library. The plug-in required to add the file is not installed properly. For assistance, contact the company that provided the file.
-1072885410C00D115EWindows Media Player cannot add the file to the library. The plug-in required to add the file is not installed properly. For assistance, contact the company that provided the file.
-1072885408C00D1160Windows Media Player cannot play this DVD. Try installing an updated driver for your video card or obtaining a newer video card.
-1072885407C00D1161This DVD's resolution exceeds the maximum allowed by your component video outputs. Try reducing your screen resolution to 640 x 480, or turn off analog component outputs and use a VGA connection to your monitor.
-1072885406C00D1162Windows Media Player cannot display subtitles or highlights in DVD menus. Reinstall the DVD decoder or contact the DVD drive manufacturer to obtain an updated decoder.
-1072885405C00D1163Windows Media Player cannot play this DVD because there is a problem with digital copy protection between your DVD drive, decoder, and video card. Try installing an updated driver for your video card.
-1072885404C00D1164Windows Media Player cannot play the DVD. The disc was created in a manner that the Player does not support.
-1072885403C00D1165Windows Media Player cannot play the DVD because the disc prohibits playback in your region of the world. You must obtain a disc that is intended for your geographic region.
-1072885402C00D1166Windows Media Player cannot play the DVD because your video card does not support DVD playback.
-1072885401C00D1167Windows Media Player cannot play this DVD because it is not possible to turn on analog copy protection on the output display. Try installing an updated driver for your video card.
-1072885400C00D1168Windows Media Player cannot play the DVD because the region assigned to your DVD drive does not match the region assigned to your DVD decoder.
-1072885399C00D1169Windows Media Player cannot play the DVD because the disc prohibits playback in your region of the world. You must obtain a disc that is intended for your geographic region.
-1072885398C00D116AWindows Media Player cannot play DVD video. You might need to adjust your Windows display settings. Open display settings in Control Panel, and then try lowering your screen resolution and color quality settings.
-1072885397C00D116BWindows Media Player cannot play DVD audio. Verify that your sound card is set up correctly, and then try again.
-1072885396C00D116CWindows Media Player cannot play DVD video. Close any open files and quit any other programs, and then try again. If the problem persists, restart your computer.
-1072885395C00D116DWindows Media Player cannot play the DVD because a compatible DVD decoder is not installed on your computer.
-1072885394C00D116EWindows Media Player cannot play the scene because it has a parental rating higher than the rating that you are authorized to view.
-1072885393C00D116FWindows Media Player cannot skip to the requested location on the DVD.
-1072885392C00D1170Windows Media Player cannot play the DVD because it is currently in use by another program. Quit the other program that is using the DVD, and then try again.
-1072885391C00D1171Windows Media Player cannot play DVD video. You might need to adjust your Windows display settings. Open display settings in Control Panel, and then try lowering your screen resolution and color quality settings.
-1072885390C00D1172Windows Media Player cannot rip the DVD because it is copy protected.
-1072885389C00D1173One of more of the required properties has not been set.
-1072885388C00D1174The specified title and/or chapter number does not exist on this DVD.
-1072885386C00D1176Windows Media Player cannot burn the files because the Player cannot find a burner. If the burner is connected properly, try using Windows Update to install the latest device driver.
-1072885385C00D1177Windows Media Player does not detect storage media in the selected device. Insert storage media into the device, and then try again.
-1072885384C00D1178Windows Media Player cannot sync this file. The Player might not support the file type.
-1072885383C00D1179Windows Media Player does not detect a portable device. Connect your portable device, and then try again.
-1072885382C00D117AWindows Media Player encountered an error while communicating with the device. The storage card on the device might be full, the device might be turned off, or the device might not allow playlists or folders to be created on it.
-1072885381C00D117BWindows Media Player encountered an error while burning a CD.
-1072885380C00D117CWindows Media Player encountered an error while communicating with a portable device or CD drive.
-1072885379C00D117DWindows Media Player cannot open the WAV file.
-1072885378C00D117EWindows Media Player failed to burn all the files to the CD. Select a slower recording speed, and then try again.
-1072885377C00D117FThere is not enough storage space on the portable device to complete this operation. Delete some unneeded files on the portable device, and then try again.
-1072885376C00D1180Windows Media Player cannot burn the files. Verify that your burner is connected properly, and then try again. If the problem persists, reinstall the Player.
-1072885375C00D1181Windows Media Player did not sync some files to the device because there is not enough storage space on the device.
-1072885374C00D1182The disc in the burner is not valid. Insert a blank disc into the burner, and then try again.
-1072885373C00D1183Windows Media Player cannot perform the requested action because the device does not support sync.
-1072885372C00D1184To perform the requested action, you must first set up sync with the device.
-1072885371C00D1185You have already created sync partnerships with 16 devices. To create a new sync partnership, you must first end an existing partnership.
-1072885370C00D1186Windows Media Player cannot sync the file because protected files cannot be converted to the required quality level or file format.
-1072885369C00D1187The folder that stores converted files is full. Either empty the folder or increase its size, and then try again.
-1072885368C00D1188There are too many files with the same name in the folder on the device. Change the file name or sync to a different folder.
-1072885367C00D1189Windows Media Player cannot convert the file to the format required by the device.
-1072885366C00D118AYou have reached the maximum number of files your device allows in a folder. If your device supports playback from subfolders, try creating subfolders on the device and storing some files in them.
-1072885365C00D118BWindows Media Player is already trying to start the Device Setup Wizard.
-1072885364C00D118CWindows Media Player cannot convert this file format. If an updated version of the codec used to compress this file is available, install it and then try to sync the file again.
-1072885363C00D118DWindows Media Player is busy setting up devices. Try again later.
-1072885362C00D118EYour device is using an outdated driver that is no longer supported by Windows Media Player. For additional assistance, click Web Help.
-1072885361C00D118FWindows Media Player cannot sync the file because a file with the same name already exists on the device. Change the file name or try to sync the file to a different folder.
-1072885360C00D1190Automatic and manual sync have been turned off temporarily. To sync to a device, restart Windows Media Player.
-1072885359C00D1191This device is not available. Connect the device to the computer, and then try again.
-1072885358C00D1192Windows Media Player cannot sync the file because an error occurred while converting the file to another quality level or format. If the problem persists, remove the file from the list of files to sync.
-1072885357C00D1193Windows Media Player cannot sync the file to your device. The file might be stored in a location that is not supported. Copy the file from its current location to your hard disk, add it to your library, and then try to sync the file again.
-1072885356C00D1194Windows Media Player cannot open the specified URL. Verify that the Player is configured to use all available protocols, and then try again.
-1072885355C00D1195Windows Media Player cannot perform the requested action because there is not enough storage space on your computer. Delete some unneeded files on your hard disk, and then try again.
-1072885354C00D1196The server denied access to the file. Verify that you are using the correct user name and password.
-1072885353C00D1197Windows Media Player cannot find the file. If you are trying to play, burn, or sync an item that is in your library, the item might point to a file that has been moved, renamed, or deleted.
-1072885352C00D1198Windows Media Player cannot connect to the server. The server name might not be correct, the server might not be available, or your proxy settings might not be correct.
-1072885351C00D1199Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file.
-1072885350C00D119AWindows Media Player cannot play the file. The Player might not support the file type or a required codec might not be installed on your computer.
-1072885349C00D119BWindows Media Player cannot create the playlist because the name already exists. Type a different playlist name.
-1072885348C00D119CWindows Media Player cannot delete the playlist because it contains items that are not digital media files. Any digital media files in the playlist were deleted.
-1072885347C00D119DThe playlist cannot be opened because it is stored in a shared folder on another computer. If possible, move the playlist to the playlists folder on your computer.
-1072885346C00D119EWindows Media Player is already in use. Stop playing any items, close all Player dialog boxes, and then try again.
-1072885345C00D119FWindows Media Player encountered an error while burning. Verify that the burner is connected properly and that the disc is clean and not damaged.
-1072885344C00D11A0Windows Media Player has encountered an unknown error with your portable device. Reconnect your portable device, and then try again.
-1072885343C00D11A1A codec is required to play this file. To determine if this codec is available to download from the web, click Web Help.
-1072885342C00D11A2An audio codec is needed to play this file. To determine if this codec is available to download from the web, click Web Help.
-1072885341C00D11A3To play the file, you must install the latest Windows service pack. To install the service pack from the Windows Update website, click Web Help.
-1072885340C00D11A4Windows Media Player no longer detects a portable device. Reconnect your portable device, and then try again.
-1072885339C00D11A5Windows Media Player cannot sync the file because the portable device does not support protected files.
-1072885338C00D11A6This file does not have sync rights. If you obtained this file from an online store, go to the online store to get sync rights.
-1072885337C00D11A7Windows Media Player cannot sync the file because the sync rights have expired. Go to the content provider's online store to get new sync rights.
-1072885336C00D11A8The portable device is already in use. Wait until the current task finishes or quit other programs that might be using the portable device, and then try again.
-1072885335C00D11A9Windows Media Player cannot sync the file because the content provider or device prohibits it. You might be able to resolve this problem by going to the content provider's online store to get sync rights.
-1072885334C00D11AAThe content provider has not granted you the right to sync this file. Go to the content provider's online store to get sync rights.
-1072885333C00D11ABWindows Media Player cannot burn the files to the CD. Verify that the disc is clean and not damaged. If necessary, select a slower recording speed or try a different brand of blank discs.
-1072885331C00D11ADWindows Media Player cannot burn the files. Verify that the burner is connected properly, and then try again.
-1072885330C00D11AEWindows Media Player cannot burn the files. Verify that the burner is connected properly and that the disc is clean and not damaged. If the burner is already in use, wait until the current task finishes or quit other programs that might be using the burner.
-1072885329C00D11AFWindows Media Player cannot burn the files to the CD.
-1072885328C00D11B0Windows Media Player cannot play the file. The server might not be available or there might be a problem with your network or firewall settings.
-1072885327C00D11B1Windows Media Player encountered a problem while playing the file. For additional assistance, click Web Help.
-1072885326C00D11B2Windows Media Player must connect to the Internet to verify the file's media usage rights. Connect to the Internet, and then try again.
-1072885325C00D11B3Windows Media Player cannot play the file because a network error occurred. The server might not be available. Verify that you are connected to the network and that your proxy settings are correct.
-1072885324C00D11B4Windows Media Player cannot restore your media usage rights because it could not find any backed up rights on your computer.
-1072885323C00D11B5Windows Media Player cannot download media usage rights because the server is not available (for example, the server might be busy or not online).
-1072885322C00D11B6Windows Media Player cannot play the file. A network firewall might be preventing the Player from opening the file by using the UDP transport protocol. If you typed a URL in the Open URL dialog box, try using a different transport protocol (for example, "http:").
-1072885321C00D11B7Insert the removable media, and then try again.
-1072885320C00D11B8Windows Media Player cannot play the file because the proxy server is not responding. The proxy server might be temporarily unavailable or your Player proxy settings might not be valid.
-1072885319C00D11B9To play the file, you might need to install a later version of Windows Media Player. On the Help menu, click Check for Updates, and then follow the instructions. For additional assistance, click Web Help.
-1072885318C00D11BAWindows Media Player cannot play the file because there is a problem with your sound device. There might not be a sound device installed on your computer, it might be in use by another program, or it might not be functioning properly.
-1072885317C00D11BBWindows Media Player cannot play the file because the specified protocol is not supported. If you typed a URL in the Open URL dialog box, try using a different transport protocol (for example, "http:" or "rtsp:").
-1072885316C00D11BCWindows Media Player cannot add the file to the library because the file format is not supported.
-1072885315C00D11BDWindows Media Player cannot play the file because the specified protocol is not supported. If you typed a URL in the Open URL dialog box, try using a different transport protocol (for example, "mms:").
-1072885314C00D11BEWindows Media Player cannot play the file because there are no streaming protocols selected. Select one or more protocols, and then try again.
-1072885313C00D11BFWindows Media Player cannot switch to Full Screen. You might need to adjust your Windows display settings. Open display settings in Control Panel, and then try setting Hardware acceleration to Full.
-1072885312C00D11C0Windows Media Player cannot play the file because a network error occurred. The server might not be available (for example, the server is busy or not online) or you might not be connected to the network.
-1072885311C00D11C1Windows Media Player cannot play the file because the server is not responding. Verify that you are connected to the network, and then try again later.
-1072885310C00D11C2Windows Media Player cannot play the file because the multicast protocol is not enabled. On the Tools menu, click Options, click the Network tab, and then select the Multicast check box. For additional assistance, click Web Help.
-1072885309C00D11C3Windows Media Player cannot play the file because a network problem occurred. Verify that you are connected to the network, and then try again later.
-1072885308C00D11C4Windows Media Player cannot play the file because the network proxy server cannot be found. Verify that your proxy settings are correct, and then try again.
-1072885307C00D11C5Windows Media Player cannot play the file because it is corrupted.
-1072885306C00D11C6Your computer is running low on memory. Quit other programs, and then try again.
-1072885305C00D11C7Windows Media Player cannot play, burn, rip, or sync the file because a required audio codec is not installed on your computer.
-1072885304C00D11C8Windows Media Player cannot play the file because the required video codec is not installed on your computer.
-1072885303C00D11C9Windows Media Player cannot burn the files. If the burner is busy, wait for the current task to finish. If necessary, verify that the burner is connected properly and that you have installed the latest device driver.
-1072885302C00D11CAWindows Media Player cannot play the protected file because there is a problem with your sound device. Try installing a new device driver or use a different sound device.
-1072885301C00D11CBWindows Media Player encountered a network error. Restart the Player.
-1072885300C00D11CCWindows Media Player is not installed properly. Reinstall the Player.
-1072885299C00D11CDWindows Media Player encountered an unknown error. For additional assistance, click Web Help.
-1072885298C00D11CEWindows Media Player cannot play the file because the required codec is not valid.
-1072885297C00D11CFThe CD drive is in use by another user. Wait for the task to complete, and then try again.
-1072885296C00D11D0Windows Media Player cannot play, sync, or burn the protected file because a problem occurred with the Windows Media Digital Rights Management (DRM) system. You might need to connect to the Internet to update your DRM components. For additional assistance, click Web Help.
-1072885295C00D11D1Windows Media Player cannot play the file because there might be a problem with your sound or video device. Try installing an updated device driver.
-1072885294C00D11D2Windows Media Player cannot access the file. The file might be in use, you might not have access to the computer where the file is stored, or your proxy settings might not be correct.
-1072885293C00D11D3The content provider prohibits this action. Go to the content provider's online store to get new media usage rights.
-1072885292C00D11D4Windows Media Player cannot perform the requested action at this time.
-1072885291C00D11D5Windows Media Player cannot burn the files because there is not enough free disk space to store the temporary files. Delete some unneeded files on your hard disk, and then try again.
-1072885290C00D11D6Your media usage rights have become corrupted or are no longer valid. This might happen if you have replaced hardware components in your computer.
-1072885289C00D11D7The required Windows Media Digital Rights Management (DRM) component cannot be validated. You might be able resolve the problem by reinstalling the Player.
-1072885288C00D11D8You have exceeded your restore limit for the day. Try restoring your media usage rights tomorrow.
-1072885287C00D11D9Some files might not fit on the CD. The required space cannot be calculated accurately because some files might be missing duration information. To ensure the calculation is accurate, play the files that are missing duration information.
-1072885286C00D11DAWindows Media Player cannot verify the file's media usage rights. If you obtained this file from an online store, go to the online store to get the necessary rights.
-1072885285C00D11DBIt is not possible to sync because this device's internal clock is not set correctly. To set the clock, select the option to set the device clock on the Privacy tab of the Options dialog box, connect to the Internet, and then sync the device again. For additional assistance, click Web Help.
-1072885284C00D11DCWindows Media Player cannot play, burn, rip, or sync the protected file because you do not have the appropriate rights.
-1072885283C00D11DDWindows Media Player encountered an error during upgrade.
-1072885282C00D11DEWindows Media Player cannot connect to the server because it is not accepting any new connections. This could be because it has reached its maximum connection limit. Please try again later.
-1072885281C00D11DFA number of queued files cannot be played. To find information about the problem, click the Now Playing tab, and then click the icon next to each file in the List pane.
-1072885280C00D11E0Windows Media Player encountered an error while erasing the rewritable CD or DVD. Verify that the CD or DVD burner is connected properly and that the disc is clean and not damaged.
-1072885279C00D11E1Windows Media Player cannot erase the rewritable CD or DVD. Verify that the CD or DVD burner is connected properly and that the disc is clean and not damaged. If the burner is already in use, wait until the current task finishes or quit other programs that might be using the burner.
-1072885278C00D11E2A Windows Media Digital Rights Management (DRM) component encountered a problem. If you are trying to use a file that you obtained from an online store, try going to the online store and getting the appropriate usage rights.
-1072885277C00D11E3It is not possible to obtain device's certificate. Please contact the device manufacturer for a firmware update or for other steps to resolve this problem.
-1072885276C00D11E4Windows Media Player encountered an error when connecting to the server. The security information from the server could not be validated.
-1072885275C00D11E5An audio device was disconnected or reconfigured. Verify that the audio device is connected, and then try to play the item again.
-1072885274C00D11E6Windows Media Player could not complete burning because the disc is not compatible with your drive. Try inserting a different kind of recordable media or use a disc that supports a write speed that is compatible with your drive.
-1072885266C00D11EEWindows Media Player cannot save the sync settings because your device is full. Delete some unneeded files on your device and then try again.
-1072885265C00D11EFIt is not possible to change sync settings at this time. Try again later.
-1072885264C00D11F0Windows Media Player cannot delete these files currently. If the Player is synchronizing, wait until it is complete and then try again.
-1072885256C00D11F8Windows Media Player could not use digital mode to read the CD. The Player has automatically switched the CD drive to analog mode. To switch back to digital mode, use the Devices tab. For additional assistance, click Web Help.
-1072885255C00D11F9No CD track was specified for playback.
-1072885254C00D11FAThe CD filter was not able to create the CD reader.
-1072885253C00D11FBInvalid ISRC code.
-1072885252C00D11FCInvalid Media Catalog Number.
-1072885251C00D11FDWindows Media Player cannot play audio CDs correctly because the CD drive is slow and error correction is turned on. To increase performance, turn off playback error correction for this drive.
-1072885250C00D11FEWindows Media Player cannot estimate the CD drive's playback speed because the CD track is too short.
-1072885249C00D11FFCannot queue the CD track because queuing is not enabled.
-1072885246C00D1202Windows Media Player cannot download additional media usage rights until the current download is complete.
-1072885245C00D1203The media usage rights for this file have expired or are no longer valid. If you obtained the file from an online store, sign in to the store, and then try again.
-1072885244C00D1204Windows Media Player cannot download the media usage rights for the file. If you obtained the file from an online store, sign in to the store, and then try again.
-1072885243C00D1205The media usage rights for this file are not yet valid. To see when they will become valid, right-click the file in the library, click Properties, and then click the Media Usage Rights tab.
-1072885242C00D1206The media usage rights for this file are not valid. If you obtained this file from an online store, contact the store for assistance.
-1072885241C00D1207The content provider has revoked the media usage rights for this file. If you obtained this file from an online store, ask the store if a new version of the file is available.
-1072885240C00D1208The media usage rights for this file require a feature that is not supported in your current version of Windows Media Player or your current version of Windows. Try installing the latest version of the Player. If you obtained this file from an online store, contact the store for further assistance.
-1072885239C00D1209Windows Media Player cannot download media usage rights at this time. Try again later.
-1072885238C00D120AWindows Media Player cannot play, burn, or sync the file because the media usage rights are missing. If you obtained the file from an online store, sign in to the store, and then try again.
-1072885237C00D120BWindows Media Player cannot play, burn, or sync the file because the media usage rights are missing. If you obtained the file from an online store, sign in to the store, and then try again.
-1072885206C00D122AWindows Media Player cannot read a policy. This can occur when the policy does not exist in the registry or when the registry cannot be read.
-1072885196C00D1234Windows Media Player cannot sync content streamed directly from the Internet. If possible, download the file to your computer, and then try to sync the file.
-1072885195C00D1235This playlist is not valid or is corrupted. Create a new playlist using Windows Media Player, then sync the new playlist instead.
-1072885194C00D1236Windows Media Player encountered a problem while synchronizing the file to the device. For additional assistance, click Web Help.
-1072885193C00D1237Windows Media Player encountered an error while synchronizing to the device.
-1072885192C00D1238Windows Media Player cannot delete a file from the device.
-1072885191C00D1239Windows Media Player cannot copy a file from the device to your library.
-1072885190C00D123AWindows Media Player cannot communicate with the device because the device is not responding. Try reconnecting the device, resetting the device, or contacting the device manufacturer for updated firmware.
-1072885189C00D123BWindows Media Player cannot sync the picture to the device because a problem occurred while converting the file to another quality level or format. The original file might be damaged or corrupted.
-1072885188C00D123CWindows Media Player cannot convert the file. The file might have been encrypted by the Encrypted File System (EFS). Try decrypting the file first and then synchronizing it. For information about how to decrypt a file, see Windows Help and Support.
-1072885187C00D123DYour device requires that this file be converted in order to play on the device. However, the device either does not support playing audio, or Windows Media Player cannot convert the file to an audio format that is supported by the device.
-1072885186C00D123EYour device requires that this file be converted in order to play on the device. However, the device either does not support playing video, or Windows Media Player cannot convert the file to a video format that is supported by the device.
-1072885185C00D123FYour device requires that this file be converted in order to play on the device. However, the device either does not support displaying pictures, or Windows Media Player cannot convert the file to a picture format that is supported by the device.
-1072885184C00D1240Windows Media Player cannot sync the file to your computer because the file name is too long. Try renaming the file on the device.
-1072885183C00D1241Windows Media Player cannot sync the file because the device is not responding. This typically occurs when there is a problem with the device firmware. For additional assistance, click Web Help.
-1072885182C00D1242Incomplete playlist.
-1072885181C00D1243It is not possible to perform the requested action because sync is in progress. You can either stop sync or wait for it to complete, and then try again.
-1072885180C00D1244Windows Media Player cannot sync the subscription content because you are not signed in to the online store that provided it. Sign in to the online store, and then try again.
-1072885179C00D1245Windows Media Player cannot convert the file to the format required by the device. One or more codecs required to convert the file could not be found.
-1072885178C00D1246It is not possible to sync subscription files to this device.
-1072885177C00D1247Your device is operating slowly or is not responding. Until the device responds, it is not possible to sync again. To return the device to normal operation, try disconnecting it from the computer or resetting it.
-1072885156C00D125CThe Windows Media Player download manager cannot function properly because the Player main window cannot be found. Try restarting the Player.
-1072885155C00D125DWindows Media Player encountered a download that has the wrong number of files. This might occur if another program is trying to create jobs with the same signature as the Player.
-1072885154C00D125EWindows Media Player tried to complete a download that was already canceled. The file will not be available.
-1072885153C00D125FWindows Media Player tried to cancel a download that was already completed. The file will not be removed.
-1072885152C00D1260Windows Media Player is trying to access a download that is not valid.
-1072885151C00D1261This download was not created by Windows Media Player.
-1072885150C00D1262The Windows Media Player download manager cannot create a temporary file name. This might occur if the path is not valid or if the disk is full.
-1072885149C00D1263The Windows Media Player download manager plug-in cannot start. This might occur if the system is out of resources.
-1072885148C00D1264The Windows Media Player download manager cannot move the file.
-1072885147C00D1265The Windows Media Player download manager cannot perform a task because the system has no resources to allocate.
-1072885146C00D1266The Windows Media Player download manager cannot perform a task because the task took too long to run.
-1072885145C00D1267The Windows Media Player download manager cannot perform a task because the Player is terminating the service. The task will be recovered when the Player restarts.
-1072885144C00D1268The Windows Media Player download manager cannot expand a WMD file. The file will be deleted and the operation will not be completed successfully.
-1072885143C00D1269The Windows Media Player download manager cannot start. This might occur if the system is out of resources.
-1072885142C00D126AWindows Media Player cannot access a required functionality. This might occur if the wrong system files or Player DLLs are loaded.
-1072885141C00D126BWindows Media Player cannot get the file name of the requested download. The requested download will be canceled.
-1072885106C00D128EWindows Media Player encountered an error while downloading an image.
-1072885056C00D12C0Windows Media Player cannot update your media usage rights because the Player cannot verify the list of activated users of this computer.
-1072885055C00D12C1Windows Media Player is trying to acquire media usage rights for a file that is no longer being used. Rights acquisition will stop.
-1072885006C00D12F2The parameter is not valid.
-1072884996C00D12FCThe state is not valid for this request.
-1072884986C00D1306Windows Media Player cannot play this file until you complete the software component upgrade. After the component has been upgraded, try to play the file again.
-1072884956C00D1324The URL is not safe for the operation specified.
-1072884955C00D1325The URL contains one or more characters that are not valid.
-1072884954C00D1326The URL contains a host name that is not valid.
-1072884953C00D1327The URL contains a path that is not valid.
-1072884952C00D1328The URL contains a scheme that is not valid.
-1072884951C00D1329The URL is not valid.
-1072884949C00D132BWindows Media Player cannot play the file. If you clicked a link on a web page, the link might not be valid.
-1072884948C00D132CThe URL port is not valid.
-1072884947C00D132DThe URL is not a directory.
-1072884946C00D132EThe URL is not a file.
-1072884945C00D132FThe URL contains characters that cannot be decoded. The URL might be truncated or incomplete.
-1072884944C00D1330The specified URL is not a relative URL.
-1072884943C00D1331The buffer is smaller than the size specified.
-1072884906C00D1356The content provider has not granted you the right to play this file. Go to the content provider's online store to get play rights.
-1072884905C00D1357Windows Media Player cannot purchase or download content from multiple online stores.
-1072884904C00D1358The file cannot be purchased or downloaded. The file might not be available from the online store.
-1072884902C00D135AThe provider of this file cannot be identified.
-1072884901C00D135BThe file is only available for download when you buy the entire album.
-1072884900C00D135CYou must buy the file before you can download it.
-1072884899C00D135DYou have exceeded the maximum number of files that can be purchased in a single transaction.
-1072884897C00D135FWindows Media Player cannot sign in to the online store. Verify that you are using the correct user name and password. If the problem persists, the store might be temporarily unavailable.
-1072884896C00D1360Windows Media Player cannot download this item because the server is not responding. The server might be temporarily unavailable or the Internet connection might be lost.
-1072884894C00D1362Content Partner still initializing.
-1072884893C00D1363The folder could not be opened. The folder might have been moved or deleted.
-1072884886C00D136AWindows Media Player could not add all of the images to the file because the images exceeded the 7 megabyte (MB) limit.
-1072884856C00D1388The client redirected to another server.
-1072884855C00D1389The streaming media description is no longer current.
-1072884854C00D138AIt is not possible to create a persistent namespace node under a transient parent node.
-1072884853C00D138BIt is not possible to store a value in a namespace node that has a different value type.
-1072884852C00D138CIt is not possible to remove the root namespace node.
-1072884851C00D138DThe specified namespace node could not be found.
-1072884850C00D138EThe buffer supplied to hold namespace node string is too small.
-1072884849C00D138FThe callback list on a namespace node is at the maximum size.
-1072884848C00D1390It is not possible to register an already-registered callback on a namespace node.
-1072884847C00D1391Cannot find the callback in the namespace when attempting to remove the callback.
-1072884846C00D1392The namespace node name exceeds the allowed maximum length.
-1072884845C00D1393Cannot create a namespace node that already exists.
-1072884844C00D1394The namespace node name cannot be a null string.
-1072884843C00D1395Finding a child namespace node by index failed because the index exceeded the number of children.
-1072884842C00D1396The namespace node name is invalid.
-1072884841C00D1397It is not possible to store a value in a namespace node that has a different security type.
-1072884756C00D13ECThe archive request conflicts with other requests in progress.
-1072884755C00D13EDThe specified origin server cannot be found.
-1072884754C00D13EEThe specified origin server is not responding.
-1072884753C00D13EFThe internal code for HTTP status code 412 Precondition Failed due to not broadcast type.
-1072884752C00D13F0The internal code for HTTP status code 403 Forbidden due to not cacheable.
-1072884751C00D13F1The internal code for HTTP status code 304 Not Modified.
-1072884656C00D1450It is not possible to remove a cache or proxy publishing point.
-1072884655C00D1451It is not possible to remove the last instance of a type of plug-in.
-1072884654C00D1452Cache and proxy publishing points do not support this property or method.
-1072884653C00D1453The plug-in does not support the specified load type.
-1072884652C00D1454The plug-in does not support any load types. The plug-in must support at least one load type.
-1072884651C00D1455The publishing point name is invalid.
-1072884650C00D1456Only one multicast data writer plug-in can be enabled for a publishing point.
-1072884649C00D1457The requested operation cannot be completed while the publishing point is started.
-1072884648C00D1458A multicast data writer plug-in must be enabled in order for this operation to be completed.
-1072884647C00D1459This feature requires Windows Server 2003, Enterprise Edition.
-1072884646C00D145AThe requested operation cannot be completed because the specified publishing point has been removed.
-1072884645C00D145BPush publishing points are started when the encoder starts pushing the stream. This publishing point cannot be started by the server administrator.
-1072884644C00D145CThe specified language is not supported.
-1072884643C00D145DWindows Media Services will only run on Windows Server 2003, Standard Edition and Windows Server 2003, Enterprise Edition.
-1072884642C00D145EThe operation cannot be completed because the publishing point has been stopped.
-1072884556C00D14B4The playlist entry is already playing.
-1072884555C00D14B5The playlist or directory you are requesting does not contain content.
-1072884554C00D14B6The server was unable to parse the requested playlist file.
-1072884553C00D14B7The requested operation is not supported for this type of playlist entry.
-1072884552C00D14B8Cannot jump to a playlist entry that is not inserted in the playlist.
-1072884551C00D14B9Cannot seek to the desired playlist entry.
-1072884550C00D14BACannot play recursive playlist.
-1072884549C00D14BBThe number of nested playlists exceeded the limit the server can handle.
-1072884548C00D14BCCannot execute the requested operation because the playlist has been shut down by the Media Server.
-1072884547C00D14BDThe playlist has ended while receding.
-1072884456C00D1518The data path does not have an associated data writer plug-in.
-1072884454C00D151AThe specified push template is invalid.
-1072884453C00D151BThe specified push publishing point is invalid.
-1072884452C00D151CThe requested operation cannot be performed because the server or publishing point is in a critical error state.
-1072884451C00D151DThe content cannot be played because the server is not currently accepting connections. Try connecting at a later time.
-1072884450C00D151EThe version of this playlist is not supported by the server.
-1072884449C00D151FThe command does not apply to the current media header user by a server component.
-1072884448C00D1520The specified publishing point name is already in use.
-1072884356C00D157CThere is no script engine available for this file.
-1072884355C00D157DThe plug-in has reported an error. See the Troubleshooting tab or the NT Application Event Log for details.
-1072884354C00D157ENo enabled data source plug-in is available to access the requested content.
-1072884353C00D157FNo enabled playlist parser plug-in is available to access the requested content.
-1072884352C00D1580The data source plug-in does not support enumeration.
-1072884351C00D1581The server cannot stream the selected file because it is either damaged or corrupt. Select a different file.
-1072884350C00D1582The plug-in cannot be enabled because a compatible script debugger is not installed on this system. Install a script debugger, or disable the script debugger option on the general tab of the plug-in's properties page and try again.
-1072884349C00D1583The plug-in cannot be loaded because it requires Windows Server 2003, Enterprise Edition.
-1072884348C00D1584Another wizard is currently running. Please close the other wizard or wait until it finishes before attempting to run this wizard again.
-1072884347C00D1585Invalid log URL. Multicast logging URL must look like "http://servername/isapibackend.dll".
-1072884346C00D1586Invalid MTU specified. The valid range for maximum packet size is between 36 and 65507 bytes.
-1072884345C00D1587Invalid play statistics for logging.
-1072884344C00D1588The log needs to be skipped.
-1072884343C00D1589The size of the data exceeded the limit the WMS HTTP Download Data Source plugin can handle.
-1072884342C00D158AOne usage of each socket address (protocol/network address/port) is permitted. Verify that other services or applications are not attempting to use the same port and then try to enable the plug-in again.
-1072884341C00D158BOne usage of each socket address (protocol/network address/port) is permitted. Verify that other services (such as IIS) or applications are not attempting to use the same port and then try to enable the plug-in again.
-1072884340C00D158CThe WMS HTTP Download Data Source plugin was unable to receive the remote server's response.
-1072884339C00D158DThe archive plug-in has reached its quota.
-1072884338C00D158EThe archive plug-in aborted because the source was from broadcast.
-1072884337C00D158FThe archive plug-in detected an interrupt in the source.
-1072884336C00D1590The system cannot find the file specified.
-1072882856C00D1B58The mark-in time should be greater than 0 and less than the mark-out time.
-1072882855C00D1B59The mark-out time should be greater than the mark-in time and less than the file duration.
-1072882854C00D1B5ANo matching media type is found in the source %1.
-1072882853C00D1B5BThe specified source type is not supported.
-1072882852C00D1B5CIt is not possible to specify more than one audio input.
-1072882851C00D1B5DIt is not possible to specify more than two video inputs.
-1072882850C00D1B5ENo matching element is found in the list.
-1072882849C00D1B5FThe profile's media types must match the media types defined for the session.
-1072882848C00D1B60It is not possible to remove an active source while encoding.
-1072882847C00D1B61It is not possible to open the specified audio capture device because it is currently in use.
-1072882846C00D1B62It is not possible to open the specified audio capture device because an unexpected error has occurred.
-1072882845C00D1B63The audio capture device does not support the specified audio format.
-1072882844C00D1B64It is not possible to open the specified video capture device because it is currently in use.
-1072882843C00D1B65It is not possible to open the specified video capture device because an unexpected error has occurred.
-1072882842C00D1B66This operation is not allowed while encoding.
-1072882841C00D1B67No profile is set for the source.
-1072882840C00D1B68The video capture driver returned an unrecoverable error. It is now in an unstable state.
-1072882839C00D1B69It was not possible to start the video device.
-1072882838C00D1B6AThe video source does not support the requested output format or color depth.
-1072882837C00D1B6BThe video source does not support the requested capture size.
-1072882836C00D1B6CIt was not possible to obtain output information from the video compressor.
-1072882835C00D1B6DIt was not possible to create a video capture window.
-1072882834C00D1B6EThere is already a stream active on this video device.
-1072882833C00D1B6FNo media format is set in source.
-1072882832C00D1B70Cannot find a valid output stream from the source.
-1072882831C00D1B71It was not possible to find a valid source plug-in for the specified source.
-1072882830C00D1B72No source is currently active.
-1072882829C00D1B73No script stream is set in the current source.
-1072882828C00D1B74This operation is not allowed while archiving.
-1072882827C00D1B75The setting for the maximum packet size is not valid.
-1072882826C00D1B76The plug-in CLSID specified is not valid.
-1072882825C00D1B77This archive type is not supported.
-1072882824C00D1B78This archive operation is not supported.
-1072882823C00D1B79The local archive file name was not set.
-1072882822C00D1B7AThe source is not yet prepared.
-1072882821C00D1B7BProfiles on the sources do not match.
-1072882820C00D1B7CThe specified crop values are not valid.
-1072882819C00D1B7DNo statistics are available at this time.
-1072882818C00D1B7EThe encoder is not archiving.
-1072882817C00D1B7FThis operation is only allowed during encoding.
-1072882816C00D1B80This SourceGroupCollection doesn't contain any SourceGroups.
-1072882815C00D1B81This source does not have a frame rate of 30 fps. Therefore, it is not possible to apply the inverse telecine filter to the source.
-1072882814C00D1B82It is not possible to display your source or output video in the Video panel.
-1072882813C00D1B83One or more codecs required to open this content could not be found.
-1072882812C00D1B84The archive file has the same name as an input file. Change one of the names before continuing.
-1072882811C00D1B85The source has not been set up completely.
-1072882810C00D1B86It is not possible to apply time compression to a broadcast session.
-1072882809C00D1B87It is not possible to open this device.
-1072882808C00D1B88It is not possible to start encoding because the display size or color has changed since the current session was defined. Restore the previous settings or create a new session.
-1072882807C00D1B89No audio data has been received for several seconds. Check the audio source and restart the encoder.
-1072882806C00D1B8AOne or all of the specified sources are not working properly. Check that the sources are configured correctly.
-1072882805C00D1B8BThe supplied configuration file is not supported by this version of the encoder.
-1072882804C00D1B8CIt is not possible to use image preprocessing with live encoding.
-1072882803C00D1B8DIt is not possible to use two-pass encoding when the source is set to loop.
-1072882802C00D1B8EIt is not possible to pause encoding during a broadcast.
-1072882801C00D1B8FA DRM profile has not been set for the current session.
-1072882800C00D1B90The profile ID is already used by a DRM profile. Specify a different profile ID.
-1072882799C00D1B91The setting of the selected device does not support control for playing back tapes.
-1072882798C00D1B92You must specify a mixed voice and audio mode in order to use an optimization definition file.
-1072882797C00D1B93The specified password is too long. Type a password with fewer than 8 characters.
-1072882796C00D1B94It is not possible to seek to the specified mark-in point.
-1072882795C00D1B95When you choose to maintain the interlacing in your video, the output video size must match the input video size.
-1072882794C00D1B96Only one device control plug-in can control a device.
-1072882793C00D1B97You must also enable storing content to hard disk temporarily in order to use two-pass encoding with the input device.
-1072882792C00D1B98An audience is missing from the output stream configuration.
-1072882791C00D1B99All audiences in the output tree must have the same content type.
-1072882790C00D1B9AA source index is missing from the output stream configuration.
-1072882789C00D1B9BThe same source index in different audiences should have the same number of languages.
-1072882788C00D1B9CThe same source index in different audiences should have the same languages.
-1072882787C00D1B9DThe same source index in different audiences should use the same VBR encoding mode.
-1072882786C00D1B9EThe bit rate index specified is not valid.
-1072882785C00D1B9FThe specified language is not valid.
-1072882784C00D1BA0The specified source type is not valid.
-1072882783C00D1BA1The source must be a mono channel .wav file.
-1072882782C00D1BA2All the source .wav files must have the same format.
-1072882781C00D1BA3The hard disk being used for temporary storage of content has reached the minimum allowed disk space. Create more space on the hard disk and restart encoding.
-1072882780C00D1BA4It is not possible to apply the inverse telecine feature to PAL content.
-1072882779C00D1BA5A capture device in the current active source is no longer available.
-1072882778C00D1BA6A device used in the current active source for device control is no longer available.
-1072882777C00D1BA7No frames have been submitted to the analyzer for analysis.
-1072882776C00D1BA8The source video does not support time codes.
-1072882775C00D1BA9It is not possible to generate a time code when there are multiple sources in a session.
-1072882774C00D1BAAThe voice codec optimization definition file cannot be found or is corrupted.
-1072882773C00D1BABThe same source index in different audiences should have the same interlace mode.
-1072882772C00D1BACThe same source index in different audiences should have the same nonsquare pixel mode.
-1072882771C00D1BADThe same source index in different audiences should have the same time code mode.
-1072882770C00D1BAEEither the end of the tape has been reached or there is no tape. Check the device and tape.
-1072882769C00D1BAFNo audio or video input has been specified.
-1072882768C00D1BB0The profile must contain a bit rate.
-1072882767C00D1BB1You must specify at least one audio stream to be compatible with Windows Media Player 7.1.
-1072882766C00D1BB2Using a VBR encoding mode is not compatible with Windows Media Player 7.1.
-1072882765C00D1BB3You must specify a profile name.
-1072882764C00D1BB4It is not possible to use a VBR encoding mode with uncompressed audio or video.
-1072882763C00D1BB5It is not possible to use MBR encoding with VBR encoding.
-1072882762C00D1BB6It is not possible to mix uncompressed and compressed content in a session.
-1072882761C00D1BB7All audiences must use the same audio codec.
-1072882760C00D1BB8All audiences should use the same audio format to be compatible with Windows Media Player 7.1.
-1072882759C00D1BB9The audio bit rate for an audience with a higher total bit rate must be greater than one with a lower total bit rate.
-1072882758C00D1BBAThe audio peak bit rate setting is not valid.
-1072882757C00D1BBBThe audio peak bit rate setting must be greater than the audio bit rate setting.
-1072882756C00D1BBCThe setting for the maximum buffer size for audio is not valid.
-1072882755C00D1BBDAll audiences must use the same video codec.
-1072882754C00D1BBEAll audiences should use the same video size to be compatible with Windows Media Player 7.1.
-1072882753C00D1BBFThe video bit rate setting is not valid.
-1072882752C00D1BC0The video bit rate for an audience with a higher total bit rate must be greater than one with a lower total bit rate.
-1072882751C00D1BC1The video peak bit rate setting is not valid.
-1072882750C00D1BC2The video peak bit rate setting must be greater than the video bit rate setting.
-1072882749C00D1BC3The video width setting is not valid.
-1072882748C00D1BC4The video height setting is not valid.
-1072882747C00D1BC5The video frame rate setting is not valid.
-1072882746C00D1BC6The video key frame setting is not valid.
-1072882745C00D1BC7The video image quality setting is not valid.
-1072882744C00D1BC8The video codec quality setting is not valid.
-1072882743C00D1BC9The video buffer setting is not valid.
-1072882742C00D1BCAThe setting for the maximum buffer size for video is not valid.
-1072882741C00D1BCBThe value of the video maximum buffer size setting must be greater than the video buffer size setting.
-1072882740C00D1BCCThe alignment of the video width is not valid.
-1072882739C00D1BCDThe alignment of the video height is not valid.
-1072882738C00D1BCEAll bit rates must have the same script bit rate.
-1072882737C00D1BCFThe script bit rate specified is not valid.
-1072882736C00D1BD0All bit rates must have the same file transfer bit rate.
-1072882735C00D1BD1The file transfer bit rate is not valid.
-1072882734C00D1BD2All audiences in a profile should either be same as input or have video width and height specified.
-1072882733C00D1BD3This source type does not support looping.
-1072882732C00D1BD4The fold-down value needs to be between -144 and 0.
-1072882731C00D1BD5The specified DRM profile does not exist in the system.
-1072882730C00D1BD6The specified time code is not valid.
-1072882729C00D1BD7It is not possible to apply time compression to a video-only session.
-1072882728C00D1BD8It is not possible to apply time compression to a session that is using two-pass encoding.
-1072882727C00D1BD9It is not possible to generate a time code for an audio-only session.
-1072882726C00D1BDAIt is not possible to generate a time code when you are encoding content at multiple bit rates.
-1072882725C00D1BDBThe video codec selected does not support maintaining interlacing in video.
-1072882724C00D1BDCMaintaining interlacing in video is not compatible with Windows Media Player 7.1.
-1072882723C00D1BDDAllowing nonsquare pixel output is not compatible with Windows Media Player 7.1.
-1072882722C00D1BDEOnly capture devices can be used with device control.
-1072882721C00D1BDFIt is not possible to generate the stream format file if you are using quality-based VBR encoding for the audio or video stream. Instead use the Windows Media file generated after encoding to create the announcement file.
-1072882720C00D1BE0It is not possible to create a DRM profile because the maximum number of profiles has been reached. You must delete some DRM profiles before creating new ones.
-1072882719C00D1BE1The device is in an unstable state. Check that the device is functioning properly and a tape is in place.
-1072882718C00D1BE2The pixel aspect ratio value must be between 1 and 255.
-1072882717C00D1BE3All streams with different languages in the same audience must have same properties.
-1072882716C00D1BE4The profile must contain at least one audio or video stream.
-1072882715C00D1BE5The transform plug-in could not be found.
-1072882714C00D1BE6The transform plug-in is not valid. It might be damaged or you might not have the required permissions to access the plug-in.
-1072882713C00D1BE7To use two-pass encoding, you must enable device control and setup an edit decision list (EDL) that has at least one entry.
-1072882712C00D1BE8When you choose to maintain the interlacing in your video, the output video size must be a multiple of 4.
-1072882711C00D1BE9Markin/Markout is unsupported with this source type.
-1072879855C00D2711A problem has occurred in the Digital Rights Management component. Contact product support for this application.
-1072879854C00D2712License storage is not working. Contact Microsoft product support.
-1072879853C00D2713Secure storage is not working. Contact Microsoft product support.
-1072879852C00D2714License acquisition did not work. Acquire a new license or contact the content provider for further assistance.
-1072879851C00D2715A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879850C00D2716The media file is corrupted. Contact the content provider to get a new file.
-1072879849C00D2717The license is corrupted. Acquire a new license.
-1072879848C00D2718The license is corrupted or invalid. Acquire a new license
-1072879847C00D2719Licenses cannot be copied from one computer to another. Use License Management to transfer licenses, or get a new license for the media file.
-1072879845C00D271BLicense storage is not working. Contact Microsoft product support.
-1072879844C00D271CThe media file is corrupted. Contact the content provider to get a new file.
-1072879843C00D271DA problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879842C00D271EThe license could not be acquired. Try again later.
-1072879841C00D271FLicense acquisition did not work. Acquire a new license or contact the content provider for further assistance.
-1072879840C00D2720The requested operation cannot be performed on this file.
-1072879839C00D2721The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.
-1072879838C00D2722A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879837C00D2723The media file is corrupted. Contact the content provider to get a new file.
-1072879835C00D2725The license is corrupted. Acquire a new license.
-1072879832C00D2728A security upgrade is required to perform the operation on this media file.
-1072879831C00D2729You already have the latest security components. No upgrade is necessary at this time.
-1072879830C00D272AThe application cannot perform this action. Contact product support for this application.
-1072879829C00D272BYou cannot begin a new license acquisition process until the current one has been completed.
-1072879828C00D272CYou cannot begin a new security upgrade until the current one has been completed.
-1072879827C00D272DFailure in Backup-Restore.
-1072879826C00D272EBad Request ID in Backup-Restore.
-1072879825C00D272FA problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879824C00D2730A license cannot be created for this media file. Reinstall the application.
-1072879823C00D2731A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879822C00D2732A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879821C00D2733A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879820C00D2734A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879819C00D2735A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879818C00D2736The security upgrade failed. Try again later.
-1072879817C00D2737License storage is not working. Contact Microsoft product support.
-1072879816C00D2738License storage is not working. Contact Microsoft product support.
-1072879815C00D2739License storage is not working. Contact Microsoft product support.
-1072879814C00D273AA problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879813C00D273BA problem has occurred in the Digital Rights Management component. Contact product support for this application.
-1072879812C00D273CLicense storage is not working. Contact Microsoft product support.
-1072879811C00D273DThe media file is corrupted. Contact the content provider to get a new file.
-1072879810C00D273EA problem has occurred in the Digital Rights Management component. Try again later.
-1072879809C00D273FThe application has made an invalid call to the Digital Rights Management component. Contact product support for this application.
-1072879808C00D2740A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879807C00D2741A problem has occurred in the Digital Rights Management component. Contact product support for this application.
-1072879806C00D2742Licenses are already backed up in this location.
-1072879805C00D2743One or more backed-up licenses are missing or corrupt.
-1072879804C00D2744You cannot begin a new backup process until the current process has been completed.
-1072879803C00D2745Bad Data sent to Backup-Restore.
-1072879800C00D2748The license is invalid. Contact the content provider for further assistance.
-1072879799C00D2749A required property was not set by the application. Contact product support for this application.
-1072879798C00D274AA problem has occurred in the Digital Rights Management component of this application. Try to acquire a license again.
-1072879797C00D274BA license cannot be found for this media file. Use License Management to transfer a license for this file from the original computer, or acquire a new license.
-1072879796C00D274CA problem occurred during the security upgrade. Try again later.
-1072879795C00D274DCertified driver components are required to play this media file. Contact Windows Update to see whether updated drivers are available for your hardware.
-1072879794C00D274EOne or more of the Secure Audio Path components were not found or an entry point in those components was not found.
-1072879793C00D274FStatus message: Reopen the file.
-1072879792C00D2750Certain driver functionality is required to play this media file. Contact Windows Update to see whether updated drivers are available for your hardware.
-1072879791C00D2751A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879790C00D2752A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879789C00D2753You cannot restore your license(s).
-1072879788C00D2754The licenses for your media files are corrupted. Contact Microsoft product support.
-1072879787C00D2755To transfer this media file, you must upgrade the application.
-1072879786C00D2756You cannot make any more copies of this media file.
-1072879785C00D2757A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879784C00D2758A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879783C00D2759Unable to obtain license.
-1072879782C00D275AA problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879781C00D275BA problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879780C00D275CThe buffer supplied is not sufficient.
-1072879779C00D275DThe property requested is not supported.
-1072879778C00D275EThe specified server cannot perform the requested operation.
-1072879777C00D275FSome of the licenses could not be stored.
-1072879776C00D2760The Digital Rights Management security upgrade component could not be validated. Contact Microsoft product support.
-1072879775C00D2761Invalid or corrupt data was encountered.
-1072879774C00D2762The Windows Media Digital Rights Management system cannot perform the requested action because your computer or network administrator has enabled the group policy Prevent Windows Media DRM Internet Access. For assistance, contact your administrator.
-1072879773C00D2763A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879772C00D2764Not all of the necessary properties for DRM have been set.
-1072879771C00D2765The portable device does not have the security required to copy protected files to it. To obtain the additional security, try to copy the file to your portable device again. When a message appears, click OK.
-1072879770C00D2766Too many resets in Backup-Restore.
-1072879769C00D2767Running this process under a debugger while using DRM content is not allowed.
-1072879768C00D2768The user canceled the DRM operation.
-1072879767C00D2769The license you are using has assocaited output restrictions. This license is unusable until these restrictions are queried.
-1072879766C00D276AA problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879765C00D276BA problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879764C00D276CA problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879763C00D276DA problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879760C00D2770The specified track has exceeded it's specified playlist burn limit in this playlist.
-1072879759C00D2771The specified track has exceeded it's track burn limit.
-1072879758C00D2772A problem has occurred in obtaining the device's certificate. Contact Microsoft product support.
-1072879757C00D2773A problem has occurred in obtaining the device's secure clock. Contact Microsoft product support.
-1072879756C00D2774A problem has occurred in setting the device's secure clock. Contact Microsoft product support.
-1072879755C00D2775A problem has occurred in obtaining the secure clock from server. Contact Microsoft product support.
-1072879754C00D2776This content requires the metering policy to be enabled.
-1072879753C00D2777Transfer of chained licenses unsupported.
-1072879752C00D2778The Digital Rights Management component is not installed properly. Reinstall the Player.
-1072879751C00D2779The file could not be transferred because the device clock is not set.
-1072879750C00D277AThe content header is missing an acquisition URL.
-1072879749C00D277BThe current attached device does not support WMDRM.
-1072879748C00D277CA problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879747C00D277DThe client application has been forcefully terminated during a DRM petition.
-1072879746C00D277EThe client application has been forcefully terminated during a DRM challenge.
-1072879745C00D277FSecure storage protection error. Restore your licenses from a previous backup and try again.
-1072879744C00D2780A problem has occurred in the Digital Rights Management root of trust. Contact Microsoft product support.
-1072879743C00D2781A problem has occurred in retrieving the Digital Rights Management machine identification. Contact Microsoft product support.
-1072879742C00D2782A problem has occurred in opening the Digital Rights Management data storage file. Contact Microsoft product.
-1072879741C00D2783The Digital Rights Management data storage is not functioning properly. Contact Microsoft product support.
-1072879740C00D2784A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879739C00D2785A secured library is required to access the requested functionality.
-1072879738C00D2786A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879737C00D2787A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.
-1072879736C00D2788A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.
-1072879735C00D2789A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.
-1072879734C00D278AA problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.
-1072879733C00D278BA problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.
-1072879732C00D278CThe Digital Rights Management component is in use during license migration. Contact Microsoft product support.
-1072879731C00D278DLicenses are being migrated to a machine running XP or downlevel OS. This operation can only be performed on Windows Vista or a later OS. Contact Microsoft product support.
-1072879730C00D278EMigration Image already exists. Contact Microsoft product support.
-1072879729C00D278FThe requested action cannot be performed because a hardware configuration change has been detected by the Windows Media Digital Rights Management (DRM) components on your computer.
-1072879728C00D2790The wrong stublib has been linked to an application or DLL using drmv2clt.dll.
-1072879727C00D2791The legacy V2 data being imported is invalid.
-1072879726C00D2792The license being imported already exists.
-1072879725C00D2793The password of the Legacy V2 SST entry being imported is incorrect.
-1072879724C00D2794Migration is not supported by the plugin.
-1072879723C00D2795A migration importer cannot be created for this media file. Reinstall the application.
-1072879722C00D2796The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.
-1072879721C00D2797The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.
-1072879720C00D2798The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.
-1072879719C00D2799The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.
-1072879718C00D279AMigration was canceled by the user.
-1072879717C00D279BMigration object is already in use and cannot be called until the current operation completes.
-1072879716C00D279CThe content header does not comply with DRM requirements and cannot be used.
-1072879656C00D27D8The license for this file has expired and is no longer valid. Contact your content provider for further assistance.
-1072879655C00D27D9The license for this file is not valid yet, but will be at a future date.
-1072879654C00D27DAThe license for this file requires a higher level of security than the player you are currently using has. Try using a different player or download a newer version of your current player.
-1072879653C00D27DBThe license cannot be stored as it requires security upgrade of Digital Rights Management component.
-1072879652C00D27DCYour machine does not meet the requirements for storing the license.
-1072879651C00D27DDThe license for this file requires an upgraded version of your player or a different player.
-1072879649C00D27DFThe license server's certificate expired. Make sure your system clock is set correctly. Contact your content provider for further assistance.
-1072879648C00D27E0The license for this file requires a higher level of security than the player you are currently using has. Try using a different player or download a newer version of your current player.
-1072879647C00D27E1The content owner for the license you just acquired is no longer supporting their content. Contact the content owner for a newer version of the content.
-1072879646C00D27E2The content owner for the license you just acquired requires your device to register to the current machine.
-1072879606C00D280AThe license for this file requires a feature that is not supported in your current player or operating system. You can try with newer version of your current player or contact your content provider for further assistance.
-1072879605C00D280BThe license for this file requires a feature that is not supported in your current player or operating system. You can try with newer version of your current player or contact your content provider for further assistance.
-1072879604C00D280CThe license for this file requires Windows Driver Model (WDM) audio drivers. Contact your sound card manufacturer for further assistance.
-1072879603C00D280DThe license for this file requires a higher level of security than the player you are currently using has. Try using a different player or download a newer version of your current player.
-1072879602C00D280EThe license for this file is not supported by your current player. You can try with newer version of your current player or contact your content provider for further assistance.
-1072879555C00D283DAn updated version of your media player is required to play the selected content.
-1072879554C00D283EA new version of the Digital Rights Management component is required. Contact product support for this application to get the latest version.
-1072879553C00D283FFailed to either create or verify the content header.
-1072879552C00D2840Could not read the necessary information from the system registry.
-1072879551C00D2841The DRM subsystem is currently locked by another application or user. Try again later.
-1072879550C00D2842There are too many target devices registered on the portable media.
-1072879549C00D2843The security upgrade cannot be completed because the allowed number of daily upgrades has been exceeded. Try again tomorrow.
-1072879548C00D2844The security upgrade cannot be completed because the server is unable to perform the operation. Try again later.
-1072879547C00D2845The security upgrade cannot be performed because the server is not available. Try again later.
-1072879546C00D2846Windows Media Player cannot restore your licenses because the server is not available. Try again later.
-1072879545C00D2847Windows Media Player cannot play the protected file. Verify that your computer's date is set correctly. If it is correct, on the Help menu, click Check for Player Updates to install the latest version of the Player.
-1072879544C00D2848The chained license cannot be created because the referenced uplink license does not exist.
-1072879543C00D2849The specified KID is invalid.
-1072879542C00D284ALicense initialization did not work. Contact Microsoft product support.
-1072879540C00D284CThe uplink license of a chained license cannot itself be a chained license.
-1072879539C00D284DThe specified encryption algorithm is unsupported.
-1072879538C00D284ELicense deletion did not work. Contact Microsoft product support.
-1072879456C00D28A0The client's certificate is corrupted or the signature cannot be verified.
-1072879455C00D28A1The client's certificate has been revoked.
-1072879454C00D28A2There is no license available for the requested action.
-1072879453C00D28A3The maximum number of devices in use has been reached. Unable to open additional devices.
-1072879452C00D28A4The proximity detection procedure could not confirm that the receiver is near the transmitter in the network.
-1072879451C00D28A5The client must be registered before executing the intended operation.
-1072879450C00D28A6The client must be approved before executing the intended operation.
-1072879449C00D28A7The client must be revalidated before executing the intended operation.
-1072879448C00D28A8The response to the proximity detection challenge is invalid.
-1072879447C00D28A9The requested session is invalid.
-1072879446C00D28AAThe device must be opened before it can be used to receive content.
-1072879445C00D28ABDevice registration failed because the device is already registered.
-1072879444C00D28ACUnsupported WMDRM-ND protocol version.
-1072879443C00D28ADThe requested action is not supported.
-1072879442C00D28AEThe certificate does not have an adequate security level for the requested action.
-1072879441C00D28AFUnable to open the specified port for receiving Proximity messages.
-1072879440C00D28B0The message format is invalid.
-1072879439C00D28B1The Certificate Revocation List is invalid or corrupted.
-1072879438C00D28B2The length of the attribute name or value is too long.
-1072879437C00D28B3The license blob passed in the cardea request is expired.
-1072879436C00D28B4The license blob passed in the cardea request is invalid. Contact Microsoft product support.
-1072879435C00D28B5The requested operation cannot be performed because the license does not contain an inclusion list.
-1072879434C00D28B6A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879433C00D28B7A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879356C00D2904Windows Media Player does not support the level of output protection required by the content.
-1072879355C00D2905Windows Media Player does not support the level of protection required for compressed digital video.
-1072879354C00D2906Windows Media Player does not support the level of protection required for uncompressed digital video.
-1072879353C00D2907Windows Media Player does not support the level of protection required for analog video.
-1072879352C00D2908Windows Media Player does not support the level of protection required for compressed digital audio.
-1072879351C00D2909Windows Media Player does not support the level of protection required for uncompressed digital audio.
-1072879350C00D290AWindows Media Player does not support the scheme of output protection required by the content.
-1072878854C00D2AFAInstallation was not successful and some file cleanup is not complete. For best results, restart your computer.
-1072878853C00D2AFBInstallation was not successful. To continue, you must restart your computer.
-1072878852C00D2AFCInstallation was not successful.
-1072878851C00D2AFDSetup cannot migrate the Windows Media Digital Rights Management (DRM) components.
-1072878850C00D2AFESome skin or playlist components cannot be installed.
-1072878849C00D2AFFSetup cannot migrate the Windows Media Digital Rights Management (DRM) components. In addition, some skin or playlist components cannot be installed.
-1072878848C00D2B00Installation is blocked because your computer does not meet one or more of the setup requirements.
-1072877856C00D2EE0The specified protocol is not supported.
-1072877855C00D2EE1The client is redirected to a proxy server.
-1072877854C00D2EE2The server encountered an unexpected condition which prevented it from fulfilling the request.
-1072877853C00D2EE3The request could not be understood by the server.
-1072877852C00D2EE4The proxy experienced an error while attempting to contact the media server.
-1072877851C00D2EE5The proxy did not receive a timely response while attempting to contact the media server.
-1072877850C00D2EE6The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
-1072877849C00D2EE7The server is refusing to fulfill the requested operation.
-1072877848C00D2EE8The server is not a compatible streaming media server.
-1072877847C00D2EE9The content cannot be streamed because the Multicast protocol has been disabled.
-1072877846C00D2EEAThe server redirected the player to an invalid location.
-1072877845C00D2EEBThe content cannot be streamed because all protocols have been disabled.
-1072877844C00D2EECThe MSBD protocol is no longer supported. Please use HTTP to connect to the Windows Media stream.
-1072877843C00D2EEDThe proxy server could not be located. Please check your proxy server configuration.
-1072877842C00D2EEEUnable to establish a connection to the proxy server. Please check your proxy server configuration.
-1072877841C00D2EEFUnable to locate the media server. The operation timed out.
-1072877840C00D2EF0Unable to locate the proxy server. The operation timed out.
-1072877839C00D2EF1Media closed because Windows was shut down.
-1072877838C00D2EF2Unable to read the contents of a playlist file from a media server.
-1072877837C00D2EF3Session not found.
-1072877836C00D2EF4Content requires a streaming media client.
-1072877835C00D2EF5A command applies to a previous playlist entry.
-1072877834C00D2EF6The proxy server is denying access. The username and/or password might be incorrect.
-1072877833C00D2EF7The proxy could not provide valid authentication credentials to the media server.
-1072877832C00D2EF8The network sink failed to write data to the network.
-1072877831C00D2EF9Packets are not being received from the server. The packets might be blocked by a filtering device, such as a network firewall.
-1072877830C00D2EFAThe MMS protocol is not supported. Please use HTTP or RTSP to connect to the Windows Media stream.
-1072877829C00D2EFBThe Windows Media server is denying access. The username and/or password might be incorrect.
-1072877828C00D2EFCThe Publishing Point or file on the Windows Media Server is no longer available.
-1072877827C00D2EFDThere is no existing packetizer plugin for a stream.
-1072877826C00D2EFEThe response from the media server could not be understood. This might be caused by an incompatible proxy server or media server.
-1072877824C00D2F00The Windows Media Server reset the network connection.
-1072877822C00D2F02The request could not reach the media server (too many hops).
-1072877819C00D2F05The server is sending too much data. The connection has been terminated.
-1072877818C00D2F06It was not possible to establish a connection to the media server in a timely manner. The media server might be down for maintenance, or it might be necessary to use a proxy server to access this media server.
-1072877817C00D2F07It was not possible to establish a connection to the proxy server in a timely manner. Please check your proxy server configuration.
-1072877816C00D2F08Session not found.
-1072877814C00D2F0AUnknown packet sink stream.
-1072877813C00D2F0BUnable to establish a connection to the server. Ensure Windows Media Services is started and the HTTP Server control protocol is properly enabled.
-1072877812C00D2F0CThe Server service that received the HTTP push request is not a compatible version of Windows Media Services (WMS). This error might indicate the push request was received by IIS instead of WMS. Ensure WMS is started and has the HTTP Server control protocol properly enabled and try again.
-1072876856C00D32C8The playlist has reached its end.
-1072876855C00D32C9Use file source.
-1072876854C00D32CAThe property was not found.
-1072876852C00D32CCThe property is read only.
-1072876851C00D32CDThe table key was not found.
-1072876849C00D32CFInvalid query operator.
-1072876848C00D32D0Invalid query property.
-1072876846C00D32D2The property is not supported.
-1072876844C00D32D4Schema classification failure.
-1072876843C00D32D5The metadata format is not supported.
-1072876842C00D32D6Cannot edit the metadata.
-1072876841C00D32D7Cannot set the locale id.
-1072876840C00D32D8The language is not supported in the format.
-1072876839C00D32D9There is no RFC1766 name translation for the supplied locale id.
-1072876838C00D32DAThe metadata (or metadata item) is not available.
-1072876837C00D32DBThe cached metadata (or metadata item) is not available.
-1072876836C00D32DCThe metadata document is invalid.
-1072876835C00D32DDThe metadata content identifier is not available.
-1072876834C00D32DECannot retrieve metadata from the offline metadata cache.
-1072875856C00D36B0Platform not initialized. Please call MFStartup()
-1072875855C00D36B1The buffer was too small to carry out the requested action
-1072875854C00D36B2The request is invalid in the current state
-1072875853C00D36B3The stream number provided was invalid
-1072875852C00D36B4The data specified for the media type is invalid
-1072875851C00D36B5The callee is currently not accepting further input
-1072875850C00D36B6This object needs to be initialized before the requested operation can be carried out
-1072875849C00D36B7The requested representation is not supported by this object
-1072875847C00D36B9An object ran out of media types to suggest therefore the requested chain of streaming objects cannot be completed
-1072875846C00D36BAThe object does not support the specified service
-1072875845C00D36BBAn unexpected error has occurred in the operation requested
-1072875844C00D36BCInvalid name
-1072875843C00D36BDInvalid type
-1072875842C00D36BEThe file does not conform to the relevant file format specification
-1072875841C00D36BFInvalid index
-1072875840C00D36C0An invalid timestamp was given
-1072875837C00D36C3The scheme of the given URL is unsupported
-1072875836C00D36C4The byte stream type of the given URL is unsupported
-1072875835C00D36C5The given time format is unsupported
-1072875832C00D36C8The Media Sample does not have a timestamp
-1072875831C00D36C9The Media Sample does not have a duration
-1072875829C00D36CBThe request failed because the data in the stream is corrupt
-1072875825C00D36CFReal time services are not available
-1072875824C00D36D0The specified rate is not supported
-1072875823C00D36D1This component does not support stream-thinning
-1072875822C00D36D2The call failed because no reverse playback rates are available
-1072875821C00D36D3The requested rate transition cannot occur in the current state
-1072875820C00D36D4The requested rate change has been pre-empted and will not occur
-1072875819C00D36D5The specified object or value does not exist
-1072875818C00D36D6The requested value is not available
-1072875817C00D36D7The specified operation requires a clock and no clock is available
-1072875815C00D36D9This callback has already been passed in to this event generator
-1072875814C00D36DASome component is already listening to events on this event generator
-1072875813C00D36DBThis timer was orphaned before its callback time arrived
-1072875812C00D36DCA state transition is already pending
-1072875811C00D36DDThe requested state transition is unsupported
-1072875810C00D36DEAn unrecoverable error has occurred
-1072875809C00D36DFThe provided sample has too many buffers
-1072875808C00D36E0The provided sample is not writable
-1072875806C00D36E2The specified key is not valid
-1072875805C00D36E3You are calling MFStartup with the wrong MF_VERSION. Mismatched bits?
-1072875804C00D36E4The caption of the given URL is unsupported
-1072875803C00D36E5The operation on the current offset is not permitted
-1072875802C00D36E6The requested attribute was not found
-1072875801C00D36E7The specified property type is not allowed in this context
-1072875800C00D36E8The specified property type is not supported
-1072875799C00D36E9The specified property is empty
-1072875798C00D36EAThe specified property is not empty
-1072875797C00D36EBThe vector property specified is not allowed in this context
-1072875796C00D36ECA vector property is required in this context
-1072875795C00D36EDThe operation is cancelled
-1072875794C00D36EEThe provided bytestream was expected to be seekable and it is not
-1072875793C00D36EFThe Media Foundation platform is disabled when the system is running in Safe Mode
-1072875792C00D36F0The Media Source could not parse the byte stream
-1072875791C00D36F1Mutually exclusive flags have been specified to source resolver. This flag combination is invalid
-1072875790C00D36F2MediaProc is in the wrong state
-1072875789C00D36F3Real time I/O service can not provide requested throughput
-1072875788C00D36F4The workqueue cannot be registered with more classes
-1072875787C00D36F5This operation cannot succeed because another thread owns this object
-1072875786C00D36F6Internal. Bitpump not found
-1072875785C00D36F7No more RT memory available
-1072875784C00D36F8An MMCSS class has not been set for this work queue
-1072875782C00D36FAActivate failed to create mediasink. Call OutputNode::GetUINT32(MF_TOPONODE_MAJORTYPE) for more information
-1072875781C00D36FBThe length of the provided bytestream is unknown
-1072875780C00D36FCThe media session cannot pause from a stopped state
-1072875778C00D36FEThe data specified for the media type is supported
-1072875777C00D36FFThe operation failed because an invalid combination of workqueue ID and flags was specified
-1072875776C00D3700No DRM support is available
-1072875775C00D3701This operation is not authorized
-1072875774C00D3702The value is not in the specified or valid range
-1072875773C00D3703The registered codec merit is not valid
-1072875772C00D3704Hardware MFT failed to start streaming due to lack of hardware resources
-1072875771C00D3705The operation is already in progress
-1072875770C00D3706No Hardware DRM support is available
-1072875769C00D3707The specified duration is too long
-1072875768C00D3708The attempted call or command is not supported with the DirectX version used by the component
-1072875767C00D3709The specified media type is not supported with the DirectX version used by the component
-1072874856C00D3A98Not enough data have been parsed to carry out the requested action
-1072874855C00D3A99There is a gap in the ASF data provided
-1072874854C00D3A9AThe data provided are not valid ASF
-1072874853C00D3A9BThe packet is opaque
-1072874852C00D3A9CThe requested operation failed since there is no appropriate ASF index
-1072874851C00D3A9DThe value supplied is out of range for this operation
-1072874850C00D3A9EThe index entry requested needs to be loaded before it can be available
-1072874849C00D3A9FThe packet has reached the maximum number of payloads
-1072874848C00D3AA0Stream type is not supported
-1072874847C00D3AA1One or more ASF packets were dropped
-1072873856C00D3E80There are no events available in the queue
-1072873854C00D3E82A media source cannot go from the stopped state to the paused state
-1072873852C00D3E84The media stream cannot process any more samples because there are no more samples in the stream
-1072873851C00D3E85The request is invalid because Shutdown() has been called
-1072873850C00D3E86The MP3 object was not found
-1072873849C00D3E87The MP3 parser ran out of data before finding the MP3 object
-1072873848C00D3E88The file is not really a MP3 file
-1072873847C00D3E89The MP3 file is not supported
-1072873846C00D3E8AThe Media stream has no duration
-1072873844C00D3E8CThe Media format is recognized but is invalid
-1072873843C00D3E8DThe property requested was not found
-1072873842C00D3E8EThe property is read only
-1072873841C00D3E8FThe specified property is not allowed in this context
-1072873839C00D3E91The media source is not started
-1072873832C00D3E98The Media format is recognized but not supported
-1072873831C00D3E99The MPEG frame has bad CRC
-1072873830C00D3E9AThe file is not protected
-1072873829C00D3E9BThe media source is in the wrong state
-1072873828C00D3E9CNo streams are selected in source presentation descriptor
-1072873827C00D3E9DNo key frame sample was found
-1072873826C00D3E9EThe characteristics of the media source are not supported
-1072873825C00D3E9FNo audio recording device was found
-1072873824C00D3EA0The requested audio recording device is currently in use
-1072873823C00D3EA1The audio recording device is no longer present
-1072873822C00D3EA2The video recording device is no longer present
-1072873821C00D3EA3The video recording device is preempted by another immersive application
-1072872856C00D4268An attempt to acquire a network resource failed
-1072872855C00D4269Error writing to the network
-1072872854C00D426AError reading from the network
-1072872853C00D426BInternal. Entry cannot complete operation without network
-1072872852C00D426CInternal. Async op is required
-1072872851C00D426DInternal. Bandwidth levels are not supported
-1072872850C00D426EInternal. Stream groups are not supported
-1072872849C00D426FManual stream selection is not supported
-1072872848C00D4270Invalid presentation descriptor
-1072872847C00D4271Cannot find cache stream
-1072872844C00D4274Internal. Entry cannot complete operation without input
-1072872843C00D4275The client redirected to another server
-1072872842C00D4276The client is redirected to a proxy server
-1072872841C00D4277The client reached maximum redirection limit
-1072872840C00D4278The server
-1072872839C00D4279The control socket is closed by the client
-1072872838C00D427AThe server received invalid data from the client on the control connection
-1072872837C00D427BThe server is not a compatible streaming media server
-1072872836C00D427CUrl
-1072872835C00D427DData is not available
-1072872834C00D427EEnd of line
-1072872833C00D427FThe request could not be understood by the server
-1072872832C00D4280The server encountered an unexpected condition which prevented it from fulfilling the request
-1072872831C00D4281Session not found
-1072872830C00D4282There is no connection established with the Windows Media server. The operation failed
-1072872829C00D4283The network connection has failed
-1072872828C00D4284The Server service that received the HTTP push request is not a compatible version of Windows Media Services (WMS). This error may indicate the push request was received by IIS instead of WMS. Ensure WMS is started and has the HTTP Server control protocol properly enabled and try again
-1072872827C00D4285The Windows Media server is denying access. The username and/or password might be incorrect
-1072872826C00D4286The proxy server is denying access. The username and/or password might be incorrect
-1072872825C00D4287Unable to establish a connection to the server
-1072872824C00D4288The specified push template is invalid
-1072872823C00D4289The specified push publishing point is invalid
-1072872822C00D428AThe requested resource is in use
-1072872821C00D428BThe Publishing Point or file on the Windows Media Server is no longer available
-1072872820C00D428CThe proxy experienced an error while attempting to contact the media server
-1072872819C00D428DThe proxy did not receive a timely response while attempting to contact the media server
-1072872818C00D428EThe server is currently unable to handle the request due to a temporary overloading or maintenance of the server
-1072872817C00D428FThe encoding process was unable to keep up with the amount of supplied data
-1072872816C00D4290Session not found
-1072872815C00D4291The requested URL is not available in offline mode
-1072872814C00D4292A device in the network is blocking UDP traffic
-1072872813C00D4293The specified configuration value is not supported
-1072872812C00D4294The networking protocol is disabled
-1072872811C00D4295The companion driver asked the OS to disconnect from the receiver
-1072871856C00D4650This object has already been initialized and cannot be re-initialized at this time
-1072871855C00D4651The amount of data passed in exceeds the given bitrate and buffer window
-1072871854C00D4652The sample was passed in too late to be correctly processed
-1072871853C00D4653The requested action cannot be carried out until the object is flushed and the queue is emptied
-1072871852C00D4654The profile is invalid
-1072871851C00D4655The index that is being generated needs to be committed before the requested action can be carried out
-1072871850C00D4656The index that is necessary for the requested action is not found
-1072871849C00D4657The requested index cannot be added in-place to the specified ASF content
-1072871848C00D4658The ASF leaky bucket parameters must be specified in order to carry out this request
-1072871847C00D4659The stream id is invalid. The valid range for ASF stream id is from 1 to 127
-1072870856C00D4A38The requested Stream Sink has been removed and cannot be used
-1072870854C00D4A3AThe various Stream Sinks in this Media Sink are too far out of sync for the requested action to take place
-1072870853C00D4A3BStream Sinks cannot be added to or removed from this Media Sink because its set of streams is fixed
-1072870852C00D4A3CThe given Stream Sink already exists
-1072870851C00D4A3DSample allocations have been canceled
-1072870850C00D4A3EThe sample allocator is currently empty
-1072870849C00D4A3FWhen we try to stop a stream sink
-1072870848C00D4A40The ASF file sink could not reserve AVIO because the bitrate is unknown
-1072870847C00D4A41No streams are selected in sink presentation descriptor
-1072870845C00D4A43A metadata item was too long to write to the output container
-1072870844C00D4A44The operation failed because no samples were processed by the sink
-1072870843C00D4A45Sink could not create valid output file because required headers were not provided to the sink
-1072869856C00D4E20There is no available procamp hardware with which to perform color correction
-1072869855C00D4E21There is no available deinterlacing hardware with which to deinterlace the video stream
-1072869854C00D4E22A video stream requires copy protection to be enabled
-1072869853C00D4E23A component is attempting to access a surface for sharing that is not shared
-1072869852C00D4E24A component is attempting to access a shared device that is already locked by another component
-1072869851C00D4E25The device is no longer available. The handle should be closed and a new one opened
-1072869850C00D4E26A video sample is not currently queued on a stream that is required for mixing
-1072869756C00D4E84No audio playback device was found
-1072869755C00D4E85The requested audio playback device is currently in use
-1072869754C00D4E86The audio playback device is no longer present
-1072869753C00D4E87The audio service is not running
-1072869752C00D4E88The audio renderer encountered an error trying to set the render buffer size
-1072869751C00D4E89The audio renderer encountered an error trying spoof the invalidated audio client
-1072868850C00D520EThe topology contains an invalid optional node. Possible reasons are incorrect number of outputs and inputs or optional node is at the beginning or end of a segment
-1072868847C00D5211No suitable transform was found to decrypt the content
-1072868846C00D5212No suitable transform was found to encode or decode the content
-1072868845C00D5213Unable to find a way to connect nodes
-1072868844C00D5214Unsupported operations in topoloader
-1072868843C00D5215The topology or its nodes contain incorrectly set time attributes
-1072868842C00D5216The topology contains loops
-1072868841C00D5217A source stream node in the topology does not have a presentation descriptor
-1072868840C00D5218A source stream node in the topology does not have a stream descriptor
-1072868839C00D5219A stream descriptor was set on a source stream node but it was not selected on the presentation descriptor
-1072868838C00D521AA source stream node in the topology does not have a source
-1072868837C00D521BThe topology loader does not support sink activates on output nodes
-1072864852C00D61ACThe sequencer cannot find a segment with the given ID
-1072864850C00D61AECannot find source in source cache
-1072861856C00D6D60A valid type has not been set for this stream or a stream that it depends on
-1072861855C00D6D61A stream change has occurred. Output cannot be produced until the streams have been renegotiated
-1072861854C00D6D62The transform cannot take the requested action until all of the input data it currently holds is processed or flushed
-1072861853C00D6D63The transform requires a profile but no profile was supplied or found
-1072861852C00D6D64The transform requires a profile but the supplied profile was invalid or corrupt
-1072861851C00D6D65The transform requires a profile but the supplied profile ended unexpectedly while parsing
-1072861850C00D6D66The property ID does not match any property supported by the transform
-1072861849C00D6D67The variant does not have the type expected for this property ID
-1072861848C00D6D68An attempt was made to set the value on a read-only property
-1072861847C00D6D69The array property value has an unexpected number of dimensions
-1072861846C00D6D6AThe array or blob property value has an unexpected size
-1072861845C00D6D6BThe property value is out of range for this transform
-1072861844C00D6D6CThe property value is incompatible with some other property or mediatype set on the transform
-1072861843C00D6D6DThe requested operation is not supported for the currently set output mediatype
-1072861842C00D6D6EThe requested operation is not supported for the currently set input mediatype
-1072861841C00D6D6FThe requested operation is not supported for the currently set combination of mediatypes
-1072861840C00D6D70The requested feature is not supported in combination with some other currently enabled feature
-1072861838C00D6D72The transform cannot produce output until it gets more input samples
-1072861837C00D6D73The requested operation is not supported for the current speaker configuration
-1072861836C00D6D74The transform cannot accept mediatype changes in the middle of processing
-1072861834C00D6D76The input type is not supported for D3D device
-1072861833C00D6D77The caller does not appear to support this transform's asynchronous capabilities
-1072861832C00D6D78An audio compression manager driver could not be initialized by the transform
-1072861831C00D6D79The input stream has invalid and illegal resolution. Output should stop on next ProcessOutput call after the invalid and illegal resolution is detected
-1072861830C00D6D7AThe transform cannot be asynchronous in current context
-1072861828C00D6D7CIt is not supported in the current context to have the transform copy attributes from an input sample to an output sample
-1072860856C00D7148You are not allowed to open this file. Contact the content provider for further assistance
-1072860855C00D7149The license for this media file has expired. Get a new license or contact the content provider for further assistance
-1072860854C00D714AYou need a license to perform the requested operation on this media file
-1072860853C00D714BThe licenses for your media files are corrupted. Contact Microsoft product support
-1072860852C00D714CThe APP needs to provide IMFContentProtectionManager callback to access the protected media file
-1072860851C00D714DClient does not have rights to restore licenses
-1072860850C00D714ELicenses are restricted and hence can not be backed up
-1072860849C00D714FLicense restore requires machine to be individualized
-1072860847C00D7151Component is revoked
-1072860846C00D7152Trusted functionality is currently disabled on this component
-1072860845C00D7153No Action is set on WMDRM Output Trust Authority
-1072860844C00D7154Action is already set on WMDRM Output Trust Authority
-1072860843C00D7155DRM Heaader is not available
-1072860842C00D7156Current encryption scheme is not supported
-1072860841C00D7157Action does not match with current configuration
-1072860840C00D7158Invalid policy for WMDRM Output Trust Authority
-1072860839C00D7159The policies that the Input Trust Authority requires to be enforced are unsupported by the outputs
-1072860838C00D715AThe OPL that the license requires to be enforced are not supported by the Input Trust Authority
-1072860837C00D715BThe topology could not be successfully verified
-1072860836C00D715CSignature verification could not be completed successfully for this component
-1072860835C00D715DRunning this process under a debugger while using protected content is not allowed
-1072860834C00D715EMF component has expired
-1072860833C00D715FThe current GRL on the machine does not meet the minimum version requirements
-1072860832C00D7160The current GRL on the machine does not contain any renewal entries for the specified revocation
-1072860831C00D7161The current GRL on the machine does not contain any extensible entries for the specified extension GUID
-1072860830C00D7162The kernel isn't secure for high security level content
-1072860829C00D7163The response from protected environment driver isn't valid
-1072860827C00D7165A non-PE process tried to talk to PEAuth
-1072860825C00D7167We need to reboot the machine
-1072860822C00D716AThe GRL file is not correctly formed
-1072860821C00D716BThe GRL file is in a format newer than those recognized by this GRL Reader
-1072860820C00D716CThe GRL was reloaded and required all processes that can run protected media to restart
-1072860819C00D716DThe GRL was reloaded and the current process needs to restart
-1072860818C00D716EThe user space is untrusted for protected content play
-1072860817C00D716FPEAuth communication session hasn't been started
-1072860816C00D7170Insufficient memory for response
-1072860815C00D7171PEAuth's public key is revoked
-1072860814C00D7172The GRL is absent
-1072860812C00D7174The Protected Environment is untrusted
-1072860811C00D7175The Protected Environment Authorization service (PEAUTH) has not been started
-1072860810C00D7176The sample protection algorithms supported by components are not compatible
-1072860809C00D7177No more protected environment sessions can be supported
-1072860808C00D7178WMDRM ITA does not allow protected content with high security level for this release
-1072860807C00D7179WMDRM ITA cannot allow the requested action for the content as one or more components is not properly signed
-1072860806C00D717AWMDRM ITA does not support the requested action
-1072860805C00D717BWMDRM ITA encountered an error in parsing the Secure Audio Path parameters
-1072860804C00D717CThe Policy Manager action passed in is invalid
-1072860803C00D717DThe structure specifying Output Protection Level is not the correct format
-1072860802C00D717EWMDRM ITA does not recognize the Explicite Analog Video Output Protection guid specified in the license
-1072860801C00D717FIMFPMPHost object not available
-1072860800C00D7180WMDRM ITA could not initialize the Output Protection Level data
-1072860799C00D7181WMDRM ITA does not recognize the Analog Video Output specified by the OTA
-1072860798C00D7182WMDRM ITA does not recognize the Digital Video Output specified by the OTA
-1072860797C00D7183The protected stream cannot be resolved without the callback PKEY_PMP_Creation_Callback in the configuration property store
-1072860796C00D7184A valid hostname and port number could not be found in the DTCP parameters
-1072860795C00D7185The content protection system was not enabled by the application
-1072860794C00D7186The content protection system is not supported
-1072860793C00D7187DRM migration is not supported for the content
-1072860792C00D7188Authentication of the HDCP link failed
-1072860791C00D7189The HDCP link failed after being established
-1072849856C00D9C40The continuity key supplied is not currently valid
-1072849855C00D9C41No Presentation Time Source has been specified
-1072849854C00D9C42The clock is already in the requested state
-1072849853C00D9C43The clock has too many advanced features to carry out the request
-1072848856C00DA028The component does not support any more drop modes
-1072848855C00DA029The component does not support any more quality levels
-1072848854C00DA02AThe component does not support drop time functionality
-1072848853C00DA02BQuality Manager needs to wait longer before bumping the Quality Level up
-1072848852C00DA02CQuality Manager is in an invalid state. Quality Management is off at this moment
-1072847856C00DA410No transcode output container type is specified
-1072847855C00DA411The profile does not have a media type configuration for any selected source streams
-1072847854C00DA412Cannot find an encoder MFT that accepts the user preferred output type
-1072847853C00DA413The profile is invalid
-1072846856C00DA7F8Memory allocator is not initialized
-1072846855C00DA7F9Memory allocator is not committed yet
-1072846854C00DA7FAMemory allocator has already been committed
-1072846853C00DA7FBAn error occurred in media stream
-1072846852C00DA7FCStream is not in a state to handle the request
-1072846851C00DA7FDHardware stream is not connected yet
-1072845856C00DABE0No capture devices are available
-1072845855C00DABE1No output was set for recording
-1072845854C00DABE2The current capture sink configuration does not support mirroring
-1072845853C00DABE3The current capture sink configuration does not support rotation
-1072845852C00DABE4The op is invalid
-1072845851C00DABE5The effects previously added were incompatible with the new topology which caused all effects to be removed
-1072845850C00DABE6The current capture source does not have an independent photo stream
-1072845849C00DABE7The current capture source does not have a video stream
-1072845848C00DABE8The current capture source does not have an audio stream
-1072845847C00DABE9The capture source device has an asynchronous extended property operation in progress
-1072845846C00DABEAA property cannot be set because a photo or photo sequence is in progress
-1072845845C00DABEBNo more samples in queue
-1072845844C00DABECHardware accelerated thumbnail generation is not supported for the currently selected mediatype on the mediacapture stream
-1072845843C00DABEDCapture device that is present on the system is not supported by Media Foundation
-1072844856C00DAFC8Media Source type is not supported in Media Timeline Controller scenarios
-1072844855C00DAFC9Operation is not allowed when Media Timeline Controller is attached
-1072844854C00DAFCAAttaching Media Timeline Controller is blocked because of the current state of the object
-1072843856C00DB3B0Connection to app service providing a media extension failed
-1072843855C00DB3B1App service providing a media extension failed to process the request
-1072843854C00DB3B2Package integrity check for app failed
-1072843853C00DB3B3License check for app failed
-1072496639C0130001The cluster node is not valid.
-1072496638C0130002The cluster node already exists.
-1072496637C0130003A node is in the process of joining the cluster.
-1072496636C0130004The cluster node was not found.
-1072496635C0130005The cluster local node information was not found.
-1072496634C0130006The cluster network already exists.
-1072496633C0130007The cluster network was not found.
-1072496632C0130008The cluster network interface already exists.
-1072496631C0130009The cluster network interface was not found.
-1072496630C013000AThe cluster request is not valid for this object.
-1072496629C013000BThe cluster network provider is not valid.
-1072496628C013000CThe cluster node is down.
-1072496627C013000DThe cluster node is not reachable.
-1072496626C013000EThe cluster node is not a member of the cluster.
-1072496625C013000FA cluster join operation is not in progress.
-1072496624C0130010The cluster network is not valid.
-1072496623C0130011No network adapters are available.
-1072496622C0130012The cluster node is up.
-1072496621C0130013The cluster node is paused.
-1072496620C0130014The cluster node is not paused.
-1072496619C0130015No cluster security context is available.
-1072496618C0130016The cluster network is not configured for internal cluster communication.
-1072496617C0130017The cluster node has been poisoned.
-1072431103C0140001An attempt was made to run an invalid AML opcode.
-1072431102C0140002The AML interpreter stack has overflowed.
-1072431101C0140003An inconsistent state has occurred.
-1072431100C0140004An attempt was made to access an array outside its bounds.
-1072431099C0140005A required argument was not specified.
-1072431098C0140006A fatal error has occurred.
-1072431097C0140007An invalid SuperName was specified.
-1072431096C0140008An argument with an incorrect type was specified.
-1072431095C0140009An object with an incorrect type was specified.
-1072431094C014000AA target with an incorrect type was specified.
-1072431093C014000BAn incorrect number of arguments was specified.
-1072431092C014000CAn address failed to translate.
-1072431091C014000DAn incorrect event type was specified.
-1072431090C014000EA handler for the target already exists.
-1072431089C014000FInvalid data for the target was specified.
-1072431088C0140010An invalid region for the target was specified.
-1072431087C0140011An attempt was made to access a field outside the defined range.
-1072431086C0140012The global system lock could not be acquired.
-1072431085C0140013An attempt was made to reinitialize the ACPI subsystem.
-1072431084C0140014The ACPI subsystem has not been initialized.
-1072431083C0140015An incorrect mutex was specified.
-1072431082C0140016The mutex is not currently owned.
-1072431081C0140017An attempt was made to access the mutex by a process that was not the owner.
-1072431080C0140018An error occurred during an access to region space.
-1072431079C0140019An attempt was made to use an incorrect table.
-1072431072C0140020The registration of an ACPI event failed.
-1072431071C0140021An ACPI power object failed to transition state.
-1072365567C0150001The requested section is not present in the activation context.
-1072365566C0150002Windows was unble to process the application binding information. Refer to the system event log for further information.
-1072365565C0150003The application binding data format is invalid.
-1072365564C0150004The referenced assembly is not installed on the system.
-1072365563C0150005The manifest file does not begin with the required tag and format information.
-1072365562C0150006The manifest file contains one or more syntax errors.
-1072365561C0150007The application attempted to activate a disabled activation context.
-1072365560C0150008The requested lookup key was not found in any active activation context.
-1072365559C0150009A component version required by the application conflicts with another component version that is already active.
-1072365558C015000AThe type requested activation context section does not match the query API used.
-1072365557C015000BLack of system resources has required isolated activation to be disabled for the current thread of execution.
-1072365556C015000CThe referenced assembly could not be found.
-1072365554C015000EAn attempt to set the process default activation context failed because the process default activation context was already set.
-1072365553C015000FThe activation context being deactivated is not the most recently activated one.
-1072365552C0150010The activation context being deactivated is not active for the current thread of execution.
-1072365551C0150011The activation context being deactivated has already been deactivated.
-1072365550C0150012The activation context of the system default assembly could not be generated.
-1072365549C0150013A component used by the isolation facility has requested that the process be terminated.
-1072365548C0150014The activation context activation stack for the running thread of execution is corrupt.
-1072365547C0150015The application isolation metadata for this process or thread has become corrupt.
-1072365546C0150016The value of an attribute in an identity is not within the legal range.
-1072365545C0150017The name of an attribute in an identity is not within the legal range.
-1072365544C0150018An identity contains two definitions for the same attribute.
-1072365543C0150019The identity string is malformed. This might be due to a trailing comma, more than two unnamed attributes, a missing attribute name, or a missing attribute value.
-1072365542C015001AThe component store has become corrupted.
-1072365541C015001BA component's file does not match the verification information present in the component manifest.
-1072365540C015001CThe identities of the manifests are identical, but their contents are different.
-1072365539C015001DThe component identities are different.
-1072365538C015001EThe assembly is not a deployment.
-1072365537C015001FThe file is not a part of the assembly.
-1072365536C0150020An advanced installer failed during setup or servicing.
-1072365535C0150021The character encoding in the XML declaration did not match the encoding used in the document.
-1072365534C0150022The size of the manifest exceeds the maximum allowed.
-1072365533C0150023The setting is not registered.
-1072365532C0150024One or more required transaction members are not present.
-1072365531C0150025The SMI primitive installer failed during setup or servicing.
-1072365530C0150026A generic command executable returned a result that indicates failure.
-1072365529C0150027A component is missing file verification information in its manifest.
-1072103423C0190001The function attempted to use a name that is reserved for use by another transaction.
-1072103422C0190002The transaction handle associated with this operation is invalid.
-1072103421C0190003The requested operation was made in the context of a transaction that is no longer active.
-1072103420C0190004The transaction manager was unable to be successfully initialized. Transacted operations are not supported.
-1072103419C0190005Transaction support within the specified file system resource manager was not started or was shut down due to an error.
-1072103418C0190006The metadata of the resource manager has been corrupted. The resource manager will not function.
-1072103417C0190007The resource manager attempted to prepare a transaction that it has not successfully joined.
-1072103416C0190008The specified directory does not contain a file system resource manager.
-1072103414C019000AThe remote server or share does not support transacted file operations.
-1072103413C019000BThe requested log size for the file system resource manager is invalid.
-1072103412C019000CThe remote server sent mismatching version number or Fid for a file opened with transactions.
-1072103409C019000FThe resource manager tried to register a protocol that already exists.
-1072103408C0190010The attempt to propagate the transaction failed.
-1072103407C0190011The requested propagation protocol was not registered as a CRM.
-1072103406C0190012The 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 allowed.
-1072103405C0190013The requested operation is not valid on the transaction object in its current state.
-1072103404C0190014The caller has called a response API, but the response is not expected because the transaction manager did not issue the corresponding request to the caller.
-1072103403C0190015It is too late to perform the requested operation, because the transaction has already been aborted.
-1072103402C0190016It is too late to perform the requested operation, because the transaction has already been committed.
-1072103401C0190017The buffer passed in to NtPushTransaction or NtPullTransaction is not in a valid format.
-1072103400C0190018The current transaction context associated with the thread is not a valid handle to a transaction object.
-1072103399C0190019An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log.
-1072103391C0190021The object (file, stream, or link) that corresponds to the handle has been deleted by a transaction savepoint rollback.
-1072103390C0190022The specified file miniversion was not found for this transacted file open.
-1072103389C0190023The specified file miniversion was found but has been invalidated. The most likely cause is a transaction savepoint rollback.
-1072103388C0190024A miniversion can be opened only in the context of the transaction that created it.
-1072103387C0190025It is not possible to open a miniversion with modify access.
-1072103386C0190026It is not possible to create any more miniversions for this stream.
-1072103384C0190028The 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.
-1072103376C0190030The log data is corrupt.
-1072103374C0190032The transaction outcome is unavailable because the resource manager responsible for it is disconnected.
-1072103373C0190033The request was rejected because the enlistment in question is not a superior enlistment.
-1072103370C0190036The file cannot be opened in a transaction because its identity depends on the outcome of an unresolved transaction.
-1072103369C0190037The operation cannot be performed because another transaction is depending on this property not changing.
-1072103368C0190038The operation would involve a single file with two transactional resource managers and is, therefore, not allowed.
-1072103367C0190039The $Txf directory must be empty for this operation to succeed.
-1072103366C019003AThe operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed.
-1072103365C019003BThe operation could not be completed because the transaction manager does not have a log.
-1072103364C019003CA rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution.
-1072103363C019003DThe transactional metadata attribute on the file or directory %hs is corrupt and unreadable.
-1072103362C019003EThe encryption operation could not be completed because a transaction is active.
-1072103361C019003FThis object is not allowed to be opened in a transaction.
-1072103360C0190040Memory mapping (creating a mapped section) a remote file under a transaction is not supported.
-1072103357C0190043Promotion was required to allow the resource manager to enlist, but the transaction was set to disallow it.
-1072103356C0190044This file is open for modification in an unresolved transaction and can be opened for execute only by a transacted reader.
-1072103355C0190045The request to thaw frozen transactions was ignored because transactions were not previously frozen.
-1072103354C0190046Transactions cannot be frozen because a freeze is already in progress.
-1072103353C0190047The target volume is not a snapshot volume. This operation is valid only on a volume mounted as a snapshot.
-1072103352C0190048The savepoint operation failed because files are open on the transaction, which is not permitted.
-1072103351C0190049The sparse operation could not be completed because a transaction is active on the file.
-1072103350C019004AThe call to create a transaction manager object failed because the Tm Identity that is stored in the log file does not match the Tm Identity that was passed in as an argument.
-1072103349C019004BI/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data.
-1072103348C019004CThe transactional resource manager cannot currently accept transacted work due to a transient condition, such as low resources.
-1072103347C019004DThe transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manager has been shut down.
-1072103346C019004EThe specified transaction was unable to be opened because it was not found.
-1072103345C019004FThe specified resource manager was unable to be opened because it was not found.
-1072103344C0190050The specified enlistment was unable to be opened because it was not found.
-1072103343C0190051The specified transaction manager was unable to be opened because it was not found.
-1072103342C0190052The specified resource manager was unable to create an enlistment because its associated transaction manager is not online.
-1072103341C0190053The specified transaction manager was unable to create the objects contained in its log file in the Ob namespace. Therefore, the transaction manager was unable to recover.
-1072103340C0190054The 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 as a superior.
-1072103339C0190055Because the associated transaction manager or resource manager has been closed, the handle is no longer valid.
-1072103338C0190056The compression operation could not be completed because a transaction is active on the file.
-1072103337C0190057The specified operation could not be performed on this superior enlistment because the enlistment was not created with the corresponding completion response in the NotificationMask.
-1072103336C0190058The specified operation could not be performed because the record to be logged was too long. This can occur because either there are too many enlistments on this transaction or the combined RecoveryInformation being logged on behalf of those enlistments is too long.
-1072103335C0190059The link-tracking operation could not be completed because a transaction is active.
-1072103334C019005AThis operation cannot be performed in a transaction.
-1072103333C019005BThe kernel transaction manager had to abort or forget the transaction because it blocked forward progress.
-1072103328C0190060The handle is no longer properly associated with its transaction. It might have been opened in a transactional resource manager that was subsequently forced to restart. Please close the handle and open a new one.
-1072103327C0190061The specified operation could not be performed because the resource manager is not enlisted in the transaction.
-1072037887C01A0001The log service found an invalid log sector.
-1072037886C01A0002The log service encountered a log sector with invalid block parity.
-1072037885C01A0003The log service encountered a remapped log sector.
-1072037884C01A0004The log service encountered a partial or incomplete log block.
-1072037883C01A0005The log service encountered an attempt to access data outside the active log range.
-1072037882C01A0006The log service user-log marshaling buffers are exhausted.
-1072037881C01A0007The log service encountered an attempt to read from a marshaling area with an invalid read context.
-1072037880C01A0008The log service encountered an invalid log restart area.
-1072037879C01A0009The log service encountered an invalid log block version.
-1072037878C01A000AThe log service encountered an invalid log block.
-1072037877C01A000BThe log service encountered an attempt to read the log with an invalid read mode.
-1072037875C01A000DThe log service encountered a corrupted metadata file.
-1072037874C01A000EThe log service encountered a metadata file that could not be created by the log file system.
-1072037873C01A000FThe log service encountered a metadata file with inconsistent data.
-1072037872C01A0010The log service encountered an attempt to erroneously allocate or dispose reservation space.
-1072037871C01A0011The log service cannot delete the log file or the file system container.
-1072037870C01A0012The log service has reached the maximum allowable containers allocated to a log file.
-1072037869C01A0013The log service has attempted to read or write backward past the start of the log.
-1072037868C01A0014The log policy could not be installed because a policy of the same type is already present.
-1072037867C01A0015The log policy in question was not installed at the time of the request.
-1072037866C01A0016The installed set of policies on the log is invalid.
-1072037865C01A0017A policy on the log in question prevented the operation from completing.
-1072037864C01A0018The log space cannot be reclaimed because the log is pinned by the archive tail.
-1072037863C01A0019The log record is not a record in the log file.
-1072037862C01A001AThe number of reserved log records or the adjustment of the number of reserved log records is invalid.
-1072037861C01A001BThe reserved log space or the adjustment of the log space is invalid.
-1072037860C01A001CA new or existing archive tail or the base of the active log is invalid.
-1072037859C01A001DThe log space is exhausted.
-1072037858C01A001EThe log is multiplexed; no direct writes to the physical log are allowed.
-1072037857C01A001FThe operation failed because the log is dedicated.
-1072037856C01A0020The operation requires an archive context.
-1072037855C01A0021Log archival is in progress.
-1072037854C01A0022The operation requires a nonephemeral log, but the log is ephemeral.
-1072037853C01A0023The log must have at least two containers before it can be read from or written to.
-1072037852C01A0024A log client has already registered on the stream.
-1072037851C01A0025A log client has not been registered on the stream.
-1072037850C01A0026A request has already been made to handle the log full condition.
-1072037849C01A0027The log service encountered an error when attempting to read from a log container.
-1072037848C01A0028The log service encountered an error when attempting to write to a log container.
-1072037847C01A0029The log service encountered an error when attempting to open a log container.
-1072037846C01A002AThe log service encountered an invalid container state when attempting a requested action.
-1072037845C01A002BThe log service is not in the correct state to perform a requested action.
-1072037844C01A002CThe log space cannot be reclaimed because the log is pinned.
-1072037843C01A002DThe log metadata flush failed.
-1072037842C01A002ESecurity on the log and its containers is inconsistent.
-1072037841C01A002FRecords were appended to the log or reservation changes were made, but the log could not be flushed.
-1072037840C01A0030The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available.
-1071972118C01B00EA{Display Driver Stopped Responding} The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the computer, a dialog box will allow you to upload data about this failure to Microsoft.
-1071906815C01C0001A handler was not defined by the filter for this operation.
-1071906814C01C0002A context is already defined for this object.
-1071906813C01C0003Asynchronous requests are not valid for this operation.
-1071906812C01C0004This is an internal error code used by the filter manager to determine if a fast I/O operation should be forced down the input/output request packet (IRP) path. Minifilters should never return this value.
-1071906811C01C0005An invalid name request was made. The name requested cannot be retrieved at this time.
-1071906810C01C0006Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock.
-1071906809C01C0007The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is loaded as a driver.
-1071906808C01C0008The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called).
-1071906807C01C0009The filter must clean up any operation-specific context at this time because it is being removed from the system before the operation is completed by the lower drivers.
-1071906806C01C000AThe Filter Manager had an internal error from which it cannot recover; therefore, the operation has failed. This is usually the result of a filter returning an invalid value from a pre-operation callback.
-1071906805C01C000BThe object specified for this action is in the process of being deleted; therefore, the action requested cannot be completed at this time.
-1071906804C01C000CA nonpaged pool must be used for this type of context.
-1071906803C01C000DA duplicate handler definition has been provided for an operation.
-1071906802C01C000EThe callback data queue has been disabled.
-1071906801C01C000FDo not attach the filter to the volume at this time.
-1071906800C01C0010Do not detach the filter from the volume at this time.
-1071906799C01C0011An instance already exists at this altitude on the volume specified.
-1071906798C01C0012An instance already exists with this name on the volume specified.
-1071906797C01C0013The system could not find the filter specified.
-1071906796C01C0014The system could not find the volume specified.
-1071906795C01C0015The system could not find the instance specified.
-1071906794C01C0016No registered context allocation definition was found for the given request.
-1071906793C01C0017An invalid parameter was specified during context registration.
-1071906792C01C0018The name requested was not found in the Filter Manager name cache and could not be retrieved from the file system.
-1071906791C01C0019The requested device object does not exist for the given volume.
-1071906790C01C001AThe specified volume is already mounted.
-1071906789C01C001BThe specified transaction context is already enlisted in a transaction.
-1071906788C01C001CThe specified context is already attached to another object.
-1071906784C01C0020No waiter is present for the filter's reply to this message.
-1071841279C01D0001A monitor descriptor could not be obtained.
-1071841278C01D0002This release does not support the format of the obtained monitor descriptor.
-1071841277C01D0003The checksum of the obtained monitor descriptor is invalid.
-1071841276C01D0004The monitor descriptor contains an invalid standard timing block.
-1071841275C01D0005WMI data-block registration failed for one of the MSMonitorClass WMI subclasses.
-1071841274C01D0006The provided monitor descriptor block is either corrupted or does not contain the monitor's detailed serial number.
-1071841273C01D0007The provided monitor descriptor block is either corrupted or does not contain the monitor's user-friendly name.
-1071841272C01D0008There is no monitor descriptor data at the specified (offset or size) region.
-1071841271C01D0009The monitor descriptor contains an invalid detailed timing block.
-1071841270C01D000AMonitor descriptor contains invalid manufacture date.
-1071775744C01E0000Exclusive mode ownership is needed to create an unmanaged primary allocation.
-1071775743C01E0001The driver needs more DMA buffer space to complete the requested operation.
-1071775742C01E0002The specified display adapter handle is invalid.
-1071775741C01E0003The specified display adapter and all of its state have been reset.
-1071775740C01E0004The driver stack does not match the expected driver model.
-1071775739C01E0005Present happened but ended up into the changed desktop mode.
-1071775738C01E0006Nothing to present due to desktop occlusion.
-1071775737C01E0007Not able to present due to denial of desktop access.
-1071775736C01E0008Not able to present with color conversion.
-1071775733C01E000BPresent redirection is disabled (desktop windowing management subsystem is off).
-1071775732C01E000CPrevious exclusive VidPn source owner has released its ownership
-1071775488C01E0100Not enough video memory is available to complete the operation.
-1071775487C01E0101Could not probe and lock the underlying memory of an allocation.
-1071775486C01E0102The allocation is currently busy.
-1071775485C01E0103An object being referenced has already reached the maximum reference count and cannot be referenced further.
-1071775484C01E0104A problem could not be solved due to an existing condition. Try again later.
-1071775483C01E0105A problem could not be solved due to an existing condition. Try again now.
-1071775482C01E0106The allocation is invalid.
-1071775481C01E0107No more unswizzling apertures are currently available.
-1071775480C01E0108The current allocation cannot be unswizzled by an aperture.
-1071775479C01E0109The request failed because a pinned allocation cannot be evicted.
-1071775472C01E0110The allocation cannot be used from its current segment location for the specified operation.
-1071775471C01E0111A locked allocation cannot be used in the current command buffer.
-1071775470C01E0112The allocation being referenced has been closed permanently.
-1071775469C01E0113An invalid allocation instance is being referenced.
-1071775468C01E0114An invalid allocation handle is being referenced.
-1071775467C01E0115The allocation being referenced does not belong to the current device.
-1071775466C01E0116The specified allocation lost its content.
-1071775232C01E0200A GPU exception was detected on the given device. The device cannot be scheduled.
-1071774976C01E0300The specified VidPN topology is invalid.
-1071774975C01E0301The specified VidPN topology is valid but is not supported by this model of the display adapter.
-1071774974C01E0302The specified VidPN topology is valid but is not currently supported by the display adapter due to allocation of its resources.
-1071774973C01E0303The specified VidPN handle is invalid.
-1071774972C01E0304The specified video present source is invalid.
-1071774971C01E0305The specified video present target is invalid.
-1071774970C01E0306The specified VidPN modality is not supported (for example, at least two of the pinned modes are not co-functional).
-1071774968C01E0308The specified VidPN source mode set is invalid.
-1071774967C01E0309The specified VidPN target mode set is invalid.
-1071774966C01E030AThe specified video signal frequency is invalid.
-1071774965C01E030BThe specified video signal active region is invalid.
-1071774964C01E030CThe specified video signal total region is invalid.
-1071774960C01E0310The specified video present source mode is invalid.
-1071774959C01E0311The specified video present target mode is invalid.
-1071774958C01E0312The pinned mode must remain in the set on the VidPN's co-functional modality enumeration.
-1071774957C01E0313The specified video present path is already in the VidPN's topology.
-1071774956C01E0314The specified mode is already in the mode set.
-1071774955C01E0315The specified video present source set is invalid.
-1071774954C01E0316The specified video present target set is invalid.
-1071774953C01E0317The specified video present source is already in the video present source set.
-1071774952C01E0318The specified video present target is already in the video present target set.
-1071774951C01E0319The specified VidPN present path is invalid.
-1071774950C01E031AThe miniport has no recommendation for augmenting the specified VidPN's topology.
-1071774949C01E031BThe specified monitor frequency range set is invalid.
-1071774948C01E031CThe specified monitor frequency range is invalid.
-1071774947C01E031DThe specified frequency range is not in the specified monitor frequency range set.
-1071774945C01E031FThe specified frequency range is already in the specified monitor frequency range set.
-1071774944C01E0320The specified mode set is stale. Reacquire the new mode set.
-1071774943C01E0321The specified monitor source mode set is invalid.
-1071774942C01E0322The specified monitor source mode is invalid.
-1071774941C01E0323The miniport does not have a recommendation regarding the request to provide a functional VidPN given the current display adapter configuration.
-1071774940C01E0324The ID of the specified mode is being used by another mode in the set.
-1071774939C01E0325The system failed to determine a mode that is supported by both the display adapter and the monitor connected to it.
-1071774938C01E0326The number of video present targets must be greater than or equal to the number of video present sources.
-1071774937C01E0327The specified present path is not in the VidPN's topology.
-1071774936C01E0328The display adapter must have at least one video present source.
-1071774935C01E0329The display adapter must have at least one video present target.
-1071774934C01E032AThe specified monitor descriptor set is invalid.
-1071774933C01E032BThe specified monitor descriptor is invalid.
-1071774932C01E032CThe specified descriptor is not in the specified monitor descriptor set.
-1071774931C01E032DThe specified descriptor is already in the specified monitor descriptor set.
-1071774930C01E032EThe ID of the specified monitor descriptor is being used by another descriptor in the set.
-1071774929C01E032FThe specified video present target subset type is invalid.
-1071774928C01E0330Two or more of the specified resources are not related to each other, as defined by the interface semantics.
-1071774927C01E0331The ID of the specified video present source is being used by another source in the set.
-1071774926C01E0332The ID of the specified video present target is being used by another target in the set.
-1071774925C01E0333The specified VidPN source cannot be used because there is no available VidPN target to connect it to.
-1071774924C01E0334The newly arrived monitor could not be associated with a display adapter.
-1071774923C01E0335The particular display adapter does not have an associated VidPN manager.
-1071774922C01E0336The VidPN manager of the particular display adapter does not have an active VidPN.
-1071774921C01E0337The specified VidPN topology is stale; obtain the new topology.
-1071774920C01E0338No monitor is connected on the specified video present target.
-1071774919C01E0339The specified source is not part of the specified VidPN's topology.
-1071774918C01E033AThe specified primary surface size is invalid.
-1071774917C01E033BThe specified visible region size is invalid.
-1071774916C01E033CThe specified stride is invalid.
-1071774915C01E033DThe specified pixel format is invalid.
-1071774914C01E033EThe specified color basis is invalid.
-1071774913C01E033FThe specified pixel value access mode is invalid.
-1071774912C01E0340The specified target is not part of the specified VidPN's topology.
-1071774911C01E0341Failed to acquire the display mode management interface.
-1071774910C01E0342The specified VidPN source is already owned by a DMM client and cannot be used until that client releases it.
-1071774909C01E0343The specified VidPN is active and cannot be accessed.
-1071774908C01E0344The specified VidPN's present path importance ordinal is invalid.
-1071774907C01E0345The specified VidPN's present path content geometry transformation is invalid.
-1071774906C01E0346The specified content geometry transformation is not supported on the respective VidPN present path.
-1071774905C01E0347The specified gamma ramp is invalid.
-1071774904C01E0348The specified gamma ramp is not supported on the respective VidPN present path.
-1071774903C01E0349Multisampling is not supported on the respective VidPN present path.
-1071774902C01E034AThe specified mode is not in the specified mode set.
-1071774899C01E034DThe specified VidPN topology recommendation reason is invalid.
-1071774898C01E034EThe specified VidPN present path content type is invalid.
-1071774897C01E034FThe specified VidPN present path copy protection type is invalid.
-1071774896C01E0350Only one unassigned mode set can exist at any one time for a particular VidPN source or target.
-1071774894C01E0352The specified scan line ordering type is invalid.
-1071774893C01E0353The topology changes are not allowed for the specified VidPN.
-1071774892C01E0354All available importance ordinals are being used in the specified topology.
-1071774891C01E0355The specified primary surface has a different private-format attribute than the current primary surface.
-1071774890C01E0356The specified mode-pruning algorithm is invalid.
-1071774889C01E0357The specified monitor-capability origin is invalid.
-1071774888C01E0358The specified monitor-frequency range constraint is invalid.
-1071774887C01E0359The maximum supported number of present paths has been reached.
-1071774886C01E035AThe miniport requested that augmentation be canceled for the specified source of the specified VidPN's topology.
-1071774885C01E035BThe specified client type was not recognized.
-1071774884C01E035CThe client VidPN is not set on this adapter (for example, no user mode-initiated mode changes have taken place on this adapter).
-1071774720C01E0400The specified display adapter child device already has an external device connected to it.
-1071774719C01E0401The display adapter child device does not support reporting a descriptor.
-1071774672C01E0430The display adapter is not linked to any other adapters.
-1071774671C01E0431The lead adapter in a linked configuration was not enumerated yet.
-1071774670C01E0432Some chain adapters in a linked configuration have not yet been enumerated.
-1071774669C01E0433The chain of linked adapters is not ready to start because of an unknown failure.
-1071774668C01E0434An attempt was made to start a lead link display adapter when the chain links had not yet started.
-1071774667C01E0435An attempt was made to turn on a lead link display adapter when the chain links were turned off.
-1071774666C01E0436The adapter link was found in an inconsistent state. Not all adapters are in an expected PNP/power state.
-1071774664C01E0438The driver trying to start is not the same as the driver for the posted display adapter.
-1071774661C01E043BAn operation is being attempted that requires the display adapter to be in a quiescent state.
-1071774464C01E0500The driver does not support OPM.
-1071774463C01E0501The driver does not support COPP.
-1071774462C01E0502The driver does not support UAB.
-1071774461C01E0503The specified encrypted parameters are invalid.
-1071774460C01E0504An array passed to a function cannot hold all of the data that the function wants to put in it.
-1071774459C01E0505The GDI display device passed to this function does not have any active protected outputs.
-1071774458C01E0506The PVP cannot find an actual GDI display device that corresponds to the passed-in GDI display device name.
-1071774457C01E0507This function failed because the GDI display device passed to it was not attached to the Windows desktop.
-1071774456C01E0508The PVP does not support mirroring display devices because they do not have any protected outputs.
-1071774454C01E050AThe function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is null, is not correctly aligned, or it points to an invalid address or a kernel mode address.
-1071774453C01E050BAn internal error caused an operation to fail.
-1071774452C01E050CThe function failed because the caller passed in an invalid OPM user-mode handle.
-1071774451C01E050DThis function failed because the GDI device passed to it did not have any monitors associated with it.
-1071774450C01E050EA certificate could not be returned because the certificate buffer passed to the function was too small.
-1071774449C01E050FDxgkDdiOpmCreateProtectedOutput() could not create a protected output because the video present yarget is in spanning mode.
-1071774448C01E0510DxgkDdiOpmCreateProtectedOutput() could not create a protected output because the video present target is in theater mode.
-1071774447C01E0511The function call failed because the display adapter's hardware functionality scan (HFS) failed to validate the graphics hardware.
-1071774446C01E0512The HDCP SRM passed to this function did not comply with section 5 of the HDCP 1.1 specification.
-1071774445C01E0513The protected output cannot enable the HDCP system because it does not support it.
-1071774444C01E0514The protected output cannot enable analog copy protection because it does not support it.
-1071774443C01E0515The protected output cannot enable the CGMS-A protection technology because it does not support it.
-1071774442C01E0516DxgkDdiOPMGetInformation() cannot return the version of the SRM being used because the application never successfully passed an SRM to the protected output.
-1071774441C01E0517DxgkDdiOPMConfigureProtectedOutput() cannot enable the specified output protection technology because the output's screen resolution is too high.
-1071774440C01E0518DxgkDdiOPMConfigureProtectedOutput() cannot enable HDCP because other physical outputs are using the display adapter's HDCP hardware.
-1071774438C01E051AThe operating system asynchronously destroyed this OPM-protected output because the operating system state changed. This error typically occurs because the monitor PDO associated with this protected output was removed or stopped, the protected output's session became a nonconsole session, or the protected output's desktop became inactive.
-1071774437C01E051BOPM functions cannot be called when a session is changing its type. Three types of sessions currently exist: console, disconnected, and remote (RDP or ICA).
-1071774436C01E051CThe DxgkDdiOPMGetCOPPCompatibleInformation, DxgkDdiOPMGetInformation, or DxgkDdiOPMConfigureProtectedOutput function failed. This error is returned only if a protected output has OPM semantics. DxgkDdiOPMGetCOPPCompatibleInformation always returns this error if a protected output has OPM semantics. DxgkDdiOPMGetInformation returns this error code if the caller requested COPP-specific information. DxgkDdiOPMConfigureProtectedOutput returns this error when the caller tries to use a COPP-specific command.
-1071774435C01E051DThe DxgkDdiOPMGetInformation and DxgkDdiOPMGetCOPPCompatibleInformation functions return this error code if the passed-in sequence number is not the expected sequence number or the passed-in OMAC value is invalid.
-1071774434C01E051EThe function failed because an unexpected error occurred inside a display driver.
-1071774433C01E051FThe DxgkDdiOPMGetCOPPCompatibleInformation, DxgkDdiOPMGetInformation, or DxgkDdiOPMConfigureProtectedOutput function failed. This error is returned only if a protected output has COPP semantics. DxgkDdiOPMGetCOPPCompatibleInformation returns this error code if the caller requested OPM-specific information. DxgkDdiOPMGetInformation always returns this error if a protected output has COPP semantics. DxgkDdiOPMConfigureProtectedOutput returns this error when the caller tries to use an OPM-specific command.
-1071774432C01E0520The DxgkDdiOPMGetCOPPCompatibleInformation and DxgkDdiOPMConfigureProtectedOutput functions return this error if the display driver does not support the DXGKMDT_OPM_GET_ACP_AND_CGMSA_SIGNALING and DXGKMDT_OPM_SET_ACP_AND_CGMSA_SIGNALING GUIDs.
-1071774431C01E0521The DxgkDdiOPMConfigureProtectedOutput function returns this error code if the passed-in sequence number is not the expected sequence number or the passed-in OMAC value is invalid.
-1071774336C01E0580The monitor connected to the specified video output does not have an I2C bus.
-1071774335C01E0581No device on the I2C bus has the specified address.
-1071774334C01E0582An error occurred while transmitting data to the device on the I2C bus.
-1071774333C01E0583An error occurred while receiving data from the device on the I2C bus.
-1071774332C01E0584The monitor does not support the specified VCP code.
-1071774331C01E0585The data received from the monitor is invalid.
-1071774330C01E0586A function call failed because a monitor returned an invalid timing status byte when the operating system used the DDC/CI get timing report and timing message command to get a timing report from a monitor.
-1071774329C01E0587A monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification.
-1071774328C01E0588An internal error caused an operation to fail.
-1071774327C01E0589An operation failed because a DDC/CI message had an invalid value in its command field.
-1071774326C01E058AThis error occurred because a DDC/CI message had an invalid value in its length field.
-1071774325C01E058BThis error occurred because the value in a DDC/CI message's checksum field did not match the message's computed checksum value. This error implies that the data was corrupted while it was being transmitted from a monitor to a computer.
-1071774324C01E058CThis function failed because an invalid monitor handle was passed to it.
-1071774323C01E058DThe operating system asynchronously destroyed the monitor that corresponds to this handle because the operating system's state changed. This error typically occurs because the monitor PDO associated with this handle was removed or stopped, or a display mode change occurred. A display mode change occurs when Windows sends a WM_DISPLAYCHANGE message to applications.
-1071774240C01E05E0This function can be used only if a program is running in the local console session. It cannot be used if a program is running on a remote desktop session or on a terminal server session.
-1071774239C01E05E1This function cannot find an actual GDI display device that corresponds to the specified GDI display device name.
-1071774238C01E05E2The function failed because the specified GDI display device was not attached to the Windows desktop.
-1071774237C01E05E3This function does not support GDI mirroring display devices because GDI mirroring display devices do not have any physical monitors associated with them.
-1071774236C01E05E4The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is null, is not correctly aligned, or points to an invalid address or to a kernel mode address.
-1071774235C01E05E5This function failed because the GDI device passed to it did not have a monitor associated with it.
-1071774234C01E05E6An array passed to the function cannot hold all of the data that the function must copy into the array.
-1071774233C01E05E7An internal error caused an operation to fail.
-1071774232C01E05E8The function failed because the current session is changing its type. This function cannot be called when the current session is changing its type. Three types of sessions currently exist: console, disconnected, and remote (RDP or ICA).
-1071579136C0210000The volume must be unlocked before it can be used.
-1071579135C0210001The volume is fully decrypted and no key is available.
-1071579134C0210002The control block for the encrypted volume is not valid.
-1071579133C0210003Not enough free space remains on the volume to allow encryption.
-1071579132C0210004The partition cannot be encrypted because the file system is not supported.
-1071579131C0210005The file system is inconsistent. Run the Check Disk utility.
-1071579130C0210006The file system does not extend to the end of the volume.
-1071579129C0210007This operation cannot be performed while a file system is mounted on the volume.
-1071579128C0210008BitLocker Drive Encryption is not included with this version of Windows.
-1071579127C0210009The requested action was denied by the FVE control engine.
-1071579126C021000AThe data supplied is malformed.
-1071579125C021000BThe volume is not bound to the system.
-1071579124C021000CThe volume specified is not a data volume.
-1071579123C021000DA read operation failed while converting the volume.
-1071579122C021000EA write operation failed while converting the volume.
-1071579121C021000FThe control block for the encrypted volume was updated by another thread. Try again.
-1071579120C0210010The volume encryption algorithm cannot be used on this sector size.
-1071579119C0210011BitLocker recovery authentication failed.
-1071579118C0210012The volume specified is not the boot operating system volume.
-1071579117C0210013The BitLocker startup key or recovery password could not be read from external media.
-1071579116C0210014The BitLocker startup key or recovery password file is corrupt or invalid.
-1071579115C0210015The BitLocker encryption key could not be obtained from the startup key or the recovery password.
-1071579114C0210016The TPM is disabled.
-1071579113C0210017The authorization data for the SRK of the TPM is not zero.
-1071579112C0210018The system boot information changed or the TPM locked out access to BitLocker encryption keys until the computer is restarted.
-1071579111C0210019The BitLocker encryption key could not be obtained from the TPM.
-1071579110C021001AThe BitLocker encryption key could not be obtained from the TPM and PIN.
-1071579109C021001BA boot application hash does not match the hash computed when BitLocker was turned on.
-1071579108C021001CThe Boot Configuration Data (BCD) settings are not supported or have changed because BitLocker was enabled.
-1071579107C021001DBoot debugging is enabled. Run Windows Boot Configuration Data Store Editor (bcdedit.exe) to turn it off.
-1071579106C021001EThe BitLocker encryption key could not be obtained.
-1071579105C021001FThe metadata disk region pointer is incorrect.
-1071579104C0210020The backup copy of the metadata is out of date.
-1071579103C0210021No action was taken because a system restart is required.
-1071579102C0210022No action was taken because BitLocker Drive Encryption is in RAW access mode.
-1071579101C0210023BitLocker Drive Encryption cannot enter RAW access mode for this volume.
-1071579098C0210026This feature of BitLocker Drive Encryption is not included with this version of Windows.
-1071579097C0210027Group policy does not permit turning off BitLocker Drive Encryption on roaming data volumes.
-1071579096C0210028Bitlocker Drive Encryption failed to recover from aborted conversion. This could be due to either all conversion logs being corrupted or the media being write-protected.
-1071579095C0210029The requested virtualization size is too big.
-1071579088C0210030The drive is too small to be protected using BitLocker Drive Encryption.
-1071513599C0220001The callout does not exist.
-1071513598C0220002The filter condition does not exist.
-1071513597C0220003The filter does not exist.
-1071513596C0220004The layer does not exist.
-1071513595C0220005The provider does not exist.
-1071513594C0220006The provider context does not exist.
-1071513593C0220007The sublayer does not exist.
-1071513592C0220008The object does not exist.
-1071513591C0220009An object with that GUID or LUID already exists.
-1071513590C022000AThe object is referenced by other objects and cannot be deleted.
-1071513589C022000BThe call is not allowed from within a dynamic session.
-1071513588C022000CThe call was made from the wrong session and cannot be completed.
-1071513587C022000DThe call must be made from within an explicit transaction.
-1071513586C022000EThe call is not allowed from within an explicit transaction.
-1071513585C022000FThe explicit transaction has been forcibly canceled.
-1071513584C0220010The session has been canceled.
-1071513583C0220011The call is not allowed from within a read-only transaction.
-1071513582C0220012The call timed out while waiting to acquire the transaction lock.
-1071513581C0220013The collection of network diagnostic events is disabled.
-1071513580C0220014The operation is not supported by the specified layer.
-1071513579C0220015The call is allowed for kernel-mode callers only.
-1071513578C0220016The call tried to associate two objects with incompatible lifetimes.
-1071513577C0220017The object is built-in and cannot be deleted.
-1071513576C0220018The maximum number of boot-time filters has been reached. --- or --- The maximum number of callouts has been reached.
-1071513575C0220019A notification could not be delivered because a message queue has reached maximum capacity.
-1071513574C022001AThe traffic parameters do not match those for the security association context.
-1071513573C022001BThe call is not allowed for the current security association state.
-1071513572C022001CA required pointer is null.
-1071513571C022001DAn enumerator is not valid.
-1071513570C022001EThe flags field contains an invalid value.
-1071513569C022001FA network mask is not valid.
-1071513568C0220020An FWP_RANGE is not valid.
-1071513567C0220021The time interval is not valid.
-1071513566C0220022An array that must contain at least one element has a zero length.
-1071513565C0220023The displayData.name field cannot be null.
-1071513564C0220024The action type is not one of the allowed action types for a filter.
-1071513563C0220025The filter weight is not valid.
-1071513562C0220026A filter condition contains a match type that is not compatible with the operands.
-1071513561C0220027An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type.
-1071513560C0220028An integer value is outside the allowed range.
-1071513559C0220029A reserved field is nonzero.
-1071513558C022002AA filter cannot contain multiple conditions operating on a single field.
-1071513557C022002BA policy cannot contain the same keying module more than once.
-1071513556C022002CThe action type is not compatible with the layer.
-1071513555C022002DThe action type is not compatible with the sublayer.
-1071513554C022002EThe raw context or the provider context is not compatible with the layer.
-1071513553C022002FThe raw context or the provider context is not compatible with the callout.
-1071513552C0220030The authentication method is not compatible with the policy type.
-1071513551C0220031The Diffie-Hellman group is not compatible with the policy type.
-1071513550C0220032An IKE policy cannot contain an Extended Mode policy.
-1071513549C0220033The enumeration template or subscription will never match any objects.
-1071513548C0220034The provider context is of the wrong type.
-1071513547C0220035The parameter is incorrect.
-1071513546C0220036The maximum number of sublayers has been reached.
-1071513545C0220037The notification function for a callout returned an error.
-1071513544C0220038The IPsec authentication configuration is not compatible with the authentication type.
-1071513543C0220039The IPsec cipher configuration is not compatible with the cipher type.
-1071513540C022003CA policy cannot contain the same auth method more than once.
-1071513344C0220100The TCP/IP stack is not ready.
-1071513343C0220101The injection handle is being closed by another thread.
-1071513342C0220102The injection handle is stale.
-1071513341C0220103The classify cannot be pended.
-1071448062C0230002The binding to the network interface is being closed.
-1071448060C0230004An invalid version was specified.
-1071448059C0230005An invalid characteristics table was used.
-1071448058C0230006Failed to find the network interface or the network interface is not ready.
-1071448057C0230007Failed to open the network interface.
-1071448056C0230008The network interface has encountered an internal unrecoverable failure.
-1071448055C0230009The multicast list on the network interface is full.
-1071448054C023000AAn attempt was made to add a duplicate multicast address to the list.
-1071448053C023000BAt attempt was made to remove a multicast address that was never added.
-1071448052C023000CThe network interface aborted the request.
-1071448051C023000DThe network interface cannot process the request because it is being reset.
-1071448049C023000FAn attempt was made to send an invalid packet on a network interface.
-1071448048C0230010The specified request is not a valid operation for the target device.
-1071448047C0230011The network interface is not ready to complete this operation.
-1071448044C0230014The length of the buffer submitted for this operation is not valid.
-1071448043C0230015The data used for this operation is not valid.
-1071448042C0230016The length of the submitted buffer for this operation is too small.
-1071448041C0230017The network interface does not support this object identifier.
-1071448040C0230018The network interface has been removed.
-1071448039C0230019The network interface does not support this media type.
-1071448038C023001AAn attempt was made to remove a token ring group address that is in use by other components.
-1071448037C023001BAn attempt was made to map a file that cannot be found.
-1071448036C023001CAn error occurred while NDIS tried to map the file.
-1071448035C023001DAn attempt was made to map a file that is already mapped.
-1071448034C023001EAn attempt to allocate a hardware resource failed because the resource is used by another component.
-1071448033C023001FThe I/O operation failed because the network media is disconnected or the wireless access point is out of range.
-1071448030C0230022The network address used in the request is invalid.
-1071448022C023002AThe offload operation on the network interface has been paused.
-1071448021C023002BThe network interface was not found.
-1071448020C023002CThe revision number specified in the structure is not supported.
-1071448019C023002DThe specified port does not exist on this network interface.
-1071448018C023002EThe current state of the specified port on this network interface does not support the requested operation.
-1071448017C023002FThe miniport adapter is in a lower power state.
-1071447877C02300BBThe network interface does not support this request.
-1071443953C023100FThe TCP connection is not offloadable because of a local policy setting.
-1071443950C0231012The TCP connection is not offloadable by the Chimney offload target.
-1071443949C0231013The IP Path object is not in an offloadable state.
-1071439872C0232000The wireless LAN interface is in auto-configuration mode and does not support the requested parameter change operation.
-1071439871C0232001The wireless LAN interface is busy and cannot perform the requested operation.
-1071439870C0232002The wireless LAN interface is power down and does not support the requested operation.
-1071439869C0232003The list of wake on LAN patterns is full.
-1071439868C0232004The list of low power protocol offloads is full.
-1071249944C02605E8The function failed because the current session is changing its type. This function cannot be called when the current session is changing its type. There are currently three types of sessions: console
-1071247357C0261003Checksum of the obtained monitor descriptor is invalid.
-1071247356C0261004Monitor descriptor contains an invalid standard timing block.
-1071247355C0261005Windows Management Instrumentation (WMI) data block registration failed for one of the MSMonitorClass WMI subclasses.
-1071247354C0261006Provided monitor descriptor block is either corrupted or does not contain the monitor's detailed serial number.
-1071247353C0261007Provided monitor descriptor block is either corrupted or does not contain the monitor's user-friendly name.
-1071247352C0261008There is no monitor descriptor data at the specified (offset, size) region.
-1071247351C0261009Monitor descriptor contains an invalid detailed timing block.
-1071247350C026100AMonitor descriptor contains invalid manufacture date
-1071243264C0262000Exclusive mode ownership is needed to create unmanaged primary allocation.
-1071243263C0262001The driver needs more direct memory access (DMA) buffer space to complete the requested operation.
-1071243262C0262002Specified display adapter handle is invalid.
-1071243261C0262003Specified display adapter and all of its state has been reset.
-1071243260C0262004The driver stack does not match the expected driver model.
-1071243259C0262005Present happened but ended up into the changed desktop mode.
-1071243258C0262006Nothing to present due to desktop occlusion.
-1071243257C0262007Not able to present due to denial of desktop access.
-1071243256C0262008Not able to present with color conversion.
-1071243255C0262009The kernel driver detected a version mismatch between it and the user mode driver
-1071243253C026200BPresent redirection is disabled (desktop windowing management subsystem is off)
-1071243252C026200CPrevious exclusive VidPn source owner has released its ownership
-1071243251C026200DWindow DC is not available for presentation
-1071243250C026200EWindowless present is disabled (desktop windowing management subsystem is off)
-1071243249C026200FWindow handle is invalid
-1071243248C0262010No buffer is bound to composition surface
-1071243247C0262011Vail state has been changed
-1071243246C0262012Notifying indirect display UMDF class driver to abandon current swapchain
-1071243245C0262013Notifying indirect display UMDF class driver that indirect display device has been stopped
-1071243244C0262014Failed to send Create Vail Super Wet Ink message
-1071243243C0262015Failed to send Destroy Vail Super Wet Ink message
-1071243008C0262100Not enough video memory available to complete the operation.
-1071243007C0262101Could not probe and lock the underlying memory of an allocation.
-1071243006C0262102The allocation is currently busy.
-1071243005C0262103An object being referenced has reach the maximum reference count already and cannot be referenced further.
-1071243004C0262104A problem could not be solved due to some currently existing condition. The problem should be tried again later.
-1071243003C0262105A problem could not be solved due to some currently existing condition. The problem should be tried again immediately.
-1071243002C0262106The allocation is invalid.
-1071243001C0262107No more unswizzling apertures are currently available.
-1071243000C0262108The current allocation cannot be unswizzled by an aperture.
-1071242999C0262109The request failed because a pinned allocation cannot be evicted.
-1071242992C0262110The allocation cannot be used from its current segment location for the specified operation.
-1071242991C0262111A locked allocation cannot be used in the current command buffer.
-1071242990C0262112The allocation being referenced has been closed permanently.
-1071242989C0262113An invalid allocation instance is being referenced.
-1071242988C0262114An invalid allocation handle is being referenced.
-1071242987C0262115The allocation being referenced does not belong to the current device.
-1071242986C0262116The specified allocation lost its content.
-1071242752C0262200Graphics processing unit (GPU) exception is detected on the given device. The device is not able to be scheduled.
-1071242496C0262300Specified VidPN topology is invalid --- or --- Specified video present network (VidPN) topology is invalid.
-1071242495C0262301Specified VidPN topology is valid but is not supported by this model of the display adapter.
-1071242494C0262302Specified VidPN topology is valid but is not supported by the display adapter at this time, due to current allocation of its resources.
-1071242493C0262303Specified VidPN handle is invalid.
-1071242492C0262304Specified video present source is invalid.
-1071242491C0262305Specified video present target is invalid.
-1071242490C0262306Specified VidPN modality is not supported (for example, at least two of the pinned modes are not cofunctional).
-1071242488C0262308Specified VidPN source mode set is invalid.
-1071242487C0262309Specified VidPN target mode set is invalid.
-1071242486C026230ASpecified video signal frequency is invalid.
-1071242485C026230BSpecified video signal active region is invalid.
-1071242484C026230CSpecified video signal total region is invalid.
-1071242480C0262310Specified video present source mode is invalid.
-1071242479C0262311Specified video present target mode is invalid.
-1071242478C0262312Pinned mode must remain in the set on VidPN's cofunctional modality enumeration.
-1071242477C0262313Specified video present path is already in the VidPN topology.
-1071242476C0262314Specified mode is already in the mode set.
-1071242475C0262315Specified video present source set is invalid.
-1071242474C0262316Specified video present target set is invalid.
-1071242473C0262317Specified video present source is already in the video present source set.
-1071242472C0262318Specified video present target is already in the video present target set.
-1071242471C0262319Specified VidPN present path is invalid.
-1071242470C026231AMiniport has no recommendation for augmentation of the specified VidPN topology.
-1071242469C026231BSpecified monitor frequency range set is invalid.
-1071242468C026231CSpecified monitor frequency range is invalid.
-1071242467C026231DSpecified frequency range is not in the specified monitor frequency range set.
-1071242465C026231FSpecified frequency range is already in the specified monitor frequency range set.
-1071242464C0262320Specified mode set is stale. Reacquire the new mode set.
-1071242463C0262321Specified monitor source mode set is invalid.
-1071242462C0262322Specified monitor source mode is invalid.
-1071242461C0262323Miniport does not have any recommendation regarding the request to provide a functional VidPN given the current display adapter configuration.
-1071242460C0262324ID of the specified mode is already used by another mode in the set.
-1071242459C0262325System failed to determine a mode that is supported by both the display adapter and the monitor connected to it.
-1071242458C0262326Number of video present targets must be greater than or equal to the number of video present sources.
-1071242457C0262327Specified present path is not in the VidPN topology.
-1071242456C0262328Display adapter must have at least one video present source.
-1071242455C0262329Display adapter must have at least one video present target.
-1071242454C026232ASpecified monitor descriptor set is invalid.
-1071242453C026232BSpecified monitor descriptor is invalid.
-1071242452C026232CSpecified descriptor is not in the specified monitor descriptor set.
-1071242451C026232DSpecified descriptor is already in the specified monitor descriptor set.
-1071242450C026232EID of the specified monitor descriptor is already used by another descriptor in the set.
-1071242449C026232FSpecified video present target subset type is invalid.
-1071242448C0262330Two or more of the specified resources are not related to each other, as defined by the interface semantics.
-1071242447C0262331ID of the specified video present source is already used by another source in the set.
-1071242446C0262332ID of the specified video present target is already used by another target in the set.
-1071242445C0262333Specified VidPN source cannot be used because there is no available VidPN target to connect it to.
-1071242444C0262334Newly arrived monitor could not be associated with a display adapter.
-1071242443C0262335Display adapter in question does not have an associated VidPN manager.
-1071242442C0262336VidPN manager of the display adapter in question does not have an active VidPN.
-1071242441C0262337Specified VidPN topology is stale. Re-acquire the new topology.
-1071242440C0262338There is no monitor connected on the specified video present target.
-1071242439C0262339Specified source is not part of the specified VidPN topology.
-1071242438C026233ASpecified primary surface size is invalid.
-1071242437C026233BSpecified visible region size is invalid.
-1071242436C026233CSpecified stride is invalid.
-1071242435C026233DSpecified pixel format is invalid.
-1071242434C026233ESpecified color basis is invalid.
-1071242433C026233FSpecified pixel value access mode is invalid.
-1071242432C0262340Specified target is not part of the specified VidPN topology.
-1071242431C0262341Failed to acquire display mode management interface.
-1071242430C0262342Specified VidPN source is already owned by a display mode manager (DMM) client and cannot be used until that client releases it.
-1071242429C0262343Specified VidPN is active and cannot be accessed.
-1071242428C0262344Specified VidPN present path importance ordinal is invalid.
-1071242427C0262345Specified VidPN present path content geometry transformation is invalid.
-1071242426C0262346Specified content geometry transformation is not supported on the respective VidPN present path.
-1071242425C0262347Specified gamma ramp is invalid.
-1071242424C0262348Specified gamma ramp is not supported on the respective VidPN present path.
-1071242423C0262349Multisampling is not supported on the respective VidPN present path.
-1071242422C026234ASpecified mode is not in the specified mode set.
-1071242419C026234DSpecified VidPN topology recommendation reason is invalid.
-1071242418C026234ESpecified VidPN present path content type is invalid.
-1071242417C026234FSpecified VidPN present path copy protection type is invalid.
-1071242416C0262350No more than one unassigned mode set can exist at any given time for a given VidPN source or target.
-1071242414C0262352The specified scan line ordering type is invalid.
-1071242413C0262353Topology changes are not allowed for the specified VidPN.
-1071242412C0262354All available importance ordinals are already used in the specified topology.
-1071242411C0262355Specified primary surface has a different private format attribute than the current primary surface.
-1071242410C0262356Specified mode pruning algorithm is invalid.
-1071242409C0262357Specified monitor capability origin is invalid
-1071242408C0262358Specified monitor frequency range constraint is invalid
-1071242407C0262359Maximum supported number of present paths has been reached
-1071242406C026235AMiniport requested that augmentation be cancelled for the specified source of the specified VidPN's topology
-1071242405C026235BSpecified client type was not recognized
-1071242404C026235CClient VidPN is not set on this adapter (e.g. no user mode initiated mode changes took place on this adapter yet)
-1071242240C0262400Specified display adapter child device already has an external device connected to it.
-1071242239C0262401The display adapter child device does not support reporting a descriptor.
-1071242192C0262430The display adapter is not linked to any other adapters.
-1071242191C0262431Lead adapter in a linked configuration was not enumerated yet.
-1071242190C0262432Some chain adapters in a linked configuration were not enumerated yet.
-1071242189C0262433The chain of linked adapters is not ready to start because of an unknown failure.
-1071242188C0262434An attempt was made to start a lead link display adapter when the chain links were not started yet.
-1071242187C0262435An attempt was made to turn on a lead link display adapter when the chain links were turned off.
-1071242186C0262436The adapter link was found to be in an inconsistent state. Not all adapters are in an expected PNP or power state.
-1071242184C0262438The driver trying to start is not the same as the driver for the posted display adapter.
-1071242181C026243BAn operation is being attempted that requires the display adapter to be in a quiescent state
-1071241984C0262500The driver does not support OPM --- or --- The driver does not support Output Protection Manager (OPM).
-1071241983C0262501The driver does not support COPP --- or --- The driver does not support Certified Output Protection Protocol (COPP).
-1071241982C0262502The driver does not support UAB --- or --- The driver does not support a user-accessible bus (UAB).
-1071241981C0262503The specified encrypted parameters are invalid.
-1071241980C0262504An array passed to a function cannot hold all of the data that the function wants to put in it.
-1071241979C0262505The GDI display device passed to this function does not have any active video outputs.
-1071241978C0262506The protected video path (PVP) cannot find an actual GDI display device that corresponds to the passed-in GDI display device name.
-1071241977C0262507This function failed because the GDI display device passed to it was not attached to the Windows desktop.
-1071241976C0262508The PVP does not support mirroring display devices because they do not have video outputs.
-1071241974C026250AThe function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is null, it points to an invalid address, it points to a kernel mode address, or it is not correctly aligned.
-1071241973C026250BAn internal error caused this operation to fail.
-1071241972C026250CThe function failed because the caller passed in an invalid OPM user mode handle.
-1071241971C026250DThis function failed because the GDI device passed to it did not have any monitors associated with it.
-1071241970C026250EA certificate could not be returned because the certificate buffer passed to the function was too small.
-1071241969C026250FA video output could not be created because the frame buffer is in spanning mode.
-1071241968C0262510A video output could not be created because the frame buffer is in theater mode.
-1071241967C0262511The function call failed because the display adapter's hardware functionality scan failed to validate the graphics hardware.
-1071241966C0262512The High-Bandwidth Digital Content Protection (HDCP) System Renewability Message (SRM) passed to this function did not comply with section 5 of the HDCP 1.1 specification.
-1071241965C0262513The video output cannot enable the HDCP system because it does not support it.
-1071241964C0262514The video output cannot enable analog copy protection because it does not support it.
-1071241963C0262515The video output cannot enable the Content Generation Management System Analog (CGMS-A) protection technology because it does not support it.
-1071241962C0262516IOPMVideoOutput's GetInformation() method cannot return the version of the SRM being used because the application never successfully passed an SRM to the video output.
-1071241961C0262517IOPMVideoOutput's Configure() method cannot enable the specified output protection technology because the output's screen resolution is too high.
-1071241960C0262518IOPMVideoOutput's Configure() method cannot enable HDCP because the display adapter's HDCP hardware is already being used by other physical outputs.
-1071241959C0262519The operating system asynchronously destroyed this OPM video output because the operating system's state changed. This error typically occurs because the monitor physical device object (PDO) associated with this video output was removed, the monitor PDO associated with this video output was stopped, the video output's session became a nonconsole session or the video output's desktop became an inactive desktop.
-1071241958C026251AThe operating system asynchronously destroyed this OPM video output because the operating system's state changed. This error typically occurs because the monitor PDO associated with this video output was removed --- or --- IOPMVideoOutput's methods cannot be called when a session is changing its type. There are currently three types of sessions: console, disconnected and remote (remote desktop protocol [RDP] or Independent Computing Architecture [ICA]).
-1071241957C026251BThe method failed because the session is changing its type. No IOPMVideoOutput methods can be called when a session is changing its type. There are currently three types of sessions: console
-1071241956C026251CEither the IOPMVideoOutput::COPPCompatibleGetInformation
-1071241955C026251DThe IOPMVideoOutput::GetInformation and IOPMVideoOutput::COPPCompatibleGetInformation methods return this error if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid
-1071241954C026251EThe method failed because an unexpected error occurred inside of a display driver
-1071241953C026251FEither the IOPMVideoOutput::COPPCompatibleGetInformation
-1071241952C0262520The IOPMVideoOutput::COPPCompatibleGetInformation or IOPMVideoOutput::Configure method failed because the display driver does not support the OPM_GET_ACP_AND_CGMSA_SIGNALING and OPM_SET_ACP_AND_CGMSA_SIGNALING GUIDs
-1071241951C0262521The IOPMVideoOutput::Configure function returns this error code if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid
-1071241856C0262580The monitor connected to the specified video output does not have an I2C bus.
-1071241855C0262581No device on the I2C bus has the specified address.
-1071241854C0262582An error occurred while transmitting data to the device on the I2C bus.
-1071241853C0262583An error occurred while receiving data from the device on the I2C bus.
-1071241852C0262584The monitor does not support the specified Virtual Control Panel (VCP) code.
-1071241851C0262585The data received from the monitor is invalid.
-1071241850C0262586A function call failed because a monitor returned an invalid Timing Status byte when the operating system used the Display Data Channel Command Interface (DDC/CI) Get Timing Report and Timing Message command to get a timing report from a monitor.
-1071241849C0262587The monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1 or MCCS 2 Revision 1 specification.
-1071241848C0262588An internal Monitor Configuration API error occurred.
-1071241847C0262589An operation failed because a DDC/CI message had an invalid value in its command field.
-1071241846C026258AThis error occurred because a DDC/CI message length field contained an invalid value.
-1071241845C026258BThis error occurred because the value in a DDC/CI message checksum field did not match the message's computed checksum value. This error implies that the data was corrupted while it was being transmitted from a monitor to a computer.
-1071241844C026258CThis function failed because an invalid monitor handle was passed to it
-1071241843C026258DThe operating system asynchronously destroyed the monitor which corresponds to this handle because the operating system's state changed. This error typically occurs because the monitor PDO associated with this handle was removed
-1071241770C02625D6The HMONITOR no longer exists, is not attached to the desktop, or corresponds to a mirroring device.
-1071241769C02625D7The Direct3D (D3D) device's GDI display device no longer exists, is not attached to the desktop, or is a mirroring display device.
-1071241768C02625D8A continuous VCP code's current value is greater than its maximum value. This error code indicates that a monitor returned an invalid value.
-1071241767C02625D9The monitor's VCP Version (0xDF) VCP code returned an invalid version value.
-1071241766C02625DAThe monitor does not comply with the Monitor Control Command Set (MCCS) specification it claims to support.
-1071241765C02625DBThe MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used.
-1071241764C02625DCThe Monitor Configuration API only works with monitors which support the MCCS 1.0 specification --- or --- The Monitor Configuration API only works with monitors that support the MCCS 1.0 specification, the MCCS 2.0 specification, or the MCCS 2.0 Revision 1 specification.
-1071241762C02625DEThe monitor returned an invalid monitor technology type. CRT, plasma, and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
-1071241761C02625DFThe SetMonitorColorTemperature() caller passed a color temperature to it that the current monitor did not support. CRT, plasma, and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
-1071241760C02625E0This function can be used only if a program is running in the local console session. It cannot be used if the program is running on a remote desktop session or on a terminal server session.
-1071241759C02625E1This function cannot find an actual GDI display device which corresponds to the specified GDI display device name
-1071241758C02625E2The function failed because the specified GDI display device was not attached to the Windows desktop
-1071241757C02625E3This function does not support GDI mirroring display devices because GDI mirroring display devices do not have any physical monitors associated with them
-1071241756C02625E4The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is NULL
-1071241755C02625E5The function failed because the specified GDI device did not have any monitors associated with it
-1071241754C02625E6An array passed to the function cannot hold all of the data that the function must copy into the array
-1071241753C02625E7An internal error caused an operation to fail
-1070329841C034100FThe TCP connection is not offloadable because of a local policy setting
-1070329838C0341012The TCP connection is not offloadable by the Chimney Offload target
-1070329837C0341013The IP Path object is not in an offloadable state
-1070268414C0350002The hypervisor does not support the operation because the specified hypercall code is not supported
-1070268413C0350003The hypervisor does not support the operation because the encoding for the hypercall input register is not supported
-1070268412C0350004The hypervisor could not perform the operation because a parameter has an invalid alignment
-1070268411C0350005The hypervisor could not perform the operation because an invalid parameter was specified
-1070268410C0350006Access to the specified object was denied
-1070268409C0350007The hypervisor could not perform the operation because the partition is entering or in an invalid state
-1070268408C0350008The operation is not allowed in the current state
-1070268407C0350009The hypervisor does not recognize the specified partition property
-1070268406C035000AThe specified value of a partition property is out of range or violates an invariant
-1070268405C035000BThere is not enough memory in the hypervisor pool to complete the operation
-1070268404C035000CThe maximum partition depth has been exceeded for the partition hierarchy
-1070268403C035000DA partition with the specified partition Id does not exist
-1070268402C035000EThe hypervisor could not perform the operation because the specified VP index is invalid
-1070268399C0350011The hypervisor could not perform the operation because the specified port identifier is invalid
-1070268398C0350012The hypervisor could not perform the operation because the specified connection identifier is invalid
-1070268397C0350013Not enough buffers were supplied to send a message
-1070268396C0350014The previous virtual interrupt has not been acknowledged
-1070268395C0350015A virtual processor is not in the correct state for the indicated operation
-1070268394C0350016The previous virtual interrupt has already been acknowledged
-1070268393C0350017The indicated partition is not in a valid state for saving or restoring
-1070268392C0350018The hypervisor could not complete the operation because a required feature of the synthetic interrupt controller (SynIC) was disabled
-1070268391C0350019The hypervisor could not perform the operation because the object or value was either already in use or being used for a purpose that would not permit completing the operation
-1070268390C035001AThe proximity domain information is invalid
-1070268389C035001BAn attempt to retrieve debugging data failed because none was available
-1070268388C035001CThe physical connection being used for debugging has not recorded any receive activity since the last operation
-1070268387C035001DThere are not enough resources to complete the operation
-1070268386C035001EA hypervisor feature is not available to the user
-1070268365C0350033The specified buffer was too small to contain all of the requested data
-1070268360C0350038The maximum number of domains supported by the platform I/O remapping hardware is currently in use. No domains are available to assign this device to this partition
-1070268356C035003CValidation of CPUID data of the processor failed
-1070268355C035003DValidation of XSAVE CPUID data of the processor failed
-1070268354C035003EProcessor did not respond within the timeout period
-1070268353C035003FSMX has been enabled in the BIOS
-1070268351C0350041The hypervisor could not perform the operation because the specified LP index is invalid
-1070268336C0350050The supplied register value is invalid
-1070268335C0350051The supplied virtual trust level is not in the correct state to perform the requested operation
-1070268331C0350055No execute feature (NX) is not present or not enabled in the BIOS
-1070268329C0350057The supplied device ID is invalid
-1070268328C0350058The operation is not allowed in the current device state
-1070268320C0350060The supplied page request specifies a memory access that the guest does not have permissions to perform
-1070268305C035006FA CPU group with the specified CPU group Id does not exist
-1070268304C0350070The hypervisor could not perform the operation because the CPU group is entering or in an invalid state
-1070268303C0350071The requested operation failed
-1070268302C0350072The hypervisor could not perform the operation because it is not allowed with nested virtualization active
-1070268301C0350073There is not enough memory in the root partition's pool to complete the operation
-1070268300C0350074The provided event log buffer was already marked as freed
-1070268299C0350075There is not enough contiguous memory in the partition's pool to complete the operation
-1070264320C0351000No hypervisor is present on this system
-1070202879C0360001The SPI in the packet does not match a valid IPsec SA.
-1070202878C0360002The packet was received on an IPsec SA whose lifetime has expired.
-1070202877C0360003The packet was received on an IPsec SA that does not match the packet characteristics.
-1070202876C0360004The packet sequence number replay check failed.
-1070202875C0360005The IPsec header and/or trailer in the packet is invalid.
-1070202874C0360006The IPsec integrity check failed.
-1070202873C0360007IPsec dropped a clear text packet.
-1070202872C0360008IPsec dropped an incoming ESP packet in authenticated firewall mode. This drop is benign.
-1070202871C0360009IPsec dropped a packet due to DOS throttle.
-1070170112C0368000IPsec Dos Protection matched an explicit block rule.
-1070170111C0368001IPsec Dos Protection received an IPsec specific multicast packet which is not allowed.
-1070170110C0368002IPsec Dos Protection received an incorrectly formatted packet.
-1070170109C0368003IPsec Dos Protection failed to lookup state.
-1070170108C0368004IPsec Dos Protection failed to create state because there are already maximum number of entries allowed by policy.
-1070170107C0368005IPsec Dos Protection received an IPsec negotiation packet for a keying module which is not allowed by policy.
-1070170106C0368006IPsec Dos Protection failed to create per internal IP ratelimit queue because there is already maximum number of queues allowed by policy.
-1070137343C0370001The handler for the virtualization infrastructure driver is already registered. Restarting the virtual machine may fix the problem. If the problem persists
-1070137342C0370002The number of registered handlers for the virtualization infrastructure driver exceeded the maximum. Restarting the virtual machine may fix the problem. If the problem persists
-1070137341C0370003The message queue for the virtualization infrastructure driver is full and cannot accept new messages. Restarting the virtual machine may fix the problem. If the problem persists
-1070137340C0370004No handler exists to handle the message for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists
-1070137339C0370005The name of the partition or message queue for the virtualization infrastructure driver is invalid. Restarting the virtual machine may fix the problem. If the problem persists
-1070137338C0370006The partition name of the virtualization infrastructure driver exceeds the maximum
-1070137337C0370007The message queue name of the virtualization infrastructure driver exceeds the maximum
-1070137336C0370008Cannot create the partition for the virtualization infrastructure driver because another partition with the same name already exists
-1070137335C0370009The virtualization infrastructure driver has encountered an error. The requested partition does not exist. Restarting the virtual machine may fix the problem. If the problem persists
-1070137334C037000AThe virtualization infrastructure driver has encountered an error. Could not find the requested partition. Restarting the virtual machine may fix the problem. If the problem persists
-1070137333C037000BA message queue with the same name already exists for the virtualization infrastructure driver
-1070137332C037000CThe memory block page for the virtualization infrastructure driver cannot be mapped because the page map limit has been reached. Restarting the virtual machine may fix the problem. If the problem persists
-1070137331C037000DThe memory block for the virtualization infrastructure driver is still being used and cannot be destroyed
-1070137330C037000ECannot unlock the page array for the guest operating system memory address because it does not match a previous lock request. Restarting the virtual machine may fix the problem. If the problem persists
-1070137329C037000FThe non-uniform memory access (NUMA) node settings do not match the system NUMA topology. In order to start the virtual machine
-1070137328C0370010The non-uniform memory access (NUMA) node index does not match a valid index in the system NUMA topology
-1070137327C0370011The memory block for the virtualization infrastructure driver is already associated with a message queue
-1070137326C0370012The handle is not a valid memory block handle for the virtualization infrastructure driver
-1070137325C0370013The request exceeded the memory block page limit for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists
-1070137324C0370014The handle is not a valid message queue handle for the virtualization infrastructure driver
-1070137323C0370015The handle is not a valid page range handle for the virtualization infrastructure driver
-1070137322C0370016Cannot install client notifications because no message queue for the virtualization infrastructure driver is associated with the memory block
-1070137321C0370017The request to lock or map a memory block page failed because the virtualization infrastructure driver memory block limit has been reached. Restarting the virtual machine may fix the problem. If the problem persists
-1070137320C0370018The handle is not a valid parent partition mapping handle for the virtualization infrastructure driver
-1070137319C0370019Notifications cannot be created on the memory block because it is use
-1070137318C037001AThe message queue for the virtualization infrastructure driver has been closed. Restarting the virtual machine may fix the problem. If the problem persists
-1070137317C037001BCannot add a virtual processor to the partition because the maximum has been reached
-1070137316C037001CCannot stop the virtual processor immediately because of a pending intercept
-1070137315C037001DInvalid state for the virtual processor. Restarting the virtual machine may fix the problem. If the problem persists
-1070137314C037001EThe maximum number of kernel mode clients for the virtualization infrastructure driver has been reached. Restarting the virtual machine may fix the problem. If the problem persists
-1070137313C037001FThis kernel mode interface for the virtualization infrastructure driver has already been initialized. Restarting the virtual machine may fix the problem. If the problem persists
-1070137312C0370020Cannot set or reset the memory block property more than once for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists
-1070137311C0370021The memory mapped I/O for this page range no longer exists. Restarting the virtual machine may fix the problem. If the problem persists
-1070137310C0370022The lock or unlock request uses an invalid guest operating system memory address. Restarting the virtual machine may fix the problem. If the problem persists
-1070137309C0370023Cannot destroy or reuse the reserve page set for the virtualization infrastructure driver because it is in use. Restarting the virtual machine may fix the problem. If the problem persists
-1070137308C0370024The reserve page set for the virtualization infrastructure driver is too small to use in the lock request. Restarting the virtual machine may fix the problem. If the problem persists
-1070137307C0370025Cannot lock or map the memory block page for the virtualization infrastructure driver because it has already been locked using a reserve page set page. Restarting the virtual machine may fix the problem. If the problem persists
-1070137306C0370026Cannot create the memory block for the virtualization infrastructure driver because the requested number of pages exceeded the limit. Restarting the virtual machine may fix the problem. If the problem persists
-1070137305C0370027Cannot restore this virtual machine because the saved state data cannot be read. Delete the saved state data and then try to start the virtual machine
-1070137304C0370028Cannot restore this virtual machine because an item read from the saved state data is not recognized. Delete the saved state data and then try to start the virtual machine
-1070137303C0370029Cannot restore this virtual machine to the saved state because of hypervisor incompatibility. Delete the saved state data and then try to start the virtual machine
-1070137302C037002AThe specified VTL does not have the permission to access the resource
-1070137088C0370100The virtual machine or container exited unexpectedly while starting
-1070137087C0370101The container operating system does not match the host operating system
-1070137086C0370102The virtual machine could not be started because a required feature is not installed
-1070137085C0370103The call to start an asynchronous operation succeeded and the operation is performed in the background
-1070137084C0370104The supported number of notification callbacks has been exceeded
-1070137083C0370105The requested virtual machine or container operation is not valid in the current state
-1070137082C0370106The virtual machine or container exited unexpectedly
-1070137081C0370107The virtual machine or container was forcefully exited
-1070137080C0370108A connection could not be established with the container or virtual machine
-1070137079C0370109The operation timed out because a response was not received from the virtual machine or container
-1070137078C037010AThe connection with the virtual machine or container was closed
-1070137077C037010BAn unknown internal message was received by the virtual machine or container
-1070137076C037010CThe virtual machine or container does not support an available version of the communication protocol with the host
-1070137075C037010DThe virtual machine or container JSON document is invalid
-1070137074C037010EA virtual machine or container with the specified identifier does not exist
-1070137073C037010FA virtual machine or container with the specified identifier already exists
-1070137072C0370110The virtual machine or container with the specified identifier is not running
-1070137071C0370111A communication protocol error has occurred between the virtual machine or container and the host
-1070137070C0370112The container image contains a layer with an unrecognized format
-1070137069C0370113To use this container image
-1070136832C0370200A virtual switch with the given name was not found
-1070136320C0370400Cannot restore this virtual machine because a file read from the vSMB saved state data could not be found. Delete the saved state data and then try to start the virtual machine
-1070136319C0370401Cannot restore this virtual machine because the vSMB saved state data cannot be read. Delete the saved state data and then try to start the virtual machine
-1070136064C0370500Partition state blob not found. Make sure the virtual machine is saved for this content to be included in the saved state file(s)
-1070136063C0370501Guest memory not found. Make sure the virtual machine is saved for this content to be included in the saved state file(s)
-1070136062C0370502No virtual processor information found in the saved partition blob. Make sure the virtual machine is saved successfully for this content to be included in the partition state
-1070136061C0370503A virtual processor has been detected to have nested virtualization enabled. Nested Virtualization is not supported yet by VmSavedStateDumpProvider
-1070136060C0370504The Windows kernel image address could not be found in the virtual machine saved state
-1070136059C0370505Failed to read Page Map Level 4 entry (pxe) for a virtual address
-1070136058C0370506Failed to read Page Directory Page Table entry (pdpte) for a virtual address
-1070136057C0370507Failed to read Page Directory entry (pde) for a virtual address
-1070136056C0370508Failed to read Page Table entry (pte) for a virtual address
-1070071807C0380001The configuration database is full
-1070071806C0380002The configuration data on the disk is corrupted
-1070071805C0380003The configuration on the disk is not insync with the in-memory configuration
-1070071804C0380004A majority of disks failed to be updated with the new configuration
-1070071803C0380005The disk contains non-simple volumes
-1070071802C0380006The same disk was specified more than once in the migration list
-1070071801C0380007The disk is already dynamic
-1070071800C0380008The specified disk id is invalid. There are no disks with the specified disk id
-1070071799C0380009The specified disk is an invalid disk. Operation cannot complete on an invalid disk
-1070071798C038000AThe specified disk(s) cannot be removed since it is the last remaining voter
-1070071797C038000BThe specified disk has an invalid disk layout
-1070071796C038000CThe disk layout contains non-basic partitions which appear after basic partitions. This is an invalid disk layout
-1070071795C038000DThe disk layout contains partitions which are not cylinder aligned
-1070071794C038000EThe disk layout contains partitions which are smaller than the minimum size
-1070071793C038000FThe disk layout contains primary partitions in between logical drives. This is an invalid disk layout
-1070071792C0380010The disk layout contains more than the maximum number of supported partitions
-1070071791C0380011The specified disk is missing. The operation cannot complete on a missing disk
-1070071790C0380012The specified disk is not empty
-1070071789C0380013There is not enough usable space for this operation
-1070071788C0380014The force revectoring of bad sectors failed
-1070071787C0380015The specified disk has an invalid sector size
-1070071786C0380016The specified disk set contains volumes which exist on disks outside of the set
-1070071785C0380017A disk in the volume layout provides extents to more than one member of a plex
-1070071784C0380018A disk in the volume layout provides extents to more than one plex
-1070071783C0380019Dynamic disks are not supported on this system
-1070071782C038001AThe specified extent is already used by other volumes
-1070071781C038001BThe specified volume is retained and can only be extended into a contiguous extent. The specified extent to grow the volume is not contiguous with the specified volume
-1070071780C038001CThe specified volume extent is not within the public region of the disk
-1070071779C038001DThe specified volume extent is not sector aligned
-1070071778C038001EThe specified partition overlaps an EBR (the first track of an extended partition on an MBR disk)
-1070071777C038001FThe specified extent lengths cannot be used to construct a volume with specified length
-1070071776C0380020The system does not support fault tolerant volumes
-1070071775C0380021The specified interleave length is invalid
-1070071774C0380022There is already a maximum number of registered users
-1070071773C0380023The specified member is already in-sync with the other active members. It does not need to be regenerated
-1070071772C0380024The same member index was specified more than once
-1070071771C0380025The specified member index is greater or equal than the number of members in the volume plex
-1070071770C0380026The specified member is missing. It cannot be regenerated
-1070071769C0380027The specified member is not detached. Cannot replace a member which is not detached
-1070071768C0380028The specified member is already regenerating
-1070071767C0380029All disks belonging to the pack failed
-1070071766C038002AThere are currently no registered users for notifications. The task number is irrelevant unless there are registered users
-1070071765C038002BThe specified notification user does not exist. Failed to unregister user for notifications
-1070071764C038002CThe notifications have been reset. Notifications for the current user are invalid. Unregister and re-register for notifications
-1070071763C038002DThe specified number of members is invalid
-1070071762C038002EThe specified number of plexes is invalid
-1070071761C038002FThe specified source and target packs are identical
-1070071760C0380030The specified pack id is invalid. There are no packs with the specified pack id
-1070071759C0380031The specified pack is the invalid pack. The operation cannot complete with the invalid pack
-1070071758C0380032The specified pack name is invalid
-1070071757C0380033The specified pack is offline
-1070071756C0380034The specified pack already has a quorum of healthy disks
-1070071755C0380035The pack does not have a quorum of healthy disks
-1070071754C0380036The specified disk has an unsupported partition style. Only MBR and GPT partition styles are supported
-1070071753C0380037Failed to update the disk's partition layout
-1070071752C0380038The specified plex is already in-sync with the other active plexes. It does not need to be regenerated
-1070071751C0380039The same plex index was specified more than once
-1070071750C038003AThe specified plex index is greater or equal than the number of plexes in the volume
-1070071749C038003BThe specified plex is the last active plex in the volume. The plex cannot be removed or else the volume will go offline
-1070071748C038003CThe specified plex is missing
-1070071747C038003DThe specified plex is currently regenerating
-1070071746C038003EThe specified plex type is invalid
-1070071745C038003FThe operation is only supported on RAID-5 plexes
-1070071744C0380040The operation is only supported on simple plexes
-1070071743C0380041The Size fields in the VM_VOLUME_LAYOUT input structure are incorrectly set
-1070071742C0380042There is already a pending request for notifications. Wait for the existing request to return before requesting for more notifications
-1070071741C0380043There is currently a transaction in process
-1070071740C0380044An unexpected layout change occurred outside of the volume manager
-1070071739C0380045The specified volume contains a missing disk
-1070071738C0380046The specified volume id is invalid. There are no volumes with the specified volume id
-1070071737C0380047The specified volume length is invalid
-1070071736C0380048The specified size for the volume is not a multiple of the sector size
-1070071735C0380049The operation is only supported on mirrored volumes
-1070071734C038004AThe specified volume does not have a retain partition
-1070071733C038004BThe specified volume is offline
-1070071732C038004CThe specified volume already has a retain partition
-1070071731C038004DThe specified number of extents is invalid
-1070071730C038004EAll disks participating to the volume must have the same sector size
-1070071729C038004FThe boot disk experienced failures
-1070071728C0380050The configuration of the pack is offline
-1070071727C0380051The configuration of the pack is online
-1070071726C0380052The specified pack is not the primary pack
-1070071725C0380053All disks failed to be updated with the new content of the log
-1070071724C0380054The specified number of disks in a plex is invalid
-1070071723C0380055The specified number of disks in a plex member is invalid
-1070071722C0380056The operation is not supported on mirrored volumes
-1070071721C0380057The operation is only supported on simple and spanned plexes
-1070071720C0380058The pack has no valid log copies
-1070071719C0380059A primary pack is already present
-1070071718C038005AThe specified number of disks is invalid
-1070071717C038005BThe system does not support mirrored volumes.
-1070071716C038005CThe system does not support RAID-5 volumes.
-1070006270C0390002Entries enumerated have exceeded the allowed threshold
-1069940735C03A0001The virtual hard disk is corrupted. The virtual hard disk drive footer is missing
-1069940734C03A0002The virtual hard disk is corrupted. The virtual hard disk drive footer checksum does not match the on-disk checksum
-1069940733C03A0003The virtual hard disk is corrupted. The virtual hard disk drive footer in the virtual hard disk is corrupted
-1069940732C03A0004The system does not recognize the file format of this virtual hard disk
-1069940731C03A0005The version does not support this version of the file format
-1069940730C03A0006The virtual hard disk is corrupted. The sparse header checksum does not match the on-disk checksum
-1069940729C03A0007The system does not support this version of the virtual hard disk.This version of the sparse header is not supported
-1069940728C03A0008The virtual hard disk is corrupted. The sparse header in the virtual hard disk is corrupt
-1069940727C03A0009Failed to write to the virtual hard disk failed because the system failed to allocate a new block in the virtual hard disk
-1069940726C03A000AThe virtual hard disk is corrupted. The block allocation table in the virtual hard disk is corrupt
-1069940725C03A000BThe system does not support this version of the virtual hard disk. The block size is invalid
-1069940724C03A000CThe virtual hard disk is corrupted. The block bitmap does not match with the block data present in the virtual hard disk
-1069940723C03A000DThe chain of virtual hard disks is broken. The system cannot locate the parent virtual hard disk for the differencing disk
-1069940722C03A000EThe chain of virtual hard disks is corrupted. There is a mismatch in the identifiers of the parent virtual hard disk and differencing disk
-1069940721C03A000FThe chain of virtual hard disks is corrupted. The time stamp of the parent virtual hard disk does not match the time stamp of the differencing disk
-1069940720C03A0010Failed to read the metadata of the virtual hard disk
-1069940719C03A0011Failed to write to the metadata of the virtual hard disk
-1069940718C03A0012The size of the virtual hard disk is not valid
-1069940717C03A0013The file size of this virtual hard disk is not valid
-1069940716C03A0014A virtual disk support provider for the specified file was not found.
-1069940715C03A0015The specified disk is not a virtual disk.
-1069940714C03A0016The chain of virtual hard disks is inaccessible. The process has not been granted access rights to the parent virtual hard disk for the differencing disk.
-1069940713C03A0017The chain of virtual hard disks is corrupted. There is a mismatch in the virtual sizes of the parent virtual hard disk and differencing disk.
-1069940712C03A0018The chain of virtual hard disks is corrupted. A differencing disk is indicated in its own parent chain.
-1069940711C03A0019The chain of virtual hard disks is inaccessible. There was an error opening a virtual hard disk further up the chain.
-1069940710C03A001AThe requested operation could not be completed due to a virtual disk system limitation. Virtual hard disk files must be uncompressed and unencrypted and must not be sparse
-1069940709C03A001BThe requested operation cannot be performed on a virtual disk of this type
-1069940708C03A001CThe requested operation cannot be performed on the virtual disk in its current state
-1069940707C03A001DThe sector size of the physical disk on which the virtual disk resides is not supported
-1069940706C03A001EThe disk is already owned by a different owner
-1069940705C03A001FThe disk must be offline or read-only
-1069940704C03A0020Change Tracking is not initialized for this virtual disk
-1069940703C03A0021Size of change tracking file exceeded the maximum size limit
-1069940702C03A0022VHD file is changed due to compaction
-1069940701C03A0023Change Tracking for the virtual disk is not in a valid state to perform this request. Change tracking could be discontinued or already in the requested state
-1069940700C03A0024Change Tracking file for the virtual disk is not in a valid state
-1069940699C03A0025The requested resize operation could not be completed because it might truncate user data residing on the virtual disk
-1069940698C03A0026The requested operation could not be completed because the virtual disk's minimum safe size could not be determined.This may be due to a missing or corrupt partition table
-1069940697C03A0027The requested operation could not be completed because the virtual disk's size cannot be safely reduced further
-1069940696C03A0028There is not enough space in the virtual disk file for the provided metadata item
-1069940695C03A0029The specified change tracking identifier is not valid
-1069940694C03A002AChange tracking is disabled for the specified virtual hard disk
-1069940688C03A0030There is no change tracking data available associated with the specified change tracking identifier
-1067712512C05C0000The proper error code with sense data was stored on server side
-1067647232C05CFF00The requested error data is not available on the server
-1067647231C05CFF01Unit Attention data is available for the initiator to query
-1067647230C05CFF02The data capacity of the device has changed
-1067647229C05CFF03A previous operation resulted in this initiator's reservations being preempted
-1067647228C05CFF04A previous operation resulted in this initiator's reservations being released
-1067647227C05CFF05A previous operation resulted in this initiator's registrations being preempted
-1067647226C05CFF06The data storage format of the device has changed
-1067647225C05CFF07The current initiator is not allowed to perform the SCSI command because of a reservation conflict
-1067647224C05CFF08Multiple virtual machines sharing a virtual hard disk is supported only on Fixed or Dynamic VHDX format virtual hard disks
-1067647223C05CFF09The server version does not match the requested version
-1067647222C05CFF0AThe requested operation cannot be performed on the virtual disk as it is currently used in shared mode
-1067647221C05CFF0BInvalid Shared VHDX open due to lack of initiator ID. Check for related Continuous Availability failures
-1067647220C05CFF0CThe requested operation failed due to a missing backing storage file
-1067646976C05D0000Failed to negotiate a preauthentication integrity hash function --- or --- Returned in response to a client negotiate request when the server does not support any of the hash algorithms in the request.
-1067646975C05D0001The current cluster functional level does not support this SMB dialect.
-1058537472C0E80000The command was not recognized by the security core
-1058406399C0EA0001No applicable app licenses found
-1058406398C0EA0002CLiP license not found
-1058406397C0EA0003CLiP device license not found
-1058406396C0EA0004CLiP license has an invalid signature
-1058406395C0EA0005CLiP keyholder license is invalid or missing
-1058406394C0EA0006CLiP license has expired
-1058406393C0EA0007CLiP license is signed by an unknown source
-1058406392C0EA0008CLiP license is not signed
-1058406391C0EA0009CLiP license hardware ID is out of tolerance
-1058406390C0EA000ACLiP license device ID does not match the device ID in the bound device license