Hi,
I had the same problem and SAP note 2280377 didn't helped me, because the table/view was already owned by dbo.
To solve the problem, I dropped that view, deleted the collector (it should be grey) and installed it again. The view was created again, the status switched to green and I just had to enter the interval of 1h for the collector.
Connect to isql
.
sp_tables go<it should show that view/table, or..> sp_tables "dbo.DBH_STG_SYSWAITS" go drop view DBH_STG_SYSWAITS go<view/table should now dropped, check with sp_tables>
Via dbacockpit install the collector again, that's it.
Best regards,
Tobias