Replies: 1 comment 4 replies
-
Can you try to import the same solution manually and let us know if you get the same error? If you do, then it's not an issue with pac and you should contact support who can help route this to the Dataverse team. |
Beta Was this translation helpful? Give feedback.
4 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
We have a Solution that we export from Dev with all the connectors included in it, When we import the Solution to a Prod environment with the updated setting file getting an error.
PS C:\powerautomate> pac solution import --path .\TestFavColor_managed.zip --environment e9789ab-2052-e20a-a396-23370e257811 --settings-file .\TestFavColor.json
Connected as raja.shanmugavelan@xxx.com
Connected to... Forms Prod
Solution Importing...
Microsoft PowerPlatform CLI
Version: 1.31.6+g9147a23
Online documentation: https://aka.ms/PowerPlatformCLI
Feedback, Suggestions, Issues: https://github.com/microsoft/powerplatform-build-tools/discussions
Error: An unexpected error occurred.
An unexpected error occurred.
Setting Json file
{
"EnvironmentVariables": [],
"ConnectionReferences": [
{
"LogicalName": "new_sharedmicrosoftforms_14c60",
"ConnectionId": "47b02571eb6f4c2f9ef51dd143cfa75c",
"ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_microsoftforms"
},
{
"LogicalName": "new_sharedoffice365_d4a6c",
"ConnectionId": "b32530f5f92843d7868e0d116132ac84",
"ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_office365"
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions