1

Topic: Circle Report

Please could someone with a large networked system check out the attached report for me. I can't see anything wrong with it, but it is failing on a users system when  large amounts of data are involved.  It would be helpful to know if this problem is confined to the one system or is  more general.

Post's attachments

Circle_Report_Extra.xml 6.73 kb, 2 downloads since 2017-02-27 

You don't have the permssions to download the attachments of this post.
Mike Weideli

2

Re: Circle Report

I've been running this on one of our most dense areas  - no errors yet, but it's still going after an hour and a quarter.

Currently calling [dbo].[LCReturnHierarchyLevel]

Charlie Barnes
Information Officer
Greater Lincolnshire Nature Partnership

3

Re: Circle Report

Thanks. Begins to looks like it might be a problem in the report then.

Mike Weideli

4

Re: Circle Report

I had to kill it after about 2 hours as I needed to use Recorder.

Charlie Barnes
Information Officer
Greater Lincolnshire Nature Partnership

5

Re: Circle Report

I ran the circle report that I've used for a number of years on my network copy of R6 (on a standalone machine). On a test set of parameters it returned 3621 records in 25 seconds.  When I ran CiExtra, 3621 records were returned but it took nearly 20 minutes to run with the same input parameters.

Bob Marsh
Doncaster LRC
Coleoptera recorder for YNU

6

Re: Circle Report

This turns out to be the User Defined Function which gets the taxonomic level.  It works, but is not efficient , probably because it uses Index_ Taxon_Name which has no index. Changing this  to use Nameserver does  speed it up. Using a stored procedure might also help.

Mike Weideli