UiRobot.exe - empty output

Hi

By ruining a UiPath sequence by command line (using UiRobot.exe) the sequence is executed, but I get empty output (I mean, the output is “{}”)
How can I display detailed output by running command line? That output should include final sequence result, exceptions, logs, etc…

Best Regards,
Nadeem Bader

Hi

May be I will put like where you want to see the output
Is it like a message box once after bot execution is over or in the cmd window itself

Cheers @nadeem.bader

Hi

Thank you for reply
Seems that my question from previous post is not clear.
I’m executing the sequences using UiRobot.exe (Command line), but I don’t see any output (Except to “{}”) after the sequence is executed. With this output, I don’t have any indication about the sequence execution status, and as a result, I cannot analyze the outcome of the sequence.
How can I display different output, such as Final result, exceptions, etc…?

Best Regards,
Nadeem Bader

There are multiple options to display your outout
Which can be

Message box activity
Callout activity

Or sometimes you can send the output as a mail or as a report in excel format
Which will help you validate your execution

And whenever you are facing this issue try running the process from studio in debug mode so that we can get to know the place if the process fails at any point

If everything looks fine then run it with a command line or through any medium we want

Cheers @nadeem.bader

Hi! You could try using strings OUT arguments for include some kinds of logs about the result. It’s not much but it could by useful if you dont want to send an email
If an exception terminates the process, UiPath writes in the cmd the exception details.


Regards