- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Postscript "rangecheck" error with HP LJ 6MP from ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2003 04:29 PM
тАО02-05-2003 04:29 PM
Postscript "rangecheck" error with HP LJ 6MP from Redhat 7.3
HP LJ 6MP. The document appears to print fine, but an error page always
prints after the document, which displays the text "%%[Error:
rangecheck]%%". From my understanding, the rangecheck error is a very
general postscript error message. My main concern at this point is
stopping the error page from printing. Does anyone know how to disable
Postscript error reporting on the HP LJ 6MP?
Something that is a bit strange about this is that I can print this same
document to the same printer from a SCO v5 server and the error report
does not print.
Any other advice that could be offered is greatly appreciated.
Thanks
Jonathan Smith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2003 03:25 AM
тАО02-07-2003 03:25 AM
Re: Postscript "rangecheck" error with HP LJ 6MP from Redhat 7.3
Is the printer on your Redhat machine defined as a generic postscript printer?
What happens if you send it directly to the raw print device?
It is possible that the document is filtered through a ghostscript filter while it does n't need to, and the error could be from ghostscript.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2003 09:06 AM
тАО02-21-2003 09:06 AM
Re: Postscript "rangecheck" error with HP LJ 6MP from Redhat 7.3
If the driver is changed to postscript, only the postscript code prints.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2003 09:16 AM
тАО02-21-2003 09:16 AM
Re: Postscript "rangecheck" error with HP LJ 6MP from Redhat 7.3
Any ideas on why this is occuring?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2003 02:30 PM
тАО02-23-2003 02:30 PM
Re: Postscript "rangecheck" error with HP LJ 6MP from Redhat 7.3
-o raw
If not, even with the 'raw' print driver, it will do some parsing.
We have this issue with PCL files we send (not the exact message, but *shrug*).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2003 01:00 PM
тАО02-24-2003 01:00 PM
Re: Postscript "rangecheck" error with HP LJ 6MP from Redhat 7.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2003 02:28 PM
тАО02-24-2003 02:28 PM
Re: Postscript "rangecheck" error with HP LJ 6MP from Redhat 7.3
You might need to set up a simple 'if' filter to achieve this (#!/usr/bin/perl;open(FILE, '/tmp/junk';while (<>) { print FILE $_; }; close(FILE);).