#40649 - 09/13/12 11:31 AM
Re: maximum data line length exceeded
[Re: Raphael Lalonde Lefebvre]
|
OL Toddler
Registered: 06/24/04
Posts: 33
Loc: Coppell, Texas
|
it works on every model of HP printer and Canon copier/printer that we have in the company, this is a new model HP printer that we were looking to use. Currently all of our forms are printer resident (printer-centric) with a trigger that precedes the data sent to the printer. We are not using Planet Press Workflow.
_________________________
chuckl
|
Top
|
|
|
|
#40662 - 09/14/12 07:57 AM
Re: maximum data line length exceeded
[Re: Raphael Lalonde Lefebvre]
|
OL Expert
Registered: 09/06/00
Posts: 1984
Loc: Objectif Lune, Montreal, Qc
|
Chuck,
What emulation are you using? Have you tried testing this printer with a basic Form, using basic text data? This might give us (and HP) a clue as to what's causing the issue.
_________________________
Technical Product Manager I don't want to achieve immortality through my work; I want to achieve immortality through not dying - Woody Allen
|
Top
|
|
|
|
#40667 - 09/14/12 11:56 AM
Re: maximum data line length exceeded
[Re: Philippe F.]
|
OL Toddler
Registered: 06/24/04
Posts: 33
Loc: Coppell, Texas
|
line printer emulation. I will try and set up a basic form test. forms print fine from the design app, its when they are sent from our custom application we get the extra page.
thanks chuckl
_________________________
chuckl
|
Top
|
|
|
|
#40668 - 09/14/12 12:02 PM
Re: maximum data line length exceeded
[Re: chuckl]
|
OL Expert
Registered: 09/06/00
Posts: 1984
Loc: Objectif Lune, Montreal, Qc
|
Sounds like each line in the file ends with CR instead of CRLF. PlanetPress can handle those just fine, but when you send the file directly to the printer, it sees it as one long line.
That may be something you can control on the printer itself, though. You might want to ask HP if there's an option to automatically interpret CR characters as CRLF pairs.
_________________________
Technical Product Manager I don't want to achieve immortality through my work; I want to achieve immortality through not dying - Woody Allen
|
Top
|
|
|
|
#40669 - 09/14/12 01:35 PM
Re: maximum data line length exceeded
[Re: Philippe F.]
|
OL Expert
Registered: 10/14/05
Posts: 4956
Loc: Objectif Lune Montreal
|
chuckl, I know you aren't using Workflow right now, and not sure if you've got a license for it, but we have a "Binary Filter" plugin available for it here: http://www.objectiflune.com/OL/en-CA/Download/ResourceCenter/PlanetPressSuite/Plugin.aspx#1It's an advanced filter that can, amongst other things, replace lonely CR character by CRLF. Perhaps you could try it, just to see if it works. At the very least, it would confirm a problem with the data. Regards, Raphaël Lalonde Lefebvre
|
Top
|
|
|
|
#40679 - 09/17/12 04:04 PM
Re: maximum data line length exceeded
[Re: Raphael Lalonde Lefebvre]
|
OL Toddler
Registered: 06/24/04
Posts: 33
Loc: Coppell, Texas
|
I have performed the most basic test I can which is a form with no data, just the trigger and I still get the extra page. The trigger looks like this:
%!PS-Adobe' || chr(13) || '(%disk0%Form0040) run Form0040' || chr(13) || chr(10))
Are all of the newer model HP printers going to react this way? Does anyone know of any newer HP Laserjet models that are working in a printer-centric environment? I'm running out of options.
chuckl
_________________________
chuckl
|
Top
|
|
|
|
#40721 - 09/20/12 03:05 PM
Re: maximum data line length exceeded
[Re: Raphael Lalonde Lefebvre]
|
OL Toddler
Registered: 06/24/04
Posts: 33
Loc: Coppell, Texas
|
I modified the trigger to include the LF after the lone CR with no luck. We have opened a ticket with HP and hope to hear back from them soon. I'm still open to any and all suggestions.
thanks for all help chuckl
Edited by chuckl (09/20/12 03:06 PM)
_________________________
chuckl
|
Top
|
|
|
|
|
|