{"id":8085,"date":"2018-12-26T00:12:00","date_gmt":"2018-12-25T23:12:00","guid":{"rendered":"http:\/\/159.69.82.204\/win\/?p=8085"},"modified":"2024-10-03T00:33:43","modified_gmt":"2024-10-02T22:33:43","slug":"windows-error-0x80190194","status":"publish","type":"post","link":"https:\/\/borncity.com\/win\/2018\/12\/26\/windows-error-0x80190194\/","title":{"rendered":"Windows error 0x80190194"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" style=\"float: left; margin: 0px 10px 0px 0px; display: inline\" src=\"http:\/\/www.borncity.com\/blog\/wp-content\/uploads\/2013\/03\/winb.jpg\" width=\"58\" align=\"left\" height=\"58\">[<a href=\"https:\/\/www.borncity.com\/blog\/?p=212987\" target=\"_blank\" rel=\"noopener noreferrer\">German<\/a>]Windows or programs like Exchange may drop an error code 0x80190194 during update install or during sync. Here is some information about the error and its cause.<\/p>\n<p><!--more--><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"https:\/\/vg06.met.vgwort.de\/na\/9fcdb040241a455798f6dce79c20cece\" width=\"1\" height=\"1\">I recently came across the error code 0x80190194 within the Microsoft Answers forum. Somebody posted about an issue during update installation. This was the reason to investigate the error code more closely &#8211; and find out what the bug means.&nbsp; <\/p>\n<h2>Some error cases<\/h2>\n<p>During a short search on the Internet I came across a series of hits with error code 0x80190194, but these led to different causes.<\/p>\n<ul>\n<li>Update error 0x80190194: Within this Technet forum post the download of updates fails with this error code.\n<li>Update error 0x80190194: Also <a href=\"https:\/\/microsoft.public.de.german.backoffice.smallbiz.narkive.com\/Rt0UMmfA\/microsoft-updates-meldet-fehler-0x80190194\" target=\"_blank\" rel=\"noopener noreferrer\">this forum post<\/a> describes an update download failure win SBS 2003 SP1.\n<li>Update error 0x80190194 in WSUS: Within <a href=\"https:\/\/www.wsus.de\/cgi-bin\/yabb\/YaBB.pl?num=1240514455\/0\" target=\"_blank\" rel=\"noopener noreferrer\">this German forum post<\/a> at WSUS.de the error code is caused during updating from WSUS.\n<li>Media Creation Tool: <a href=\"https:\/\/answers.microsoft.com\/de-de\/windows\/forum\/all\/windows-10-1803-probleme\/4a684147-cba5-4f5f-a7e4-771522aae116\" target=\"_blank\" rel=\"noopener noreferrer\">This thread<\/a> discusses the error in Media Creation Tool during an attempt to download a Windows install image.&nbsp;\n<li>Outlook 2013\/Exchange 2013: Within this Technet forum post (and <a href=\"https:\/\/www.it.ltsoy.com\/exchange\/users-cannot-update-oab-error-0x80190194\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>) the download of the address book (Outlook Address Book, OAB) failed with this error code.\n<li>Outlook sync error: Within <a href=\"https:\/\/answers.microsoft.com\/en-us\/msoffice\/forum\/all\/outlook-error-0x80190194\/27caf51c-8d49-4da9-a840-7d4bab7885cb\" target=\"_blank\" rel=\"noopener noreferrer\">this MS Answers forum thread<\/a> a user receive this error during Outlook sync.\n<li>Windows Live Writer install error: Within <a href=\"https:\/\/web.archive.org\/web\/20190908181130\/http:\/\/www.garethjones294.com:80\/installing-windows-live-writer-error-oncatalogresult-0x80190194\" target=\"_blank\" rel=\"noopener noreferrer\">this posting<\/a> the error code is mentioned during install of WLW.\n<li>Error in a Windows App: Within <a href=\"https:\/\/stackoverflow.com\/questions\/49976051\/loadlistinginformationasync-0x80190194-not-found-404\" target=\"_blank\" rel=\"noopener noreferrer\">this forum post<\/a> the error code came during a api call within a Windows 8.1 app.&nbsp; <\/li>\n<\/ul>\n<p>The error code therefore occurs in different scenarios. Even in connection with Hyper-V and App-Debugging the error has already occurred. Therefore, it would be good if the meaning of the code were known.<\/p>\n<h2>What stands error 0x80190194 for?<\/h2>\n<p>Error code 0x80190194 could not be decoded in the tools available to me. But there are other ways to find out more about the error code. A very good explanation regarding the decoding of various error codes can be found in <a href=\"https:\/\/stackoverflow.com\/questions\/28318043\/how-to-correctly-use-on-error-goto-for-different-hresult-values\" target=\"_blank\" rel=\"noopener noreferrer\">this stackoverflow<\/a> article. It explains that 0x8019nnnn codes stand for HTTP errors. The digits nnnn then indicate the respective http error code. The value 0194 hexadecimal stands for 404 decimal. Thus, error code 0x80190194 means that the requested server has returned HTTP error 404. <\/p>\n<p>The HTTP error 404, however, means 'page not found' for web servers. In the Windows context, error code 0x80190194 means that the file was not found on the server. On this web page (deleted) the error code is then also equivalent to HTTP_E_STATUS_NOT_FOUND (with reference to winerror.h).<\/p>\n<h2>Possible error causes<\/h2>\n<p>When using a WSUS, this simply means that it does not find the files requested by the client. Usually it is a misconfiguration of the WSUS, so that the files are missing. I have also noticed cases where insufficient access rights to a file are cited as the reason for the error. In this <a href=\"https:\/\/social.technet.microsoft.com\/Forums\/windowsserver\/en-US\/8e83f8b6-7cd2-4c6d-a7ec-cb6832ff6b02\/client-is-not-able-to-download-update?forum=winserverwsus\" target=\"_blank\" rel=\"noopener noreferrer\">older thread<\/a>, it was a missing Eula file that caused the error. <\/p>\n<p>I have seen hits on the internet where non running services were also the cause for this error message. On Windows clients, I would consider additional software such as third-party antivirus software or proxy software as the cause.&nbsp; <\/p>\n<p><strong>Similar articles:<\/strong><br \/><a href=\"https:\/\/borncity.com\/win\/win10-wiki\/\">Windows 10 Wiki<\/a><br \/><a href=\"https:\/\/borncity.com\/win\/2016\/07\/05\/how-to-decode-windows-errors\/\">How to decode Windows errors?<br \/><\/a><a href=\"https:\/\/borncity.com\/win\/2016\/10\/15\/windows-10-analyze-upgrade-errors\/\">Windows 10: Analyze upgrade errors<br \/><\/a><a href=\"https:\/\/borncity.com\/win\/2016\/11\/29\/windows-how-to-decode-update-0x8024-errors\/\">Windows: How to decode update 0x8024\u2026. errors<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>[German]Windows or programs like Exchange may drop an error code 0x80190194 during update install or during sync. Here is some information about the error and its cause.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[463,22,2],"tags":[1754,195,194],"class_list":["post-8085","post","type-post","status-publish","format-standard","hentry","category-issue","category-update","category-windows","tag-error-0x80190194","tag-update","tag-windows"],"_links":{"self":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts\/8085","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/comments?post=8085"}],"version-history":[{"count":2,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts\/8085\/revisions"}],"predecessor-version":[{"id":35350,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts\/8085\/revisions\/35350"}],"wp:attachment":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/media?parent=8085"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/categories?post=8085"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/tags?post=8085"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}