Skip to content
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

Add new unattended error codes in troubleshoot-desktop-flow-run-queue-errors.md #1622

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@ This error occurs when you try to run an unattended desktop flow on a target mac

To resolve the issue, sign out of the session (a locked session will lead to this error), and confirm that you aren't signed in with the same user on the machine.

## UnattendedUserSessionDisconnected

This error occurs when you try to run an unattended desktop flow on a target machine where there is a disconnected session for the user used in the desktop flow connection.

#### Resolution

To resolve the issue, sign out of the disconnected session, and confirm that you aren't signed in with the same user on the machine.

## UnattendedUserSessionLocked

This error occurs when you try to run an unattended desktop flow on a target machine where there is a locked session for the user used in the desktop flow connection.

#### Resolution

To resolve the issue, sign out of the locked session, and confirm that you aren't signed in with the same user on the machine.

## NoUnlockedActiveSessionForAttended

This error usually occurs when you try to run an attended desktop flow on a target machine that is locked or has no user signed in. You can also get this error when the Windows user you're currently signed in on the target machine doesn't match the user you entered in your connection. Attended desktop flows can only execute if the machine is unlocked on a session where the current user matches the one in the desktop flow connection.
Expand Down