R&R Failure on Large Files

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Eugene_Feather_(Guest)
Posts: 5
Joined: Tue Oct 10, 2017 12:44 pm

R&R Failure on Large Files

Post by Eugene_Feather_(Guest) » Tue Feb 01, 2005 5:19 pm

I^m running into a problem with R&R 10 - SQL Version.____I have a SQL Server table in which 1.2 million records are selected. R&R isolates them, goes through the whole sort and merge process and then dies right before generating output. If I try a Print Preview, I get the error "rsw.exe App Ver 10.0.11.0, ModName rrsql08.dll, Mod Ver 2.10.0.0, Offset: 0003efda. Then, it gives me "The instruction at 0x73dd1351 referenced memory at 0x000000000004. The memory could not be "read"____If I skip print preview and go directly to print, it goes through the sort/merge process and then just quits - no error messages; it just stops.____I^m not actually trying to print anything from the detail records. I^ve tried this with Record Lines suppressed and with no record line at all. It doesn^t seem to make any difference.____Thanks........Gene

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: R&R Failure on Large Files

Post by kfleming » Wed Feb 02, 2005 2:52 pm

It sounds like R&R must be doing a local sort rather than sending the sort as an order by. Are you sorting on a calculated field or a total?____It could be the number of sort files that is killing things.____Kathleen__R&R Support

Eugene_Feather_(Guest)
Posts: 5
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: R&R Failure on Large Files

Post by Eugene_Feather_(Guest) » Wed Feb 02, 2005 5:09 pm

The report in question was, in fact, sorting on a calculated field. It was the third of three fields. Removing it didn^t solve the problem. With it removed, R&R didn^t use an external sort, but it still failed in the same way.____I tried running this with an older version of R&R, and it failed in exactly the same way.____As an aside here, is there a known problem with sorting on calculated fields as well?____Gene.....

Peggy_Kuhn_(Guest)
Posts: 23
Joined: Tue Oct 10, 2017 12:44 pm

===> RE: R&R Failure on Large Files

Post by Peggy_Kuhn_(Guest) » Wed Feb 02, 2005 7:52 pm

We^ve seen a similar problem after about 200 pages that have some minor graphics on them. Our workaround was to print page 1-200, then 201-400, etc.

Post Reply