Masking Data Level Profiler Failed to Find Rows that Match Regex (KBA7533)
KBA
KBA# 7533
Issue
When using the Masking Profiler in Data Level mode on Small or Sparse tables it can fail to report any matching rows.
Prerequisites
This issue only affects DataLevel profiling jobs.
Applicable Delphix Versions
- Click here to view the versions of the Delphix engine to which this article applies
-
Major Release All Sub Releases 6.0 6.0.0.0, 6.0.1.0, 6.0.1.1, 6.0.2.0, 6.0.2.1, 6.0.3.0, 6.0.3.1, 6.0.4.0, 6.0.4.1, 6.0.4.2, 6.0.5.0, 6.0.6.0, 6.0.6.1, 6.0.7.0 5.3
5.3.0.0, 5.3.0.1, 5.3.0.2, 5.3.0.3, 5.3.1.0, 5.3.1.1, 5.3.1.2, 5.3.2.0, 5.3.3.0, 5.3.3.1, 5.3.4.0, 5.3.5.0, 5.3.6.0, 5.3.7.0, 5.3.7.1, 5.3.8.0, 5.3.8.1, 5.3.9.0 5.2
5.2.2.0, 5.2.2.1, 5.2.3.0, 5.2.4.0, 5.2.5.0, 5.2.5.1, 5.2.6.0, 5.2.6.1
5.1
5.1.0.0, 5.1.1.0, 5.1.2.0, 5.1.3.0, 5.1.4.0, 5.1.5.0, 5.1.5.1, 5.1.6.0, 5.1.7.0, 5.1.8.0, 5.1.8.1, 5.1.9.0, 5.1.10.0
5.0
5.0.1.0, 5.0.1.1, 5.0.2.0, 5.0.2.1, 5.0.2.2, 5.0.2.3, 5.0.3.0, 5.0.3.1, 5.0.4.0, 5.0.4.1, 5.0.5.0, 5.0.5.1, 5.0.5.2, 5.0.5.3, 5.0.5.4
Resolution
When executing DataLevel profiling these 2 parameters need to be considered:
DataLevelRows = 100
DataLevelPercentage = 80.0%
By default, the Masking Engine will scan the first 100 rows of data from each table, and will assign profiles if 80% of the rows match one of the Data Level expressions in your Profiler Set. If you have sparse data (for example a column where null values are allowed, may have sparse data), the profiler may not be so effective at assigning a 'profile', especially if the values are too spread out in the column. If the number of rows is less than 100, then they will be counted as misses.
They can be adjusted to match the table being profiled, if required by following the API procedure detailed here:
https://support.delphix.com/Delphix_Masking_Engine/Setting_Application_Settings
The application-settings settingId value for these 2 parameters are 41 & 42.
Related Articles
The following articles may provide more information or related information to this article:
- n/a