Published on :
Reporting EXTERNE

Multirun Log Analysis with gmLogScanReport

This code is also available in: Deutsch Español Français
This script executes the %gmLogScanReport macro to scan execution logs in the current 'multirun' context. It is configured to generate a user PDF report and send a summary email. Output files include a PDF report and a verification log.
Data Analysis

Type : EXTERNE


The script analyzes log files (system files) by calling a utility macro.

1 Code Block
MACRO CALL
Explanation :
Call to the %gmLogScanReport macro to perform log analysis. The 'selectScan=multirun' parameter targets the current grouped execution, 'fileOut=user' directs output to the user, and 'sendEmail=1' enables email notification.
Copied!
1%gmLogScanReport(selectScan = multirun,
2 fileOut = user,
3 sendEmail = 1
4 );
This material is provided "as is" by We Are Cas. There are no warranties, expressed or implied, as to merchantability or fitness for a particular purpose regarding the materials or code contained herein. We Are Cas is not responsible for errors in this material as it now exists or will exist, nor does We Are Cas provide technical support for it.
Copyright Info : PAREXEL INTERNATIONAL LTD