When performing an environment model scan for a SQL Server application using CA Test Data Manager (TDM) Portal running in an OpenShift container, the scan fails with the following errors:
There are two primary causes for this issue:
VIEW DATABASE PERFORMANCE STATE) to query system metadata and performance counters used during the indexing scan phase.Work with your Database Administrator (DBA) to ensure the user account in the Connection Profile has the following permissions:
Review this command before running it.
USE [Your_Database_Name];GOGRANT VIEW DATABASE PERFORMANCE STATE TO [Your_Connection_Profile_User];GRANT VIEW DATABASE STATE TO [Your_Connection_Profile_User];GOAdditionally, verify that the user has access to all required schemas (e.g., dbo) and can see them when logging in via SQL Server Management Studio (SSMS).