a week ago
I have got a command about exporting queue data as following:
"C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" /sso /queuename 'Queue_2xxx' /queuefilter 'xxx' /exportqueue 'C:\test\queuelist.csv'
but, received a exception:
Login failed: Blue Prism user is not associated with a current Windows account.
how can i add a windows account to BluePrism ?
a week ago
@hantao - if you are not using SSO . can you try with switch / user / password
i am able to export the Queue Data with /sso switch
No queue filter specified: exporting all queue items without filtering
Exporting queue data ...
... Report written - C:\TEMP\abc.csv
Done
C:\Program Files\Blue Prism Limited\Blue Prism Automate>
a week ago - last edited a week ago
Hi @hantao ,
yes, i'm able to export queue items with below command line without filter using /sso. But facing a different issue when tried using /user /password as below.
SSO:
"C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" /sso /queuename "Queuename" /queuefilter "" /exportqueue "C:\Users\queuelist.csv"
Non SSO:
"C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" /user "xxxxxx" /password "xxxxx" /queuename "Generic Exception Report" /queuefilter "" /exportqueue "C:\Temp\queuelist.csv"
error: Invalid command-line argument '/user'