web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : JXaEAT7oLySCgC5DhqiEvz
Power Apps - Microsoft Dataverse
Unanswered

getting Error code 8005011C when importing unmanaged solution

Like (0) ShareShare
ReportReport
Posted on 31 Jul 2023 10:36:21 by 4

after important unmanaged solution getting the following error:

Error code

8005011C

Exception message

Import of app module(s) failed: App Module msdyn_ResourceScheduling does not contain Site Map. App Module must have 1 sitemap as part of App Module Components.

 

works fine with the same managed solution.

Categories:
I have the same question (0)
  • hijjawia Profile Picture
    4 on 04 Aug 2023 at 11:10:22
    Re: getting Error code 8005011C when importing unmanaged solution

    thanks! @AhmedSalih  for your response, the solution got deleted and is not exist in the environment. the only option I have is to correct the solution zip file and re-imported.

  • AhmedSalih Profile Picture
    6,678 Moderator on 03 Aug 2023 at 20:26:11
    Re: getting Error code 8005011C when importing unmanaged solution

    Hello, @hijjawia, in your source solution, got to your Model-Driven App, and get the required object then publish customization and reimport the solution to the destination environment. 

    AhmedSalih_0-1691094359136.png

     

     


    If my reply helped you, please give a 👍 If it solved your issue, please give a 👍 & accept it as the Solution to help other community members find it more.

    Visit my Blog: www.powerplatformplace.com

    Visit my YouTube Channel: https://www.youtube.com/@powerplatformplace/videos

     

  • narayan225 Profile Picture
    2,529 Super User 2025 Season 2 on 02 Aug 2023 at 02:12:58
    Re: getting Error code 8005011C when importing unmanaged solution

    @hijjawia 

     

    If that is the case, you will also need to sitemap information within the customizations.xml file. Below is one of the example.

    <AppModuleSiteMaps>
    <AppModuleSiteMap>
    <SiteMapUniqueName>uniqueSiteMapName</SiteMapUniqueName>
    <EnableCollapsibleGroups>False</EnableCollapsibleGroups>
    <ShowHome>True</ShowHome>
    <ShowPinned>True</ShowPinned>
    <ShowRecents>True</ShowRecents>
    <SiteMap IntroducedVersion="undefined">
    <Area Id="SFA" ResourceId="Area_Sales" DescriptionResourceId="Sales_Description" Icon="/_imgs/sales_24x24.gif" ShowGroups="true" IntroducedVersion="7.0.0.0">
    <Group Id="MyWork" ResourceId="Group_MyWork" DescriptionResourceId="My_Work_Description" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="My_Work_ToolTip">
    <Titles>
    <Title LCID="1033" Title="My Work"/>
    </Titles>
    <SubArea Id="nav_dashboards" ResourceId="Homepage_Dashboards" DescriptionResourceId="Dashboards_Description" Icon="/_imgs/area/18_home.gif" Url="/workplace/home_dashboards.aspx" DefaultDashboard="2701de60-8f2a-48a4-8262-4a35ca7441fa" IntroducedVersion="7.0.0.0" GetStartedPanePath="Dashboards_Web_User_Visor.html" GetStartedPanePathAdmin="Dashboards_Web_Admin_Visor.html" GetStartedPanePathAdminOutlook="Dashboards_Outlook_Admin_Visor.html" GetStartedPanePathOutlook="Dashboards_Outlook_User_Visor.html" AvailableOffline="true" PassParams="false"/>
    <SubArea Id="NewSubArea_6b480eaf" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="task" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA"/>
    </Group>
    <Group Id="Account" ResourceId="Group_Customers" DescriptionResourceId="Customers_Description" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="Customers_ToolTip">
    <Titles>
    <Title LCID="1033" Title="Records"/>
    </Titles>
    <SubArea Id="NewSubarea_0bf4b3ea" ResourceId="SitemapDesigner.NewSubArea" VectorIcon="/WebResources/msdyn_OmnichannelBase/_imgs/SitemapIcon/PersonalQuickReplies" Icon="/WebResources/msdyn_OmnichannelBase/_imgs/SitemapIcon/PersonalQuickReplies" Url="/_root/main.aspx?appid=64a3a62d-87c2-4a0e-bb51-5242c99b48ee&pagetype=entitylist&etn=account" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA">
    <Titles>
    <Title LCID="1033" Title="Providers"/>
    </Titles>
    </SubArea>
    <SubArea Id="subarea_4f1c15cf" VectorIcon="/WebResources/msdyn_OmnichannelBase/_imgs/SitemapIcon/PersonalQuickReplies" Icon="/WebResources/msdyn_OmnichannelBase/_imgs/SitemapIcon/PersonalQuickReplies" Entity="contacts" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA">
    <Titles>
    <Title LCID="1033" Title="Customers"/>
    </Titles>
    </SubArea>
    </Group>
    <Group Id="Service" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown">
    <Titles>
    <Title LCID="1033" Title="Service"/>
    </Titles>
    <SubArea Id="NewSubArea_ea318066" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="incident" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA"/>
    </Group>
    </Area>
    </SiteMap>
    <LocalizedNames>
    <LocalizedName description="Placement App" languagecode="1033"/>
    </LocalizedNames>
    </AppModuleSiteMap>
    </AppModuleSiteMaps>

      Hope this helps.

     

    Cheers!

  • hijjawia Profile Picture
    4 on 02 Aug 2023 at 00:05:09
    Re: getting Error code 8005011C when importing unmanaged solution

    @narayan225 

    the solution got deleted from the environment, so I edited the customization.xml in the solution zip file and added the missing app module but it didn't work.

  • narayan225 Profile Picture
    2,529 Super User 2025 Season 2 on 01 Aug 2023 at 06:03:03
    Re: getting Error code 8005011C when importing unmanaged solution

    @hijjawia 

     

    You can simply add the sitemap to the solution by editing the app and adding new items to the site map.

     

    You can also import an existing sitemap to the unmanaged solution and then export.

     

    Hope this helps.

     

    Cheers!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 982 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 396 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 356

Last 30 days Overall leaderboard

Featured topics

Loading complete