Sponsored Content
Operating Systems HP-UX [Solved] Problem creating print queue HP-UX -to- HP4100N Post 302452492 by KmJohnson on Friday 10th of September 2010 06:23:25 PM
Old 09-10-2010
Hey thanks for the help on this...
I was able to create a new queue with “addqueue” just fine.
By the way sorry for the long delay, I was put on another project for quite some time before I could get back to this.
So I made the queue and am seeing something I have never seen before in the results. I have PJL embedded printing commands coming out. I set up my queue with PCL only. Has anyone seen/heard of this and know where I might look to stop it?
Example:
?%-12345X@PJL USTATUS PAGE = OFF
@PJL USTATUS PAGE=ON
@PJL JOB NAME = "User: dXXXXXXX; Job: check-240" START = 1 @PJL SET COPIES = 1 @PJL ENTER LANGUAGE=PCL ?&s1C?&k2G?(s16.66H?&l8D?&a3L

{file/report body}

?E?E?%-12345X@PJL
@PJL RESET
@PJL EOJ NAME = "User: dXXXXXXX; Job: checks-240"
?%-12345X

I have looked at my source programming code in my ERP system and it does not have any JPL strings in it. I have tried using different reports and they also have the embeded JPL in my final reports. The original report is for my corperate "checks" and it cannot have these extra commands. TIA. -KJ Smilie

Last edited by KmJohnson; 09-11-2010 at 10:51 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Problem with print queue

I have a problem with a print queue that keeps going down on me every couple of days. When it happens I run an 'enable' and all is fine for a few more days. Can anyone can tell me where to start looking to debug this problem as i am new to UNIX Thanx (1 Reply)
Discussion started by: carell
1 Replies

2. Solaris

Print to ps2pdf print queue

I am trying to create a printer queue, on a SunOS 5.7 system, that outputs a pdf file. There is an application running on the system that has a print button, which sends print files to the default printer. If I disable the printer, I am able to manually capture the files in /var/spool/lp/tmp and... (2 Replies)
Discussion started by: Sean_69
2 Replies

3. Programming

URGENT:::Can anybody help me in creating message queue appliction??

hello, I had to implement a message queue application....between 30 processes...... all 30 proceses are getting data from serial port.... And here is THE FLOW::::::::1 connector process...which is linked with message queue to all the 30 applications. Processes get the data from serial port and... (9 Replies)
Discussion started by: arunchaudhary19
9 Replies

4. AIX

Problem with custom print queue backend

I'm trying to write a custom backend (ksh script) for a print queue that will encrypt a file then FTP it to a server. I had been testing the script by just executing it by hand and giving it a file as an argument. When I run the script manually, everything works perfectly. But when I run the script... (0 Replies)
Discussion started by: acascianelli
0 Replies

5. Solaris

creating printer queue in Solaris 10

I have installed the foo2zjs drivers but i don't know the next steps to how to make a print queue with ppd files........kindly guide me out if anyone have used foo2jzs or some other methods to configure the hp laserjet 1022n printer.Kindly explain step by step procedure of how to do this. ... (2 Replies)
Discussion started by: kumarmani
2 Replies

6. Programming

Permission denied when creating message queue

Hi guys. i have wrote a simple program to test message queue attributes. here it is: #include <stdio.h> #include <stdlib.h> #include <mqueue.h> #include <fcntl.h> #include <string.h> #include <errno.h> #include <sys/stat.h> int main() { struct mq_attr attr; mqd_t mqd; ... (2 Replies)
Discussion started by: majid.merkava
2 Replies

7. Programming

creating a message queue using mq_open

Hi all, First of all thanks in advance for reading my post and for your heart for helping me. I am trying to create a message queue using mq_open(name,oflags,mode_t,attr) method. But that function call is returning with an error code EFAULT. By googling it I found that it happens when there is... (10 Replies)
Discussion started by: parusasi
10 Replies

8. UNIX for Advanced & Expert Users

[Solved] remove all print jobs from a print queue

Hello, Sometimes i need to clear all the jobs of a print queue and it is really annoying to cancel one by one. Is there a way to cancel all print jobs for a specific print queue with a single command instead of cancelling them one by one? My AIX system is 5.3 Thank you for your attention (2 Replies)
Discussion started by: omonoiatis9
2 Replies

9. Programming

[Solved] how to send an integer via message queue?

how can i send an integer via message queue? i try this, but it doesn't work, child process receive 13345943 instead of 5 #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/msg.h> #include <sys/ipc.h> #include <sys/sem.h> #include <errno.h> #include <unistd.h>... (2 Replies)
Discussion started by: tafazzi87
2 Replies

10. HP-UX

[Solved] a way to tell printer used by configured print queue?

Hello; As the title says, am trying to find our which driver is used for the alraedy working print queues.. neither hpnpf nor hppi seems to give that info .. Any ideas ?? Thnx (2 Replies)
Discussion started by: delphys
2 Replies
hipercdecode(1) 					      General Commands Manual						   hipercdecode(1)

NAME
hipercdecode - Decode a HIPERC stream into human readable form. SYNOPSIS
hipercdecode [options] <hiperc-file DESCRIPTION
hipercdecode decodes a HIPERC stream into human readable form. Uncompressed and JBIG formats are handled. An HIPERC stream is the printer langauge used by the Oki Data C310dn, C3100, C3200n, C3250n, C3300n, C3400n, C5100n, C5250n, C5500n, C5600, and the C5800n printers. COMMAND LINE OPTIONS
These are the options that can appear on the command line. -d basename Basename of .pbm file for saving decompressed planes. -h Print hex file offsets. -o Print file offsets. -D level Set Debug level [0]. EXAMPLES
Decode an HIPERC stream file created by foo2hiperc. $ foo2hiperc-wrapper testpage.ps | hipercdecode -h 0: 33%-12345X@PJL f: @PJL RDYMSG DISPLAY = "Unknown" 30: @PJL SET OKIJOBACCOUNTJOB USERID="Unknown" JOBNAME="Unknown" 6e: @PJL SET OKIAUXJOBINFO DATA="DocumentName=Unknown" a2: @PJL SET OKIAUXJOBINFO DATA="ComputerName=dual.rkkda.org" dd: @PJL SET OKIAUXJOBINFO DATA="ReceptionTime=00:00:00 2008/01/30" 11e: @PJL SET OKIAUTOTRAYSWITCH=ON 13d: @PJL SET OKIPAPERSIZECHECK=ENABLE 160: @PJL SET RESOLUTION=600 179: @PJL SET PAPER=LETTER 190: @PJL SET OKITRAYSEQUENCE=PAPERFEEDTRAY 1b8: @PJL SET OKIPAPERFEED=TRAY1 1d5: @PJL SET OKIMEDIATYPE = PLAIN 1f4: @PJL SET LPARM:PCL OKIPRINTMARGIN=INCH1D6 21f: @PJL SET COPIES=1 232: @PJL SET QTY=1 242: @PJL SET HIPERCEFFECTIVEBLOCKSIZE=34799360 26e: @PJL ENTER LANGUAGE=HIPERC 289: RECTYPE 0 (len=52,0x34 cnt=1) 291: BLKNUM 0, nbie=1, pn=3 [black] uc=0,0, wid=4864 ud=0,100 2a5: BLKNUM 1 (len=20), uncompressed=1, bie: DL = 48, D = 48, P = 49, - = 48, XY = 4864 x 6816 L0 = 256, MX = 0, MY = 0 Order = 0 Options = 0 1 stripes, 0 layers, 49 planes 2bd: RECTYPE 1 (len=155668,0x26014 cnt=1) 2c5: BLKNUM 0 (len=4), plane=3, uc=0,0,0 2cd: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 262d1: RECTYPE 1 (len=155668,0x26014 cnt=2) 262d9: BLKNUM 0 (len=4), plane=3, uc=0,0,0 262e1: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 4c2e5: RECTYPE 1 (len=155668,0x26014 cnt=3) 4c2ed: BLKNUM 0 (len=4), plane=3, uc=0,0,0 4c2f5: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 722f9: RECTYPE 1 (len=155668,0x26014 cnt=4) 72301: BLKNUM 0 (len=4), plane=3, uc=0,0,0 72309: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 9830d: RECTYPE 1 (len=155668,0x26014 cnt=5) 98315: BLKNUM 0 (len=4), plane=3, uc=0,0,0 9831d: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... be321: RECTYPE 1 (len=155668,0x26014 cnt=6) be329: BLKNUM 0 (len=4), plane=3, uc=0,0,0 be331: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... e4335: RECTYPE 1 (len=155668,0x26014 cnt=7) e433d: BLKNUM 0 (len=4), plane=3, uc=0,0,0 e4345: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 10a349: RECTYPE 1 (len=155668,0x26014 cnt=8) 10a351: BLKNUM 0 (len=4), plane=3, uc=0,0,0 10a359: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 13035d: RECTYPE 1 (len=155668,0x26014 cnt=9) 130365: BLKNUM 0 (len=4), plane=3, uc=0,0,0 13036d: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 156371: RECTYPE 1 (len=155668,0x26014 cnt=10) 156379: BLKNUM 0 (len=4), plane=3, uc=0,0,0 156381: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 17c385: RECTYPE 1 (len=155668,0x26014 cnt=11) 17c38d: BLKNUM 0 (len=4), plane=3, uc=0,0,0 17c395: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 1a2399: RECTYPE 1 (len=155668,0x26014 cnt=12) 1a23a1: BLKNUM 0 (len=4), plane=3, uc=0,0,0 1a23a9: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 1c83ad: RECTYPE 1 (len=155668,0x26014 cnt=13) 1c83b5: BLKNUM 0 (len=4), plane=3, uc=0,0,0 1c83bd: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 1ee3c1: RECTYPE 1 (len=155668,0x26014 cnt=14) 1ee3c9: BLKNUM 0 (len=4), plane=3, uc=0,0,0 1ee3d1: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 2143d5: RECTYPE 1 (len=155668,0x26014 cnt=15) 2143dd: BLKNUM 0 (len=4), plane=3, uc=0,0,0 2143e5: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 23a3e9: RECTYPE 1 (len=155668,0x26014 cnt=16) 23a3f1: BLKNUM 0 (len=4), plane=3, uc=0,0,0 23a3f9: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 2603fd: RECTYPE 1 (len=155668,0x26014 cnt=17) 260405: BLKNUM 0 (len=4), plane=3, uc=0,0,0 26040d: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 286411: RECTYPE 1 (len=155668,0x26014 cnt=18) 286419: BLKNUM 0 (len=4), plane=3, uc=0,0,0 286421: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 2ac425: RECTYPE 1 (len=155668,0x26014 cnt=19) 2ac42d: BLKNUM 0 (len=4), plane=3, uc=0,0,0 2ac435: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 2d2439: RECTYPE 1 (len=155668,0x26014 cnt=20) 2d2441: BLKNUM 0 (len=4), plane=3, uc=0,0,0 2d2449: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 2f844d: RECTYPE 1 (len=155668,0x26014 cnt=21) 2f8455: BLKNUM 0 (len=4), plane=3, uc=0,0,0 2f845d: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 31e461: RECTYPE 1 (len=155668,0x26014 cnt=22) 31e469: BLKNUM 0 (len=4), plane=3, uc=0,0,0 31e471: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 344475: RECTYPE 1 (len=155668,0x26014 cnt=23) 34447d: BLKNUM 0 (len=4), plane=3, uc=0,0,0 344485: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 36a489: RECTYPE 1 (len=155668,0x26014 cnt=24) 36a491: BLKNUM 0 (len=4), plane=3, uc=0,0,0 36a499: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 39049d: RECTYPE 1 (len=155668,0x26014 cnt=25) 3904a5: BLKNUM 0 (len=4), plane=3, uc=0,0,0 3904ad: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 3b64b1: RECTYPE 1 (len=155668,0x26014 cnt=26) 3b64b9: BLKNUM 0 (len=4), plane=3, uc=0,0,0 3b64c1: BLKNUM 1 (len=155648), Data=00 00 00 00 00 00 00 00 00 00 00 ... 3dc4c5: RECTYPE 1 (len=97300,0x17c14 cnt=27) 3dc4cd: BLKNUM 0 (len=4), plane=3, uc=0,0,0 3dc4d5: BLKNUM 1 (len=97280), Data=00 00 00 00 00 00 00 00 00 00 00 ... 3f40d9: RECTYPE 255 (len=8,0x8 cnt=28) 3f40e1: 33%-12345X FILES
/usr/bin/hipercdecode SEE ALSO
foo2hiperc-wrapper(1), foo2hiperc(1) AUTHOR
Rick Richardson <rick.richardson@comcast.net> http://foo2hiperc.rkkda.com/
All times are GMT -4. The time now is 11:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy