Veritas Data Insight User's Guide
- Section I. Introduction
- Section II. Data Insight Workspace
- Navigating the Workspace tab
- Analyzing data using the Workspace views
- Viewing access information for files and folders
- Viewing user activity on files or folders
- About visualizing collaboration on a share
- Viewing access information for users and user groups
- Section III. Data Insight reports
- Using Data Insight reports
- About Data Insight security reports
- Activity Details report
- Permissions reports
- Inactive Users
- Path Permissions
- Permissions Search report
- Creating a Permissions Query Template
- Permissions Query Template actions
- Entitlement Review
- User/Group Permissions
- Group Change Impact Analysis
- Ownership Reports
- About Data Insight storage reports
- About Data Insight custom reports
- Managing reports
- Viewing reports
- Using Data Insight reports
- Section IV. Remediation
- Configuring remediation workflows
- Managing workflow templates
- Creating a workflow using a template
- Managing workflows
- Using the Self-Service Portal
- About the Self-Service Portal
- Managing data
- About managing data using Enterprise Vault and custom scripts
- Managing permissions
- Configuring remediation workflows
- Appendix A. Command Line Reference
Running a DQL report with custom variables
DQL reports with custom variables must be executed using the reportcli.exe utility on the command prompt. You can pass one or more values separated by comma for the variable, or you can also create a .properties file containing multiple values, and provide the file path while running the report.
Note that the properties file must be saved with the '.properties' extension
Following attributes are used with the reportcli utility:
On the Management Server command prompt, run the reportcli utility using the following format:
reportcli.exe -e -u <name of user> -r <name of report> -pr <name of variable="value of variable">
OR
Reportcli.exe -e -u < name of user > -r < name of report > -pf <absolute path to the properties file>
Note:
You can use a combination of '-pr' and '-pf' options in the same command. If the variable is defined in the properties file as well as defined using the command prompt, the value provided using '-pr' will get assigned to the variable.
Examples:
reportcli -e -u matrixuser@matrixdomain -r DQL01 -pr ext="exe,txt,log" -pr device="10.209.89.1"
reportcli -e -u matrixuser@matrixdomain -r DQL01 -pf C:\temp\inputparams.properties
reportcli -e -u matrixuser@matrixdomain -r DQL01 -pf C:\temp\inputparams.properties -pr ext="exe,txt,log" -pr device="10.209.89.1"
Example of a properties file with multiple values:
You can also track and view the report from the Data Insight UI using the View Report Progress action.