{"id":212,"date":"2007-10-14T02:03:00","date_gmt":"2007-10-14T00:03:00","guid":{"rendered":"http:\/\/www.corelan.be:8800\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/"},"modified":"2007-10-14T02:03:00","modified_gmt":"2007-10-14T00:03:00","slug":"outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194","status":"publish","type":"post","link":"https:\/\/www.corelan.be\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/","title":{"rendered":"Outlook 2007 unable to download Offline Address Book \u2013 error 0X8004010F and 0X80190194"},"content":{"rendered":"<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">I used to run Exchange 2003 in my test lab. After adding a new 2007 Server (HUB, CAS and Mail) in my AD and moving the mailboxes to the 2007 server, I started seeing problems in my Outlook 2007 client that is using cached exchange mode. Under 'Sync Issues' I noticed an error about the client not being able to download the Offline Address Book.<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">New, before the Offline Address Book can be downloaded, it must exist &amp; must be available, the Exchange 2007 Autodiscovery feature must work properly (because Outlook 2007 uses Autodiscovery to determine where to download the Address Book) and finally the web service hosting the Address Book must be configured correctly as well.<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">When I was running Exchange 2003, the Offline Address Book was hosted (and generated) on my Exchange 2003 server. When I installed the 2007 server, the Offline Address Book was still hosted on the 2003 server. I tried updating the Address book running the <strong>Update-OfflineAddressBook -id \"Default Offline Address List\" \u2013verbose<\/strong> cmdlet, and the output indicated that the address book was still on my old 2003 server (which had to go anyway). So I decided to remove the (Default) Address List and rebuild it on the new server.<br \/>\nI removed the address book by running <strong>Remove-OfflineAddressBook \"Default Offline Address List\"<\/strong> and then created a new Default address book. I enabled Web based distribution and public folder based distribution. The Update-OfflineAddressBook cmdlet now clearly shows that the address book is generated on my Exchange 2007 server. First problem was solved. By the way, as explained in <a href=\"http:\/\/technet.microsoft.com\/en-us\/library\/bb288905.aspx\">http:\/\/technet.microsoft.com\/en-us\/library\/bb288905.aspx<\/a>, you don't need to remove the OAB\u2026 I already did before I realized that I just could move the generation server to my 2007 server.<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">In case you don\u2019t know yet : the OAB is generated on a mailbox server. If you are running a cluster, you need to find the active node because that is where the OAB is generated. Furthermore, there should be a registry key available on the servers that points to the server that is generating the OAB :\u00a0 HKLM\\System\\CurrentControlSet\\Services\\MSExchangeSA\\Parameters\\&lt;Servername&gt;\\EnableOABGenOnThisNode (Reg_SZ) : Value = netbios hostname of the active cluster node.<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">Normally, when the OAB is generated, it is automatically placed put in the VirtualDirectory on the CAS servers. So the OAB Virtual Web folder must be configured correctly as well. Use <strong>Get-OABVirtualDirectory<\/strong> and <strong>Set-OABVirtualDirectory<\/strong> to find and fix any issues. (Check InternalURL, ExternalURL and RequireSSL parameters). If the IIS folder does not exists, you can create it through the <strong>New-OABVirtualWeb<\/strong> cmdlet<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">I opened Outlook, but I still got an error about the client not being able to download the OAB (error 0X8004010F \u2013 A Server (URL) could not be located) ). So I checked autodiscover.<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">First of all, check your AD user account and make sure the mail address is filled out.\u00a0 The email address domain name needs to match the DNS zone that contains the autodiscover entry (SCP or DNS), or the AD domain the user is logged on to must contain the SCP instance and the certificates need to match those FQDN's also.<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">Verify that autodiscovery is set up :<br \/>\nIn my lab, the <strong>Get-AutodiscoverVirtualDirectory<\/strong> cmdlet showed that the internal and external URL were missing, so I used the <strong>Set-AutoDiscoverVirtualDirectory<\/strong> command to fix that :<br \/>\n<strong>Set-AutodiscoverVirtualDirectory \"apollo\\Autodiscover (Default Web Site)\" -InternalUrl \"http:\/\/apollo.corelan.be\" -ExternalUrl https:\/\/autodiscover.mydomain.com<\/strong><br \/>\nIn order make autodiscovery work, DNS must be set up as well. My DNS zone contains a CNAME record \"autodiscover\" pointing to my Client Access server, and the IIS Default Web Site shows that the Autodiscovery folder was created. In order to see if autodiscovery works fine, open Outlook, hold the CTRL key and right-click the Outlook icon in the system tray. Choose \"Test E-mail AutoConfiguration\", disable \"Use Guessmart\" and disable \"Secure Guessmart Authentication\" and click \"Test\". If this test doesn't work, then autodiscovery (and download of the Offline Address Book) won't work. Fix this problem before continuing. (Look at DNS resolution, certificates, and so on. It is important that DNS is set up correctly and that your certificate contains both internal fqdn's and external fqdn's. Not all CA's support creating certificates with SAN's (Subject Alternate Names), but you can generate a webserver certificate using Exchange Powershell :<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">First, create the request :<\/p>\n<div>\n<pre style=\"font-size: 8pt; margin: 0em; overflow: visible; width: 100%; color: black; line-height: 12pt; font-family: consolas, 'Courier New', courier, monospace; background-color: #f4f4f4; border-style: none; padding: 0px;\">\nNew-ExchangeCertificate -GenerateRequest:$<span style=\"color: #0000ff\">true<\/span> -Path c:\\newCert.req -DomainName\n\nwww.mydomain.com,webmail.mydomain.com,autodiscovery.mydomain.com\n\n -PrivateKeyExportable:$<span style=\"color: #0000ff\">true<\/span> -FriendlyName <span style=\"color: #006080\">\"MyDomain Exchange SSL Certificate \"<\/span>\n\n -IncludeAcceptedDomains:$<span style=\"color: #0000ff\">false<\/span> -Force:$true<\/pre>\n<\/div>\n<p>Next, copy the request .req file to your CA and sign the request.\u00a0 Then open the issued certificate in the CA manager, export it to file, and copy it back to the Exchange server. You can then import it back on the Exchange server (has to be the same server as where the request was created) using the following powershell cmdlet :<\/p>\n<div>\n<pre style=\"font-size: 8pt; margin: 0em; overflow: visible; width: 100%; color: black; line-height: 12pt; font-family: consolas, 'Courier New', courier, monospace; background-color: #f4f4f4; border-style: none; padding: 0px;\">Import-ExchangeCertificate c:\\newCert.cer<\/pre>\n<\/div>\n<p>Now open IIS manager and install the new certificate (which should be visible in the list).<\/p>\n<p>Enable https for the Default Web Site (assuming that this is the place where your OWA\/OAB\/Autodiscover\/... virtual sites are created.)<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">Try accessing the website using a browser : <a href=\"http:\/\/autodiscover.corelan.be\/Autodiscover\/autodiscover.xml\">http:\/\/autodiscover.corelan.be\/Autodiscover\/autodiscover.xml<\/a> (If you have enabled https, you should change all URL's again to https, and use https:\/\/.....\u00a0 in your simulations). You will be prompted to enter a username and password, and you should get the following message :\u00a0<br \/>\n<a href=\"\/wp-content\/uploads\/2008\/09\/101407-1602-outlook20071.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2008\/09\/101407-1602-outlook20071-thumb.png\" alt=\"101407_1602_Outlook20071\" width=\"545\" height=\"159\" \/><\/a><\/p>\n<p>This means that autodiscover works fine. Since the browser did not specify a proper command, you got the ErrorCode 600 page.<\/p>\n<p>If it still doesn't work, check the AutoDiscoverServiceInternalUri via the <strong>Get-ClientAccessServer | FL<\/strong> cmdlet Correct the URI if it does not contain the correct link. The link should look like : http:\/\/autodiscover.domain.com\/Autodiscover\/autodiscover.xml You can find more information about the Autodiscovery process on http:\/\/technet.microsoft.com\/en-us\/library\/bb124251.aspx<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">Use the Outlook \"Test E-mail Autoconfiguration\" tool again to verify that Autodiscovery is working fine.\u00a0<br \/>\n<a href=\"\/wp-content\/uploads\/2008\/09\/101407-1602-outlook20072.jpg\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2008\/09\/101407-1602-outlook20072-thumb.jpg\" alt=\"101407_1602_Outlook20072\" width=\"357\" height=\"240\" \/><\/a><\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">When I got autodiscovery to work, the Outlook \"Sync Issues\" reports another error : 0X80190194 In fact, this is a HTTP 404 error, which means that the files cannot be found (= the OAB Address Book is not available on the website). In my environment, I have a single server. This means that the OAB files should be copied to the folder on the server immediately. In fact, the Microsoft Exchange File Distribution Service is responsible for replicating the data to CAS servers.<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">First of all, check if the files are indeed missing. Open the IIS manager, select the OAB folder under \"Default Web Site\" and see where the Path to the OAB folder is. I opened the folder in the path (default location is C:\\Program Files\\Microsoft\\Exchange Server\\ClientAccess\\OAB), and I found that the folder was empty. An easy way to solve this, is by stopping and starting the MSExchangeFDS service on the Mailbox servers. After restarting the service, the folder was created and the problem was solved. In fact, this subfoldername looks like a GUID string :\u00a0<br \/>\n<a href=\"\/wp-content\/uploads\/2008\/09\/101407-1602-outlook20073.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2008\/09\/101407-1602-outlook20073-thumb.png\" alt=\"101407_1602_Outlook20073\" width=\"196\" height=\"91\" \/><\/a><\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">\u00a0<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">Some more information to help you troubleshoot similar problems :<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\"><span style=\"text-decoration: underline;\">Verbose logging <\/span><\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">You can enable verbose logging for the Offline Address List generator service by running the <strong>Set-EventLogLevel -id \"MSExchangeSA\\OAL Generator\" -Level expert<\/strong> <strong>-verbose<\/strong> cmdlet (possible level values are Lowest, Low, Medium, High and Expert) Next, you can look for OAL Generator event log entries by using the following command : <strong>Get-EventLog Application | where {$_.Category \u2013eq \"OAL Generator\"} | ft -Wrap &gt; c:\\oallog.txt<\/p>\n<p><\/strong>(Don't forget to put the Event Logging level back at \"Low\" when you've finished troubleshooting.)<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">\u00a0<\/p>\n<p class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\"><strong><span style=\"color: #ff0000;\">Interesting links to troubleshoot Autodiscovery :<\/span><\/strong><\/p>\n<div class=\"ExternalClass6D426F9E47214AE9836FD1CC7B8E9B48\">\n<ul>\n<li><a title=\"http:\/\/exchange-genie.blogspot.com\/2007\/07\/autodiscover-ad-attribute.html\" href=\"http:\/\/exchange-genie.blogspot.com\/2007\/07\/autodiscover-ad-attribute.html\"><span style=\"color: #ff0000;\">http:\/\/exchange-genie.blogspot.com\/2007\/07\/autodiscover-ad-attribute.html<\/span><\/a><span style=\"color: #ff0000;\"> <\/span><\/li>\n<li><a title=\"http:\/\/www.google.be\/search?source=ig&amp;hl=nl&amp;rlz=&amp;q=autodiscover+failed+0x800C8203&amp;btnG=Google+zoeken&amp;meta=\" href=\"http:\/\/www.google.be\/search?source=ig&amp;hl=nl&amp;rlz=&amp;q=autodiscover+failed+0x800C8203&amp;btnG=Google+zoeken&amp;meta=\"><span style=\"color: #ff0000;\">http:\/\/www.google.be\/search?source=ig&amp;hl=nl&amp;rlz=&amp;q=autodiscover+failed+0x800C8203&amp;btnG=Google+zoeken&amp;meta=<\/span><\/a><span style=\"color: #ff0000;\"> <\/span><\/li>\n<li><a title=\"Exchange 2007 Autodiscovery - Exchange Exchange\" href=\"http:\/\/exchangeexchange.com\/forums\/t\/551.aspx\"><span style=\"color: #ff0000;\">Exchange 2007 Autodiscovery - Exchange Exchange<\/span><\/a><span style=\"color: #ff0000;\"> <\/span><\/li>\n<li><a href=\"http:\/\/technet.microsoft.com\/en-us\/library\/aa995942.aspx\"><span style=\"color: #ff0000;\">http:\/\/technet.microsoft.com\/en-us\/library\/aa995942.aspx<\/span><\/a><\/li>\n<li><a title=\"http:\/\/technet.microsoft.com\/en-us\/library\/bb332063.aspx\" href=\"http:\/\/technet.microsoft.com\/en-us\/library\/bb332063.aspx\"><span style=\"color: #ff0000;\">http:\/\/technet.microsoft.com\/en-us\/library\/bb332063.aspx<\/span><\/a><span style=\"color: #ff0000;\"> (whitepaper on autodiscovery)<\/span><\/li>\n<\/ul>\n<\/div>\n<p>\u00a0<\/p>\n<p><span style=\"text-decoration: underline;\">Converting error codes to human readable text<\/span><\/p>\n<p>First of all, download a tool called Err.exe from the Microsoft website : <a title=\"http:\/\/www.microsoft.com\/downloads\/details.aspx?familyid=be596899-7bb8-4208-b7fc-09e02a13696c&amp;displaylang=en\" href=\"http:\/\/www.microsoft.com\/downloads\/details.aspx?familyid=be596899-7bb8-4208-b7fc-09e02a13696c&amp;displaylang=en\">http:\/\/www.microsoft.com\/downloads\/details.aspx?familyid=be596899-7bb8-4208-b7fc-09e02a13696c&amp;displaylang=en<\/a><\/p>\n<p>Launch the err.exe file, which is in fact a file extractor. You will be asked for a destination folder. Don't choose the same location, as one of the extracted files is also called err.exe<\/p>\n<p>Open a command prompt, navigate to the folder that contains the extracted err.exe file.<\/p>\n<p>Suppose you want to look up what error codes 0X8004010F and 0X80190194 mean :<\/p>\n<div>\n<pre style=\"font-size: 8pt; margin: 0em; overflow: visible; width: 100%; color: black; line-height: 12pt; font-family: consolas, 'Courier New', courier, monospace; background-color: #f4f4f4; border-style: none; padding: 0px;\"><strong>err.exe 0x8004010f<\/strong>\n<span style=\"color: #000080;\"># for hex 0x8004010f \/ decimal -2147221233 :\n  ecNotFound                                                    ec.h\n  ecAttachNotFound                                              ec.h\n  ecUnknownRecip                                                ec.h\n  ecPropNotExistent                                             ec.h\n  MAPI_E_NOT_FOUND                                              mapicode.h\n# 5 matches found for \"0x8004010F\"<\/span>\n\n<strong>err 0x80190194<\/strong>\n<span style=\"color: #000080;\"># for hex 0x80190194 \/ decimal -2145844844 :\n  BG_E_HTTP_ERROR_404                                           bitsmsg.h\n# 1 matches found for \"0x80190194\"<\/span><\/pre>\n<\/div>\n<p>\u00a0<\/p>\n<p>This should work for all Microsoft error codes, not just the Exchange error codes.<\/p>\n<p>\u00a0<\/p>\n<p><span style=\"text-decoration: underline;\">What if Autodiscover is generating a wrong \/ nonexisting OABUrl ?<\/span><\/p>\n<p>Check <a href=\"\/index.php\/2009\/05\/22\/fixing-exchange-2007-offline-address-book-generation-oalgen-and-distribution-issues\/\" target=\"_blank\" rel=\"noopener\">this post<\/a>\u00a0and look at the bottom of the page - there is a chapter on wrong OABUrls<\/p>\n<p>\u00a0<\/p>\n<p><span style=\"text-decoration: underline;\">Changing polling\/replication interval for OAB data <\/span><\/p>\n<p>By default, the polling interval (to replicate OAB data between servers) is 480 minutes (8 hours). You can speed up the polling (temporarily) by changing the interval : <strong>Get-OABVirtualDirectory | Set-OABVirtualDirectory \u2013pollinterval 2<\/strong> You can watch the event log for event id 1008, which indicates that replication was successful :<\/p>\n<p>[PS] C:\\&gt;Get-EventLog Application | where {$_.EventID -eq 1008} | FL<\/p>\n<p>Index : 9254<\/p>\n<p>EntryType : Information<\/p>\n<p>EventID : 1008<\/p>\n<p>Message : Process MSExchangeFDS.exe (PID=6120). Offline Address Book data synchronization task has completed successfully. OAB name: \"Default Offline Address List\", Guid: 4c9c89e8-9958-4c30-999e-f803f3cf606e<\/p>\n<p>Category : FileReplication<\/p>\n<p>CategoryNumber : 2<\/p>\n<p>ReplacementStrings : {MSExchangeFDS.exe, 6120, Default Offline Address List, 4c9c89e8-9958-4c30-999e-f803f3cf606e}<\/p>\n<p>Source : MSExchangeFDS<\/p>\n<p>TimeGenerated : 14\/10\/2007 17:41:51<\/p>\n<p>TimeWritten : 14\/10\/2007 17:41:51<\/p>\n<p>UserName :<\/p>\n<p>\u00a0<\/p>\n<p>Links<\/p>\n<p><a href=\"\/index.php\/2009\/05\/22\/fixing-exchange-2007-offline-address-book-generation-oalgen-and-distribution-issues\/\">\/index.php\/2009\/05\/22\/fixing-exchange-2007-offline-address-book-generation-oalgen-and-distribution-issues\/<\/a>\u00a0<\/p>\n<p>http:\/\/msexchangeteam.com\/archive\/2007\/04\/19\/437902.aspx<\/p>\n<p><a href=\"http:\/\/blogs.msdn.com\/dgoldman\/archive\/2006\/10\/23\/outlook-client-fails-to-download-the-oab-with-error-0x8004011b.aspx\">http:\/\/blogs.msdn.com\/dgoldman\/archive\/2006\/10\/23\/outlook-client-fails-to-download-the-oab-with-error-0x8004011b.aspx<\/a><\/p>\n<p><a href=\"http:\/\/blogs.msdn.com\/dgoldman\/archive\/2006\/08\/25\/How-Exchange-2007-OAB-Files-are-replicated-to-a-Client-Access-Server-for-download.aspx\">http:\/\/blogs.msdn.com\/dgoldman\/archive\/2006\/08\/25\/How-Exchange-2007-OAB-Files-are-replicated-to-a-Client-Access-Server-for-download.aspx<\/a><\/p>\n<p><a href=\"http:\/\/technet.microsoft.com\/en-us\/library\/bb288905.aspx\">http:\/\/technet.microsoft.com\/en-us\/library\/bb288905.aspx<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I used to run Exchange 2003 in my test lab. After adding a new 2007 Server (HUB, CAS and Mail) in my AD and moving the mailboxes to the 2007 server, I started seeing problems in my Outlook 2007 client that is using cached exchange mode. Under 'Sync Issues' I noticed an error about the &hellip; <a href=\"https:\/\/www.corelan.be\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> \"Outlook 2007 unable to download Offline Address Book \u2013 error 0X8004010F and 0X80190194\"<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[349],"tags":[509,489,47],"class_list":["post-212","post","type-post","status-publish","format-standard","hentry","category-exchange","tag-exchange","tag-outlook","tag-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Outlook 2007 unable to download Offline Address Book \u2013 error 0X8004010F and 0X80190194 - Corelan | Exploit Development &amp; Vulnerability Research<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.corelan.be\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Outlook 2007 unable to download Offline Address Book \u2013 error 0X8004010F and 0X80190194 - Corelan | Exploit Development &amp; Vulnerability Research\" \/>\n<meta property=\"og:description\" content=\"I used to run Exchange 2003 in my test lab. After adding a new 2007 Server (HUB, CAS and Mail) in my AD and moving the mailboxes to the 2007 server, I started seeing problems in my Outlook 2007 client that is using cached exchange mode. Under &#039;Sync Issues&#039; I noticed an error about the &hellip; Continue reading &quot;Outlook 2007 unable to download Offline Address Book \u2013 error 0X8004010F and 0X80190194&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.corelan.be\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/\" \/>\n<meta property=\"og:site_name\" content=\"Corelan | Exploit Development &amp; Vulnerability Research\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/corelanconsulting\" \/>\n<meta property=\"article:published_time\" content=\"2007-10-14T00:03:00+00:00\" \/>\n<meta name=\"author\" content=\"corelanc0d3r\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@corelanc0d3r\" \/>\n<meta name=\"twitter:site\" content=\"@corelanc0d3r\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/10\\\/14\\\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/10\\\/14\\\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\\\/\"},\"author\":{\"name\":\"corelanc0d3r\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#\\\/schema\\\/person\\\/3be5542b9b0a0787893db83a5ad68e8f\"},\"headline\":\"Outlook 2007 unable to download Offline Address Book \u2013 error 0X8004010F and 0X80190194\",\"datePublished\":\"2007-10-14T00:03:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/10\\\/14\\\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\\\/\"},\"wordCount\":1590,\"publisher\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#organization\"},\"keywords\":[\"MS Exchange\",\"Outlook\",\"server\"],\"articleSection\":[\"MS Exchange\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/10\\\/14\\\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\\\/\",\"url\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/10\\\/14\\\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\\\/\",\"name\":\"Outlook 2007 unable to download Offline Address Book \u2013 error 0X8004010F and 0X80190194 - Corelan | Exploit Development &amp; Vulnerability Research\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#website\"},\"datePublished\":\"2007-10-14T00:03:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/10\\\/14\\\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/10\\\/14\\\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/2007\\\/10\\\/14\\\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.corelan.be\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Outlook 2007 unable to download Offline Address Book \u2013 error 0X8004010F and 0X80190194\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#website\",\"url\":\"https:\\\/\\\/www.corelan.be\\\/\",\"name\":\"Corelan CyberSecurity Research\",\"description\":\"Corelan publishes in-depth tutorials on exploit development, Windows exploitation, vulnerability research, heap internals, reverse engineering and security tooling used by professionals worldwide.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.corelan.be\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#organization\",\"name\":\"Corelan CyberSecurity Research\",\"url\":\"https:\\\/\\\/www.corelan.be\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.corelan.be\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/corelanlogo2_small-20.png\",\"contentUrl\":\"https:\\\/\\\/www.corelan.be\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/corelanlogo2_small-20.png\",\"width\":200,\"height\":200,\"caption\":\"Corelan CyberSecurity Research\"},\"image\":{\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/corelanconsulting\",\"https:\\\/\\\/x.com\\\/corelanc0d3r\",\"https:\\\/\\\/x.com\\\/corelanconsulting\",\"https:\\\/\\\/instagram.com\\\/corelanconsult\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.corelan.be\\\/#\\\/schema\\\/person\\\/3be5542b9b0a0787893db83a5ad68e8f\",\"name\":\"corelanc0d3r\",\"pronouns\":\"he\\\/him\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3783bed6acd72d7fa5bb2387d88acbb9a3403e7cada60b2037e1cbb74ad451f9?s=96&d=mm&r=x\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3783bed6acd72d7fa5bb2387d88acbb9a3403e7cada60b2037e1cbb74ad451f9?s=96&d=mm&r=x\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3783bed6acd72d7fa5bb2387d88acbb9a3403e7cada60b2037e1cbb74ad451f9?s=96&d=mm&r=x\",\"caption\":\"corelanc0d3r\"},\"description\":\"Peter Van Eeckhoutte is the founder of Corelan and a globally recognized expert in exploit development and vulnerability research. With over two decades in IT security, he built Corelan into a respected platform for deep technical research, hands-on training, and knowledge sharing. Known for his influential exploit development tutorials, tools, and real-world training, Peter combines a strong research mindset with a passion for education\u2014helping security professionals understand not just how exploits work, but why.\",\"sameAs\":[\"https:\\\/\\\/www.corelan-training.com\",\"https:\\\/\\\/instagram.com\\\/corelanc0d3r\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/petervaneeckhoutte\\\/\",\"https:\\\/\\\/x.com\\\/corelanc0d3r\"],\"url\":\"https:\\\/\\\/www.corelan.be\\\/index.php\\\/author\\\/admin0\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Outlook 2007 unable to download Offline Address Book \u2013 error 0X8004010F and 0X80190194 - Corelan | Exploit Development &amp; Vulnerability Research","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.corelan.be\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/","og_locale":"en_US","og_type":"article","og_title":"Outlook 2007 unable to download Offline Address Book \u2013 error 0X8004010F and 0X80190194 - Corelan | Exploit Development &amp; Vulnerability Research","og_description":"I used to run Exchange 2003 in my test lab. After adding a new 2007 Server (HUB, CAS and Mail) in my AD and moving the mailboxes to the 2007 server, I started seeing problems in my Outlook 2007 client that is using cached exchange mode. Under 'Sync Issues' I noticed an error about the &hellip; Continue reading \"Outlook 2007 unable to download Offline Address Book \u2013 error 0X8004010F and 0X80190194\"","og_url":"https:\/\/www.corelan.be\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/","og_site_name":"Corelan | Exploit Development &amp; Vulnerability Research","article_publisher":"https:\/\/www.facebook.com\/corelanconsulting","article_published_time":"2007-10-14T00:03:00+00:00","author":"corelanc0d3r","twitter_card":"summary_large_image","twitter_creator":"@corelanc0d3r","twitter_site":"@corelanc0d3r","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/www.corelan.be\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/#article","isPartOf":{"@id":"https:\/\/www.corelan.be\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/"},"author":{"name":"corelanc0d3r","@id":"https:\/\/www.corelan.be\/#\/schema\/person\/3be5542b9b0a0787893db83a5ad68e8f"},"headline":"Outlook 2007 unable to download Offline Address Book \u2013 error 0X8004010F and 0X80190194","datePublished":"2007-10-14T00:03:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.corelan.be\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/"},"wordCount":1590,"publisher":{"@id":"https:\/\/www.corelan.be\/#organization"},"keywords":["MS Exchange","Outlook","server"],"articleSection":["MS Exchange"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.corelan.be\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/","url":"https:\/\/www.corelan.be\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/","name":"Outlook 2007 unable to download Offline Address Book \u2013 error 0X8004010F and 0X80190194 - Corelan | Exploit Development &amp; Vulnerability Research","isPartOf":{"@id":"https:\/\/www.corelan.be\/#website"},"datePublished":"2007-10-14T00:03:00+00:00","breadcrumb":{"@id":"https:\/\/www.corelan.be\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.corelan.be\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.corelan.be\/index.php\/2007\/10\/14\/outlook-2007-unable-to-download-offline-address-book-error-0x8004010f-and-0x80190194\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.corelan.be\/"},{"@type":"ListItem","position":2,"name":"Outlook 2007 unable to download Offline Address Book \u2013 error 0X8004010F and 0X80190194"}]},{"@type":"WebSite","@id":"https:\/\/www.corelan.be\/#website","url":"https:\/\/www.corelan.be\/","name":"Corelan CyberSecurity Research","description":"Corelan publishes in-depth tutorials on exploit development, Windows exploitation, vulnerability research, heap internals, reverse engineering and security tooling used by professionals worldwide.","publisher":{"@id":"https:\/\/www.corelan.be\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.corelan.be\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.corelan.be\/#organization","name":"Corelan CyberSecurity Research","url":"https:\/\/www.corelan.be\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.corelan.be\/#\/schema\/logo\/image\/","url":"https:\/\/www.corelan.be\/wp-content\/uploads\/2026\/03\/corelanlogo2_small-20.png","contentUrl":"https:\/\/www.corelan.be\/wp-content\/uploads\/2026\/03\/corelanlogo2_small-20.png","width":200,"height":200,"caption":"Corelan CyberSecurity Research"},"image":{"@id":"https:\/\/www.corelan.be\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/corelanconsulting","https:\/\/x.com\/corelanc0d3r","https:\/\/x.com\/corelanconsulting","https:\/\/instagram.com\/corelanconsult"]},{"@type":"Person","@id":"https:\/\/www.corelan.be\/#\/schema\/person\/3be5542b9b0a0787893db83a5ad68e8f","name":"corelanc0d3r","pronouns":"he\/him","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3783bed6acd72d7fa5bb2387d88acbb9a3403e7cada60b2037e1cbb74ad451f9?s=96&d=mm&r=x","url":"https:\/\/secure.gravatar.com\/avatar\/3783bed6acd72d7fa5bb2387d88acbb9a3403e7cada60b2037e1cbb74ad451f9?s=96&d=mm&r=x","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3783bed6acd72d7fa5bb2387d88acbb9a3403e7cada60b2037e1cbb74ad451f9?s=96&d=mm&r=x","caption":"corelanc0d3r"},"description":"Peter Van Eeckhoutte is the founder of Corelan and a globally recognized expert in exploit development and vulnerability research. With over two decades in IT security, he built Corelan into a respected platform for deep technical research, hands-on training, and knowledge sharing. Known for his influential exploit development tutorials, tools, and real-world training, Peter combines a strong research mindset with a passion for education\u2014helping security professionals understand not just how exploits work, but why.","sameAs":["https:\/\/www.corelan-training.com","https:\/\/instagram.com\/corelanc0d3r","https:\/\/www.linkedin.com\/in\/petervaneeckhoutte\/","https:\/\/x.com\/corelanc0d3r"],"url":"https:\/\/www.corelan.be\/index.php\/author\/admin0\/"}]}},"views":31205,"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/posts\/212","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/comments?post=212"}],"version-history":[{"count":0,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/posts\/212\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/media?parent=212"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/categories?post=212"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.corelan.be\/index.php\/wp-json\/wp\/v2\/tags?post=212"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}