{"id":63520,"date":"2020-08-28T04:41:42","date_gmt":"2020-08-28T04:41:42","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=63520"},"modified":"2024-04-16T10:54:08","modified_gmt":"2024-04-16T10:54:08","slug":"resolve-unable-mount-database-hr0x80040115-error","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/","title":{"rendered":"How to Resolve unable to mount database. (hr=0x80040115, ec=-2147221227)"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>To mount a database (EDB) file in Exchange Server, <strong><a href=\"https:\/\/www.stellarinfo.com\/blog\/mount-dismount-mailbox-databases-in-exchange-2019-2016-2013-via-powershell\/\">Mount-Database<\/a><\/strong> cmdlet is used, which is available only in on-premises Exchange. However, the cmdlet mounts database only if the Microsoft Exchange Information Store Service and Microsoft Replication service are up and running.<\/p><p>Also, the user account should have permissions assigned to run<strong> Mount-Database<\/strong> cmdlet to restore a dismounted or offline database file. If the user doesn&rsquo;t have sufficient permissions, required Exchange services are down, or database is corrupt, a database mounting error occurs, such as,<\/p><p><em>MapiExceptionNetworkError: Unable to make admin interface connection to server. (hr=0x80040115, ec=-2147221227)<br>Diagnostic context:<br>&hellip;&hellip;<br>Lid: 15000 dwParam: 0x6BA Msg: EEInfo: prm[1]: Pointer val: 0x0000000000000000<br>Lid: 15000 dwParam: 0x6BA Msg: EEInfo: prm[2]: Pointer val: 0x1600A8C000000000<br>Lid: 16280 dwParam: 0x6BA Msg: EEInfo: ComputerName: n\/a<br>Lid: 8600 dwParam: 0x6BA Msg: EEInfo: ProcessID: 124904<br>Lid: 12696 dwParam: 0x6BA Msg: EEInfo: Generation Time: 2014-02-26 21:31:54:96<br>Lid: 10648 dwParam: 0x6BA Msg: EEInfo: Generating component: 8<br>Lid: 14744 dwParam: 0x6BA Msg: EEInfo: Status: 10060<br>Lid: 9624 dwParam: 0x6BA Msg: EEInfo: Detection location: 318<br>Lid: 13720 dwParam: 0x6BA Msg: EEInfo: Flags: 0<br>Lid: 11672 dwParam: 0x6BA Msg: EEInfo: NumberOfParameters: 0<br>Lid: 24060 StoreEc: 0x80040115<br>Lid: 23746<br>Lid: 31938 StoreEc: 0x80040115<br>Lid: 19650<br>Lid: 27842 StoreEc: 0x80040115<br>Lid: 20866<br>Lid: 29058 StoreEc: 0x80040115<br>Exchange Management Shell command attempted:<br>&lsquo;Mydomainname.local\/OurBusiness\/Users\/test&rsquo; | move-mailbox -TargetDatabase &lsquo;SERVERNAME\\First Storage Group\\Mailbox Database&rsquo;<br>Elapsed Time: 00:00:45<\/em><\/p><p>In such cases, you may follow the below discussed manual methods to repair, restore and mount the database through command line tools or use a GUI based Exchange recovery software, such as Stellar Repair for Exchange, to recover mailboxes from damaged database and restore them to a healthy database on a Live Exchange server directly in a few clicks.<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/cloud.stellarinfo.com\/StellarRepairforExchange-B.exe\"><img loading=\"lazy\" decoding=\"async\" width=\"234\" height=\"59\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/QB-free-download.jpg\" alt=\"download\" class=\"wp-image-63228 apply-gradient-on-post-images\"><\/a><\/figure>\n<\/div><h2 class=\"wp-block-heading\" id=\"methods-to-resolve-unable-to-mount-database-(hr=0x80040115,-ec=-2147221227)\">Methods to Resolve Unable to Mount Database (hr=0x80040115, ec=-2147221227)<\/h2><p>Follow these methods and workarounds to fix the &ldquo;MapiExceptionNetworkError: Unable to make admin interface connection to server. (hr=0x80040115, ec=-2147221227)&rdquo; error.<\/p><blockquote class=\"note_alert\">\n<p><strong>NOTE: <\/strong>If you are trying to mount a database file copied from another server for DAG and failover protection, use the following command before mounting the EDB file,<\/p>\n<\/blockquote><pre class=\"wp-block-code command_container\"><code>Set-MailboxDatabase DB01 -AllowFileRestore $true<\/code><\/pre><h3 class=\"wp-block-heading\" id=\"h-method-1-check-database-state\">Method 1: Check Database State<\/h3><p>You can&rsquo;t mount a database which is in <a href=\"https:\/\/www.stellarinfo.com\/article\/resolve-exchange-dirty-shutdown-error.php\">Dirty Shutdown state<\/a>. Thus, it&rsquo;s important to check and bring the database to the Clean Shutdown state, before mounting it. To check whether the database is in Dirty Shutdown or Clean Shutdown state, run the following command in PowerShell as an administrator,<\/p><pre class=\"wp-block-code command_container\"><code>eseutil \/mh \"PATH TO EDB FILE\\MyDatabase.edb&rdquo;<\/code><\/pre><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" class=\"apply-gradient-on-post-images\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/eseutil-mh-command.png\" alt=\"check database state\"><\/figure>\n<\/div><p>If the output displays <strong>State: Dirty Shutdown<\/strong>, you need to bring the database to Clean Shutdown state to mount it successfully and avoid the error MapiExceptionNetworkError: Unable to make admin interface connection to server. (hr=0x80040115, ec=-2147221227).<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" class=\"apply-gradient-on-post-images\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/dirty-shutdown.png\" alt=\"dirty shutdown state\"><\/figure>\n<\/div><p>Use the following PowerShell command to fix the database and bring it back to the Clean Shutdown state.<\/p><pre class=\"wp-block-code command_container\"><code>eseutil \/p \"PATH TO EDB FILE\\Database.edb&rdquo;<\/code><\/pre><p>After executing this command, use the following command to again check the shutdown state of database. It should be <strong>State: Clean Shutdown<\/strong>.<\/p><pre class=\"wp-block-code command_container\"><code>eseutil \/mh \"PATH TO EDB FILE\\MyDatabase.edb&rdquo;<\/code><\/pre><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" class=\"apply-gradient-on-post-images\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/clean-shutdown.png\" alt=\"clean shutdown state\"><\/figure>\n<\/div><p>After restoring the database to clean shutdown state, check the log files.<\/p><h3 class=\"wp-block-heading\" id=\"h-method-2-check-log-files\">Method 2: Check Log Files<\/h3><p>To check the database log files, run the following command in PowerShell,<\/p><pre class=\"wp-block-code command_container\"><code>eseutil \/ml \"PATH TO LOG FILE\\Mailbox Database\\E00\"<\/code><\/pre><p>In this command, <strong><em>E00<\/em><\/strong><em> is the starting sequence of the logs.<\/em><\/p><p>If the output displays a list of log files with the status of log files as <strong>OK, <\/strong>then try re-mounting the database.<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" class=\"apply-gradient-on-post-images\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/eseutil-edbtest.png\" alt=\"check exchange log file status\"><\/figure>\n<\/div><p>In case the database shutdown state is Clean and log files are OK, but the database still does not mount, follow this guide, <a href=\"https:\/\/www.stellarinfo.com\/blog\/exchange-database-clean-shutdown-state-not-mounting\/\">Is your Exchange database as in a &lsquo;Clean Shutdown&rsquo; state? But it is not mounting?<\/a><\/p><h3 class=\"wp-block-heading\" id=\"h-method-3-check-exchange-services\">Method 3: Check Exchange Services<\/h3><p>If the database mount fails even when the database is in clean shutdown state, check and confirm that the following Microsoft Exchange services are up and running,<\/p><ol class=\"wp-block-list\">\n<li>Microsoft Exchange Information Store Service<\/li>\n\n\n\n<li>Microsoft Replication Service<\/li>\n\n\n\n<li>Microsoft Exchange System Attendant<\/li>\n<\/ol><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"154\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/ms-exchange-services.jpg\" alt=\"restart MS Exchange services\" class=\"wp-image-63523 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/ms-exchange-services.jpg 328w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/ms-exchange-services-300x141.jpg 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/ms-exchange-services-320x151.jpg 320w\" sizes=\"auto, (max-width: 328px) 100vw, 328px\" \/><\/figure>\n<\/div><p>To view these services, press <em>Windows+R<\/em>, type <em>services.msc<\/em> and press &lsquo;<em>Enter<\/em>&rsquo; or click &lsquo;<em>OK<\/em>&rsquo;.<\/p><p>If these services are not running, right-click on the service and choose <strong>Restart<\/strong>.<\/p><h3 class=\"wp-block-heading\" id=\"h-method-4-defragment-the-database\">Method 4: Defragment the Database<\/h3><p>You may also perform <a href=\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/\">Exchange database defragmentation<\/a> to optimize the database file and prepare it for mount. The command is as follows,<\/p><pre class=\"wp-block-code command_container\"><code>Eseutil \/d &ldquo;Database File Path\\database.edb&rdquo;<\/code><\/pre><h3 class=\"wp-block-heading\" id=\"h-method-5-recover-database\">Method 5: Recover Database<\/h3><p>Further, you may try to perform Soft or Hard Recovery on the database. <a href=\"https:\/\/www.stellarinfo.com\/blog\/run-eseutil-r-exchange-server-2003-2007-2010-2013\/\">Soft recovery eseutil\/r<\/a> is safe and can be performed by using the following command,<\/p><pre class=\"wp-block-code command_container\"><code>Eseutil \/r \/l \"PATH TO LOG FILES\\E00\" \/d \"PATH TO DATABASE FILE\\Database.edb\"<\/code><\/pre><p>However, <a href=\"https:\/\/www.stellarinfo.com\/article\/exchange-database-hard-repair-eseutil-p-commands.php\">hard recovery eseutil\/p<\/a> could cause problems and thus, not recommended unless you have database backup.<\/p><figure class=\"wp-block-image size-large\"><img decoding=\"async\" class=\"apply-gradient-on-post-images\" src=\"https:\/\/www.stellarinfo.com\/public\/image\/catalog\/\/article\/email-repair\/exchange\/EseUtil-vs-Stellar-Repair-for-Exchange-Comparison.jpg\" alt=\"Stellar\"><\/figure><h3 class=\"wp-block-heading\" id=\"h-method-6-use-exchange-recovery-tool\">Method 6: Use Exchange Recovery Tool<\/h3><p>To restore offline or dismounted database, you can use an Exchange database repair software, such as Stellar Repair for Exchange. If none of the methods work, it could be a case of damaged or corrupt database. Thus, you need an <a href=\"https:\/\/www.stellarinfo.com\/edb-exchange-server-recovery.htm\">Exchange recovery tool<\/a> to repair damaged Exchange database files and recover corrupt, dismounted, or offline database files.<\/p><p style=\"text-align: center;\"><iframe loading=\"lazy\" title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/CMbUv4CiWJA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p><p>The software recovers all the mailboxes from the database and mail items, such as emails, attachments, contacts, notes, tasks, calendars, journals, and public folders. It also recovers deleted mailboxes from the Exchange database file.<\/p><p>After fixing the database file, you can export the database mailboxes directly to a Live Exchange server or Office 365 account. This way, you can avoid various database mount cmdlets and troubleshooting methods, and restore the database without any data loss.<\/p><p>While the cmdlet works from Exchange 2010 SP1 and later versions, the software supports all Exchange versions, such as MS Exchange 2019, 2016, 2013, 2010, 2007, 2003, 2000, and 5.5.<\/p><p>Overall, Stellar Repair for Exchange is the most effective and easiest way to repair and restore mailboxes and database that fails to mount. Plus, it doesn&rsquo;t require log files or any permissions (besides administrator credentials) to perform the database repair and restore operations.<\/p><p>For detailed steps, follow this instructional guide on <a href=\"https:\/\/www.stellarinfo.com\/support\/kb\/index.php\/article\/how-to-recover-corrupt-inaccessible-exchange-mailboxes\">How to Recover the Corrupt\/ Inaccessible Exchange Mailboxes Using this Software?<\/a><\/p><p>In case you need more help, leave a comment, or reach us via the Self Help and Support page.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To mount a database (EDB) file in Exchange Server, Mount-Database cmdlet is&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/\">Continue reading <span class=\"screen-reader-text\">How to Resolve unable to mount database. (hr=0x80040115, ec=-2147221227)<\/span><\/a><\/p>\n","protected":false},"author":32,"featured_media":63597,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[25],"tags":[],"class_list":["post-63520","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-exchange-server","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Resolve unable to mount database. (hr=0x80040115, ec=-2147221227) | Stellar<\/title>\n<meta name=\"description\" content=\"In this guide, we have discussed solutions to fix MapiExceptionNetworkError (hr=0x80040115, ec=-2147221227) error and restore the database\" \/>\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.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Resolve unable to mount database. (hr=0x80040115, ec=-2147221227) | Stellar\" \/>\n<meta property=\"og:description\" content=\"In this guide, we have discussed solutions to fix MapiExceptionNetworkError (hr=0x80040115, ec=-2147221227) error and restore the database\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/raavisingh\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-28T04:41:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-16T10:54:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Resolve-unable-to-mount-database.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ravi Singh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/ravi51ngh\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ravi Singh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/\"},\"author\":{\"name\":\"Ravi Singh\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11\"},\"headline\":\"How to Resolve unable to mount database. (hr=0x80040115, ec=-2147221227)\",\"datePublished\":\"2020-08-28T04:41:42+00:00\",\"dateModified\":\"2024-04-16T10:54:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/\"},\"wordCount\":968,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Resolve-unable-to-mount-database.jpg\",\"articleSection\":[\"Exchange Server Recovery\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/\",\"name\":\"How to Resolve unable to mount database. (hr=0x80040115, ec=-2147221227) | Stellar\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Resolve-unable-to-mount-database.jpg\",\"datePublished\":\"2020-08-28T04:41:42+00:00\",\"dateModified\":\"2024-04-16T10:54:08+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11\"},\"description\":\"In this guide, we have discussed solutions to fix MapiExceptionNetworkError (hr=0x80040115, ec=-2147221227) error and restore the database\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Resolve-unable-to-mount-database.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Resolve-unable-to-mount-database.jpg\",\"width\":1000,\"height\":600,\"caption\":\"How to Resolve unable to mount database. (hr=0x80040115, ec=-2147221227)\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Resolve unable to mount database. (hr=0x80040115, ec=-2147221227)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/\",\"name\":\"Stellar Data Recovery Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11\",\"name\":\"Ravi Singh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9e95cad83fe279b559794f62193f34300d01db8f9f2ec45ce529b7ecde3796ba?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9e95cad83fe279b559794f62193f34300d01db8f9f2ec45ce529b7ecde3796ba?s=96&d=mm&r=g\",\"caption\":\"Ravi Singh\"},\"description\":\"Ravi Singh is a Senior Writer at Stellar\u00ae. He is an expert Tech Explainer, IoT enthusiast, and a passionate nerd with over 7 years of experience in technical writing. He writes about Microsoft Exchange, Microsoft 365, Email Migration, Linux, Windows, Mac, DIY Tech, and Smart Home. Ravi spends most of his weekends working with IoT (DIY Smart Home) devices and playing Overwatch. He is also a solo traveler who loves hiking and exploring new trails.\",\"sameAs\":[\"https:\/\/stellarinfo.com\/blog\",\"https:\/\/facebook.com\/raavisingh\",\"https:\/\/instagram.com\/ravi.s1ngh\",\"https:\/\/linkedin.com\/in\/ravi-singh-5a65356a\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/ravi51ngh\",\"https:\/\/youtube.com\/ravisingh9\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/ravi\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Resolve unable to mount database. (hr=0x80040115, ec=-2147221227) | Stellar","description":"In this guide, we have discussed solutions to fix MapiExceptionNetworkError (hr=0x80040115, ec=-2147221227) error and restore the database","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.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/","og_locale":"en_US","og_type":"article","og_title":"How to Resolve unable to mount database. (hr=0x80040115, ec=-2147221227) | Stellar","og_description":"In this guide, we have discussed solutions to fix MapiExceptionNetworkError (hr=0x80040115, ec=-2147221227) error and restore the database","og_url":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/","og_site_name":"Stellar Data Recovery Blog","article_author":"https:\/\/facebook.com\/raavisingh","article_published_time":"2020-08-28T04:41:42+00:00","article_modified_time":"2024-04-16T10:54:08+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Resolve-unable-to-mount-database.jpg","type":"image\/jpeg"}],"author":"Ravi Singh","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/ravi51ngh","twitter_misc":{"Written by":"Ravi Singh","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/"},"author":{"name":"Ravi Singh","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11"},"headline":"How to Resolve unable to mount database. (hr=0x80040115, ec=-2147221227)","datePublished":"2020-08-28T04:41:42+00:00","dateModified":"2024-04-16T10:54:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/"},"wordCount":968,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Resolve-unable-to-mount-database.jpg","articleSection":["Exchange Server Recovery"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/","url":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/","name":"How to Resolve unable to mount database. (hr=0x80040115, ec=-2147221227) | Stellar","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Resolve-unable-to-mount-database.jpg","datePublished":"2020-08-28T04:41:42+00:00","dateModified":"2024-04-16T10:54:08+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11"},"description":"In this guide, we have discussed solutions to fix MapiExceptionNetworkError (hr=0x80040115, ec=-2147221227) error and restore the database","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Resolve-unable-to-mount-database.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Resolve-unable-to-mount-database.jpg","width":1000,"height":600,"caption":"How to Resolve unable to mount database. (hr=0x80040115, ec=-2147221227)"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-mount-database-hr0x80040115-error\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Resolve unable to mount database. (hr=0x80040115, ec=-2147221227)"}]},{"@type":"WebSite","@id":"https:\/\/www.stellarinfo.com\/blog\/#website","url":"https:\/\/www.stellarinfo.com\/blog\/","name":"Stellar Data Recovery Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11","name":"Ravi Singh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9e95cad83fe279b559794f62193f34300d01db8f9f2ec45ce529b7ecde3796ba?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9e95cad83fe279b559794f62193f34300d01db8f9f2ec45ce529b7ecde3796ba?s=96&d=mm&r=g","caption":"Ravi Singh"},"description":"Ravi Singh is a Senior Writer at Stellar\u00ae. He is an expert Tech Explainer, IoT enthusiast, and a passionate nerd with over 7 years of experience in technical writing. He writes about Microsoft Exchange, Microsoft 365, Email Migration, Linux, Windows, Mac, DIY Tech, and Smart Home. Ravi spends most of his weekends working with IoT (DIY Smart Home) devices and playing Overwatch. He is also a solo traveler who loves hiking and exploring new trails.","sameAs":["https:\/\/stellarinfo.com\/blog","https:\/\/facebook.com\/raavisingh","https:\/\/instagram.com\/ravi.s1ngh","https:\/\/linkedin.com\/in\/ravi-singh-5a65356a\/","https:\/\/x.com\/https:\/\/twitter.com\/ravi51ngh","https:\/\/youtube.com\/ravisingh9"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/ravi\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/63520","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/users\/32"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=63520"}],"version-history":[{"count":16,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/63520\/revisions"}],"predecessor-version":[{"id":165280,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/63520\/revisions\/165280"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/63597"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=63520"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=63520"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=63520"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}