Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP forum
Answered

Management Reporter clear the report queue

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

  • 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

Quick Links

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,570 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,683 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Product updates

Dynamics 365 release plans