reporting-servicescrystal-reportscrystal-reports-xicrystal-reports-server

Crystal Reports Server - get list of currently running reports and their progress


Hope it's the right place to ask this question - usually I use SO to ask about programming...

I'm doing a project that involves Crystal Reports Server. From code, I'm able to schedule reports successfully, but when I look at the BI launch pad I don't see the report in My Recently Run Documents (I see failed reports in that list - ones that has wrong database credentials).

When I go to Central Management Console and I find my reports in folders and I go to Properties > History I see the report status as "Running" - and it has been like that for a long while (too long than it should) for 2 different reports I have sent.

I really hope this is the right place for these kind of questions... if not, would be very happy to get a referral.

Thanks


Solution

  • How can I get a full history of all reports in the system?

    Open the CMC and then click on the Instance Manager. At the bottom of the page, you can filter on the object type and status. That way, you can get a full overview of all running reports on your platform.

    How can I stop a running report?

    If you select a running instance (either in a document's history page or in the Instance Manager), you'll notice that there is no stop button. Instead, you have to delete the running instance. It might not stop running immediately though (depending on what it's doing), but it will be removed immediately from the list of instances.

    How can I diagnose what the problem is?

    What I would recommend is to enable tracing on all related servers (thus your job server, processing server, etc) and then retry scheduling the report. This should generate additional logging on the server which you can use to diagnose the issue.