{"id":93748,"date":"2022-01-20T12:18:40","date_gmt":"2022-01-20T12:18:40","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=93748"},"modified":"2025-11-27T05:09:58","modified_gmt":"2025-11-27T05:09:58","slug":"fix-exchange-migration-error-waitingforjobpickup","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/","title":{"rendered":"How to Fix Exchange Migration Error &#8211; WaitingForJobPickup?"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>When migrating to a new Exchange Server, you use the <strong><a href=\"https:\/\/www.stellarinfo.com\/article\/use-new-moverequest-cmdlet.php\" target=\"_blank\" rel=\"noreferrer noopener\">New-MoveRequest<\/a><\/strong> PowerShell command via the Exchange Management Shell to migrate the mailboxes. You always hope that all works well and mailboxes will get moved successfully. But you notice that the mailboxes have not moved to the new server. What would you do in such a case?<\/p><p>In this case, since there is no graphical user interface for the move requests, you need to use the PowerShell command <strong>Get-MoveRequest<\/strong>, along with the <strong><a href=\"https:\/\/www.stellarinfo.com\/article\/get-mailbox-migration-status-with-powershell.php\" target=\"_blank\" rel=\"noreferrer noopener\">Get-MoveRequestStatistics<\/a><\/strong> (see the example below).<\/p><pre class=\"wp-block-code command_container\"><code>Get-MoveRequest | Get-MoveRequestStatistics<\/code><\/pre><p>Here you get an error on the Status Detail column saying Waiting for Job Pickup.<\/p><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"764\" height=\"78\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Error-WaitingForJobPickup-exchange-server-mailbox-migration.png\" alt=\"Error - WaitingForJobPickup exchange server mailbox migration\" class=\"wp-image-93754 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Error-WaitingForJobPickup-exchange-server-mailbox-migration.png 764w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Error-WaitingForJobPickup-exchange-server-mailbox-migration-300x31.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Error-WaitingForJobPickup-exchange-server-mailbox-migration-380x39.png 380w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/Error-WaitingForJobPickup-exchange-server-mailbox-migration-550x56.png 550w\" sizes=\"auto, (max-width: 764px) 100vw, 764px\" \/><\/figure><h2 class=\"wp-block-heading\" id=\"ways-to-fix-the-waiting-for-job-pickup-error\"><strong>Ways to Fix the Waiting for Job Pickup Error<\/strong><\/h2><p>The first thing to do is try to check with another mailbox. If the problem persists, you should also test from another mailbox database in the source Exchange Server environment. This will provide some information about the issue if it is concentrated on a particular mailbox or mailbox database. Another way to identify the possible problem is to make a local transfer of the mailbox from one database to another on the same Exchange Server.<\/p><p>The next thing to do is to ensure that both Exchange Servers and the hosting operating system are fully updated. In the case of the Exchange Server, it&rsquo;s important to have the latest Cumulative Updates (CU) installed. Before going ahead with such updates, it&rsquo;s important to have a backup as during such updates anything can go wrong.<\/p><p>To check the version of the Exchange Server, you must use the PowerShell command <strong>Get-ExchangeServer<\/strong> with the pipe and ft -auto to list all the Exchange Servers in the organization.<\/p><pre class=\"wp-block-code command_container\"><code><code>Get-ExchangeServer | ft &ndash;auto<\/code><\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"63\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/get-exchangeserver-to-check-exchange-server-version.png\" alt=\"get-exchangeserver to check exchange server version\" class=\"wp-image-93755 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/get-exchangeserver-to-check-exchange-server-version.png 736w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/get-exchangeserver-to-check-exchange-server-version-300x26.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/get-exchangeserver-to-check-exchange-server-version-380x33.png 380w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/get-exchangeserver-to-check-exchange-server-version-550x47.png 550w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/figure><p>Next, you can try to suspend the move request and resume the transfer of the move. Sometimes, this restarts the move and it will start transferring. To do this, you need to use the commands &ndash; <strong>Suspend-MoveRequest<\/strong> and <strong>Resume-MoveRequest<\/strong>.<\/p><pre class=\"wp-block-code command_container\"><code><code>Suspend-MoveRequest -Identity \"&lt;identity of move request&gt;\"\nResume-MoveRequest -Identity \"&lt;identity of move request&gt;\"<\/code><\/code><\/pre><p>If the problem still persists, since nothing has been transferred, there is the option to remove the move request and restart it. For this, you need to follow the below instructions which include the<strong> Remove-MoveRequest<\/strong> and <strong>New-MoveRequest<\/strong>.<\/p><pre class=\"wp-block-code command_container\"><code><code>Remove-MoveRequest -Identity \"&lt;identity of move request&gt;\"\n<\/code>\n<code>New-MoveRequest -Identity \"&lt;identity name&gt;\" -TargetDatabase \"&lt;target database&gt;\" -BadItemLimit \"20\" -AcceptLargeDataLoss<\/code><\/code><\/pre><p>If this doesn&rsquo;t work, it would be best to check the two servers. The Exchange Server is highly dependent on DNS and Active Directory since all the configuration is stored in the Active Directory Schema. You need to make sure that there isn&rsquo;t anything affecting you. A firewall might be a culprit. If the problem still persists, it would be best to check with the network team. There is something on the network which is affecting the transfer of the mailboxes.<\/p><p>Another thing you can try to do is remove the index of the source mailbox database. To do this, follow <a href=\"https:\/\/docs.microsoft.com\/en-us\/exchange\/troubleshoot\/migration\/new-move-request-remains-queued-status\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">this article<\/a> from Microsoft.<\/p><p>It is also suggested that at this stage, you take backup of the server just in case. After this is complete, restart the Replication services on both servers. If possible, restart the servers for assurance. This way you will have a failback if something goes wrong during the operation.<\/p><p>You can use the PowerShell command <\/p><pre class=\"wp-block-code command_container\"><code><code>Get-Service *repl* | Restart-Service<\/code><\/code><\/pre><p>If all fails and the issue is only with a particular mailbox, it would be suggested to export the mailbox to PST.<\/p><h2 class=\"wp-block-heading\" id=\"to-wrap-up\"><strong>To Wrap Up<\/strong><\/h2><p>The other feasible and guaranteed way to move mailboxes is to use a third-party tool, such as <strong><a href=\"https:\/\/www.stellarinfo.com\/exchange-migration.php\">Stellar Migrator for Exchange<\/a><\/strong>, which helps minimize issues and reduces administrative effort. The software comes with an intuitive interface, making the migration process straightforward. With Stellar Migrator for Exchange, you can migrate mailboxes seamlessly between different versions of Exchange Servers. The application allows you to browse, select, and migrate user mailboxes, including emails, calendars, tasks, contacts, and journals. You can perform granular migrations, moving specific mailboxes or items as required. Additionally, the tool enables direct migration to a live Exchange Server database as well as to Office 365 tenants, making it ideal for organizations shifting to the cloud.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When migrating to a new Exchange Server, you use the New-MoveRequest PowerShell&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/\">Continue reading <span class=\"screen-reader-text\">How to Fix Exchange Migration Error &#8211; WaitingForJobPickup?<\/span><\/a><\/p>\n","protected":false},"author":32,"featured_media":93752,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[6218],"tags":[],"class_list":["post-93748","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-exchange-migration","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 Exchange Migration Error - WaitingForJobPickup?<\/title>\n<meta name=\"description\" content=\"Error WaitingForJobPickup occurs during migration from one Exchange Server to another. Learn simple way to fix this error and move mailboxes.\" \/>\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\/fix-exchange-migration-error-waitingforjobpickup\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix Exchange Migration Error - WaitingForJobPickup?\" \/>\n<meta property=\"og:description\" content=\"Error WaitingForJobPickup occurs during migration from one Exchange Server to another. Learn simple way to fix this error and move mailboxes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/\" \/>\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=\"2022-01-20T12:18:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-27T05:09:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/How-to-Fix-Exchange-Migration-Error-WaitingForJobPickup.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=\"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\/fix-exchange-migration-error-waitingforjobpickup\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/\"},\"author\":{\"name\":\"Ravi Singh\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11\"},\"headline\":\"How to Fix Exchange Migration Error &#8211; WaitingForJobPickup?\",\"datePublished\":\"2022-01-20T12:18:40+00:00\",\"dateModified\":\"2025-11-27T05:09:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/\"},\"wordCount\":659,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/How-to-Fix-Exchange-Migration-Error-WaitingForJobPickup.jpg\",\"articleSection\":[\"Exchange Migration\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/\",\"name\":\"How to Fix Exchange Migration Error - WaitingForJobPickup?\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/How-to-Fix-Exchange-Migration-Error-WaitingForJobPickup.jpg\",\"datePublished\":\"2022-01-20T12:18:40+00:00\",\"dateModified\":\"2025-11-27T05:09:58+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11\"},\"description\":\"Error WaitingForJobPickup occurs during migration from one Exchange Server to another. Learn simple way to fix this error and move mailboxes.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/How-to-Fix-Exchange-Migration-Error-WaitingForJobPickup.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/How-to-Fix-Exchange-Migration-Error-WaitingForJobPickup.jpg\",\"width\":1000,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Fix Exchange Migration Error &#8211; WaitingForJobPickup?\"}]},{\"@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 Fix Exchange Migration Error - WaitingForJobPickup?","description":"Error WaitingForJobPickup occurs during migration from one Exchange Server to another. Learn simple way to fix this error and move mailboxes.","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\/fix-exchange-migration-error-waitingforjobpickup\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix Exchange Migration Error - WaitingForJobPickup?","og_description":"Error WaitingForJobPickup occurs during migration from one Exchange Server to another. Learn simple way to fix this error and move mailboxes.","og_url":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/","og_site_name":"Stellar Data Recovery Blog","article_author":"https:\/\/facebook.com\/raavisingh","article_published_time":"2022-01-20T12:18:40+00:00","article_modified_time":"2025-11-27T05:09:58+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/How-to-Fix-Exchange-Migration-Error-WaitingForJobPickup.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":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/"},"author":{"name":"Ravi Singh","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11"},"headline":"How to Fix Exchange Migration Error &#8211; WaitingForJobPickup?","datePublished":"2022-01-20T12:18:40+00:00","dateModified":"2025-11-27T05:09:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/"},"wordCount":659,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/How-to-Fix-Exchange-Migration-Error-WaitingForJobPickup.jpg","articleSection":["Exchange Migration"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/","url":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/","name":"How to Fix Exchange Migration Error - WaitingForJobPickup?","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/How-to-Fix-Exchange-Migration-Error-WaitingForJobPickup.jpg","datePublished":"2022-01-20T12:18:40+00:00","dateModified":"2025-11-27T05:09:58+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11"},"description":"Error WaitingForJobPickup occurs during migration from one Exchange Server to another. Learn simple way to fix this error and move mailboxes.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/How-to-Fix-Exchange-Migration-Error-WaitingForJobPickup.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/How-to-Fix-Exchange-Migration-Error-WaitingForJobPickup.jpg","width":1000,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-migration-error-waitingforjobpickup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Fix Exchange Migration Error &#8211; WaitingForJobPickup?"}]},{"@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\/93748","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=93748"}],"version-history":[{"count":14,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/93748\/revisions"}],"predecessor-version":[{"id":187725,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/93748\/revisions\/187725"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/93752"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=93748"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=93748"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=93748"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}