1832905 Members
2937 Online
110048 Solutions
New Discussion

Re: Zebra label printer

 
SAM_24
Frequent Advisor

Zebra label printer

Hi,

We are using Interface/model script as dump plotter. It is working fine but we are not getting status correct in SAP application. I want to know is there any recommended model script?

Thanks.
Never quit
5 REPLIES 5
Chris Wilshaw
Honored Contributor

Re: Zebra label printer

We have a system with a number of these printers installed. As they're have IP addresses, they've been set up as network printers, using the rmodel interface script.
Bill Hassell
Honored Contributor

Re: Zebra label printer

The dumb model script is all there is and of course, this applies only to the lp spooler. There is no status from the lp command other than the return code (a single number). SAP may be bypassing the spooler in which case you'll need SAP's help to define what 'status' actually means in HP-UX. This will be very dependent on the interface (serial, parallel, networkIP address, remote printer server, or...


Bill Hassell, sysadmin
Michael Elleby III_1
Trusted Contributor

Re: Zebra label printer

We've had a bunch of problems with these printers where I am employed..

We just recently sent some 170 models back to Zebra, because we couldn't get the doggone things to work...

Even the print server that came with these printers would not work...

Mike
Knowledge Is Power
Bart Paulusse
Respected Contributor

Re: Zebra label printer

Hi,

we're also using zebra printers in combination with SAP. In HP-UX we're using the dumbplot model script for printer (not plotter) and in SAP the standard ASCIIPRI driver. No problems there.
We've had a similar problem with another label printer where the outputstatus in SAP was 'incorrect' but the actual print was OK. This was caused by a PrintControl that was sent by SAPScript to the printer and was unknown to the ASCIIPRI driver. This resulted in an errorlog for every printout.
Hope this helps a bit...

regards,

Bart Paulusse