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 Pages / Need to upload 100 ima...
Power Pages
Suggested Answer

Need to upload 100 images to Power Page but XrmToolBox throw error

(0) ShareShare
ReportReport
Posted on by 12
Hi All,
 
I need to upload 100 images file to Power Pages site. I have tried multiple tools in XrmToolBox. Plugin I have tried:
- Portal Web File Explorer 
- Portal - Bulk Web File Uploader
 
But both of them failed with same error when I try to load the site.
 
System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]: The entity with a name = 'adx_website' with namemapping = 'Logical' was not found in the MetadataCache.LazyDynamicMetadataCache with version 83228985 and timestamp xxxxxxxxx (Fault Detail is equal to Exception details: 
ErrorCode: 0x80041102
Message: The entity with a name = 'adx_website' with namemapping = 'Logical' was not found in the MetadataCache.LazyDynamicMetadataCache with version 83228985 

Is there any known fix I can apply?
 
Otherwise, is there any other way to upload images in bulk?
Categories:
I have the same question (0)
  • Suggested answer
    Suriyanarayanan V Profile Picture
    201 on at

    You’re running into this error because adx_website is no longer exposed as a Dataverse table in modern Power Pages environments. Microsoft removed several legacy Portal entities from the public metadata surface, and many older XrmToolBox plugins (including Portal Web File Explorer and Bulk Web File Uploader) still rely on those tables.
    Because the metadata isn’t available, the tools throw the “entity … adx_website was not found in MetadataCache” error.

    Why this happens

    • Modern Power Pages uses a restricted metadata model

    • Legacy Portal entities like adx_website, adx_webfile, adx_webpage are hidden

    • XrmToolBox plugins built for the old Portal framework can’t load the metadata

    • Result: the tools fail before upload even starts

    This is a known limitation, and there’s no fix on the XrmToolBox side unless the plugin authors update their tools (unlikely, since Microsoft has moved away from exposing these tables).

    Working alternatives to upload images in bulk

    1. Use Power Pages Management API (recommended)

    You can automate bulk upload using the Power Pages Web API for Web Files.
    This works reliably and supports:

    • Creating web files

    • Uploading file content

    • Setting parent page

    • Publishing

    You can script it using PowerShell, C#, or even a simple Node.js script.

     

    2. Use PAC CLI – Power Pages Upload (supported)

    If your images are part of a site structure:

    1. Place them under /web-files/ in your local site folder

    2. Run:

      pac powerpages upload
      

    This pushes all web files to the environment in one go.

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!

Leaderboard > Power Pages

#1
Hammed Profile Picture

Hammed 22

#2
Lucas001 Profile Picture

Lucas001 21 Super User 2026 Season 1

#3
CN-06091549-0 Profile Picture

CN-06091549-0 18

Last 30 days Overall leaderboard