-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CoE Starter Kit - QUESTION] Missing canvas apps in Power Platform Admin View #3761
Comments
First lets see if there is a generalized problem
|
Thanks Jenefer! Will try this & report back |
Hi @Jenefer-Monroe! The following admin sync flows are failing with these error messages: Admin | Sync Template v3 (Connection Identities): The action 'Get_Connections_as_Admin' has an aggregated page results size of more than '210250653' bytes. This exceeded the maximum size '209715200' bytes allowed. Admin | Sync Template v3 (Business Process Flows): Action 'Check_if_Orphan_-_New' failed Admin |Sync Template v3 (Apps): The API 'powerappsforadmins' returned an invalid response for workflow operation 'Get_Apps_as_Admin' of type 'OpenApiConnection'. Error details: 'The API operation 'Get-AdminApps' requires the property 'body/value/202/properties/connectionReferences/0/iconUri' to be of type 'String' but is of type 'Null'.' |
Hello, you will need to create issues for each of these, we cannot reuse issues nor use a single issue for multiple items, as it becomes too difficult to track. Here are some initial thoughts, and then if you still need to post issues, please do so: https://github.com/microsoft/coe-starter-kit/issues/new/choose Admin | Sync Template v3 (Connection Identities):This failure is in an out of the box connector’s action, which we're just using. Unfortunately, it has a size limitation that you have exceeded. We cannot fix this, but you can manually clean up some of the old connections via Power Shell and then be under the size limit. We have documented this limitation here along with a starter solution to address via PowerShell: https://docs.microsoft.com/en-us/power-platform/guidance/coe/setup-archive-components#set-up-connection-cleanup-broken-connections Admin | Sync Template v3 (Business Process Flows)You will need to post this issue, please be sure to state what version of Core you are on and share a screenshot of the failure. Admin |Sync Template v3 (Apps)You will need to post this issue, please be sure to state what version of Core you are on and share a screenshot of the failure. |
Thanks for your patience on this thread. My customer ran the clean up cmdlets you referenced but it broke apps & flows in production. I see the documentation was updated two days ago & the cmdlets have been removed. Any ideas on why the documentation was changed? For background, they first ran Get-AdminPowerAppConnection to retrieve all the connections with "error" in the status, then ran Remove-AdminPowerAppConnection |
There was a product change and flow connections became deletable when they were not before. Please have a product support ticket posted, there are engineers actively working to repair the situation for customers. |
Understood, my customer has already opened tickets on this issue so I'll continue to follow along on their progress. In the future, is it not recommended to run the PowerShell cmdlets for cleanup? The cmdlets were removed in the documentation but there isn't new guidance to replace them |
Unfortunately we do not have a new solution at this time. The upcoming BYODL solution (https://docs.microsoft.com/power-platform/admin/self-service-analytics) will read the connection identities directly and not suffer from the connector limitation. |
Thanks for the update -- appreciate your quick responses! |
closing out as no further action for starter kit team |
What is your question?
Have a user with many canvas apps across multiple environments but only a handful are shown in the Power Platform Admin View. Any troubleshooting suggestions?
What solution are you experiencing the issue with?
Core
What solution version are you using?
September 2022
What app or flow are you having the issue with?
Power Platform Admin View
The text was updated successfully, but these errors were encountered: