When using filters for our PII Audit Scans on SQL Server tables, the filters do not work. The Include filters are not scanning any tables, and the Exclude filters are scanning all tables. We are not seeing this issue for our Oracle database tables.
TDM Portal 4.10
In order for the filter to find a match, all three fields of the filter configuration must find a match:
In the configuration, if we use the database name inside the Schema field for the filters, this will cause the filter to not find a match.
As a result:
For example:
To resolve this, please modify the Filter configuration, and ensure the Connection Profile name matches the Profile name found in TDM Portal, and use the proper Schema name for the profile connection.
In this example, we should use dbo as the Schema name instead of the database name.
Note: this typically is not an issue for Oracle databases, since the database name and schema name are normally the same.