Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Answered

Management Reporter clear the report queue

(0) ShareShare
ReportReport
Posted on by 22

Hello,

I am trying to clear the Mangament Reporter report queue with the following query.

USE ManagementReporter
DELETE FROM Repository WHERE STATUSTYPE<>'0' 

And am getting the following error;

Msg 208, Level 16, State 1, Line 2
Invalid object name 'Repository'

How can I correct this to clear the queue ?

Thank you.

Bob Morris

Categories:
  • mco-bob Profile Picture
    mco-bob 22 on at
    RE: Management Reporter clear the report queue

    That takes care of it. Thanks!

  • Verified answer
    Greg Byer Profile Picture
    Greg Byer 2,586 on at
    RE: Management Reporter clear the report queue

    Hi Bob,

    You can use the queries below to remove reports from the Report Queue:

    select * from Reporting.Repository where StatusType in (1, 2, 10, 30, 40)

    That will show you any report that has a status of failed (1), canceled (2), queued(10), cancelling(30), or queuing(40).  

    Depending on the status type you want to remove from the queue, you can use the same statement as before:

    delete from Reporting.Repository where StatusType = x

    delete Reporting.RepositoryMessage

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

News and Announcements

Announcing Category Subscriptions!

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,359 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,370 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans