Dear Members,
Could you please let me know what is the practical use of UiPath.DiagTool Utility and where can i found it for my UiPath Installation?
https://studio.uipath.com/docs/the-uipathdiagtool-utility
Regards
Minal Gupta
Dear Members,
Could you please let me know what is the practical use of UiPath.DiagTool Utility and where can i found it for my UiPath Installation?
https://studio.uipath.com/docs/the-uipathdiagtool-utility
Regards
Minal Gupta
Hi @MinalGupta,
This tool let you just “monitor” the way how Studio, Robot is working like processes, terminal session, event logs etc. All provided here:
https://studio.uipath.com/docs/argument-descriptions-for-the-uipathdiagtool-utility#section-available-providers
If you are using Community Edition it can be found in this path:
C:\Users\<your username>\AppData\Local\UiPath\<Studio version folder>
Thanks Pablito,
I am able to find the file as shown below. But while I tried to execute the highlighted one, could you please let me know where is the report stored.
Regards
Minal Gupta
Please read carefully the documentation:
https://studio.uipath.com/docs/the-uipathdiagtool-utility#section-using-the-uipath-diagtool-utility
You need to run this using cmd with some prefixes chosen by you and you will also use prefix to define where report will be saved.
Thanks Pablito, probably its too technical for me to understand, as I am not so good at cmd command prompts.
In document provided above you have quite easy example of use. Please follow this:
cd C:\Program Files (x86)\UiPath\Studio
command to navigate to the designated folder.UiPath.DiagTool.exe -providers=installs,logs,procs --procs.extra=UiPath.Service.Host -file "C:\Automation Logs\ExecStop.zip"
. This generates a standard report file which contains information collected by the specified providers and creates the ExecStop.zip
archive in the C:\Automation Logs
folder. You can find out more about providers here.ExecStop.zip
archive. The archive contains log files for UiPath Processes, UiPath Installations, .etl
files, as well as Studio and Robot Executor logs. Check out the table of available providers for more details. The image below is an example of a generated log file, in this case for the UiPath Processes provider.thankyou @Pablito
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.