Page 1 of 1

rrwrun.exe

Posted: Mon Feb 06, 2006 3:50 pm
by Richard_(Guest)
I am using version 10 of RR and am calling rrwrun.exe to run reports from our applications using the /T option. I am using a text file control file. Everything works ok except that it takes a long time for the reports to either print to the screen or to a printer. I^v also noticed that there is alot of io taking place at the same time as if rr is serching the hard drive.____Is there a way to speed up the rrwrun print process, such as make the program memory resident? Ive set up directory defaults in the ini file and the control file has the location of the report and the data.______In a text file: following RRWRUN /T____I am including RI_WPTR=? if selecting a printer__and am including RPRINTER=D if sending the print to the screen.______This is one of the text control files used to print to the screen:____RI_REPORT=C:zdev eptformsBATCH_SUMMARY__RI_MASTER=C:homeBILLWRK__RI_PRINTER=D____How can I speed this process up?____Thanks__Richard

=> RE: rrwrun.exe

Posted: Mon Feb 06, 2006 4:52 pm
by kfleming
Try setting:____RI_WPTR=DEFAULT____rather than using a question mark and see if that speeds things up.____Kathleen__R&R Support

==> RE: rrwrun.exe

Posted: Wed Feb 08, 2006 1:43 pm
by Richard_(Guest)
I tried this setting and the RI_WPTR=DEFAULT printed in half the time and works very well. We have more than one printer. Is there a way to get the same speed and have a printer choice offered by the windows environment? Also can the display to screen option be speeded up as well?

===> RE: rrwrun.exe

Posted: Fri Feb 10, 2006 12:40 pm
by Richard_(Guest)
I added the following items to rrw.ini and the print process is now at least three times faster:____add PDFPRINTER=0 in the default section__add SHOWSPLASH=off in the preference section____I am curious what pdfprinter does in the ini file. This data should also __be included in the rsw.ini to cover all type of users.____Richard

====> RE: rrwrun.exe

Posted: Sun Feb 12, 2006 9:53 am
by kfleming
It displays the launch of the PDF printer driver.____Kathleen__R&R Support

=====> RE: rswrun.exe

Posted: Thu May 11, 2006 11:16 am
by steve_Rivituso_(Guest)
I am having a similar issue with the load time.__My application loops through passing a filter based on customer name. The Loop passes through approximately 250 times.__Any Ideas on how to speed up the process? __The current speed is 1 passes per min.____Thanks __Steve Rivituso__

======> RE: rswrun.exe

Posted: Thu May 11, 2006 11:59 am
by kfleming
Is this SQL or Xbase?____Kathleen__R&R Support

=======> RE: rswrun.exe

Posted: Thu May 11, 2006 1:19 pm
by Dustinfoepe
Kathy, It is for SQL.

========> RE: rswrun.exe

Posted: Fri May 12, 2006 8:07 am
by kfleming
Check the SQL statement and make sure that the WHERE clause includes your selection criteria. If you are passing these via runtime, make sure you are using RI_WHERE rather than RI_FILTER so that the condition is passed to the SELECT statement so that it is evaluated on the server.____Kathleen__R&R Support