View Issue Details

IDProjectCategoryView StatusLast Update
1615RackTablesdefaultpublic2016-06-17 03:33
Reporterjarboebr Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Summary1615: Racks showing "ERROR"!!! - Missing record - Object 'object'#'1952' does not exist.
DescriptionRacks showing "ERROR"!!! - Missing record - Object 'object'#'1952' does not exist.
Unable to delete bad racks.
Cannot view properties.
Contains NO objects.
Very annoying for viewer.
Steps To ReproduceConstantly viewable. Cannot purge. Contains NO objects.
TagsNo tags attached.

Activities

rahoa

rahoa

2016-04-15 11:53

reporter   ~0003151

There must be an association in the database.

In the MySQL, what is the output of :
select * from RackSpace where object_id="1952";

Verify that your object really does not exist :
select * from RackObject where id="1952";

If no object, and still an association, delete the entry in the RackSpace table :
delete from RackSpace where object_id="1952";
adoom42

adoom42

2016-06-17 03:33

administrator   ~0003239

Closing due to lack of feedback. Re-open if you can provide more info regarding rahoa's suggestions.

Issue History

Date Modified Username Field Change
2016-04-13 14:21 jarboebr New Issue
2016-04-15 11:53 rahoa Note Added: 0003151
2016-06-17 03:33 adoom42 Note Added: 0003239
2016-06-17 03:33 adoom42 Status new => closed
2016-06-17 03:33 adoom42 Resolution open => no change required