Hi Team,
I am trying to deploy the Microsoft Nonprofits Volunteer Engagement solution from:
https://github.com/microsoft/Nonprofits/tree/master/VolunteerEngagement
Environment:
- New Dataverse environment
- Power Pages Core installed
- PAC CLI latest version
Steps performed:
1. Imported Volunteer Engagement solution.
2. Ran:
pac powerpages upload --modelVersion 2
3. Tried importing Portal ConfigData using Configuration Migration Tool.
Issue:
The import fails because the following entities do not exist:
- adx_website
- adx_webpage
- adx_webfile
- adx_sitesetting
- adx_webrole
Installing Power Pages Core results in:
Failed to install app updates:
No Installable Packages found.
PackageDeploymentStatus:
{
"CDSBasePortal": {
"PackageName": "CDSBasePortal",
"Status": "Initiated"
}
}
Questions:
1. Is the Volunteer Engagement repository still supported for new Power Pages environments?
2. Is there a supported migration path from the legacy Standard Data Model (v1) to the Enhanced Data Model (v2)?
3. Is there a v2 version of the Portal ConfigData available?
Any guidance would be appreciated.