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.
5
1 reviews
1
Awards
56
Views
1
IPM installs
0
Add to bundle
Details
Releases (1)
Reviews (1)
Awards (1)
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/dev/validation_report.html")

According to the mapping in docker-compose.yml

** The path of the report can be any valid path in your environment (i used the path mapped in docker-compose.yml **

  1. Open the generated report and see the results:
Last checked by moderator
13 Aug, 2026Works
Made with
Install
zpm install iris-bi-validator download archive
Version
1.0.011 Aug, 2026
Ideas to the app
Category
Analytics
Works with
InterSystems IRISInterSystems IRIS for Health
First published
11 Aug, 2026
Last edited
12 Aug, 2026