When trying to delete a client computer from the Console, the computer doesn't delete and gives the error "Unable to delete Item".
'DB Table' is referencing the table found in the logs.
In the error logs: The Invalid object name 'DB Table' refers to the issue where the client cannot be deleted from the Console.
This error below references a SQL table that is missing in the database.
The reason this error occurs is because the SQL database is missing the table that is referenced in the error logs.
A table that is intact is needed. Follow the steps below to copy the structure of the table into the environment where the table is missing.
On a test environment: Microsoft SQL Server Management Studio, navigate to Databases > Symantec_CMDB > Tables > 'DB Table' within the Object Explorer.
1. Right click on the 'DB Table'
2. Select Script Table as > CREATE TO > New Query Window Editor
3. Copy the Query
4. Run the Query where the Database Table is missing.
This will create a table, now that the table is in the database the clients that are referencing the missing table will now delete.
Applies To
Symantec Management Platform 7.x