Home Applications iris-bi-validator

iris-bi-validator

Community Project
This project is maintained by its author and is not officially supported by InterSystems. For technical support, please contact the project developer.
0
0 reviews
0
Awards
1
Views
0
IPM installs
0
0
Details
Releases (1)
Reviews
Issues
This application generates an HTML report that validates whether each BI artifact (dashboards, pivots and cubes) in the namespace is functioning and identifies any errors encountered

What's new in this version

Initial Release

iris-bi-validator

This application generates an HTML report that validates whether each BI artifact in the namespace is functioning and identifies any errors encountered.

Prerequisites

Are required a BI project deployed into any namespace

Installation

From your IRIS BI app, go to your IRIS terminal and execute:

$ zpm "install iris-bi-validator"

Or include as a dependency into your project module.xml file. See a sample:

<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
  <Document name="yourproject.ZPM">
    <Module>
      <Name>yourproject</Name>
      <Version>1.0.0</Version>
      <Dependencies>
        <ModuleReference>
          <Name>iris-bi-validator</Name>
          <Version>*</Version>
        </ModuleReference>
      </Dependencies>
      <Packaging>module</Packaging>
      <SourcesRoot>src</SourcesRoot>
    </Module>
  </Document>
</Export>

How to Run it

  1. Open IRIS terminal:
$ Do ##class(dc.irisbivalidator.IrisBIValidator).ValidateAndGenerateReport("/home/irisowner/irisdev/validation_report.html")

** The path of the report can be any valid path in your environment **

  1. Open the generated report and see the results:
Version
1.0.011 Aug, 2026
Category
Analytics
Works with
InterSystems IRISInterSystems IRIS for Health
First published
11 Aug, 2026
Last edited
11 Aug, 2026