Hi team,
I would like to create a script to archive data via command line and am currently testing the commands I would need to use. I found documentation (
Command line options
Blueprism |
remove preview |
|
Command line options |
Blue Prism provides two utilities accepting command line switches: Automate.exe The graphical Blue Prism application. Any messages or feedback from this application is made visually. A return code of zero indicates success; a non-zero return code indicates an error. AutomateC.exe A commandline utility which returns messages and feedback to the command line (via standard output). |
View this on Blueprism > |
|
|
) which tells me commands I need to employ. First, I am starting with setting the archive path since the "\archive" command does not seem allow that as a parameter. When I run this:
(C:\Program Files\Blue Prism Limited\Blue Prism Automate>AutomateC /setarchivepath "C:\Program Files\Blue Prism Limited\Blue Prism Automate\testArchive" /user <user> <pass>)
in the command prompt it is expecting some sort of login credentials.
And the only way I would have known to use "/user" is because it provided it in an example call in the provided link (that parameter is not even presented as an option in the documentation). I also tried using the defined parameters, "/username" and "/password" which did not work.
I figure it would be the same login credentials that blue prism expects in order to log me into the Interactive Client which uses windows authentication.
I do also have permissions to archive automatically/manually which I think would be sufficient enough.
As the picture suggests, what other login type could I use?