-
Notifications
You must be signed in to change notification settings - Fork 228
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
Admin | Sync Template v4 (AI Events) failing - some users azureid not listed #8729
Comments
For the issue where you are missing permission in some environments, please see #8119 Here is more detail: New PIM Feature and the KitHello likely you have been impacted by new product behavior that shipped recently around the way the product treats privileged roles (ex Power Platform Admin role, Global Admin role) While there is a workaround we can put into the kit to fix this directly, we cannot ship it with the kit until the workaround is available in all regions. Hopefully for the July release. The product changeHere is information about the product feature: Manage admin roles with Microsoft Entra Privileged Identity Management How to check if this is the case
How to address and More informationPlease see #8119 for a write up on this change. |
This is a different issue than the one you posted originally. That was a race condition on adding a record to Dataverse. |
Sorry for posting two issues at once. Here is a screenshot of one of the failure AI Events flows. CurrentAiEvent: |
Will have to get some credits to investigate this one, not sure why its not returning the users AzureID. |
thanks for investigating! |
Fix which is not perfect but which allows it to stop failing is to put in our SYSTEM USER ID when there is no Azure Object ID
I happened to have to fix this flow for August due to another issue so I went ahead and fixed this too. |
fixed in August release https://github.com/microsoft/coe-starter-kit/releases/tag/CoEStarterKit-August2024 |
Does this question already exist in our backlog?
What is your question?
I am getting some errors in Admin | Sync Template v4 (AI Events) and Admin | Sync Template v4 (Connection Identities) due to null/invalid users.
Here is an example from the AI Events flow. This is being being appended to the AIEventsArray:
{
"CreditsConsumed": 200,
"UserId": null,
"ProcessingDate": "2024-07-22T08:04:21Z",
"AIEventId": "6ad82fae-4158-4d4a-814e-014672af1a79"
}
This causes the flow to fail at "See if already in User Table" because filter rows is invalid - admin_powerplatformuserid eq
And from Connection Identities, it is failing on "Get user profile (V2)" because the connection creator is invalid (no longer exists in our tenant).
I am looking for suggestions on how to handle these situations in these 2 flows so they will run without errors. Thank you!
What solution are you experiencing the issue with?
Core
What solution version are you using?
4.33
What app or flow are you having the issue with?
Admin | Sync Template v4 (Connection Identities) and (AI Events)
What method are you using to get inventory and telemetry?
Data Export
The text was updated successfully, but these errors were encountered: