Hi, I am at the Orchestrator Lesson video Part2 and I try to do as the trainer does but when I run the job it gives me this error"job for process orchestrator on robot demorobot failed" with this details
I removed that robot and I created another one and gave a generic password(not relate to system user or something) now it works but I don’t think this is a solution.
Please help me understand what I have to do to configure a robot if I don’t have a password to my system user!?
Thank you!
Hi
this is the actual description of the field PASSWORD
may i know what was mentioned as generic value in password
because i have no chance to simulate this as all my systems and servers are having password for specific users
Fine
even i have seen this related topic where i mentioned like it can be empty regardless of being attended bot…but i didnt receive any feedback…
i m either interested to know about this @Ciuverca_Ionut
lets get the help from someone @Pablito
Hi Guys,
If we are considering it based on attended robot the password is not required if user account on system doesn’t have the password. For unattended solution I “think” it might work as well but we need to consider 3 things:
User account need to be logged out so robot could use it and log with it
It’s not safe to have account without any password
It will not work on Windows Sever environments as one of the requirements in Active Directory is to have all accounts password-protected.
Conclusion: Best practice is to use password-protected accounts
The guy from the tutorial does not have a password to his computer and the job in the tutorial works.I’m at the beginning and I need to understand these things not just go through them
Sure Tutorials are made to be simply to understand, that’s why some operations are made on simpler environments.
For learning/test purposes it can stay without any password and your robot can be configured without password as well. For business purposes you need to create password in your Windows user’s settings and apply same password for robot during configuration.
How are you writing username? It supposed to be written like domain/username. Go to cmd and type whoami and paste exactly what it returns as a username in Orchestrator Robot settings. Then it should work without password.
That is what i said earlier.I used a generic password(“12345” random) and it worked.But for now Idk where this credential will be used in future and if I will need them,cause a random password is not ok.
I agree, and here we are in the point where I said that best practice is to have password-enabled accounts. Let’s say that accounts without passwords are useful when you are in development/test process. Otherwise you should use password.