Hi Community,
When I run the bot from VM/uipath assistant, it’s running fine. But when I set up scheduled job in orchestrator this error is coming.
(I’m using uipath studio pro Enterprise Licensed Edition.)
can anyone help?
Hi Community,
When I run the bot from VM/uipath assistant, it’s running fine. But when I set up scheduled job in orchestrator this error is coming.
(I’m using uipath studio pro Enterprise Licensed Edition.)
can anyone help?
below is error details. and above pop up is error image
RemoteException wrapping System.ArgumentNullException: Value cannot be null.
Parameter name: password
at UiPath.Service.PasswordCredential…ctor(UserIdentity user, SecureString password)
at UiPath.Service.Orchestrator.NotificationProcessor.d__14.MoveNext()
Output Values: null
I think please check whether the asset password is null
I think the password parameters is null then n your Workflow
Could you check it please
Regards
Nived N
Happy Automation
I checked it , found that there is username and password stored in orchestrator… But still got that error
Like check the work flow too
Same workflow I’ve used in another VM, it’s running fine … But in this VM I found this error
Hi,
I found out I was giving wrong password to orchestrator… Everything is fine otherwise. It’s running fine now…Thanks for help