Hi,
I am attempting to add licensing information to a solution by following this guide Appendix: Add licensing information to your solution - Power Apps | Microsoft Docs. When attempting to run the command pac solution add-license, I get the following error:
Sorry, the app encountered a non recoverable error and will need to terminate. The exception details have been captured and will be forwarded to the development team, if telemetry has been enabled. Exception Id:f2077346-abc3-45f9-bda9-b1d9602352e8
The tool's logfiles don't provide any further details.
Prior to running pac solution add-license, I had created an authentication profile for the solution's environment (using pac auth create) and cloned the solution to my machine (using pac solution clone) without any issue, and had created the necessary plan definition and plan mapping .csv files, with all the required details.
The following is the redacted content of the definitions.csv file:
Service ID,Display name,More info URL
b****d,M*******d,https://*********.com
b****d,C*******d,https://*********.com
The following is the redacted content of the mapping.csv file:
Service ID,Component name
b*****d,b******p
b*****d,b******t
I have attempted running the command using each of the following on my Windows 10 machine:
- VS Code - Power Platform Tools extension - v 0.2.23
- Powershell - Standalone Power Platform CLI - v 1.9.9+g8a4823f
- Command Prompt - Standalone Power Platform CLI - v 1.9.9+g8a4823f
Thanks,
Chris