{"id":61577,"date":"2020-07-23T13:47:46","date_gmt":"2020-07-23T13:47:46","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=61577"},"modified":"2026-05-12T09:25:43","modified_gmt":"2026-05-12T09:25:43","slug":"resolve-unable-to-mount-database-hr0x80004005-ec1108-error","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/","title":{"rendered":"Fix: Unable to Mount Database HR0x80004005 EC1108 Error in Exchange Server"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>When the &ldquo;Unable to Mount Database HR 0x80004005 EC1108&rdquo; error occurs, the first approach is to check the database state by using the EeseUtil \/mh command. If it is in Dirty Shutdown state, attempt a soft recovery (EseUtil \/r). If this fails, proceed with the hard recovery (EseUtil\/p). If you have a DAG setup, then suspend and resume the database copy or rebuild the passive copy from the active database. Follow this guide to know the stepwise process to perform these methods and fix the error.<\/p><h2 class=\"wp-block-heading\" id=\"what-does-the-error-unable-to-mount-database-(hr=0x80004005,-ec=1108)-mean?\">What does the Error Unable to Mount Database (HR=0x80004005, ec=1108) Mean?<\/h2><p>Let&rsquo;s start by understanding the error message. It is related to database-level failure. This will have a critical impact on your Exchange Server since it prevents database from mounting. Due to this, the users will not be able to connect to their mailboxes. This issue can be caused by various reasons. Below are the most common ones:<\/p><ul class=\"wp-block-list\">\n<li>Corruption of the Exchange Server database.<\/li>\n\n\n\n<li>Missing or locked transaction log files.<\/li>\n\n\n\n<li>Abrupt shutdown of the database.<\/li>\n\n\n\n<li>Disk space issues on the server.<\/li>\n\n\n\n<li>A required service of the Exchange Server is not running.<\/li>\n<\/ul><p>This error can occur in <a href=\"https:\/\/www.stellarinfo.com\/article\/exchange-database-availability-groups.php\">Database Availability Group (DAG)<\/a> setup and also in standalone Exchange Server 2010, 2013, 2016, 2019, and Subscription Edition (SE).<\/p><h3 class=\"wp-block-heading\">Identifying the issue<\/h3><p>In a standalone server, the database not being able to mount with the said error indicates an issue with the database itself or the transaction logs. You can use the <a href=\"https:\/\/www.stellarinfo.com\/article\/check-exchange-database-state-using-eseutil-mh-command.php\">Eseutil \/mh command<\/a> to confirm the state of the database.<\/p><pre class=\"wp-block-code command_container\"><code><strong>eseutil \/mh &lt;full path to the edb file including the file&gt;<\/strong><\/code><\/pre><p>If you&rsquo;ve a DAG setup, you can use the below command to check the database state.<\/p><pre class=\"wp-block-code command_container\"><code><strong>Get-MailboxDatabaseCopyStatus<\/strong><\/code><\/pre><p>This command will give information related to the copy status of the database and its synchronization.<\/p><h2 class=\"wp-block-heading\" id=\"4-methods-to-fix-the-unable-to-mount-database-(hr=0x80004005,-ec=1108)-error-in-exchange-server\">4 Methods to Fix the Unable to Mount Database (hr=0x80004005, ec=1108) Error in Exchange Server<\/h2><p>Here are some methods you can follow to fix this database mount error.<\/p><h3 class=\"wp-block-heading\">Cause 1: Passive Copy Lost Contact with Active Manager<\/h3><p>In a high availability (DAG) environment, when a passive copy loses connectivity with the <a href=\"https:\/\/learn.microsoft.com\/en-us\/exchange\/high-availability\/database-availability-groups\/active-manager\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Active Manager<\/a>, it can disrupt the data and logs replication. As a consequence, the copy becomes inconsistent or out of sync. So, when you try to mount the database, you&rsquo;ll receive the ec=1108 error.<\/p><p>In this case, you can suspend and resume the copy.<\/p><p>To suspend the database, run this command:<\/p><pre class=\"wp-block-code command_container\"><code><a href=\"https:\/\/learn.microsoft.com\/en-us\/powershell\/module\/exchangepowershell\/suspend-mailboxdatabasecopy?view=exchange-ps\" target=\"_blank\" rel=\"noreferrer noopener nofollow\"><strong>Suspend-MailboxDatabaseCopy<\/strong><\/a><strong>-Identity \"DB\\Server\"<\/strong><\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"516\" height=\"108\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-1.png\" alt=\"To suspend the database\" class=\"wp-image-191688 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-1.png 516w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-1-300x63.png 300w\" sizes=\"auto, (max-width: 516px) 100vw, 516px\" \/><\/figure><p>To resume the database, execute this command:<\/p><pre class=\"wp-block-code command_container\"><code><a href=\"https:\/\/learn.microsoft.com\/en-us\/powershell\/module\/exchangepowershell\/resume-mailboxdatabasecopy?view=exchange-ps\" target=\"_blank\" rel=\"noreferrer noopener nofollow\"><strong>Resume-MailboxDatabaseCopy<\/strong><\/a><strong>-Identity \"DB\\Server\"<\/strong><\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"474\" height=\"88\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-2.png\" alt=\"To resume the database\" class=\"wp-image-191689 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-2.png 474w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-2-300x56.png 300w\" sizes=\"auto, (max-width: 474px) 100vw, 474px\" \/><\/figure><p>Now, verify the database replication health by using the below command:<\/p><pre class=\"wp-block-code command_container\"><code><a href=\"https:\/\/learn.microsoft.com\/en-us\/powershell\/module\/exchangepowershell\/get-mailboxdatabasecopystatus?view=exchange-ps\" target=\"_blank\" rel=\"noreferrer noopener nofollow\"><strong>Get-MailboxDatabaseCopyStatus<\/strong><\/a><\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"296\" height=\"80\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-3.png\" alt=\"verify the database replication health\" class=\"wp-image-191690 apply-gradient-on-post-images\"><\/figure><h3 class=\"wp-block-heading\">Cause 2: Log Replay Failure on Passive Copy<\/h3><p>This is the most common reason that can cause the ec=1108 error. When the passive database fails to replay the logs or falls behind in replication, it can cause issues with the database.<\/p><p>So, check the replication status by running the <strong>Get-MailboxDatabaseCopyStatus<\/strong> command. In the output, you can check the <strong>ReplayQueueLength<\/strong> values. This will help you identify the issues.<\/p><p>If any issue is found, use the below command to rebuild the passive copy from the active database.<\/p><pre class=\"wp-block-code command_container\"><code><strong>Update-MailboxDatabaseCopy -Identity \"DB\\Server\" -DeleteExistingFiles:$true<\/strong><\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"713\" height=\"88\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-4.png\" alt=\"passive copy from the active database\" class=\"wp-image-191691 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-4.png 713w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-4-300x37.png 300w\" sizes=\"auto, (max-width: 713px) 100vw, 713px\" \/><\/figure><p>It is to be noted that <a href=\"https:\/\/www.stellarinfo.com\/article\/reseed-a-failed-database-copy-in-exchange-server.php\">Exchange database reseeding<\/a> can take several hours depending on the size of the database and performance of the servers.<\/p><p>You can use the <strong>Get-MailboxDatabaseCopyStatus<\/strong> command (see the below example) to monitor the seeding progress.<\/p><pre class=\"wp-block-code command_container\"><code><strong>Get-MailboxDatabaseCopyStatus -Identity \"&lt;DB\\Server name&gt;\" | fl SeedingPercentage<\/strong><\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"72\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-5.png\" alt=\"Get-MailboxDatabaseCopyStatus command\" class=\"wp-image-191692 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-5.png 683w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-5-300x32.png 300w\" sizes=\"auto, (max-width: 683px) 100vw, 683px\" \/><\/figure><h3 class=\"wp-block-heading\">Cause 3: Network Connectivity Issues between DAG Nodes<\/h3><p>Network connectivity problems between the DAG nodes can disrupt the log shipping and replay process. This can also cause the <a href=\"https:\/\/www.stellarinfo.com\/article\/solved-exchange-database-fails-to-mount.php\" type=\"link\" id=\"https:\/\/www.stellarinfo.com\/article\/solved-exchange-database-fails-to-mount.php\">fail to mount Exchange database error<\/a> .In this situation, you can try the following troubleshooting steps:<\/p><ul class=\"wp-block-list\">\n<li>Use the <strong>Test-Connection<\/strong> command to test the connectivity between nodes.<\/li>\n<\/ul><pre class=\"wp-block-code command_container\"><code><strong>Test-Connection &lt;server name&gt;<\/strong><\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"347\" height=\"94\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-6.png\" alt=\"Use the Test-Connection command \" class=\"wp-image-191693 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-6.png 347w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-6-300x81.png 300w\" sizes=\"auto, (max-width: 347px) 100vw, 347px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Check MAPI\/Replication network binding at the server and cluster level to ensure that all is working fine.<\/li>\n\n\n\n<li>Restart the Exchange Replication service and Information Store service by using the below commands.<\/li>\n<\/ul><pre class=\"wp-block-code command_container\"><code><strong>Restart-Service MSExchangeRepl<\/strong><\/code><\/pre><pre class=\"wp-block-code command_container\"><code><strong>Restart-Service MSExchangeIS<\/strong><\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"343\" height=\"80\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-7.png\" alt=\"Restart-Service MSExchangeRepl command \" class=\"wp-image-191694 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-7.png 343w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-7-300x70.png 300w\" sizes=\"auto, (max-width: 343px) 100vw, 343px\" \/><\/figure><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"322\" height=\"77\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-8.png\" alt=\"Restart-Service MSExchangeIS command \" class=\"wp-image-191695 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-8.png 322w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-8-300x72.png 300w\" sizes=\"auto, (max-width: 322px) 100vw, 322px\" \/><\/figure><h3 class=\"wp-block-heading\">Cause 4: Active Database Copy Needs Failover<\/h3><p>It might happen that there is an issue with the active database. In case the corruption or issues have not been replicated to the passive copy, you can simply set the passive copy as active. For this, move the active mailbox database by using the below command:<\/p><p><a href=\"file:\/\/\/E:\/Work\/Internal\/Work%202026-27\/Noel\/Docs\/April\/(once%20added)learn.microsoft.com\/en-us\/powershell\/module\/exchange\/move-activemailboxdatabase\" target=\"_blank\" rel=\"noreferrer noopener nofollow\"><strong>Move-ActiveMailboxDatabase<\/strong><\/a><strong>-Identity &ldquo;&lt;DB Name&gt;&rdquo; -ActivateOnServer &ldquo;&lt;server name&gt;&rdquo;<\/strong><\/p><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"702\" height=\"84\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-9.png\" alt=\"move the active mailbox database \" class=\"wp-image-191696 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-9.png 702w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-9-300x36.png 300w\" sizes=\"auto, (max-width: 702px) 100vw, 702px\" \/><\/figure><p>Then, verify that the database has been mounted by executing this command:<\/p><pre class=\"wp-block-code command_container\"><code><strong>Get-MailboxDatabaseCopyStatus<\/strong><\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"296\" height=\"80\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-10.png\" alt=\"verify that the database has been mounted by executing\" class=\"wp-image-191697 apply-gradient-on-post-images\"><\/figure><h2 class=\"wp-block-heading\" id=\"how-to-verify-that-the-error-is-fixed?\">How to Verify that the Error is Fixed?<\/h2><p>After applying the above fixes, you need to verify if the error is fixed or not. For this,<\/p><h3 class=\"wp-block-heading\"><strong>1. Check the Database State<\/strong><\/h3><p>You can check the state of database by using the ESEUtil \/mh command. &nbsp;If it shows the clean shutdown state, then you can mount the database.<\/p><p>To confirm if the database is in the clean shutdown state, you can use the command given below.<\/p><pre class=\"wp-block-code command_container\"><code>Get-MailboxDatabaseCopyStatus -Identity \"&lt;DB Name&gt;\" | fl *<\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"545\" height=\"80\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-11.png\" alt=\"confirm if the database is in the clean shutdown state\" class=\"wp-image-191698 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-11.png 545w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-11-300x44.png 300w\" sizes=\"auto, (max-width: 545px) 100vw, 545px\" \/><\/figure><p>In command output, you should confirm the Status and the ContentIndexState fields are showing the Healthy status.<\/p><h3 class=\"wp-block-heading\"><strong>2. Try to Mount the Database<\/strong><\/h3><p>You can use the <a href=\"https:\/\/www.stellarinfo.com\/blog\/mount-dismount-mailbox-databases-in-exchange-2019-2016-2013-via-powershell\/\">Mount-Database<\/a> &ldquo;DatabaseName&rdquo; command to mount the database. If it is successfully mounted, this means the error is resolved.<\/p><h3 class=\"wp-block-heading\"><strong>3. Check the Event Viewer<\/strong><\/h3><p>You can also check the Event Viewer for any errors related to database or Information Store.<\/p><h2 class=\"wp-block-heading\" id=\"what-if-the-error-still-persists?\">What if the Error still Persists?<\/h2><p>If the error still appears after applying the above solutions, then there might be serious issues with the database, possibly corruption. You can run the ESEUtil \/mh command to see the database state. If it displays the <a href=\"https:\/\/www.stellarinfo.com\/article\/resolve-exchange-dirty-shutdown-error.php\">dirty shutdown state<\/a>, then you can run a smooth recovery on the database. Use the <a href=\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-eseutil-for-exchange-database-repair\/\">ESEUtil command<\/a> as given below:<\/p><pre class=\"wp-block-code command_container\"><code><strong>eseutil \/r E00 \/l &lt;folder path of transaction logs&gt; \/d &lt;folder path of database name&gt;<\/strong><\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"497\" height=\"81\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-12.png\" alt=\"Use the ESEUtil command \" class=\"wp-image-191699 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-12.png 497w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-12-300x49.png 300w\" sizes=\"auto, (max-width: 497px) 100vw, 497px\" \/><\/figure><p>This will replay the transaction logs and try to fix the issues. But if the transaction logs are missing or damaged, this will not work.<\/p><p>When the process is complete, again check the database state by running the ESEUtil \/mh command. If is still is Dirty Shutdown state, you can perform the hard recovery by using the below command.<\/p><pre class=\"wp-block-code command_container\"><code><strong>eseutil \/p \"&lt;folder path of the database and database name&gt;\"<\/strong><\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"378\" height=\"74\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-13.png\" alt=\"check the database state by running the ESEUtil \/mh command\" class=\"wp-image-191700 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-13.png 378w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/09\/cmd-13-300x59.png 300w\" sizes=\"auto, (max-width: 378px) 100vw, 378px\" \/><\/figure><blockquote class=\"note_alert\">\n<p><strong>Note: <\/strong>Hard recovery is strongly not recommended since it just purges anything which is deemed corrupted, leading to data loss.<\/p>\n<\/blockquote><p>Another option is to restore from backup, but this will also result in data loss from when the backup is taken to when the database has failed. Therefore, you should look for specialized <a href=\"https:\/\/www.stellarinfo.com\/edb-exchange-server-recovery.htm\">Exchange recovery tool<\/a> to minimize the impact and have a guaranteed data recovery.<\/p><p>Stellar Repair for Exchange is one such tool that can assist in the matter as you can open any database from any Exchange Server version, of any size, and in any state. After a quick or deep scanning of the database, you will be presented with a full structure of the database. You can granularly select the mailboxes or other items and export them to PST and other file formats. You can also export the items directly to a new\/fresh Exchange Server database with automatic mailbox matching, priority and parallel exports, thus ensuring a smooth and seamless recovery.<\/p><p>Watch our complete guide on Unable to Mount Database (hr=0x80004005, ec=1108) error-<\/p><figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Fix Error Unable to Mount Database (hr=0x80004005, ec=1108)\" width=\"750\" height=\"422\" src=\"https:\/\/www.youtube.com\/embed\/qJCaj05epbc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure><h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2><p>As you have seen, when a database fails to mount, then there could be a serious issue with the database or transaction logs. This can cause disruption to the business. Therefore, you should act immediately to resolve the issue at the earliest possible. To ensure recovery with no data loss, you can use Stellar Repair for Exchange &ndash; a powerful Exchange repair tool that can recover all the data from corrupted databases.<\/p><h2 class=\"wp-block-heading\" id=\"faqs\">FAQs<\/h2>\n","protected":false},"excerpt":{"rendered":"<p>When the &ldquo;Unable to Mount Database HR 0x80004005 EC1108&rdquo; error occurs, the&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/\">Continue reading <span class=\"screen-reader-text\">Fix: Unable to Mount Database HR0x80004005 EC1108 Error in Exchange Server<\/span><\/a><\/p>\n","protected":false},"author":17,"featured_media":61589,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[25],"tags":[],"class_list":["post-61577","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 Fix Unable to Mount Database HR0x80004005 EC1108 Error<\/title>\n<meta name=\"description\" content=\"Fix Microsoft Exchange Server error hr=0x80004005 ec1108 by checking DB state, logs, DAG health, or repair corrupted databases using Stellar Repair for Exchange.\" \/>\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-to-mount-database-hr0x80004005-ec1108-error\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix Unable to Mount Database HR0x80004005 EC1108 Error\" \/>\n<meta property=\"og:description\" content=\"Fix Microsoft Exchange Server error hr=0x80004005 ec1108 by checking DB state, logs, DAG health, or repair corrupted databases using Stellar Repair for Exchange.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-23T13:47:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-12T09:25:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/07\/How-to-Resolve-Unable-to-Mount-Database-hr0x80004005-ec1108-Error.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=\"Shelly Bhardwaj\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shelly Bhardwaj\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 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-to-mount-database-hr0x80004005-ec1108-error\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/\"},\"author\":{\"name\":\"Shelly Bhardwaj\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5\"},\"headline\":\"Fix: Unable to Mount Database HR0x80004005 EC1108 Error in Exchange Server\",\"datePublished\":\"2020-07-23T13:47:46+00:00\",\"dateModified\":\"2026-05-12T09:25:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/\"},\"wordCount\":1223,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/07\/How-to-Resolve-Unable-to-Mount-Database-hr0x80004005-ec1108-Error.jpg\",\"articleSection\":[\"Exchange Server Recovery\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/\",\"name\":\"How to Fix Unable to Mount Database HR0x80004005 EC1108 Error\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/07\/How-to-Resolve-Unable-to-Mount-Database-hr0x80004005-ec1108-Error.jpg\",\"datePublished\":\"2020-07-23T13:47:46+00:00\",\"dateModified\":\"2026-05-12T09:25:43+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5\"},\"description\":\"Fix Microsoft Exchange Server error hr=0x80004005 ec1108 by checking DB state, logs, DAG health, or repair corrupted databases using Stellar Repair for Exchange.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/07\/How-to-Resolve-Unable-to-Mount-Database-hr0x80004005-ec1108-Error.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/07\/How-to-Resolve-Unable-to-Mount-Database-hr0x80004005-ec1108-Error.jpg\",\"width\":1000,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fix: Unable to Mount Database HR0x80004005 EC1108 Error in Exchange Server\"}]},{\"@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\/560294d29c29906f1a494397d89ac5b5\",\"name\":\"Shelly Bhardwaj\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/55b79705325614a5202bfcbe257c51b4bfd3229f8c27cd88856c412e9d171b8d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/55b79705325614a5202bfcbe257c51b4bfd3229f8c27cd88856c412e9d171b8d?s=96&d=mm&r=g\",\"caption\":\"Shelly Bhardwaj\"},\"description\":\"I am a Product Consultant and is associated with Stellar Data Recovery from last 8 years. I write about the latest technology tips and provide custom solutions related to Exchange Server, Office 365, MS Outlook, and many other Email Clients &amp; different flavors of OS Servers. Read More\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/shelly-bhardwaj\/\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/shelly\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix Unable to Mount Database HR0x80004005 EC1108 Error","description":"Fix Microsoft Exchange Server error hr=0x80004005 ec1108 by checking DB state, logs, DAG health, or repair corrupted databases using Stellar Repair for Exchange.","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-to-mount-database-hr0x80004005-ec1108-error\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix Unable to Mount Database HR0x80004005 EC1108 Error","og_description":"Fix Microsoft Exchange Server error hr=0x80004005 ec1108 by checking DB state, logs, DAG health, or repair corrupted databases using Stellar Repair for Exchange.","og_url":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2020-07-23T13:47:46+00:00","article_modified_time":"2026-05-12T09:25:43+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/07\/How-to-Resolve-Unable-to-Mount-Database-hr0x80004005-ec1108-Error.jpg","type":"image\/jpeg"}],"author":"Shelly Bhardwaj","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shelly Bhardwaj","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/"},"author":{"name":"Shelly Bhardwaj","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5"},"headline":"Fix: Unable to Mount Database HR0x80004005 EC1108 Error in Exchange Server","datePublished":"2020-07-23T13:47:46+00:00","dateModified":"2026-05-12T09:25:43+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/"},"wordCount":1223,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/07\/How-to-Resolve-Unable-to-Mount-Database-hr0x80004005-ec1108-Error.jpg","articleSection":["Exchange Server Recovery"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/","url":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/","name":"How to Fix Unable to Mount Database HR0x80004005 EC1108 Error","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/07\/How-to-Resolve-Unable-to-Mount-Database-hr0x80004005-ec1108-Error.jpg","datePublished":"2020-07-23T13:47:46+00:00","dateModified":"2026-05-12T09:25:43+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5"},"description":"Fix Microsoft Exchange Server error hr=0x80004005 ec1108 by checking DB state, logs, DAG health, or repair corrupted databases using Stellar Repair for Exchange.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/07\/How-to-Resolve-Unable-to-Mount-Database-hr0x80004005-ec1108-Error.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/07\/How-to-Resolve-Unable-to-Mount-Database-hr0x80004005-ec1108-Error.jpg","width":1000,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/resolve-unable-to-mount-database-hr0x80004005-ec1108-error\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Fix: Unable to Mount Database HR0x80004005 EC1108 Error in Exchange Server"}]},{"@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\/560294d29c29906f1a494397d89ac5b5","name":"Shelly Bhardwaj","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/55b79705325614a5202bfcbe257c51b4bfd3229f8c27cd88856c412e9d171b8d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/55b79705325614a5202bfcbe257c51b4bfd3229f8c27cd88856c412e9d171b8d?s=96&d=mm&r=g","caption":"Shelly Bhardwaj"},"description":"I am a Product Consultant and is associated with Stellar Data Recovery from last 8 years. I write about the latest technology tips and provide custom solutions related to Exchange Server, Office 365, MS Outlook, and many other Email Clients &amp; different flavors of OS Servers. Read More","sameAs":["https:\/\/www.linkedin.com\/in\/shelly-bhardwaj\/"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/shelly\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/61577","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\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=61577"}],"version-history":[{"count":31,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/61577\/revisions"}],"predecessor-version":[{"id":191903,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/61577\/revisions\/191903"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/61589"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=61577"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=61577"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=61577"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}