Skip to content

Commit 6ebf6af

Browse files
authored
Merge pull request #1777 from alarnaudy/patch-5
Update troubleshoot-errors-running-attended-or-unattended-desktop-flo…
2 parents bde0ab4 + 0d3f7df commit 6ebf6af

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

support/power-platform/power-automate/desktop-flows/troubleshoot-errors-running-attended-or-unattended-desktop-flows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Error code occurs when running an attended or unattended desktop flow
33
description: Provides mitigation steps for the error codes that occur when running attended or unattended desktop flows.
4-
ms.reviewer: cefriant, kenseongtan, guco, johndund, alarnaudy
4+
ms.reviewer: cefriant, kenseongtan, guco, johndund, alarnaud
55
ms.date: 02/11/2025
66
ms.custom: sap:Desktop flows\Unattended flow runtime errors
77
---
@@ -38,7 +38,7 @@ _Original KB number:_   4555406
3838
|UnattendedUnsupportedWithOldConnection|403|Unattended|You need to create a new connection on the portal.|
3939
|RDPIsNotEnabled|400|Unattended|You need to enable Remote Desktop on the machine.|
4040
|UIFlowAlreadyRunning|429|Attended</br>Unattended|A desktop flow is already running on the machine. You need to wait for its completion. For more information about this error code, see [UIFlowAlreadyRunning](troubleshoot-desktop-flow-run-queue-errors.md#uiflowalreadyrunning).|
41-
|AadLogonFailure|400|Unattended|You need to disable Network Level Authentication (NLA) on the machine if you want to use Microsoft Entra credentials.|
41+
|MSEntraLogonFailure|400|Unattended|To resolve this issue, see [Desktop flows run failed with the MSEntraLogonFailure error code](ui-flows-run-failed-with-aadlogonfailure-error.md).|
4242
|Win10AlreadyHasActiveSession|400|Unattended|Windows 10 only. You need to sign out from the active session on the machine.|
4343
|UIFlowAgentNotAvailable|400|Attended</br>Unattended|You need to confirm that the service uiflowservice is up and running on your machine. If you have the following error when trying to start uiflowservice, see [Desktop flows failure](https://support.microsoft.com/help/4564550/):</br>**Windows could not start the UIFlowService service on Local Computer. Error 1069: The service did not start due to a logon failure**|
4444
|UnableToCallCrlEndpoint|400|Attended</br>Unattended|You need to ensure the revocation list for the certificates can be checked. Ensure that the CRL services aren't blocked on the target machine. The services that must be contacted are listed in this article: [Limits for automated, scheduled, and instant flows](/power-automate/limits-and-config#ui-flows-required-services)|

support/power-platform/power-automate/desktop-flows/ui-flows-run-failed-with-aadlogonfailure-error.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Desktop flows run failed with AadLogonFailure
3-
description: Provides a resolution for an issue where desktop flows run failed with the AadLogonFailure error code.
4-
ms.reviewer: fredg, johndund
2+
title: Desktop flows run failed with MSEntraLogonFailure
3+
description: Provides a resolution for an issue where desktop flows run failed with the MSEntraLogonFailure error code.
4+
ms.reviewer: fredg, johndund, alarnaud
55
author: QuentinSele
66
ms.author: quseleba
7-
ms.date: 11/20/2023
7+
ms.date: 02/08/2025
88
ms.custom: sap:Desktop flows\Power Automate for desktop errors
99
---
10-
# Desktop flows run failed with the AadLogonFailure error code
10+
# Desktop flows run failed with the MSEntraLogonFailure error code
1111

1212
This article provides a resolution to solve the unattended desktop flows run failure issue.
1313

@@ -16,13 +16,17 @@ _Original KB number:_ &nbsp; 4555446
1616

1717
## Symptoms
1818

19-
Your unattended desktop flows run failed with the error code **AadLogonFailure**.
19+
Your unattended desktop flows run failed with the error code **MSEntraLogonFailure**.
2020

2121
## Cause
2222

2323
Desktop flows failed to validate your Microsoft Entra credentials on the machine.
2424

25-
## Resolution
25+
## Resolution for Power Automate for desktop version 2.49 or later
26+
27+
You need to [configure Microsoft Entra authentication for Remote Desktop](/power-automate/desktop-flows/run-unattended-desktop-flows#admin-consent-for-unattended-runs-using-cba-or-sign-in-credentials-with-nla-preview).
28+
29+
## Resolution for Power Automate for desktop version 2.48 or earlier
2630

2731
You need to disable Network Level Authentication (NLA) on the machine.
2832

0 commit comments

Comments
 (0)