In Clarity PPM 16.3.3 CSA there is mismatch of the installation status. The overall installation status appears as "Incomplete". Clicking on the incomplete status shows that Database Installation Status is "Not Installed" Despite having successful connection where Database tab is showing "available"
Noticed from SQL profiler it is queries 'niku' prefix on db queries and we are unable to run SQL statements without the 'niku' suffix.
Clarity release 16.3.3
Database: Microsoft SQL Server 2019(Hosted on GCP)
Re-ran the steps in Clarity with MSSQL Setup guide
Key point here is that DB name and login user was custom. Reviewed the SQL server DB options and values:
Database Schema Name = niku
Database user roles= db_owner
Validation:
Running the following select statements without the 'niku' prefix when logged in with the Clarity DB login:
select * from cmn_install_history;