Posts

Showing posts from 2026

Set Your Preferred Solution for the Dataverse MCP

Image
I was working with the Dataverse MCP server yesterday and noticed that when I created new tables through it, they were all getting the default cr*** prefix from the Common Data Services Default Publisher. The MCP doesn’t give you an option to select a publisher or a prefix when creating table customizations — it just uses whatever the environment default is. If you’re like me and want your tables to have a consistent, meaningful prefix tied to your own publisher, there’s a simple fix: set a Preferred Solution . What’s a Preferred Solution? By default, any customizations you make outside the context of a specific solution land in the Common Data Services Default Solution . The publisher on that solution has a randomly assigned prefix, so your tables end up with names like cr8a3_project instead of something clean like contoso_project . When you set a Preferred Solution , any new objects you create — including tables created through the Dataverse MCP — automatically use the publis...

Fixing PAC CLI “non-recoverable error” in GCC High and DoD by enabling telemetry

Image
If you use the Power Platform CLI (PAC CLI) in GCC High or DoD environments, you may run into a sudden crash that looks like this: 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. Session Id: 6e212345-df11-22a7-b633-42380ed22acd, Exception Type: System.NullReferenceException It’s especially confusing because the message mentions telemetry like it’s only about reporting diagnostics, but in the scenario I hit, the crash was tied to telemetry being disabled . This post explains the pattern, how to confirm if you’re affected, and the quick fix. What I observed In my environment: PAC CLI 1.34.1 worked reliably The crash started happening on versions after 1.34.1 This happened in GCC High (and is relevant for DoD tenants as well) I first noticed it while downloading and uploading Power Pages (Portals) sites, but I later found i...