cancel
Showing results for 
Search instead for 
Did you mean: 

Extract previous day's queue data using AutomateC

VarunPuthan_Vee
Level 3
Hi Experts,

I am looking for an option to extract blueprism queue data for the previous day using AutomateC (which currently is being performed manually via control Room). I have gone through some of the online posts to try and understand the command syntax. 

Would someone please help me figure out the command for it in automateC with last 24 hours filter added.

Tried (No luck)
automatec.exe /sso /exportqueue "QueueName"
No queue filter specified: exporting all queue items without filtering
No queue specified: /exportqueue must be accompanied by /queuename

Tried (No luck)
automatec.exe /sso /exportqueue /queuename "QueueName"
Bad command line arguments: argument missing for parameter '/exportqueue'.

TIA

------------------------------
Varun
------------------------------
1 BEST ANSWER

Best Answers

Great 🙂

1st create a filter in Blueprism queue management. for example apply filter on "Created"  to last 24 hours.
save that filter with any name(i.e: appliedFilterName).

2nd: use this cli command:
.\Automatec.exe /sso /queuename 'queue-name'  /queuefilter appliedFilterName  /exportqueue 'C:\Test vdi\report.csv'


So you can create as many filters in BluePrism application and use that in cli string.

🙂

------------------------------
PASHUPATI NATH MISHRA
------------------------------

View answer in original post

5 REPLIES 5

PASHUPATI_NATHM
Level 3
Try this:
.\Automatec.exe /sso /queuename 'queue-name'  /exportqueue 'C:\Test vdi\report.csv'

------------------------------
PASHUPATI NATH MISHRA
------------------------------

Thanks mate. Tired it on a small queue and it works like a charm.

Any idea how can we add filters, lets say only export last 24 hours of data ?

Many Thanks

------------------------------
Varun Puthan Veetil
Technical Lead
nbn
Australia/Sydney
------------------------------

Great 🙂

1st create a filter in Blueprism queue management. for example apply filter on "Created"  to last 24 hours.
save that filter with any name(i.e: appliedFilterName).

2nd: use this cli command:
.\Automatec.exe /sso /queuename 'queue-name'  /queuefilter appliedFilterName  /exportqueue 'C:\Test vdi\report.csv'


So you can create as many filters in BluePrism application and use that in cli string.

🙂

------------------------------
PASHUPATI NATH MISHRA
------------------------------

Perfect !! Thanks bro

All set to schedule my batch jobs 🙂

Thank you

------------------------------
Varun Puthan Veetil
Technical Lead
nbn
Australia/Sydney
------------------------------

Awesome 🙂

------------------------------
PASHUPATI NATH MISHRA
------------------------------