<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DmsImportDatabaseException - Invalid object that exists in both workspaces - Deployment Pipeline in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/DmsImportDatabaseException-Invalid-object-that-exists-in-both/m-p/5141197#M4418</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/772600" target="_blank"&gt;@ritz&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
    <pubDate>Mon, 30 Mar 2026 14:02:03 GMT</pubDate>
    <dc:creator>v-dineshya</dc:creator>
    <dc:date>2026-03-30T14:02:03Z</dc:date>
    <item>
      <title>DmsImportDatabaseException - Invalid object that exists in both workspaces - Deployment Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/DmsImportDatabaseException-Invalid-object-that-exists-in-both/m-p/5137821#M4375</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I was trying to use the fabric Deployment Pipeline to move Warehouse between two workspaces (DEV and TEST) and got a strange error.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The View_2 in the error message queries a second table/view that&amp;nbsp; queries View_abc. But, all of these exist in the warehouse item in each worskspace. The items or other Views i was trying to deploy are not related to this one.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Import failure: DmsImportDatabaseException. Error occured during import database for the Datawarehouse '9xxxxxxxxxxx. File: audit/Views/View_2.sql, Error: Invalid object name 'audit.View_abc"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have no idea what might be causing this, anyone with same issue that could help please? Or what can I do to find the root cause of this&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 18:31:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/DmsImportDatabaseException-Invalid-object-that-exists-in-both/m-p/5137821#M4375</guid>
      <dc:creator>ritz</dc:creator>
      <dc:date>2026-03-23T18:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: DmsImportDatabaseException - Invalid object that exists in both workspaces - Deployment Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/DmsImportDatabaseException-Invalid-object-that-exists-in-both/m-p/5138217#M4386</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="772600" data-lia-user-login="ritz" class="lia-mention lia-mention-user"&gt;ritz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to the Microsoft Community Forum.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please try below things to fix the issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;1. Please check dependency order, verify that:&lt;/P&gt;
&lt;P&gt;View_abc --&amp;gt; is created before View_2. All referenced objects exist under the same schema (audit).&lt;/P&gt;
&lt;P&gt;2. Please try to re-create the schema &amp;amp; views in TEST. Because schema-level objects sometimes mismatch. In TEST, manually drop these objects:&lt;/P&gt;
&lt;P&gt;audit.View_2&lt;BR /&gt;audit.View_abc&lt;/P&gt;
&lt;P&gt;Also check if schema audit was created manually earlier. Let deployment recreate.&lt;/P&gt;
&lt;P&gt;3. Please try to delete Warehouse from TEST and wait for sometime and then perform redeployment.&lt;/P&gt;
&lt;P&gt;4. If your stored procedure uses CTAS, Drop the stored proc in TEST, Redeploy and Recreate after deployment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer below links.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Warehouse/Anyone-else-unable-to-deploy-a-data-warehouse-with-relationships/m-p/4059411" target="_blank"&gt;Solved: Re: Anyone else unable to deploy a data warehouse ... - Page 2 - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Warehouse/Debugging-Warehouse-deployment-errors/m-p/4243294" target="_blank"&gt;Solved: Debugging Warehouse deployment errors - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this information helps. Please do let us know if you have any further queries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 11:36:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/DmsImportDatabaseException-Invalid-object-that-exists-in-both/m-p/5138217#M4386</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2026-03-24T11:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: DmsImportDatabaseException - Invalid object that exists in both workspaces - Deployment Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/DmsImportDatabaseException-Invalid-object-that-exists-in-both/m-p/5139637#M4405</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="772600" data-lia-user-login="ritz" class="lia-mention lia-mention-user"&gt;ritz&lt;/a&gt;&amp;nbsp;, Not from Solution but from root cause perspective.&amp;nbsp;This is becuase Child view is being created before the parent view. Based on the information I have and i might be wrong, this is because Fabric warehouse deployment is not sequence-based. Warehouse deployments are still object-level executions wrapped as item-level deployment. Fabric deploys the warehouse as a collection of independent SQL objects. When you deploy a data warehouse using deployment pipelines, Fabric appears to deploy the entire warehouse item but internally still operates at the object/script level. So it might not guarantee that a parent view is created before its child views. I don't know if dacfx/dacpac deploy would solve this issue, but that could be worth trying, or you could flatten the views to remove inter-view dependencies.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 17:18:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/DmsImportDatabaseException-Invalid-object-that-exists-in-both/m-p/5139637#M4405</guid>
      <dc:creator>PraveenVeli</dc:creator>
      <dc:date>2026-03-26T17:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: DmsImportDatabaseException - Invalid object that exists in both workspaces - Deployment Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/DmsImportDatabaseException-Invalid-object-that-exists-in-both/m-p/5140081#M4407</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="772600" data-lia-user-login="ritz" class="lia-mention lia-mention-user"&gt;ritz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 13:49:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/DmsImportDatabaseException-Invalid-object-that-exists-in-both/m-p/5140081#M4407</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2026-03-27T13:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: DmsImportDatabaseException - Invalid object that exists in both workspaces - Deployment Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/DmsImportDatabaseException-Invalid-object-that-exists-in-both/m-p/5141197#M4418</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/772600" target="_blank"&gt;@ritz&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 14:02:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/DmsImportDatabaseException-Invalid-object-that-exists-in-both/m-p/5141197#M4418</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2026-03-30T14:02:03Z</dc:date>
    </item>
  </channel>
</rss>

