{"id":152642,"date":"2023-10-26T07:05:15","date_gmt":"2023-10-26T07:05:15","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=152642"},"modified":"2023-10-27T02:38:50","modified_gmt":"2023-10-27T02:38:50","slug":"remote-move-migration-doesnt-finalize-error","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/","title":{"rendered":"How to Fix Error &#8220;Remote Move Migration doesn&#8217;t Finalize&#8221;?"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>After initiating a remote move migration using the Exchange Admin Center (EAC) or via the Exchange Management Shell (EMS) using the <strong><a href=\"https:\/\/www.stellarinfo.com\/article\/use-new-moverequest-cmdlet.php\" target=\"_blank\" rel=\"noreferrer noopener\">New-MoveRequest PowerShell cmdlet<\/a><\/strong>, you may see that the move request doesn&rsquo;t finish the migration to the destination mailbox database and returns an error similar to the below:<\/p><p><code>Cannot enter finalization because Data Guarantee is lagging behind by more than 00:05:00. Failure: Database GUID doesn't satisfy the constraint SecondCopy because the commit time &lt;date and time&gt; isn't guaranteed by replication time &lt;date and time&gt;<\/code><\/p><p>The error message indicates that the move request doesn&rsquo;t satisfy the constraint and the database doesn&rsquo;t meet the required conditions to accept the mailbox move.<\/p><p>You would clear the move request using the <strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/powershell\/module\/exchange\/remove-moverequest?view=exchange-ps\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Remove-MoveRequest<\/a><\/strong> PowerShell cmdlet and re-run the <strong>New-MoveRequest<\/strong> command. But the problem reappears.<\/p><p>To further investigate the problem, you check the Event Viewer and configuration of the Exchange Server infrastructure. You may find that the move request fails to complete due to the <strong>DataMoveReplicationConstraint<\/strong> setting &ndash; a parameter configured in the destination mailbox database, which is set to <strong>SecondCopy<\/strong>.<\/p><p>The value of this parameter on the mailbox database determines how many database copies should be evaluated as part of a request. On a new database, this parameter will be set to none. But when it&rsquo;s set to <strong>SecondCopy<\/strong>, this means that the database in question would have a second copy. When this value is set, the databases must meet the Data Guarantee API conditions. The Data Guarantee API checks the health of the database and copies of the database. This means that the error message has occurred because the database might not be healthy, the replay queue is within the 10 minutes of the replay lag time, and the copy queue length is less than 10 logs.<\/p><h2 class=\"wp-block-heading\" id=\"possible-solutions-to-fix-&ldquo;remote-move-migration-doesn&rsquo;t-finalize&rdquo;-error\">Possible Solutions to Fix &ldquo;Remote Move Migration doesn&rsquo;t Finalize&rdquo; Error<\/h2><p>The error can occur on both the source and the destination server. You need to investigate the matter to resolve the issue. Before starting, it is suggested to restart the services and possibly the server in a maintenance window to ensure that there is nothing pending on the Exchange Server or operating system.<\/p><p>Then, run the <strong>Get-MailboxDatabaseCopyStatus<\/strong> command in the Exchange Management Shell (EMS) to view the health and status of the mailbox database copies.<\/p><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"987\" height=\"282\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/Get-MailboxDatabaseCopyStatus.png\" alt=\"run the Get-MailboxDatabaseCopyStatus command in the Exchange Management Shell\" class=\"wp-image-152646 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/Get-MailboxDatabaseCopyStatus.png 987w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/Get-MailboxDatabaseCopyStatus-300x86.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/Get-MailboxDatabaseCopyStatus-768x219.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/Get-MailboxDatabaseCopyStatus-150x43.png 150w\" sizes=\"auto, (max-width: 987px) 100vw, 987px\" \/><\/figure><p>This will give an overview of the database in question. If the database is not mounted, then it means there are issues with the database. In addition, it might happen that there is a big lag between the database and the copy due to network, connectivity, or performance of the server. You need to investigate and resolve this.<\/p><p>After this has been resolved, you can try to restart the move migration. If still the problem persists, you can create a new database at the destination (if the issue is on the destination) and create a new move request.<\/p><p>You should always check the Event Logs in the Event Viewer to identify the possible issue which might be stopping the process.<\/p><p>If the problem is on the source database, an option is to migrate the data to a new database. But you cannot initiate a move. Another option is to disable the data move replication constraints from the source database with the <strong>Set-MailboxDatabase<\/strong> PowerShell command (see the below example).<\/p><p><code>Set-MailboxDatabase -Identity &lt;mailbox database name&gt; -DataMoveReplicationConstraint None<\/code><\/p><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"710\" height=\"90\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/Set-MailboxDatabase-PowerShell-command.png\" alt=\"Set MailboxDatabase PowerShell command\" class=\"wp-image-152648 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/Set-MailboxDatabase-PowerShell-command.png 710w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/Set-MailboxDatabase-PowerShell-command-300x38.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/Set-MailboxDatabase-PowerShell-command-150x19.png 150w\" sizes=\"auto, (max-width: 710px) 100vw, 710px\" \/><\/figure><p>This will remove the constraints which are failing. However, it must be used as a last resort.<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/cloud.stellarinfo.com\/StellarConverterforEDB-B.exe\"><img loading=\"lazy\" decoding=\"async\" width=\"226\" height=\"62\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/11\/Free-download-for-windows.png\" alt=\"Free Download for Windows\" class=\"wp-image-119076 apply-gradient-on-post-images\"><\/a><\/figure>\n<\/div><h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2><p>If the above solutions fail, then the option is to restore from the database from healthy backup or use the <strong><a href=\"https:\/\/www.stellarinfo.com\/article\/new-mailbox-export-request.php\" target=\"_blank\" rel=\"noreferrer noopener\">New-MailboxExportRequest<\/a><\/strong> command to export all the mailboxes to PST and then import them into a new database. This process is a very lengthy one with many points of failures. Also, you will not be able to export public folders.<\/p><p>In such cases, you can use third-party <a href=\"https:\/\/www.stellarinfo.com\/email-repair\/edb-pst-converter.php\" target=\"_blank\" rel=\"noreferrer noopener\">EDB to PST Converter software<\/a> that can ensure full compliance, compatibility, and no data loss. Tools like <strong>Stellar Converter for EDB <\/strong>can assist in the matter. With this tool, you can open multiple Exchange Server databases &ndash; live or not mounted. You can granularly export the data to PST and other file formats. You can easily create a new database and export the EDB data directly to a live Exchange Server database, with automatic mailbox matching. This tool can process any resource of Exchange Server with ease, such as user mailboxes, shared mailboxes, disabled mailboxes, user archives, and public folders. This helps reduce the downtime for the users while resolving the problem with peace of mind.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>After initiating a remote move migration using the Exchange Admin Center (EAC)&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/\">Continue reading <span class=\"screen-reader-text\">How to Fix Error &#8220;Remote Move Migration doesn&#8217;t Finalize&#8221;?<\/span><\/a><\/p>\n","protected":false},"author":17,"featured_media":152876,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[823],"tags":[5501],"class_list":["post-152642","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-edb-to-pst-converter","tag-remote-move-migration-doesnt-finalize","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 Error &quot;Remote Move Migration doesn&#039;t Finalize&quot;?<\/title>\n<meta name=\"description\" content=\"In this post, we will be going through the Remote Move Migration doesn&#039;t Finalize error and possible solutions to restoring data with no data loss.\" \/>\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\/remote-move-migration-doesnt-finalize-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 Error &quot;Remote Move Migration doesn&#039;t Finalize&quot;?\" \/>\n<meta property=\"og:description\" content=\"In this post, we will be going through the Remote Move Migration doesn&#039;t Finalize error and possible solutions to restoring data with no data loss.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-26T07:05:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-27T02:38:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/How-to-Fix-Error-Remote-Move-Migration-doesnt-Finalize.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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/\"},\"author\":{\"name\":\"Shelly Bhardwaj\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5\"},\"headline\":\"How to Fix Error &#8220;Remote Move Migration doesn&#8217;t Finalize&#8221;?\",\"datePublished\":\"2023-10-26T07:05:15+00:00\",\"dateModified\":\"2023-10-27T02:38:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/\"},\"wordCount\":723,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/How-to-Fix-Error-Remote-Move-Migration-doesnt-Finalize.jpg\",\"keywords\":[\"Remote Move Migration doesn&#039;t Finalize\"],\"articleSection\":[\"EDB to PST Converter\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/\",\"name\":\"How to Fix Error \\\"Remote Move Migration doesn't Finalize\\\"?\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/How-to-Fix-Error-Remote-Move-Migration-doesnt-Finalize.jpg\",\"datePublished\":\"2023-10-26T07:05:15+00:00\",\"dateModified\":\"2023-10-27T02:38:50+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5\"},\"description\":\"In this post, we will be going through the Remote Move Migration doesn't Finalize error and possible solutions to restoring data with no data loss.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/How-to-Fix-Error-Remote-Move-Migration-doesnt-Finalize.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/How-to-Fix-Error-Remote-Move-Migration-doesnt-Finalize.jpg\",\"width\":1000,\"height\":600,\"caption\":\"How to Fix Error Remote Move Migration doesnt Finalize\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Fix Error &#8220;Remote Move Migration doesn&#8217;t Finalize&#8221;?\"}]},{\"@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 Error \"Remote Move Migration doesn't Finalize\"?","description":"In this post, we will be going through the Remote Move Migration doesn't Finalize error and possible solutions to restoring data with no data loss.","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\/remote-move-migration-doesnt-finalize-error\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix Error \"Remote Move Migration doesn't Finalize\"?","og_description":"In this post, we will be going through the Remote Move Migration doesn't Finalize error and possible solutions to restoring data with no data loss.","og_url":"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2023-10-26T07:05:15+00:00","article_modified_time":"2023-10-27T02:38:50+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/How-to-Fix-Error-Remote-Move-Migration-doesnt-Finalize.jpg","type":"image\/jpeg"}],"author":"Shelly Bhardwaj","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shelly Bhardwaj","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/"},"author":{"name":"Shelly Bhardwaj","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5"},"headline":"How to Fix Error &#8220;Remote Move Migration doesn&#8217;t Finalize&#8221;?","datePublished":"2023-10-26T07:05:15+00:00","dateModified":"2023-10-27T02:38:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/"},"wordCount":723,"commentCount":0,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/How-to-Fix-Error-Remote-Move-Migration-doesnt-Finalize.jpg","keywords":["Remote Move Migration doesn&#039;t Finalize"],"articleSection":["EDB to PST Converter"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/","url":"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/","name":"How to Fix Error \"Remote Move Migration doesn't Finalize\"?","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/How-to-Fix-Error-Remote-Move-Migration-doesnt-Finalize.jpg","datePublished":"2023-10-26T07:05:15+00:00","dateModified":"2023-10-27T02:38:50+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5"},"description":"In this post, we will be going through the Remote Move Migration doesn't Finalize error and possible solutions to restoring data with no data loss.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/How-to-Fix-Error-Remote-Move-Migration-doesnt-Finalize.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/10\/How-to-Fix-Error-Remote-Move-Migration-doesnt-Finalize.jpg","width":1000,"height":600,"caption":"How to Fix Error Remote Move Migration doesnt Finalize"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/remote-move-migration-doesnt-finalize-error\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Fix Error &#8220;Remote Move Migration doesn&#8217;t Finalize&#8221;?"}]},{"@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\/152642","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=152642"}],"version-history":[{"count":7,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/152642\/revisions"}],"predecessor-version":[{"id":152795,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/152642\/revisions\/152795"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/152876"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=152642"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=152642"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=152642"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}