Getting error while running workflow from orchestrator.ERROR_LOGON_FAILURE=ERROR_LOGON_FAILURE=0x0000052E : The user name or password is incorrect

Getting this below error recently when triggering workflows from orchestartor Version 23.10.3 . The workflows work fine when i trigger from UiPath assistant but not from orchestrator. The users are added via active directory and robot is installed on cloud windows machine. Looking for assistance on this issue.

Error:
Info: Could not start executor. Logon failed for user ANT\USER. Reason: ERROR_LOGON_FAILURE=ERROR_LOGON_FAILURE=0x0000052E : The user name or password is incorrect…

System.Exception: Could not start executor. Logon failed for user ANT\USER. Reason: ERROR_LOGON_FAILURE=ERROR_LOGON_FAILURE=0x0000052E : The user name or password is incorrect…

Hi @vidyasak

In unattended robot setting you need specify Domain\Username correctly The domain should match your Active Directory domain. & Password too.

You can find that out in cmd. With command Whoami

Hope this helps :slight_smile:

1 Like

I have connected the users via Active Directory. This does not contain the option to enter password. But have added the domain name correctly. but still get the error.

@vidyasak

Please go to tenant → manage access → edit user → unattended setup → peovide creds there

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.