Latest News

Tuesday, November 8, 2016

Baseline Validation Tool OBIEE 12c

  Migration between two OBIEE environments is really take time, mostly the cross validation between two environments. To make this life easy Oracle have really done a great job this time with the Baseline Validation Tool (BVT).  It allows us to very quickly do a 1st pass through all the catalog objects and do a quick sanity check of the catalog and RPD after the upgrade.


Please note before using this tool ensure two environments is same after the migration (analysis, catalog object, charts…).
BVT is FREE tool that enables the creation of a baseline set of data that can be compared with data from another system.


Data Validation: Allows to check the numbers in the reports between the baseline and new environment. 

  1. Check on actual data values exported from OBI
  2. Exported to CSV format
  3. Comparison report generated
BVT even downloads the data from the report as excel or CSV and it can be used to analyze the differences later. 



Visual Verification:  The purpose of this is to make sure that visually the 2 environments look the same. During the launch they spoke about using some sophisticated analytics to do the comparison, but whatever they have done it does pretty good job to compare the outputs. BVT generates reports for both analyses and dashboards.


  1. Comparison report allows quick scan of (many) results in addition to a threshold test
  2. Use in conjunction with data validation
  3. Can be used to check various prompt combinations. 



BI Catalog Verification: Compares the metadata of catalog objects (rather than objects themselves)

Logical Query validation: Used to validate the logical query between the 2 environments. Used in conjunction with the data and visual validation gives a complete picture of the 2 environments.

System Requirements



  • Java 1.6 or higher
  • For Windows: Windows 7 or higher, or Windows Server 2012 or higher
  • For Linux: Oracle Linux 6 U5 or Oracle Linux 7
  • Mozilla Firefox or Internet Explorer (need to enable javascript)

Configuration of BVT 

The following are the steps we followed to get it all working in our environment 

 

1. Download & install DVT

First, you have to download OBI Developer Client Tool (12.2.1.0.0) if you don’t have one. The tool zip file is located in [Installation Folder]\bi\components\oracle.bi.bvt

2. Configuration

After unzip the tool, you need to fill in 2 OBIEE instance detail in testconfig.xml file such as
  • username, password (you can leave it blank & be prompted later when you run the tool via command line)
  • AnalyticsURL
  • Name of instance (used for running the tool)
The testconfig.xml controls the behaviour of the BVT and is present in the root folder of the tool. 




You can tweak the various tests to be done by tweaking the settings in the config file. 

Catalog plugin config: Use this to setup the folders to be used for comparison
UI plugin config: Use this to tweak the algorithm for the visual verification algorithm. The  main setting to be done on this is the Threshold score with a value between 0 and 1, where a value of '1' indicates a 100% pixel-by-pixel match, and a value of '0' indicates a complete mismatch. 



Repots plugin config: Set a limit on the maximum tolerance for differences in floating point numbers in report data. Ex:"0" for no tolerance. "0.1, "0.001". It’s very useful for percentage measures. 


Logical query plugin config: Set the folder to be used for the comparison 

Dashboard plugin config: You can set the prompt combinations to be used for the BVT testing. 

3. Running the tool 

You need to run DVT three times. First & second for 2 OBIEE instances. The third for compare them & get the comparison result.
Examples of running :
bin\obibvt.bat -config testconfig.xml -deployment BI11g
bin\obibvt.bat -config testconfig.xml -deployment BI12c
bin\obibvt.bat -compareresults Results\PrePatch Results\PostPatch -config testconfig.xml

4. Getting the comparison results 

After running 3 test, you will get the Results folder, which contain information of each OBIEE instance and Comparisons folder, which contains comparisons results along with all the detailed evidence.


Few things we need to aware of :
  1. BI-Publisher reports are not included in the comparison
  2. Oracle Baseline Validation not working well with recent firefox release when running UI Plug-in test, recommended one is firefox version 34
  3. Run the script from the parent folder of the .bin folder, and not from the .bin folder itself.
  4. Set the timestampFolders = true to prevent overwritten on subsequent runs of the tool

The goal of this post was to document our experience with the new regression testing tool shipping with OBIEE 12c; Setting up the configuration and the running comparisons is fairly straightforward; the results are detailed and handy. There is no doubt that this tool will be useful for OBIEE regression testing. In conclusion, the Oracle BI development team is making big strides in addressing pain points that have made working with OBIEE and migrating and maintaining different Oracle BI environments a challenge.  


  • Google+
  • Pinterest
« PREV
NEXT »

No comments

Post a Comment