Issue: Upgrading the product and having issues at very beginning during the APM Database Upgrade.
Unable to disable TIM Monitor.
Environment
Release : 10.5
Component : APM PostgreSQL Database
Cause
APM Database PostgreSQL is down / has issue updating tables
Resolution
In the table (TS_MONITORS) there is a field called TS_NAME which should correspond to the name of the TIM that you see in the CEM UI. When you check the values for this row, you will find the field called TS_ENABLED. TS_ENABLED values: 1 -> enabled 0 -> disabled So, either your DBA can modify manually or by running the command. update ts_monitors set ts_enabled=0 where TS_NAME=