{"id":448,"date":"2019-06-14T14:34:29","date_gmt":"2019-06-14T14:34:29","guid":{"rendered":"http:\/\/172.23.1.43\/?page_id=448"},"modified":"2021-02-05T11:55:29","modified_gmt":"2021-02-05T11:55:29","slug":"windows-error-list","status":"publish","type":"page","link":"https:\/\/blog.n-dol.org\/windows-error-list\/","title":{"rendered":"Windows Error List"},"content":{"rendered":"\n

This page containt Win32 error code returned by different component of Windows.<\/p>\n\n\n\n

Windows Configuration Manager MDM Errors List<\/h2>\n\n\n\n

The following list are the error code returned by the Policy Manager responsible for the MDM command execution on a Windows machine.
Event Viewer:<\/strong> Applications and Services > Microsoft > Windows > DeviceManagement-Enterprise-Diagnostics-Provider > Admin Section<\/p>\n\n\n\n

Error Name<\/th> Win32 Err<\/th> Description<\/strong> <\/th><\/tr><\/thead>
CFGMGR_E_INVALIDNODEOPTIONS<\/td>0x86000000<\/td>The node options provided are invalid<\/td><\/tr>
CFGMGR_E_INVALIDDATATYPE<\/td>0x86000001<\/td>The data type is invalid.<\/td><\/tr>
CFGMGR_E_NODENOTFOUND <\/td>0x86000002<\/td>The specified node doesn’t exist. <\/td><\/tr>
CFGMGR_E_ILLEGALOPERATIONINATRANSACTION<\/td>0x86000003<\/td>The operation is illegal inside of a transaction.<\/td><\/tr>
CFGMGR_E_ILLEGALOPERATIONOUTSIDEATRANSACTION<\/td>0x86000004<\/td>The operation is illegal outside of a transaction.<\/td><\/tr>
CFGMGR_E_ONEORMOREEXECUTIONFAILURES<\/td>0x86000005<\/td>One or more commands failed to Execute.<\/td><\/tr>
CFGMGR_E_ONEORMORECANCELFAILURES<\/td>0x86000006<\/td>One or more commands failed to revert during the cancel.<\/td><\/tr>
CFGMGR_S_COMMANDFAILEDDUETOTRANSACTIONROLLBACK<\/td>0x06000007<\/td>The command was executed, but the transaction failed so the command was rolled back successfully.<\/td><\/tr>
CFGMGR_E_COMMITFAILURE<\/td>0x86000008<\/td>The transaction failed during the commit phase.<\/td><\/tr>
CFGMGR_E_ROLLBACKFAILURE<\/td>0x86000009<\/td>The transaction failed during the rollback phase.<\/td><\/tr>
CFGMGR_E_ONEORMORECLEANUPFAILURES<\/td>0x8600000A<\/td>One or more commands failed during the cleanup phase after the transactions were committed.<\/td><\/tr>
CFGMGR_E_CONFIGNODESTATEOBJECTNOLONGERVALID<\/td>0x8600000B<\/td>The IConfigNodeState interface may not be used after the validation call.<\/td><\/tr>
CFGMGR_E_CSPREGISTRATIONCORRUPT<\/td>0x8600000C<\/td>The CSP registration in the registry is corrupted.<\/td><\/tr>
CFGMGR_E_NODEFAILEDTOCANCEL<\/td>0x8600000D<\/td>The cancel operation failed on the node.<\/td><\/tr>
CFGMGR_E_DEPENDENTOPERATIONFAILURE<\/td>0x8600000E<\/td>The operation failed on the node because of a prior operation failure.<\/td><\/tr>
CFGMGR_E_CSPNODEILLEGALSTATE<\/td>0x8600000F<\/td>The requested command failed because the node is in an invalid state.<\/td><\/tr>
CFGMGR_E_REQUIRESINTERNALTRANSACTIONING<\/td>0x86000010<\/td>The node must be internally transactioned to call this command.<\/td><\/tr>
CFGMGR_E_COMMANDNOTALLOWED<\/td>0x86000011<\/td>The requested command is not allowed on the target.<\/td><\/tr>
CFGMGR_E_INTERCSPOPERATION<\/td>0x86000012<\/td>Inter-CSP copy and move operations are illegal.<\/td><\/tr>
CFGMGR_E_PROPERTYNOTSUPPORTED<\/td>0x86000013<\/td>The requested property is not supported by the node.<\/td><\/tr>
CFGMGR_E_INVALIDSEMANTICTYPE<\/td>0x86000014<\/td>The semantic type is invalid.<\/td><\/tr>
CFGMGR_E_FORBIDDENURISEGMENT<\/td>0x86000015<\/td>The URI contains a forbidden segment.<\/td><\/tr>
CFGMGR_E_READWRITEACCESSDENIED<\/td>0x86000016<\/td>The requested read\/write permission was not allowed.<\/td><\/tr>
CFGMGR_E_SECRETDATAACCESSDENIED<\/td>0x86000017<\/td>The requested read permission was not allowed because the data is secret.<\/td><\/tr>
CFGMGR_E_XMLPARSEERROR<\/td>0x86000018<\/td>Error occured in XML parser.<\/td><\/tr>
CFGMGR_E_COMMANDTIMEOUT<\/td>0x86000019<\/td>The requested command timed out.<\/td><\/tr>
CFGMGR_E_IMPERSONATIONERROR<\/td>0x86000020<\/td>The CSP impersonation reference count value is incorrect.<\/td><\/tr>
CFGMGR_E_WMIOPERATIONERROR<\/td>0X86000021<\/td>The WMI operation error results from invalid arg, duplicate content, type mismatch, etc.<\/td><\/tr>
CFGMGR_E_NOIMPERSONATIONTARGET<\/td>0x86000022<\/td>No target SID for the CSP impersonation.<\/td><\/tr>
RESOURCEMGR_E_RESOURCEALREADYOWNED<\/td>0x86000023<\/td>Resource already provisioned by another configuration source.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n

Windows BITS Client Errors List<\/h2>\n\n\n\n

The following list are the error code returned by the BITS Client responsible for downloads on Windows for some component.
Event Viewer:<\/strong> Applications and Services > Microsoft > Windows > Bits-Client >Operational <\/p>\n\n\n\n

Error Name<\/th>Win32 Err<\/th>Description<\/th><\/tr><\/thead>
BG_S_PARTIAL_COMPLETE<\/td>0x00200017<\/td>A subset of the job’s files transferred successfully before the IBackgroundCopyJob::Complete method was called. Those that were not complete were deleted.<\/td><\/tr>
BG_S_UNABLE_TO_DELETE_FILES<\/td>0x0020001A<\/td>Unable to delete all temporary files associated with the job.<\/td><\/tr>
BG_S_OVERRIDDEN_BY_POLICY<\/td>0x00200055<\/td>The configuration preference has been saved successfully, but the preference will not be used because a configured Group Policy setting overrides the preference.<\/td><\/tr>
BG_E_NOT_FOUND<\/td>0x80200001<\/td>The requested job was not found.<\/td><\/tr>
BG_E_INVALID_STATE<\/td>0x80200002<\/td>The requested action is not allowed in the current job state.<\/td><\/tr>
BG_E_EMPTY<\/td>0x80200003<\/td>The job must contain one or more files before you can resume the job.<\/td><\/tr>
BG_E_FILE_NOT_AVAILABLE<\/td>0x80200004<\/td>File information is not available because the error is not associated with a local or remote file.<\/td><\/tr>
BG_E_PROTOCOL_NOT_AVAILABLE<\/td>0x80200005<\/td>Protocol information is not available because the error is not associated with the specified transfer protocol.<\/td><\/tr>
BG_E_DESTINATION_LOCKED<\/td>0x8020000D<\/td>The destination file system volume, specified in the local file name, is locked<\/td><\/tr>
BG_E_VOLUME_CHANGED<\/td>0x8020000E<\/td>The destination volume, specified in the local file name, has changed. For example, the original floppy disk has been replaced with a different floppy disk.<\/td><\/tr>
BG_E_ERROR_INFORMATION_UNAVAILABLE<\/td>0x8020000F<\/td>Error information is only available when the state of the job is BG_JOB_STATE_ERROR. The error information is not available after BITS begins transferring the job’s data or the client exits.<\/td><\/tr>
BG_E_NETWORK_DISCONNECTED<\/td>0x80200010<\/td>The network adapter is inactive or disconnected. All jobs are placed in the BG_JOB_STATE_TRANSIENT_ERROR state.<\/td><\/tr>
BG_E_MISSING_FILE_SIZE<\/td>0x80200011<\/td>The server did not return the file size. BITS only transfers static content and requires the HTTP server to return the Content-Length header. The transfer request fails if the URL points to dynamic content.<\/td><\/tr>
BG_E_INSUFFICIENT_HTTP_SUPPORT<\/td>0x80200012<\/td>The server does not support the HTTP\/1.1 protocol<\/td><\/tr>
BG_E_INSUFFICIENT_RANGE_SUPPORT<\/td>0x80200013<\/td>The server does not support the Content-Range header. Typically, you receive this error when you try to download dynamic content. You can also receive this error if an intermediate proxy is removing the Content-Range or Content-Length header.<\/td><\/tr>
BG_E_REMOTE_NOT_SUPPORTED<\/td>0x80200014<\/td>Remote use of BITS is not supported.<\/td><\/tr>
BG_E_NEW_OWNER_DIFF_MAPPING<\/td>0x80200015<\/td>The network drive mapping for the local file is different for the current owner than for the previous owner.<\/td><\/tr>
BG_E_NEW_OWNER_NO_FILE_ACCESS<\/td>0x80200016<\/td>The new owner has insufficient permissions to the temporary job files.<\/td><\/tr>
BG_E_PROXY_LIST_TOO_LARGE<\/td>0x80200018<\/td>The HTTP proxy list is too long. The list must not exceed 32 KB.<\/td><\/tr>
BG_E_PROXY_BYPASS_LIST_TOO_LARGE<\/td>0x80200019<\/td>The HTTP proxy bypass list is too long. The list must not exceed 32 KB.<\/td><\/tr>
BG_E_TOO_MANY_FILES<\/td>0x8020001C<\/td>You cannot add more than one file to an upload job.<\/td><\/tr>
BG_E_LOCAL_FILE_CHANGED<\/td>0x8020001D<\/td>The contents of the local file changed after the transfer process began. The contents of the local file cannot change after the transfer process begins on an upload or upload-reply job.<\/td><\/tr>
BG_E_TOO_LARGE<\/td>0x80200020<\/td>The size of the upload file exceeds the maximum allowed upload size specified on the server.<\/td><\/tr>
BG_E_STRING_TOO_LONG<\/td>0x80200021<\/td>The specified string is too long.<\/td><\/tr>
BG_E_CLIENT_SERVER_PROTOCOL_MISMATCH<\/td>0x80200022<\/td>The client and server were unable to negotiate a protocol to use for the upload job.<\/td><\/tr>
BG_E_SERVER_EXECUTE_ENABLED<\/td>0x80200023<\/td>Scripting or execute permissions are enabled on the IIS virtual directory associated with the job. To upload files to the virtual directory, disable the scripting and execute permissions on the virtual directory.<\/td><\/tr>
BG_E_USERNAME_TOO_LARGE<\/td>0x80200025<\/td>The user name cannot exceed 300 characters.<\/td><\/tr>
BG_E_PASSWORD_TOO_LARGE<\/td>0x80200026<\/td>The password cannot exceed 65535 characters.<\/td><\/tr>
BG_E_INVALID_AUTH_TARGET<\/td>0x80200027<\/td>The specified authentication target is not valid.<\/td><\/tr>
BG_E_INVALID_AUTH_SCHEME<\/td>0x80200028<\/td>The specified authentication scheme is not valid.<\/td><\/tr>
BG_E_INVALID_RANGE<\/td>0x8020002B<\/td>The specified byte range is invalid. The byte range must exist within the specified remote file.<\/td><\/tr>
BG_E_OVERLAPPING_RANGES<\/td>0x8020002C<\/td>The list of byte ranges contains overlapping or duplicate ranges, which are not supported.<\/td><\/tr>
BG_E_BLOCKED_BY_POLICY<\/td>0x8020003E<\/td>Group Policy MaxInternetBandwidth settings prevent background jobs from running at this time.<\/td><\/tr>
BG_E_INVALID_PROXY_INFO<\/td>0x8020003F<\/td>Run-time error that indicates the proxy list or proxy bypass list specified is invalid.<\/td><\/tr>
BG_E_INVALID_CREDENTIALS<\/td>0x80200040<\/td>The format of the supplied security credentials is not valid.<\/td><\/tr>
BG_E_RECORD_DELETED<\/td>0x80200042<\/td>The cache record has been deleted. The attempt to update it has been abandoned.<\/td><\/tr>
BG_E_UPNP_ERROR<\/td>0x80200045<\/td>A Universal Plug and Play (UPnP) error has occurred. Please check your Internet Gateway Device.<\/td><\/tr>
BG_E_PEERCACHING_DISABLED<\/td>0x80200047<\/td>Peer-caching is disabled.<\/td><\/tr>
BG_E_BUSYCACHERECORD<\/td>0x80200048<\/td>The cache record is in use and cannot be changed or deleted. Try again after a few seconds.<\/td><\/tr>
BG_E_TOO_MANY_JOBS_PER_USER<\/td>0x80200049<\/td>The job count for the user has exceeded the per user job limit set by the MaxJobsPerUser Group Policy setting.<\/td><\/tr>
BG_E_TOO_MANY_JOBS_PER_MACHINE<\/td>0x80200050<\/td>The job count for the computer has exceeded the per computer job limit set by the MaxJobsPerMachine Group Policy setting.<\/td><\/tr>
BG_E_TOO_MANY_FILES_IN_JOB<\/td>0x80200051<\/td>The file count for the job has exceeded the per job file limit set by the MaxFilesPerJob Group Policy setting.<\/td><\/tr>
BG_E_TOO_MANY_RANGES_IN_FILE<\/td>0x80200052<\/td>The range count for the file has exceeded the per file range limit set by the MaxRangesPerFile Group Policy setting.<\/td><\/tr>
BG_E_VALIDATION_FAILED<\/td>0x80200053<\/td>The application requested data from a website, but the response was not valid.<\/td><\/tr>
BG_E_MAXDOWNLOAD_TIMEOUT<\/td>0x80200054<\/td>BITS timed out downloading the job. The download did not complete within the maximum download time set on the job or the MaxDownloadTime Group Policy setting.<\/td><\/tr>
BG_E_HTTP_ERROR_400<\/td>0x80190190<\/td>The server could not process the transfer request because the syntax of the remote file name is invalid.<\/td><\/tr>
BG_E_HTTP_ERROR_401<\/td>0x80190191<\/td>The user does not have permission to access the remote file. The requested resource requires user authentication.<\/td><\/tr>
BG_E_HTTP_ERROR_404<\/td>0x80190194<\/td>The requested URL does not exist on the server.
In IIS 7, this error can indicate
– That BITS uploads are not enabled on the virtual directory (vdir) on the server.
-That the upload size exceeds the maximum upload limit, BITSMaximumUploadSize IIS extension property. <\/td><\/tr>
BG_E_HTTP_ERROR_407<\/td>0x80190197<\/td>The user does not have permission to access the proxy. The proxy requires user authentication.<\/td><\/tr>
BG_E_HTTP_ERROR_414<\/td>0x8019019E<\/td>The server cannot process the transfer request. The Uniform Resource Identifier (URI) in the remote file name is longer than the server can interpret.<\/td><\/tr>
BG_E_HTTP_ERROR_415<\/td>0x8019019F<\/td>The server\u2019s response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.<\/td><\/tr>
BG_E_HTTP_ERROR_417<\/td>0x801901A1<\/td>The server could not meet the expectation given in an Expect request-header field.<\/td><\/tr>
BG_E_HTTP_ERROR_449<\/td>0x801901C1<\/td>The server\u2019s response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.<\/td><\/tr>
BG_E_HTTP_ERROR_500<\/td>0x801901F4<\/td>The server encountered an unexpected condition that prevented it from fulfilling the request.<\/td><\/tr>
BG_E_HTTP_ERROR_501<\/td>0x801901F5<\/td>The server does not support the functionality required to fulfill the request. In IIS 6, this error indicates that BITS uploads are not enabled on the virtual directory (vdir) on the server.<\/td><\/tr>
BG_E_HTTP_ERROR_503<\/td>0x801901F7<\/td>The service is temporarily overloaded and cannot process the request. Resume the job at a later time.<\/td><\/tr>
BG_E_HTTP_ERROR_504<\/td>0x801901F8<\/td>The transfer request timed out while waiting for a gateway. Resume the job at a later time.<\/td><\/tr>
BG_E_HTTP_ERROR_505<\/td>0x801901F9<\/td>The server does not support the HTTP protocol version specified in the remote file name.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n

WinHTTP Errors List<\/h2>\n\n\n\n

The following list are the error code returned by the WinHTTP component.<\/p>\n\n\n\n

Error Name<\/th>Win32 Err<\/th>Description<\/th><\/tr><\/thead>
ERROR_WINHTTP_OUT_OF_HANDLES<\/td>0x80072EE1<\/td> Obsolete; no longer used.<\/td><\/tr>
ERROR_WINHTTP_TIMEOUT<\/td>0x80072EE2<\/td>The request has timed out. This error can be returned as a result of TCP\/IP time-out behavior, regardless of time-out values set in Windows HTTP Services.<\/td><\/tr>
ERROR_WINHTTP_INTERNAL_ERROR<\/td>0x80072EE4<\/td> An internal error has occurred.<\/td><\/tr>
ERROR_WINHTTP_INVALID_URL<\/td>0x80072EE5<\/td> The URL is not valid.<\/td><\/tr>
ERROR_WINHTTP_UNRECOGNIZED_SCHEME<\/td>0x80072EE6<\/td> The URL specified a scheme other than “http:” or “https:”.<\/td><\/tr>
ERROR_WINHTTP_NAME_NOT_RESOLVED<\/td>0x80072EE7<\/td>The server name cannot be resolved using DNS. <\/td><\/tr>
ERROR_WINHTTP_INVALID_OPTION<\/td>0x80072EE9<\/td>A request to WinHttpQueryOption or WinHttpSetOption specified an invalid option value. <\/td><\/tr>
ERROR_WINHTTP_OPTION_NOT_SETTABLE<\/td>0x80072EEB<\/td>The requested option cannot be set, only queried.<\/td><\/tr>
ERROR_WINHTTP_SHUTDOWN<\/td>0x80072EEC<\/td>The WinHTTP function support is being shut down or unloaded.<\/td><\/tr>
ERROR_WINHTTP_LOGIN_FAILURE<\/td>0x80072EEF<\/td>The login attempt failed.<\/td><\/tr>
ERROR_WINHTTP_OPERATION_CANCELLED<\/td>0x80072EF1<\/td>The operation was canceled, usually because the handle on which the request was operating was closed before the operation completed.<\/td><\/tr>
ERROR_WINHTTP_INCORRECT_HANDLE_TYPE<\/td>0x80072EF2<\/td>The type of handle supplied is incorrect for this operation.<\/td><\/tr>
ERROR_WINHTTP_INCORRECT_HANDLE_STATE<\/td>0x80072EF3<\/td>The requested operation cannot be carried out because the handle supplied is not in the correct state.<\/td><\/tr>
ERROR_WINHTTP_CANNOT_CONNECT<\/td>0x80072EFD<\/td> Connection to the server failed.<\/td><\/tr>
ERROR_WINHTTP_CONNECTION_ERROR<\/td>0x80072EFE<\/td>The connection with the server has been reset or terminated, or an incompatible SSL protocol was encountered.<\/td><\/tr>
ERROR_WINHTTP_RESEND_REQUEST<\/td>0x80072F00<\/td>The WinHTTP function failed. The desired function can be retried on the same request handle.<\/td><\/tr>
ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED<\/td>0x80072F0C<\/td>The server requires SSL client Authentication.<\/td><\/tr>
ERROR_WINHTTP_CANNOT_CALL_BEFORE_OPEN<\/td>0x80072F44<\/td>Requested operation cannot be performed before calling the Open method. <\/td><\/tr>
ERROR_WINHTTP_CANNOT_CALL_BEFORE_SEND<\/td>0x80072F45<\/td>Requested operation cannot be performed before calling the Send method.<\/td><\/tr>
ERROR_WINHTTP_CANNOT_CALL_AFTER_SEND<\/td>0x80072F46<\/td>Requested operation cannot be performed after calling the Send method. <\/td><\/tr>
ERROR_WINHTTP_CANNOT_CALL_AFTER_OPEN<\/td>0x80072F47<\/td>Requested operation cannot be performed after calling the Open method. <\/td><\/tr>
ERROR_WINHTTP_HEADER_NOT_FOUND<\/td>0x80072F76<\/td>The requested header cannot be located.<\/td><\/tr>
ERROR_WINHTTP_INVALID_SERVER_RESPONSE<\/td>0x80072F78<\/td>The server response cannot be parsed.<\/td><\/tr>
ERROR_WINHTTP_INVALID_HEADER<\/td>0x80072F79<\/td>The header cannot be parsed<\/td><\/tr>
ERROR_WINHTTP_INVALID_QUERY_REQUEST<\/td>0x80072F7A<\/td>Obsolete; no longer used.<\/td><\/tr>
ERROR_WINHTTP_HEADER_ALREADY_EXISTS<\/td>0x80072F7B<\/td>Obsolete; no longer used.<\/td><\/tr>
ERROR_WINHTTP_REDIRECT_FAILED<\/td>0x80072F7C<\/td>The redirection failed because either the scheme changed or all attempts made to redirect failed (default is five attempts).<\/td><\/tr>
ERROR_WINHTTP_AUTO_PROXY_SERVICE_ERROR<\/td>0x80072F92<\/td>A proxy for the specified URL cannot be located. <\/td><\/tr>
ERROR_WINHTTP_BAD_AUTO_PROXY_SCRIPT<\/td>0x80072F86<\/td>An error occurred executing the script code in the Proxy Auto-Configuration (PAC) file.<\/td><\/tr>
ERROR_WINHTTP_UNABLE_TO_DOWNLOAD_SCRIPT<\/td>0x80072F87<\/td>The PAC file cannot be downloaded. For example, the server referenced by the PAC URL may not have been reachable, or the server returned a 404 NOT FOUND response.<\/td><\/tr>
ERROR_WINHTTP_UNHANDLED_SCRIPT_TYPE<\/td>0x80072F90<\/td>The script type is not supported.<\/td><\/tr>
ERROR_WINHTTP_SCRIPT_EXECUTION_ERROR<\/td>0x80072F91<\/td>An error was encountered while executing a script.<\/td><\/tr>
ERROR_WINHTTP_NOT_INITIALIZED<\/td> 0x80072F8C<\/td> Obsolete; no longer used.<\/td><\/tr>
ERROR_WINHTTP_SECURE_FAILURE<\/td>0x80072F8F<\/td>One or more errors were found in the Secure Sockets Layer (SSL) certificate sent by the server. Check CAPI2 Logs<\/td><\/tr>
ERROR_WINHTTP_SECURE_CERT_DATE_INVALID<\/td>0x80072F05<\/td>Indicates that a required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file, or that the validity periods of the certification chain do not nest correctly<\/td><\/tr>
ERROR_WINHTTP_SECURE_CERT_CN_INVALID<\/td>0x80072F06<\/td>Certificate common name does not match the passed value.<\/td><\/tr>
ERROR_WINHTTP_SECURE_INVALID_CA<\/td>0x80072F0D<\/td>Root certificate is not trusted by the trust provider <\/td><\/tr>
ERROR_WINHTTP_SECURE_CERT_REV_FAILED<\/td>0x80072F19<\/td>Revocation cannot be checked because the revocation server was offline <\/td><\/tr>
ERROR_WINHTTP_SECURE_CHANNEL_ERROR<\/td>0x80072F7D<\/td>Error occurred with secure channel, check other error code most likely SSL issue <\/td><\/tr>
ERROR_WINHTTP_SECURE_INVALID_CERT<\/td>0x80072F89<\/td>Certificate is invalid.<\/td><\/tr>
ERROR_WINHTTP_SECURE_CERT_REVOKED<\/td>0x80072F8A<\/td>Certificate has been revoked <\/td><\/tr>
ERROR_WINHTTP_SECURE_CERT_WRONG_USAGE<\/td>0x80072F93<\/td>Certificate is not valid for the requested usage. i.e: wrong EKU<\/td><\/tr>
ERROR_WINHTTP_AUTODETECTION_FAILED<\/td>0x80072F94<\/td>Unable to discover the URL of the Proxy Auto-Configuration (PAC) file. <\/td><\/tr>
ERROR_WINHTTP_HEADER_COUNT_EXCEEDED<\/td>0x80072F95<\/td>Larger number of headers were present in a response than WinHTTP could receive.<\/td><\/tr>
ERROR_WINHTTP_HEADER_SIZE_OVERFLOW<\/td>0x80072F96<\/td>Size of headers received exceeds the limit for the request handle. <\/td><\/tr>
ERROR_WINHTTP_CHUNKED_ENCODING_HEADER_SIZE_OVERFLOW<\/td>0x80072F97<\/td>Overflow condition is encountered in the course of parsing chunked encoding. <\/td><\/tr>
ERROR_WINHTTP_RESPONSE_DRAIN_OVERFLOW<\/td>0x80072F98<\/td>Incoming response exceeds an internal WinHTTP size limit. <\/td><\/tr>
ERROR_WINHTTP_CLIENT_CERT_NO_PRIVATE_KEY<\/td>0x80072F99<\/td>The SSL client certificate does not have a private key associated with it. The client certificate may have been imported to the computer without the private key. <\/td><\/tr>
ERROR_WINHTTP_CLIENT_CERT_NO_ACCESS_PRIVATE_KEY<\/td>0x80072F9A<\/td>The application does not have the required privileges to access the private key associated with the client certificate.<\/td><\/tr>
ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED_PROXY<\/td>0x80072F9B<\/td>A client certificate is required to authenticate on the proxy<\/td><\/tr>
ERROR_WINHTTP_SECURE_FAILURE_PROXY<\/td>0x80072F9C<\/td><\/td><\/tr>
ERROR_WINHTTP_RESERVED_189<\/td>0x80072F9D<\/td>Not used<\/td><\/tr>
ERROR_WINHTTP_HTTP_PROTOCOL_MISMATCH<\/td>0x80072F9E<\/td><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n

XML Parsing Errors List<\/h2>\n\n\n\n

The following list are the error code returned by the XML parsing component of Policy Manager responsible for parsing the SyncML received from the MDM server.
Event Viewer:<\/strong> Applications and Services > Microsoft > Windows > DeviceManagement-Enterprise-Diagnostics-Provider > Admin Section <\/p>\n\n\n\n

Error Name<\/strong><\/th>Win32 Err<\/th>Description<\/th><\/tr><\/thead>
MSG_E_MX<\/td>0xC00CEE00<\/td>Reader error.<\/td><\/tr>
MSG_E_INPUTEND<\/td>0xC00CEE01<\/td>Unexpected end of input.<\/td><\/tr>
MSG_E_ENCODING<\/td>0xC00CEE02<\/td>Unrecognized encoding.<\/td><\/tr>
MSG_E_ENCODINGSWITCH<\/td>0xC00CEE03<\/td>Unable to switch the encoding.<\/td><\/tr>
MSG_E_ENCODINGSIGNATURE<\/td>0xC00CEE04<\/td>Unrecognized input signature.<\/td><\/tr>
MSG_E_WC<\/td>0xC00CEE20<\/td>Well formedness error.<\/td><\/tr>
MSG_E_WHITESPACE<\/td>0xC00CEE21<\/td>Whitespace expected.<\/td><\/tr>
MSG_E_SEMICOLON<\/td>0xC00CEE22<\/td>Semicolon expected.<\/td><\/tr>
MSG_E_GREATERTHAN<\/td>0xC00CEE23<\/td>‘>’ expected.<\/td><\/tr>
MSG_E_QUOTE<\/td>0xC00CEE24<\/td>Quote expected.<\/td><\/tr>
MSG_E_EQUAL<\/td>0xC00CEE25<\/td>Equal expected.<\/td><\/tr>
MSG_E_LESSTHAN<\/td>0xC00CEE26<\/td>An attribute value must not contain ‘<‘.<\/td><\/tr>
MSG_E_HEXDIGIT<\/td>0xC00CEE27<\/td>Hexadecimal digit expected.<\/td><\/tr>
MSG_E_DIGIT<\/td>0xC00CEE28<\/td>Decimal digit expected.<\/td><\/tr>
MSG_E_LEFTBRACKET<\/td>0xC00CEE29<\/td>‘[‘ expected.<\/td><\/tr>
MSG_E_LEFTPAREN<\/td>0xC00CEE2A<\/td>‘(‘ expected.<\/td><\/tr>
MSG_E_XMLCHARACTER<\/td>0xC00CEE2B<\/td>Illegal xml character.<\/td><\/tr>
MSG_E_NAMECHARACTER<\/td>0xC00CEE2C<\/td>Illegal name character.<\/td><\/tr>
MSG_E_SYNTAX<\/td>0xC00CEE2D<\/td>Incorrect document syntax.<\/td><\/tr>
MSG_E_CDSECT<\/td>0xC00CEE2E<\/td>Incorrect CDATA section syntax.<\/td><\/tr>
MSG_E_COMMENT<\/td>0xC00CEE2F<\/td>Incorrect comment syntax.<\/td><\/tr>
MSG_E_CONDSECT<\/td>0xC00CEE30<\/td>Incorrect conditional section syntax.<\/td><\/tr>
MSG_E_DECLATTLIST<\/td>0xC00CEE31<\/td>Incorrect ATTLIST declaration syntax.<\/td><\/tr>
MSG_E_DECLDOCTYPE<\/td>0xC00CEE32<\/td>Incorrect DOCTYPE declaration syntax.<\/td><\/tr>
MSG_E_DECLELEMENT<\/td>0xC00CEE33<\/td>Incorrect ELEMENT declaration syntax.<\/td><\/tr>
MSG_E_DECLENTITY<\/td>0xC00CEE34<\/td>Incorrect ENTITY declaration syntax.<\/td><\/tr>
MSG_E_DECLNOTATION<\/td>0xC00CEE35<\/td>Incorrect NOTATION declaration syntax.<\/td><\/tr>
MSG_E_NDATA<\/td>0xC00CEE36<\/td>NDATA expected.<\/td><\/tr>
MSG_E_PUBLIC<\/td>0xC00CEE37<\/td>PUBLIC expected.<\/td><\/tr>
MSG_E_SYSTEM<\/td>0xC00CEE38<\/td>SYSTEM expected.<\/td><\/tr>
MSG_E_NAME<\/td>0xC00CEE39<\/td>Name expected.<\/td><\/tr>
MSG_E_ROOTELEMENT<\/td>0xC00CEE3A<\/td>A document must contain exactly one root element.<\/td><\/tr>
MSG_E_ELEMENTMATCH<\/td>0xC00CEE3B<\/td>The name in the end tag of the element must match the element type in the start tag.<\/td><\/tr>
MSG_E_UNIQUEATTRIBUTE<\/td>0xC00CEE3C<\/td>No attribute name may appear more than once in the same start tag or empty element tag.<\/td><\/tr>
MSG_E_TEXTXMLDECL<\/td>0xC00CEE3D<\/td>A text\/xml declaration may occur only at the very beginning of input.<\/td><\/tr>
MSG_E_LEADINGXML<\/td>0xC00CEE3E<\/td>Names beginning with the three letter sequence x, m, l, in any case combination, are reserved for use by XML and XML-related specifications.<\/td><\/tr>
MSG_E_TEXTDECL<\/td>0xC00CEE3F<\/td>Incorrect text declaration syntax.<\/td><\/tr>
MSG_E_XMLDECL<\/td>0xC00CEE40<\/td>Incorrect xml declaration syntax.<\/td><\/tr>
MSG_E_ENCNAME<\/td>0xC00CEE41<\/td>Incorrect encoding name syntax.<\/td><\/tr>
MSG_E_PUBLICID<\/td>0xC00CEE42<\/td>Incorrect public identifier syntax.<\/td><\/tr>
MSG_E_PESINTERNALSUBSET<\/td>0xC00CEE43<\/td>In the internal DTD subset, parameter entity references can occur only where markup declarations can occur, not within markup declarations.<\/td><\/tr>
MSG_E_PESBETWEENDECLS<\/td>0xC00CEE44<\/td>The replacement text of a parameter entity referenced between markup declarations must be well formed.<\/td><\/tr>
MSG_E_NORECURSION<\/td>0xC00CEE45<\/td>A parsed entity must not contain a recursive reference to itself, either directly or indirectly.<\/td><\/tr>
MSG_E_ENTITYCONTENT<\/td>0xC00CEE46<\/td>The replacement text of an entity referenced in the content must be well formed.<\/td><\/tr>
MSG_E_UNDECLAREDENTITY<\/td>0xC00CEE47<\/td>Undeclared entity.<\/td><\/tr>
MSG_E_PARSEDENTITY<\/td>0xC00CEE48<\/td>An entity reference must not contain the name of an unparsed entity.<\/td><\/tr>
MSG_E_NOEXTERNALENTITYREF<\/td>0xC00CEE49<\/td>Attribute values cannot contain direct or indirect entity references to external entities.<\/td><\/tr>
MSG_E_PI<\/td>0xC00CEE4A<\/td>Incorrect processing instruction syntax.<\/td><\/tr>
MSG_E_SYSTEMID<\/td>0xC00CEE4B<\/td>Incorrect system identifier syntax.<\/td><\/tr>
MSG_E_QUESTIONMARK<\/td>0xC00CEE4C<\/td>‘?’ expected.<\/td><\/tr>
MSG_E_CDSECTEND<\/td>0xC00CEE4D<\/td>The content of an element must not contain the character sequence ‘]]>’.<\/td><\/tr>
SAX_E_DTD_PROHIBITED<\/td>0xC00CEE4E<\/td>DTD is prohibited.<\/td><\/tr>
MSG_E_RESERVEDXMLNAMESPACE<\/td>0xC00CEE4F<\/td>The namespace for ‘xmlns:xml’ is reserved and it can only be declared as ‘http:\/\/www.w3.org\/XML\/1998\/namespace’.<\/td><\/tr>
MSG_E_RESERVEDXMLNS<\/td>0xC00CEE50<\/td>Prefixes ‘xml’ and ‘xmlns’ are reserved for use by XML.<\/td><\/tr>
MSG_E_NC<\/td>0xC00CEE60<\/td>Namespace error.<\/td><\/tr>
MSG_E_QNAMECHARACTER<\/td>0xC00CEE61<\/td>Illegal qualified name character.<\/td><\/tr>
MSG_E_QNAMECOLON<\/td>0xC00CEE62<\/td>A qualified name cannot contain multiple colons.<\/td><\/tr>
MSG_E_NAMECOLON<\/td>0xC00CEE63<\/td>An attribute value declared to be of type ID, IDREF(S), ENTITY(IES) or NOTATION cannot contain colons.<\/td><\/tr>
MSG_E_DECLAREDPREFIX<\/td>0xC00CEE64<\/td>Declared prefix.<\/td><\/tr>
MSG_E_UNDECLAREDPREFIX<\/td>0xC00CEE65<\/td>Undeclared prefix.<\/td><\/tr>
MSG_E_EMPTYURI<\/td>0xC00CEE66<\/td>Only a default namespace can have an empty URI.<\/td><\/tr>
MSG_E_VC<\/td>0xC00CEE80<\/td>Validity error.<\/td><\/tr><\/tbody><\/table><\/figure>\n","protected":false},"excerpt":{"rendered":"

This page containt Win32 error code returned by different component of Windows. Windows Configuration Manager MDM Errors List The following…<\/p>\n","protected":false},"author":5614970,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/blog.n-dol.org\/wp-json\/wp\/v2\/pages\/448"}],"collection":[{"href":"https:\/\/blog.n-dol.org\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blog.n-dol.org\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blog.n-dol.org\/wp-json\/wp\/v2\/users\/5614970"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.n-dol.org\/wp-json\/wp\/v2\/comments?post=448"}],"version-history":[{"count":39,"href":"https:\/\/blog.n-dol.org\/wp-json\/wp\/v2\/pages\/448\/revisions"}],"predecessor-version":[{"id":1227,"href":"https:\/\/blog.n-dol.org\/wp-json\/wp\/v2\/pages\/448\/revisions\/1227"}],"wp:attachment":[{"href":"https:\/\/blog.n-dol.org\/wp-json\/wp\/v2\/media?parent=448"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}