Printer control codes

Anyone know where to get printer control codes for an HP Laserjet printer?  Back in the old days of dot matrix printers,  the manuals always had tables for ASCII, HEX or IBM, etc control codes.  I have some old "Basic" software that I want to imbed printer commands to do things like expanded print, bold print, etc.

A table of simple PCL commands is available here.
Regards,
Bob Headrick, Microsoft MVP Printing/Imaging
Bob Headrick,  HP Expert
I am not an employee of HP, I am a volunteer posting here on my own time.
If your problem is solved please click the "Accept as Solution" button ------------V
If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

Similar Messages

  • Best way to send printer control codes?

    What's the best way to send printer control codes in Netware 3.12? Should I
    use a batch file that's run each time a particular queue is selected, or is
    there something I should be doing with a pconsole option? I'm trying to get
    rid of extra linefeeds and enable compressed printing. DOS environment, by
    the way.
    The printer in question is an Ithaca Pcos Series 50 ( #52 pn-06-0629), which
    isn't one of the standard ones listed in Pconsole etc. It may emulate a
    standard IBM though.
    Thanks-
    --Mike-- Chain Reaction Bicycles
    www.ChainReactionBicycles.com

    > What's the best way to send printer control codes in Netware 3.12? Should
    > I use a batch file that's run each time a particular queue is selected, or
    > is there something I should be doing with a pconsole option? I'm trying to
    > get rid of extra linefeeds and enable compressed printing. DOS
    > environment, by the way.
    Never mind, I'm in a habit of answering my own posts these days. Just create
    a job configuration in printcon that uses a device with the appropriate
    device modes.
    Is it just me, or is Netware queue-based printing a bit on the obtuse side?
    Seems like it could have been made a whole lot easier (more linear?) to set
    up.
    --Mike-- Chain Reaction Bicycles
    www.ChainReactionBicycles.com

  • How to print BAR code in SMART Form

    Hi All,
    I have the requirement to print BAR CODE in Smartforms.
    For this, I create a character format with Bar code in style forms and create a text element in Smart form and associate bar code character format with this text element.
    Now when I look the print preview for the data, then it shows me data in bar code format but not in right format i.e. its shows me all the similar block in bar code.
    If you look the bar code in SAP script, its always show you bar code with similar block, but in SMART FORM it will show you exact bar code; as in SAP Script, bar code is generated at printer end and in SMARTFORM bar code is generated as graphic in SAP and then sent to printer for print.
    PLease let me know, why in SMARTFORM its not showing BAR CODE in correct format in print preview.
    Thanks
    Piyush Mathur

    Hi,
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Detailed information about SAP Barcodes
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    reward if useful
    regards,
    ANJI

  • How to use print control in Sap script

    I would like to use print control in Sap script.Actualy my problem I have security font Troy ECF. Using this font I would like to print amount field in Check printing.
    we count download this font with sap .we talked to customer care they told we should hard code in sapscript. pls can any1 help on this how to do and how to use print control for this fonts.

    call this funcation. crate_text.
    CALL FUNCTION 'CREATE_TEXT'
             EXPORTING
               FID               =
               FLANGUAGE         =
               FNAME             =
               FOBJECT           =
             SAVE_DIRECT       = 'X'
             FFORMAT           = '*'
             TABLES
               FLINES            =
           EXCEPTIONS
             NO_INIT           = 1
             NO_SAVE           = 2
             OTHERS            = 3
           IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
           ENDIF.

  • Printing QR codes and Barcodes together

    Dear All,
    I have referred the following link to print QR code as a post script:
    http://scn.sap.com/people/robert.russell/blog/2010/10/25/barcodes-in-sap-with-the-barcode-writer-in-pure-postscript
    While printing my SAP Script/ SMARTFORM output on any printer, if I specify output device as ZBWIPP then QR code is being printed perfectly, but barcodes (Which are already there in script and are expected to be there) are not being printed at all. When the output is printed without specifying any output device, then only barcodes are being printed and not the QR code.
    I have tried adding print controls ZBW01, ZBW02, ZBW09 and ZBW91 to the output type of printer, even then QR code is not being printed.
    I request your advice and help on how to get QR code and barcodes printed together. Thank you.
    Regards,
    Kartik
    P.S. These existing barcodes are of type BC_CD39, not post script barcodes.

    Hi Karthik,
    I have a requirement to
    1) Output data from an internal table into excel, and
    2) Create a chart from the data in excel
    So far I have been able to export the data using OLE calls, created a chart object,.
    My question:
    1. How to put Data Lables
    2. How to put Data Table under the Chart
    3. How to rename the series names.
    Below is the recorded Macro. I don't know how to convert it to ABAP.
    Sub Macro1()
    ActiveSheet.Shapes.AddChart.Select
    ActiveChart.ChartType = xlColumnClustered
    Application.CutCopyMode = False
    ActiveChart.SetSourceData Source:=Range("B1:E4")
    ActiveChart.SeriesCollection(1).Name = "=Sheet2!$A$2"
    ActiveChart.SeriesCollection(2).Name = "=Sheet2!$A$3"
    ActeChart.SeriesCollection(3).Name = "=Sheet2!$A$4"
    ActiveChart.SetElement (msoElementDataLabelOutSideEnd)
    ActiveChart.SetElement (msoElementDataTableWithLegendKeys)
    End Sub
    I have attached the current output and expected output.
    I have searched about this in google but i could not find any solution for this.
    Your help is greatly appreciated.
    Current Output:
    Expected Output:
    I hope that I have explained my query clearly.
    Thanks,
    Lakshmi.

  • Unable to print ASCII codes

    Hello,
    I am facing a problem in printing ASCII code between 128 and 159. these codes are displayed as '?'. All the other codes are printed correctly. Please let me know the reason behind this.
    Given below is the code for the same
    class Codes
         public static void main(String args[])
              short i = 165;
              for (i=0; i<=256;i+=5)
                   System.out.println(i+" "+(byte)i+" "+(i+1)+" "+(byte)(i+1)+" "+(i+2)+" "+(byte)(i+2)+" "+(i+3)+" "+(byte)(i+3)+" "+(i+4)+" "+(byte)(i+4));
    Waiting for a quick reply
    rgds,
    Sameer

    1. What are the chars you are talking about? As already mentioned, they are control chars in unicode. What character encoding would you like to use, or in other words, what characters would you like to have for those bytes?
    2. The character encoding of the dos console (Cp850 on the windozes I've used) is different from the system's default encoding (Cp1252, IIRC). This will cause problems if you want to print out text having non-ascii characters. For example System.out.println("&Aring;&Auml;&Ouml;") should print out the last three letters of the finnish alphabet but it prints something else instead. But if you write the text to a file it comes out as it should.
    Another character encoding can be used by wrapping an OutputStreamWriter around System.out:
    OutputStreamWriter osw = new OutputStreamWriter(System.out, "Cp850");
    PrintWriter out = new PrintWriter(osw, true);
    out.println("&Aring;&Auml;&Ouml;");
    Similarly, the input read through the standard inputstream in dos (the keyboard input or redirection using "<") is in another encoding and needs to be converted.

  • How to define print control for TO in wm

    hi
    can someone help me out explaining how can i configure print control for to in wm.i donno how to set up perameters for it in spro.
    thanx in advance

    You have to set Spools, form names, print codes, assigning printers, auto pick list printing, number of
    labels printed etc.  in OMLV.
    http://help.sap.com/saphelp_40b/helpdata/en/77/1939516e36d1118b3f0060b03ca329/content.htm
    http://help.sap.com/bp_bblibrary/470/documentation/A09_BB_ConfigGuide_EN_US.doc#_Toc84924701

  • What is a Budget Control Code?

    On saving an ADI report I've created I'm getting the error message "You have entered a budget amount type without an associated control value assignment. Use control values to tie budgets to columns." Any idea what a Control Value is? Can't find it in the manuals anywhere. It seems to want a non zero integer value, which doesn't really narrow it down as much as I'd like...

    I have figured out that the control code it refers to, it ties a column to a specific budget but do not know the values are. The General Ledger User guide comments (for FSG, page 4-18)
    &BUDGET: Enter &BUDGET followed by a control value number
    to print the budget name assigned to the control value number
    when you define your report.
    I suspect that the numbers live in GL_BUDGET_VERSION.CONTROL_BUDGET_VERSION_ID...but my access (ADI only) does not allow me to easily query this...

  • "Create New BW Web Printing Controls Your Users Will Love" not working

    Hi
    I tried to implement codes (http://www.bwexpertonline.com/downloads/fox04.doc)for BW Web Printing controls as instructed in the article(http://www.bwexpertonline.com/archive/Volume_02_(2004)/Issue_03_(March)/V2I3A4.cfm).
    I got everything fine, EXCEPT I cannot seem to get the Z_PRINT_HTML_TEMPLATE to retain changed form value. And I cannot get print preview of all pages when I uncheck and click Enter button. The form just refreshes itself and brings back the default setting value.
    Does anyone know why it is doing this? Thank you very much for any help in advance!

    Hi Rob,
    We were able to successfully change the redirect by using the "How-to" guide and now have a change password option on the logon, but now our report is not executing.
    Please note that the report that we are trying to access is not a BSP, but a standard BW query that was being executing through WAS.
    Any ideas?
    Thanks
    Srini

  • Printing ZPL code directly to a printer

    In my abap program a have a string that contains ZPL code.  I'd like to send that ZPL code directly to the user's local printer.  Is there a way to do this in ABAP?  I looked at FM PRINT_TEXT but I'm not sure if that is the best way to do it.
    If I were to do this outside of SAP. I would call up the windows command prompt and type:
    copy C:\Label.txt LPT1
    I just don't know how to do this from ABAP.
    Thank you,

    I'm try to set up a print control for device type LB_ZEB2.  However, I'm not sure what to put for the control charatcer sequence.  Here is my code:
    FORM test_print using barcode.
      DATA PARAMS LIKE PRI_PARAMS.
      DATA: DAYS(1)  TYPE N VALUE 2,
            COUNT(3) TYPE N VALUE 1,
            VALID    TYPE C.
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          DESTINATION    = 'LABL'
          COPIES         = COUNT
          LIST_NAME      = 'TEST'
          LIST_TEXT      = 'Test NEW-PAGE PRINT ON'
          IMMEDIATELY    = 'X'
          RELEASE        = 'X'
          NEW_LIST_ID    = 'X'
          EXPIRATION     = DAYS
          LINE_SIZE      = 79
          LINE_COUNT     = 23
          LAYOUT         = 'X_PAPER'
          SAP_COVER_PAGE = 'X'
          RECEIVER       = 'SAP*'
          DEPARTMENT     = 'System'
          NO_DIALOG      = ' '
        IMPORTING
          OUT_PARAMETERS = PARAMS
          VALID          = VALID.
      IF VALID <> SPACE.
    *NEW-PAGE PRINT ON IMMEDIATELY 'X'.
        NEW-PAGE PRINT ON PARAMETERS PARAMS NO DIALOG.
        FORMAT COLOR OFF INTENSIFIED OFF.
        WRITE:/.
        PRINT-CONTROL FUNCTION 'BCPFX'.
        WRITE: barcode NO-GAP.
        PRINT-CONTROL FUNCTION 'BCSFX'.
        WRITE:/.
      endif.
    ENDFORM.

  • Print-Control use in Sapscript to cut paper

    Hi everybody!
    I'm using a Epson TM-U675 to print receipts, but I need to send the paper cut code to te printer, in the printer documentation this code is 9EH.
    I defined a print control ZCUT with following attributes:
    Direct, Hexadecimal and sequence value is "9E".
    In the sapscript code I've the following code:
    IT Before paper cut test
    /* Cut paper control code
    /: PRINT-CONTROL ZCUT
    CI
    IT After paper cut.
    But nothing happened.
    I need to know if I've an error in the print-control definition or the sapscript code.
    Thanks in advance
    Ronald Picado.

    You'd have better luck with getting an aswer if you posted your question to the ABAP forum.

  • Printing bar code to LOCL printer

    I have created a smartform to print a bar code using bar code BC_CD39.  I call the smartform function in an ABAP program and then display it in PDF form using function:
    call function 'SSFCOMP_PDF_PREVIEW'
         EXPORTING
              i_otf                    = otfdata
         EXCEPTIONS
              convert_otf_to_pdf_error = 1
              cntl_error               = 2
              others                   = 3.
    The bar code does show on the PDF, but it is just showing as repeating bars of the same size. Like this:  
    And when I print to LOCL printer, it prints out the same.  Why is it not printing/displaying the true bar code?

    Hi
    Which printer are you using? To print the Barcodes you need a separate Barcode printer see the following
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Hope this link ll be useful..
    http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm
    go through these links and cose u r previous threads,
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    smartform - barcode
    http://www.erpgenie.com/abap/smartforms.htm
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/print-barcode-with-smartform-634396
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/printing-barcode-733550
    Detailed information about SAP Barcodes
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    Regards
    Anji

  • Font Size Using PRINT-CONTROL

    Hi All,
    I am converting classical report list into PDF format. while converting PDF I need to change the font size and type.
    For this i am using print-control in the code, but the font size and type are not changed in the PDF file.
    My code is as follows.
    PRINT-CONTROL SIZE 001 FONT 001.
    Also I am using for below code for bold letters.
    PRINT-CONTROL FUNCTION: 'SABLD' LINE 1,
                            'SAOFF' LINE 10.
    it is also not reflecting the PDF file.
    Can anyone please tell me why these changes are not affected.
    Thanks & Regards,
    Murali.

    Problem Solved

  • Using ASCII control codes with BI Publisher

    When trying to print barcodes with BI publisher, I cannot convert the special ASCII control code "GS" (n° 29) with the barcode font I am using (IDAutomationC128S). I got this font some time ago, together with the xdocore.jar file containing the java class that implements the algorithm to encode in 128 barcode. I all works fine when it comes to encode strings containing normal or traditional chars, I get the start char, the stop char, and the checksum control char. However, the client asked us now to insert variable length fields in the barcode. This fields must start with the number "240" so that the barcode reader will know that there's a variable length field next, and they must have the ASCII control code "GS" (group separator, n° 29) to mark the end of the field.
    I first tried to insert this char by doing ALT+29, and I got this: "↔". However, the font I am using does not recognize this char and it does not transform it into a barcode. I then went to the ID Automation website (http://www.idautomation.com/fonts/code128/faq.html) and I saw that, in order to code this char, I should use the symbol "}". I added that in my string, at the end of the field, but then the barcode reader shows the symbol itself and it does not interpret it as the "GS" control code.
    Anybody knows how to deal with that? Anybody knows/has a font able to show this kind of chars?

    Karen,
    In your report query you can use logic like the following to conditionally report on a single or multiple selected values.
    For example you have a page (page 11) where you call the report from and on that page you place a shuttle or multi-select item named P11_PERSON_ID_LIST. When shuttle and multi-select items contain values they are separated by colons. Looks like 213:342:234:456:543
    You can then reference the P11_PERSON_ID_LIST in your query like the following.
    SELECT p.person_id
    ,p.person_name
    FROM people p
    WHERE (:P11_PERSON_ID_LIST IS NULL
    OR instr(':'||:P11_PERSON_ID_LIST||':',':'||p.person_id||':') > 0)
    You can also use logic like the following in your report queries when you have a single optional value in an item.
    SELECT p.person_id
    ,p.person_name
    FROM people p
    WHERE p.person_id = nvl(:P11_PERSON_ID, p.person_id)
    Hope that helps,
    Todd

  • Please - Exception readng printer control - need asssistance

    Ok, so recently created printers are throwing and error in iManager 2.7.7 or 2.6 -
    Exception reading printer control Close
    Error Request (CLIENT_ERROR) - bad status code (0x406)
    IPP Error: 0x406
    I've updated in iprint.npm if applicable. The printers have no spaces in their names. I've deleted the work directory off the imanager server and restarted Tomcat. I've recreated the server certificates and ran the Cool Solutions Certificate Re-creation Script for OES1, OES2 and OES 11 so they now validate, I've restarted the iprint daemons. I am at a loss, is there something I missed that you can point me to?
    The last option I'm seeing involves doing a "database" repair but I'd like to avoid that if possible.
    Any advice is appreciated - this is on OES2 32-bit with SLES 10 SP4/OES 2 .0.3 (SP3) fully patched.
    I could really use some ideas if you have a second everyone. Thank you so much.
    -Nyle

    On 05/08/2014 03:36 PM, nlandas wrote:[color=blue]
    >
    > Mysterious;2318377 Wrote:
    >> On 05/07/2014 10:36 PM, nlandas wrote:
    >> what error do you see on the apache error_log file?
    >
    > Thanks, so on the iPrint server logging wasn't at debug level. I'll turn
    > that on and report back. Below is what the log says for today but I
    > don't see anything that stands out to me. If you can let me know if you
    > see something.
    >
    > [Thu May 08 02:03:02 2014] [error] BindPsm : NDPS object not found
    > [Thu May 08 04:43:47 2014] [error] BindPsm : NDPS object not found
    > [Thu May 08 04:44:20 2014] [error] BindPsm : NDPS object not found
    > [Thu May 08 07:25:41 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 07:26:05 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 07:39:55 2014] [error] BindPsm : PA requires authentication
    > [Thu May 08 07:39:55 2014] [error] [client X.X.186.42] no acceptable
    > variant: /usr/share/apache2/error/HTTP_UNAUTHORIZED.html.var
    > [Thu May 08 07:43:40 2014] [error] BindPsm : PA requires authentication
    > [Thu May 08 07:43:41 2014] [error] [client X.X.186.77] no acceptable
    > variant: /usr/share/apache2/error/HTTP_UNAUTHORIZED.html.var
    > [Thu May 08 07:53:32 2014] [error] BindPsm : PA requires authentication
    > [Thu May 08 07:53:33 2014] [error] [client X.X.188.134] no acceptable
    > variant: /usr/share/apache2/error/HTTP_UNAUTHORIZED.html.var
    > [Thu May 08 07:54:23 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 07:56:42 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 07:57:21 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:05:54 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:15:29 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:18:50 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:20:21 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:20:52 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:27:56 2014] [error] BindPsm : PA requires authentication
    > [Thu May 08 08:27:57 2014] [error] [client X.X.189.24] no acceptable
    > variant: /usr/share/apache2/error/HTTP_UNAUTHORIZED.html.var
    > [Thu May 08 08:28:54 2014] [error] BindPsm : PA requires authentication
    > [Thu May 08 08:28:55 2014] [error] [client X.X.188.85] no acceptable
    > variant: /usr/share/apache2/error/HTTP_UNAUTHORIZED.html.var
    > [Thu May 08 08:28:56 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:34:41 2014] [error] BindPsm : PA requires authentication
    > [Thu May 08 08:34:42 2014] [error] [client X.X.188.170] no acceptable
    > variant: /usr/share/apache2/error/HTTP_UNAUTHORIZED.html.var
    > [Thu May 08 08:34:43 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:42:31 2014] [error] BindPsm : PA requires authentication
    > [Thu May 08 08:42:33 2014] [error] [client X.X.185.240] no acceptable
    > variant: /usr/share/apache2/error/HTTP_UNAUTHORIZED.html.var
    > [Thu May 08 08:42:54 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:42:54 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:43:29 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:43:56 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:44:54 2014] [error] BindPsm : PA requires authentication
    > [Thu May 08 08:44:55 2014] [error] [client X.X.191.83] no acceptable
    > variant: /usr/share/apache2/error/HTTP_UNAUTHORIZED.html.var
    > [Thu May 08 08:46:04 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:03 2014] [error] BindPsm : PA requires authentication
    > [Thu May 08 08:48:04 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:04 2014] [error] BindPsm : PA requires authentication
    > [Thu May 08 08:48:04 2014] [error] [client X.X.186.44] no acceptable
    > variant: /usr/share/apache2/error/HTTP_UNAUTHORIZED.html.var
    > [Thu May 08 08:48:05 2014] [error] [client X.X.186.44] no acceptable
    > variant: /usr/share/apache2/error/HTTP_UNAUTHORIZED.html.var
    > [Thu May 08 08:48:05 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:05 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:05 2014] [error] [client X.X.190.185] no acceptable
    > variant: /usr/share/apache2/error/HTTP_UNAUTHORIZED.html.var
    > [Thu May 08 08:48:06 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:06 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:07 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:07 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:08 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:08 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:09 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:10 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:10 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:11 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:12 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:12 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:13 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:14 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:14 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:15 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:15 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:16 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:17 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:17 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:18 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:19 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:19 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:20 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:20 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:21 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:22 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:48 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:48 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:49 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:49 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:50 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:51 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:51 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:52 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:53 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:53 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:54 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:54 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:55 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:57 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:57 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:58 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:58 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:48:59 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:49:00 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:49:00 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:49:01 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:49:01 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:49:02 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:49:03 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:49:03 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:49:04 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:49:04 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:49:05 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:49:06 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 08:53:01 2014] [warn] IPP Operation
    > error=SRVR_ERR_SERVICE_UNAVAILABLE, operation=Get Jobs
    > [Thu May 08 08:53:26 2014] [error] BindPsm : NDPS object not found
    > [Thu May 08 08:53:55 2014] [warn] ProcessPrintJobReq error=505
    > [Thu May 08 08:53:55 2014] [warn] IPP Operation
    > error=SRVR_ERR_TEMPORARY_ERR, operation=Print Job
    > [Thu May 08 08:55:02 2014] [error] BindPsm : NDPS object not found
    > [Thu May 08 08:55:58 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Service Request
    > [Thu May 08 08:55:59 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Service Request
    > [Thu May 08 08:56:37 2014] [warn] IPP Operation
    > error=SRVR_ERR_SERVICE_UNAVAILABLE, operation=Get Printer Attributes
    > [Thu May 08 08:56:37 2014] [warn] IPP Operation
    > error=SRVR_ERR_SERVICE_UNAVAILABLE, operation=Get Jobs
    > [Thu May 08 08:57:38 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 09:02:47 2014] [error] BindPsm : PA requires authentication
    > [Thu May 08 09:02:47 2014] [error] [client X.X.189.147] no acceptable
    > variant: /usr/share/apache2/error/HTTP_UNAUTHORIZED.html.var
    > [Thu May 08 09:03:52 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 09:05:10 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 09:05:31 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 09:05:41 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 09:05:43 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 09:09:52 2014] [warn] IPP Operation
    > error=CLNT_ERR_NOT_FOUND, operation=Get Job Attributes
    > [Thu May 08 09:18:14 2014] [error] [client X.X.187.235] File does not
    > exist: /srv/www/htdocs/ip
    >
    >
    Better is to duplicate the issue and then run the iprint gathering tool
    to generate an iprint info txt file.
    Normally this errors are due to problems connecting to the ldap server
    specified on the iprint_ssl.cong file

Maybe you are looking for