Hi all, How it's going?
I'm trying to Run a Flow that start in Cloud Flow and reach Desktop Flow, and this PC it's running Windows Server 2016 VM.
It Work's normally with attended mode, but unnatended isn't. The message error:
{
"error": {
"details": [
{
"code": "SessionExistsForTheUserWhenUnattended",
"target": "server",
"message": "There is a user session on the target machine. Cannot execute unattended desktop flow."
}
],
"code": "NoCandidateMachine",
"message": "No machine able to run the desktop flow has been found. Aborting execution. Error encountered when connecting to machines: There is a user session on the target machine. Cannot execute unattended desktop flow. (server)"
}
}
And obviously have some users logged because it's an application server,
there is a way to change that?
Thanks