Admin Deleting Status Reports

J

Jeremy Jensen

There is an obsolete status report that I cannot have deleted because the
manager that initiated the request has been deleted from the system. Is there
any way to work around this problem?
 
D

Dale Howard [MVP]

Jeremy --

I believe you would need to delete the Status Report directly in the SQL
Server database. The five tables that store Status Report information are as
follows:

MSP_WEB_STATUS_REPORTS
MSP_WEB_STATUS_FREQUENCIES
MSP_WEB_STATUS_REQUESTS
MSP_WEB_STATUS_RESPONSES
MSP_WEB_STATUS_DISTRIBUTION

Hope this helps.
 
Top