Unable to Run the workflow in Unattended Mode in

I Published the Project into custom folder from the UiPath studio and took the Nuget Project and uploaded the Project in the Orchestrator . I have Connected the orchestrator using service mode and enabled the Bot using Virtual Machine credentials , But I am able to run the workflow from UiPath Assistant but when I Try to run from Orchestrator Bot is Failing " Could not start executor. Logon failed for use Reason: ERROR_LOGON_FAILURE=ERROR_LOGON_FAILURE=0x0000052E : The user name or password is incorrect… But When I Checked the entered Password is Correct for the Virtual Machine

@Anil_G @Palaniyappan

Hi @rpadev2 ,

Can you check the user name is in Domain\Username format and also make sure that the user has Admin privileges to the machine.

Hi @rpadev2

=> Double check the VM credentials Username and Password.
=> Ensure that the password meets any complexity requirements set by the system and has not expired. Some systems enforce password policies, and if the password does not meet the criteria, it might result in a login failure.
=> If the VM password has been changed make sure to change the same password for the assets that you have.
=> Make sure the VM that you are using is not down when running the job from orchestrator. This might also result in Login Failure. If the VM is powered off or facing connectivity issues, the Robot won’t be able to log in.
=> Check the network connectivity between the Orchestrator server and the VM.
=> Verify that there are no scheduled maintenance activities or updates on the VM that might be affecting its availability during the time when the job is scheduled to run.

Happy to help if any more queries.

Regards

1 Like