meyucho
(Mey)
August 16, 2019, 12:13pm
1
Hi All! Pleased to be part of the community!
I am working since a week with CE. I have a small proccess that logs into a site and perfomrs some tasks.
It works fine in my computer (that has one Developer Licence) but when i run this in the other ocmputer (with atthended licence) get this error:
RemoteException wrapping System.Security.Cryptography.CryptographicException: Clave no válida para utilizar en el estado especificado.
I have read that the Get Password activity encrypts the password by associating it with the current user.
In my scenario, the studio robot runs in DEV01 machine with my user loged in and the attended robot runs in PC01 with other user.
How should I create a process with password stored securely and that can be executed by other users’ robots?
Thanks and regards from Argentina!!!
1 Like
meyucho:
I have read that the Get Password activity encrypts the password by associating it with the current user.
In my scenario, the studio robot runs in DEV01 machine with my user loged in and the attended robot runs in PC01 with other user.
Fine
welcome to UiPath community
no worries
you are right, as Get Password input can be decrypted only with the current user of the machine,
so it wont be able to use encrypted and used in another machine
–for that we can better create a ASSET in the orchestrator and create a asset of type CREDENTIALS that will store the username and password of the user you want
–here in the studio we can access that asset with GET CREDENTIALS activity where the username output will be of type string and password will be of type secure string
we can use a simple type into to enter the username and type secure string activity to mention the password
for more details on the asset in orchestrator and get credentials activity
Cheers @meyucho
…continuation
for more details on the asset in orchestrator and get credentials activity
UiPath.Core.Activities.GetRobotCredential Gets a specified Orchestrator credential by using a provided AssetName, and returns a username and a secure password. For more information about credential assets, see About Assets.The activity uses the same...
Creating Assets In the Assets page, click Add. The Add Asset window is displayed.In the Asset name field, enter a name for the asset.From the Type list, select the type of asset you want to create.Add a Description of the asset.From the Credential...
Cheers @meyucho
meyucho
(Mey)
August 16, 2019, 12:24pm
4
Great! Thanks a lot @Palaniyappan !!!
1 Like
No Worries
Cheers @meyucho
WhenCutEsh
(Venkatesh Nallana)
August 16, 2019, 12:26pm
6
@meyucho
Generally It is recommended to use the Orchestrator to pass the credentials securely.
use windows credential manager.
*last make it a Attended bot and let the user enter the password.
system
(system)
Closed
August 19, 2019, 12:26pm
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.