From: David B. <dav...@sb...> - 2006-11-21 21:14:47
|
On Tue, 2006-11-21 at 13:07 -0700, Jon Scottorn wrote: > HI, > > I am wondering if anyone could offer assistance. I am trying to > print the AR Aging report and I am running into issues. > When I print that report this is what happens. We are printing > thousands of records which when you print it seperates each client into > a seperate print job so what happens is we get an error saying too many > jobs for the printer. What I am wondering is if there was an easy way > to create one big job with all those thousands of records. I know the > job will be very large but I have enough printer memory to handle > that. > Any thoughts or suggestions would be greatly appreciated. What OS is the server or print server running? If *Nix...what flavor? If nix, in /etc/cups/cupsd.conf there is a MaxRequestSize setting that may be of help to at least allow it to handle that many jobs. While I know that you would like to combine the jobs into one instead...that may be at least a temporary solution. It may require a some Google, but on my Debian Sarge machine, this line is commented anyway with notation that it defaults to 0. Might toy with uncommenting and playing with the value. Testing, on the other hand, may be a little more tricky without wasting some paper or taking the printer offline for a bit. HTH, David Boyle > Thanks, > Jon Scottorn > Systems Administrator > The Possibility Forge, Inc. > http://www.possibilityforge.com > 435.635.0591 x.1004 > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |