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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / getting Error code 800...
Power Apps
Unanswered

getting Error code 8005011C when importing unmanaged solution

(0) ShareShare
ReportReport
Posted on 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.

I have the same question (0)
  • narayan225 Profile Picture
    2,547 Moderator on at

    @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!

  • hijjawia Profile Picture
    4 on at

    @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,547 Moderator on at

    @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!

  • AhmedSalih Profile Picture
    6,680 Moderator on at

    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

     

  • hijjawia Profile Picture
    4 on at

    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.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 505

#2
WarrenBelz Profile Picture

WarrenBelz 502 Most Valuable Professional

#3
Haque Profile Picture

Haque 324

Last 30 days Overall leaderboard