content missing from print jobs periodically

99 views
Skip to first unread message

danny ruckel

unread,
Aug 24, 2017, 10:35:17 AM8/24/17
to Pick and MultiValue Databases
folks,

i'm on d3 9.0, red hat enterprise linux 6.7.  i'm using zebra printers.  these devices are d3 system shared printers.

we are currently experiencing print jobs that are randomly missing content, usually at the beginning or end of the print job.

has anyone had this experience and if so what did you do to resolve?

thanks,

danny 

geneb

unread,
Aug 24, 2017, 11:33:28 AM8/24/17
to Pick and MultiValue Databases
Danny, can you post what the print queue setup looks like?

ex. for my Zebra printers, I use this:
STARTSHP 13,13,0,S137,LP.UNIX,(lpr -PZebra_Z4M_1)

In CUPS I've got the queue set up as an HP JetDirect device (port 9100).

g.

--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
http://www.diy-cockpits.org/coll - Go Collimated or Go Home.
Some people collect things for a hobby. Geeks collect hobbies.

ScarletDME - The red hot Data Management Environment
A Multi-Value database for the masses, not the classes.
http://scarlet.deltasoft.com - Get it _today_!

John Doe

unread,
Aug 29, 2017, 5:12:44 AM8/29/17
to Pick and MultiValue Databases

I had once a similar problem with an OKI laser printer. The culprit was a faulty printer memory.

Every time I've printed the printer setup page, printed right after turning it on, the memory start address and the available memory were shown different values.


P.S. The dealer who sold us the printer was swearing that it is normal to have different memory numbers when you start the printer!

Will Johnson

unread,
Aug 29, 2017, 2:39:26 PM8/29/17
to Pick and MultiValue Databases
We had an issue like this when the XOFF / XON were being grabbed prematurely by something upstream instead of being passed through

George Gallen

unread,
Aug 29, 2017, 4:04:37 PM8/29/17
to mvd...@googlegroups.com

Since your on unix, you could use the tee command to send the print data to a file as well as to lpr.

Then when you have an issue, pull up the file, and make sure there everything is there.


If it's missing from the file that tee created, it means it was before the handoff to the printer

if it's in the file that tee created, then it's either cups or something with the printer itself.


instead of your "lpr -PPR8" you have " tee -a /tmp/testing | lpr -P PR8"  and everything that would

go to the lpr command will also be send (and appended) to the file /tmp/testing.  


As Will noted, check the printer configuration, and see if it has an xon/xoff setting and if it's enabled.


I also had an issue when I would send raw PCL to our printer, if the length of the line was too long it would get

truncated, so we had to start adding CR's which the PCL ignored but it stopped the printer driver from truncating.

I'm not sure if that issue was a Universe issue doing the truncating - we were using PRINT ON x to build the job.


George



From: 'Will Johnson' via Pick and MultiValue Databases <mvd...@googlegroups.com>
Sent: Tuesday, August 29, 2017 2:39 PM
To: Pick and MultiValue Databases
Subject: [mvdbms] Re: content missing from print jobs periodically
 
We had an issue like this when the XOFF / XON were being grabbed prematurely by something upstream instead of being passed through

--
You received this message because you are subscribed to
the "Pick and MultiValue Databases" group.
To post, email to: mvd...@googlegroups.com
To unsubscribe, email to: mvdbms+un...@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
Reply all
Reply to author
Forward
0 new messages