I have a file that I need to run in cmd to be able to connect to the bank, it is a license file that I run with the code:
ssh -i ~/Downloads/jobii-devops.pem -NL (connection server DB) -v
Without this connection, UiPath cannot select the database because it does not have permission to do so. I need to run this code to be able to use the database’s features. Does anyone know how this can be done?
Welcome to the community
This looks like a powershell command…please try to use invoke powershell activity
https://docs.uipath.com/activities/other/latest/workflow/invoke-power-shell
Cheers
1 Like
Thanks for the answer, but when I try to execute the SSH command it is not recognized by the cmdlet
Manually is it recognizing?
What error are you getting?
Looks like you are using relative paths…can you try with absolute path please
Cheers
1 Like
Yes manually it is working normally.
“Invoke Power Shell: The term ‘ssh’ is not recognized as the name of an operable cmdlet, function, script file, or program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again .”
Even with the full path it still gives an error.