QPR ProcessAnalyzer Logs

From QPR ProcessAnalyzer Wiki
Revision as of 19:49, 2 December 2018 by Ollvihe (talk | contribs)
Jump to navigation Jump to search

QPR ProcessAnalyzer logs operations to several kinds of logs that can be used for auditing, troubleshooting or other purposes. QPR ProcessAnalyzer collects the following logs:

Progress Log

The Progress Log contains recent operations done in QPR ProcessAnalyzer, showing date, time, type, name and id of the operation, as well as the performance information about the operation. Also, at the beginning of each line, the source of the information is listed. These can be one of the following:

  • Server: shows operation status messages stored in the server side
  • Client: shows operation status messages stored in the client side
  • cLogs: shows Client.log messages from the client (the same entries as in Excel Log)

The start of each new operation is marked in the following way:

------------------ NEW OPERATION START -----------------

You can copy and paste the contents of the log for troubleshooting purposes.

A maximum of 100,000 rows is shown in the log. If there is more data than that, the log cuts it from the beginning, so the latest information is always shown. The log size (in characters) is shown at the end of the log.

Script Log

The Script Log contains information about the script that is currently running and scripts that have been run. The log contains, for example, the output of the WriteLog and Print commands used in the script, as well as details about possible errors. After a script execution has finished, you can access the Script Log by clicking the Show Details button.

File:Script log.png