In Catalog, when using the Administration -> Configuration tab, unable to access the given tab. Configuration tab link does not seem to be doing anything.
Noticing overall that the web links are running very slowly. Also noticing high CPU usage as well.
Release : 17.3
Component : SDM - Catalog
Issue may be caused by heavy activity on the ca_telemetry table on the IT Asset Manager product, which may occur regardless of the level of product usage.
The issue has been addressed in the forthcoming 17.3 RU14 update.
For more immediate relief, the following DB query could be applied to remove the ITAM related entries in ca_telemetry table.
DELETE from ca_telemetry where product_sku in ( 'SMAPMP990','ITASMA990')
Please make a backup of the associated database and the ca_telemetry table before proceeding: