microsoft / Industry-Accelerator-Education

The Microsoft Higher Education Accelerator is an another Industry Accelerator from Microsoft following the release of the Healthcare Accelerator earlier this summer. Industry Accelerators are foundation components within the Microsoft Power platform and Dynamics 365 that enable ISVs and other solution providers to quickly build industry vertical solutions.
MIT License
66 stars 47 forks source link

Education Accelerator can not import in D365 #41

Open ghost opened 1 year ago

ghost commented 1 year ago

Hi I tried to import the Education Accelerator in D365 and it is not possible. The error is Error Please, can you help me?

skfd commented 1 year ago

Hi! You need to follow this guide and provide more details -- which solution were you importing, what step of the installation instruction. It's a multi-step process and right now it looks like you are importing package instead of solutions, for example.

ghost commented 1 year ago

Hi

I downloaded the solution from the Github (https://github.com/microsoft/Industry-Accelerator-Education/tree/master) and select Code - Download. I opened the CRM - Advanced Settings - Solutions - Import. It was not possible Then, I extracted the download Accelerator. From the extracted files, i tried again to import the packages with the names HiED.zip But again it was not possible. After that, according the file EducationAccelerator.Install.Guide.docx, page 5 and Table-1, I tried to import the packages. Again nothing. I tried then, to import each one of the solutions. I started with the:
EducationAnchorDataModelCore_managed.zip - Passed • EducationAcceleratorCommon_managed.zip - Passed • EducationAcceleratorConnectionRoles_managed.zip - Passed • EducationCoreBusinessLogic_managed.zip - Passed • EducationAccelerator-RequiredData.zip - Error

Similar, errors i had and in other solutions from the tables 1,3

skfd commented 1 year ago

I tried to import the packages

You don't import packages, you need to use Package Deployment tool to deploy them. It will import solutions in correct order and then move data.

EducationAccelerator-RequiredData.zip is not a solution, it's data / Configuration Migration tool preset.

There is a lot of things to try and figure out. Here is how I deployed the package for previous version:

cd Industry-Accelerator-Education-4.0.3.0\packagedeployer>
pac auth create --name integration --url https://COMPANY.crm3.dynamics.com
pac auth select --name integration
cmd
pac package deploy --package .\PackageDeployer_HiEd.zip --settings "EducationAnchorHigherEd=true|EducationAcceleratorCommon=true|EducationAcceleratorConnectionRoles=true|Dynamics365HigherEducationAccelerator=true|Dynamics365HigherEducationAcceleratorCanvasModel=true|SkipSampleData=true"