Datamax label print - no paper output - print spool ok

hi
we are trying to configure a label printer (Datamax I 4208), we've followed this document http://www.datamaxcorp.com/_assets/library/pdf/sap_91803.pdf and note 894444
print spool orders are marked as completed but there's no paper output
printer is configured on a tcp/ip address
sapsprint is installed and service active
what else are we missing is there to check?
thanks in advance

Hi Maria
We are trying to print Datamax i4208.
Here is my Configuration
The app.server is on AIX
The Device types we tried:
               <h5> The LB_DMX LB_DMX as Device Type: LINE PRINTER DRIVER II.
               The ASCIIPRI </h5>
1. Printed through LOCL (Front-End Access Method)    -  We do not have SAPPrint/saplpd on our PCs
2. Printed through a Windows Printer Server (U: Access Method) - The Winddows server has SAPPrint
3. Printed Locally (L: Access Method): Using the JetDirec setup
All these 3 methods are not working.... I am a Baiss person.... Would you please give some tips

Similar Messages

  • Datamax Label printing and SAPSprint

    Hi colleagues, we're looking at implementing Datamax label printers and my understanding of OSS Note 490295 - Printing labels with Datamax DPL printers, is we need to use Bartender to generate the labels, import into sapscripts, etc... before sending to printer.  Also, says we need a windows pc to run SAPSprint.
    We have been through the solution, but want to validate our understanding,
    My questions,
    1. can we avoid the use of seagull bartender - and if we avoid, how much more complexity will this add in the generation of the form?
    2. is there ways to connect directly from SAP to the datamax printers, avoiding using a Windows print server?
    3. do we need bartender other than generating the forms in conjunction with sapscript?
    Thanks for your help!
    Many thanks!
    JM

    hi
    pls refer the following threads..
    <a href="
    barcode in smartforms
    ">barcode in smartforms</a>
    [url]
    bar code in Smartforms
    [/url]
    thx
    pavan

  • How to send the ALV GRID output to spool by using the print button in std t

    How to send the ALV GRID output to spool by using the print button in standard tool bar.
    We have created a button in the va02 transaction.  If user click on the button the new screen will be display on that screen we are populating the alv grid output using the oops concept.  But i am unable to send the output to spool using the print button in the standard tool bar.
    I am able to display the Print parameter dialog box but i am not able to send it to spool.
    Kindly help.
    Thanks In Advance.
    G.V.Ramana

    Hi Shaik,
    There is not properties button in my print screen.
    MODULE user_command_0900 INPUT.
        WHEN 'EXCEL'.
          PERFORM excel_download.                              
        WHEN 'PRI'.
          PERFORM print_output.
    form Print_output.
    CALL FUNCTION 'RSPO_LIST_LAYOUT_FITS'
               EXPORTING
                    columns        = 80
                    device         = 'ANY '
                    lines          = 65
                    maxpenality    = 1999
               TABLES
                    layouts        = lt_layouts1
               EXCEPTIONS
                    unknown_device = 1
                    OTHERS         = 2.
          IF sy-subrc = 0.
            LOOP AT lt_layouts1.
              IF lt_layouts1-penality < 1000        AND
                 lt_layouts1-penality < l_min_penality.
                l_layout       = lt_layouts1-layout.
                l_min_penality = lt_layouts1-penality.
              ENDIF.
            ENDLOOP.
            IF NOT l_layout IS INITIAL.
              CALL FUNCTION 'GET_PRINT_PARAMETERS'
                   EXPORTING
                        mode                   = 'CURRENT'
                        line_size              = 80             "#EC *
                new_list_id            = l_new_list_id
                        no_dialog              = l_no_dialog
                        layout                 = l_layout
                   IMPORTING
                        out_archive_parameters = rs_arc_params
                        out_parameters         = rs_pri_params
                        valid                  = l_valid
                   EXCEPTIONS
                        archive_info_not_found = 1
                        invalid_print_params   = 2
                        invalid_archive_params = 3
                        OTHERS                 = 4.
              IF sy-subrc NE 0.                                 " INS SLIN
              ENDIF.                                            " INS SLIN
              IF rs_pri_params-linsz LT 80 OR
                 rs_pri_params-linsz LT gt_stack-s_lprint-width.
                gt_stack-print_line_break = 'X'.
              ELSE.
                CLEAR gt_stack-print_line_break.
              ENDIF.
              IF l_valid NE 'X'.
                rs_pri_params = ls_pri_params_sav.
                rs_arc_params = ls_arc_params_sav.
              ENDIF.
            ENDIF.
          ENDIF.
    endform.                    " Print_output
        CALL METHOD gv_cost_tot_alv_grand->set_table_for_first_display
                EXPORTING
                   is_layout         = gs_layout_cost_tot_grand
                CHANGING
                   it_fieldcatalog   = gt_fcat_cost_tot_grand[]
                   it_outtab         = gt_cost_tot_grand[].
    Please check my code

  • 'Send Print Request' button can send paystub output to R/3 print spool:

    Hi
    Portal Experts
    Current state of the SAP environment  on ECC 5.0 and EP 6  SP17
    'Send Print Request' button can send paystub output to R/3 print spool:
    When I clicked on ‘send print request’, I expected a printout to my default printer but didn’t get one.   If the dialog user has the 'print immediate' option turned off, their paystub will spool up in R/3. When a user clicks on the printer ICON within Adobe, they get to choose their printer and know that it will go straight to the printer.  This could be confusing to R/3 dialog users.
    Any solution,How to change the option from spool to print immediate.
    Thanks
    Vanteru

    Facing the same problem.
    Please let me know if you have found a solution.

  • Printer spooler is not generated while output command

    Dear All,
    I am facing problem in  where the printer is installed in that system .when the user is giving print the
    Printer spooler is not generated while output command successfully  coming in sap
    Please suggest how to sol
    Regard
    Kumar

    Hello,
    Not very strong with Linux, but i think that, maybe you need to set a graphic emulator to compile ?
    Francois

  • Printing ZPL (Zebra) data to printer spooler without character conversion

    Hi all,
    We are printing shipping labels from UPS, with a process where we recive the ZPL label code directly from UPS, and we just need to pass the data to the printer to get the labels. We have already implemented this with Fedex and some custom labels, and it works perfectly. The problem with the UPS label data is that it contains non-printable characters (in the MaxiCode data field). When passed to the SAP printer spooler (see code example below), the data gets corrupted because SAP interprets these non-printable characters as printer control codes.
    I have verified this by saving the ZPL data to a local file, before printing it through the SAP spooler. I then print this raw data and compare the output with the labels printed from the spooler. The MaxiCode (the big 2D barcode) is different in these labels. UPS has also tested the labels, and rejected them because of incorrect data in the barcode.
    For printing, we are using printers defined as type "PLAIN", but I also tried using the "LZEB2" device type with the same result. The error we see in the spooler entry is this:
    Print ctrl S_0D_ is not defined for this printer. Page 1, line 2, col. 2201
    Print output may not be as intended
    The printer ctrl code differs, depending om the label. I have examined the spooler data in "raw" mode, and there is always an ASCII character 28 (hex 1C) in front of the characters that SAP think are control codes, and this is why I think these non-printable characters are the reason for the problems.
    This is the function module I use to print the ZPL data (and as stated above, this works fine for Fedex and custom labels). The ZPL data is converted to binary format before passed to the function module, but I also tried to send the data in text format with another FM, but the result is the same. I have experimented with the "codepage" parameter, and this one gives the least amount of errors, and some labels actually get through without errors. But still at least 50% of the labels gets corrupted, with log entries like above.
    CALL FUNCTION 'RSPO_SR_WRITE_BINARY'
          EXPORTING
            handle           = lv_spool_handle
            data             = lv_label_line_bin
            length           = lv_len
            codepage         = '2010'
          EXCEPTIONS
            handle_not_valid = 1
            operation_failed = 2
            OTHERS           = 3.
    Does anyone know if there is a way to send data to the spooler without character conversion or interpretation of printer control codes? Or is there any other smart way to get around this problem?
    /Leif

    I do a more direct output to the spooler, to avoid any issues with the WRITE statement and SAP's report output processing. At the same time, I insert line breaks so that the output is easy to debug in the spooler if needed. Also included is the code to to detect the escape code (ASCII #28) and to insert a control code ZZUPS in its place (you can skip this for Fedex). Here's a simplified example, but please note this is for a Unicode system, some minor changes is required in a non-Unicode system.
    CONSTANTS: lc_spcode TYPE c LENGTH 5 VALUE 'ZZUPS',
               lc_xlen TYPE i VALUE 5.
       DATA: lv_print_params TYPE pri_params,
             lv_spool_handle TYPE sy-tabix,
             lv_name TYPE tsp01-rq0name,
             lv_spool_id TYPE rspoid,
             lv_crlf(2) TYPE c,
             lv_lf TYPE c,
             lstr_label_data TYPE zship_label_data_s,
             lv_label_line TYPE char512,
             lv_label_line_bin TYPE x LENGTH 1024,
             lv_len TYPE i,
             ltab_label_data_255 TYPE TABLE OF char512,
             ltab_label_data TYPE TABLE OF x,
             lv_c1 TYPE i,
             lv_c2 TYPE i,
             lv_cnt1 TYPE i,
             lv_cnt2 TYPE i,
             lv_x(2) TYPE x.
       FIELD-SYMBOLS: <n> TYPE x.
       lv_crlf = cl_abap_char_utilities=>cr_lf.
       lv_lf = lv_crlf+1(1).
       lv_name = 'ZPLLBL'.
    CALL FUNCTION 'RSPO_SR_OPEN'
         EXPORTING
           dest                   = i_dest
           name                   = lv_name
           prio                   = '5'
           immediate_print        = 'X'
           titleline              = i_title
           receiver               = sy-uname
    *      lifetime               = '0'
           doctype                = ''
         IMPORTING
           handle                 = lv_spool_handle
           spoolid                = lv_spool_id
         EXCEPTIONS
           device_missing         = 1
           name_twice             = 2
           no_such_device         = 3
           operation_failed       = 4
           OTHERS                 = 5.
       IF sy-subrc <> 0.
         RAISE spool_open_failed.
       ENDIF.
    LOOP AT i_label_data INTO lstr_label_data.
         CLEAR ltab_label_data_255.
         SPLIT lstr_label_data-label_data AT lv_lf INTO TABLE ltab_label_data_255.
         LOOP AT ltab_label_data_255 INTO lv_label_line.
           IF lv_label_line NE ''.
             lv_len = STRLEN( lv_label_line ).
    *       Convert character to hex type
             lv_c1 = 0.
             lv_c2 = 0.
             DO lv_len TIMES.
               ASSIGN lv_label_line+lv_c1(1) TO <n> CASTING.
               MOVE <n> TO lv_x.
               IF lv_x = 28.
                 lv_cnt1 = 0.
                 lv_label_line_bin+lv_c2(1) = lv_x.
                 lv_c2 = lv_c2 + 1.
                 DO lc_xlen TIMES.
                   ASSIGN lc_spcode+lv_cnt1(1) TO <n> CASTING.
                   MOVE <n> TO lv_x.
                   lv_cnt2 = lv_c2 + lv_cnt1.
                   lv_label_line_bin+lv_c2(2) = lv_x.
                   lv_c2 = lv_c2 + 2.
                   lv_cnt1 = lv_cnt1 + 1.
                   lv_len = lv_len + 1.
                 ENDDO.
               ELSE.
                 lv_label_line_bin+lv_c2(2) = lv_x.
                 lv_c2 = lv_c2 + 2.
               ENDIF.
               lv_c1 = lv_c1 + 1.
             ENDDO.
    *       Print binary data to spool
             lv_len = lv_len * 2. "Unicode is 2 bytes per character
             CALL FUNCTION 'RSPO_SR_WRITE_BINARY'
               EXPORTING
                 handle                 = lv_spool_handle
                 data                   = lv_label_line_bin
                 LENGTH                 = lv_len
               EXCEPTIONS
                 handle_not_valid       = 1
                 operation_failed       = 2
                 OTHERS                 = 3.
             IF sy-subrc <> 0.
               RAISE spool_write_failed.
             ENDIF.
           ENDIF.
         ENDLOOP.
       ENDLOOP.
       CALL FUNCTION 'RSPO_SR_CLOSE'
         EXPORTING
           handle = lv_spool_handle.
       IF sy-subrc <> 0.
         RAISE spool_close_failed.
       ENDIF.

  • Label printing issues in Sapscript

    We are struggling with building a new label for a finished good.  On previous labels we used barcode BC_CD39.  This new label requires a mix of same barcode and 2D barcode.  One of the issues is BC_CD39 is it is too big at 13mm.  So we want to use CD39__00 which is 5mm.  We have gone into SPAD and SE73 and we think we have this set up to work on the two printers involved.  We have also followed instructions for 2D in 197177 for adding new small font.  We also have a logo for printing.  When I print the printout does not have the smaller barcode, any text in smaller font and the logo is missing.  I went into the spooler yesterday and these prints are getting an error (unknown print control     should be output) that is talked about in note 17559.   And when I look at the print preview I have a logo and different size fonts and smaller barcodes showing- basically all the stuff that is missing from the actual print.  Has anyone else run into this and how have you resolved this?  I am not sure what the spooler does not like. We are using a Printronix T5000e series printer.
    The spooler error reads: character converter active when first problem occurred
    Data was saved with character set 1100
    Data will be converted to character set 9010 (synt = 9010) 
    and then it gives the OTF error mentioned above.
    Our latest attempt is downloading tru fonts and getting them into the printer.  Still no success and now the labels are not even printing.
    Thanks for any help.
    Susan

    We continue with not being able to print this label correctly.  If I do a screen shot I can see I have varying fonts on the label.  But it completely ignores the various fonts on printing.
    Our pirnter is a Printronix label printer.
    My form is defined as landscape.
    I get a spool error when printing that character set 1100 is being converted to character set 9010, which is custom for Printronix.
    If we print on legal form vs the label form it prints fine.
    We have tried different print drivers but nothng seems to get these fonts out.
    We are using 5MM 3by9 barcodes.
    This product is about to 'go live' and we really want to print this from SAP vs an external label software program.  If we use an external label program separate from SAP it can print perfectly on same label printer.
    We welcome any suggestions.
    Susan

  • Label Print on Zebra

    Hi Gurus,
    I am changing one output from normal A4 printer to Zebra printer which is now printed on top of A4 size. This paper is cut and pasted by user. I have set up zebra printer. ABAP guy has made the changes. From his prospective, all changes are done (when he made some changes the label is rotated 180 degree). But, the print is still not coming right. It is still in portriat and only left topmost  part in printed on label. The oriantation of label is not changed from portrait to lanscape. Has anyone come accross this issue earlier? How to resolve this issue to change orientation to 90 degree.
    Thanks in advance
    M

    Hi,
    check this article:
    Zebra/bar One Label Printing through Scripts and Adjusting the Coordinates VAI a SAP-Script.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0debfc6-138c-2d10-718e-85ddc787c56b
    Best regards.

  • Automatic Goods Reciept label printing issue

    HI All,
    we are facing some issues while printing goods receipt label. Please check below steps which we already performed.
    1. Basis team has already set up new printer Q534 in SPAD transaction.
    2. Then we maintain printer determination parameter with combination of output type/plant 5055 /storage location 0001/usergroup/ device
    3. We maintaned condition record through MN14 for th plant 5055.
    so when we post goods receipt then it should go for Automatic label  printing. In SP01 we are not able to see any request.
    Kindly suggesst if any config is missing.
    Also suggest in condition record, do we need to maintain anything under the COMMUNICATION tab.
    Regards,
    Sanjay

    Hi Guys,
    Today I created one PO in test system and GR posted then I checked Spool request SP01 but due to this GR posted, it showing the spool request only for GR slip but not for label print.
    GR slip print showing correctly because in OMJ3 tcode WA condition type maintained for the plant 5055 and Sloc 0001against the printer Q532
    Now I maintained label print condition type ZLBL in Tcode OMJ3 for the plant 5055 and Sloc 0001 against the printer Q534 but after GR posting, the lable print spool request did not generate.
    In sp01 we can see only GR slip print request for the printer Q532 not for label print
    Kindly suggesst how can we determine the printer (spool request generate) for the label print for the printer Q534
    Sanjay

  • Intermec PX4I Label Printing Problem

    Hi,
    We are facing issue while printing Bar Code Labels on Intermec PX4I label printer. While printing few labels could not print. When I tried to process the failed spool requests with the same settings again, the printer printed labels without any problem. After that the user was able to print the labels normally bust faces the smilar issue randomly. The user has to restart the printer to start the printer. We are facing similar issues on the other lable intermac lable printer as well.
    When i checked the error log, I could see the below error:
    SAP spool error log
          =====================
    Print request processing log
    Character converter active when first problem occurred
    Data was saved with character set 4102
    Data will be converted to character set 1117 (synt = 1117)
    Errors occurred processing this print request
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    OTF module: Unknown print control SC400 should be output
    Most important attributes of spool request
    Request number 56457
    Request name LVS1   AKN
    Client 100
    Owner AKN
    Request attributes
    Time created   2010072522521300
    Remaining life  +00007215825
    Dispo 1 (Go/Hold) G
    Dispo 2 (Keep/Delete)     D
    Dispo 3 (Indirect/Direct) D
    Default output device AUTZ
    Default no. copies  1
    Format DINA3
    Main print request characteristics
    Spool request number 56457
    Print request number 2
    Print request attributes
    Time created   2010072600534800
    Output device AUTZ
    Format DINA3
    Character converter active when first problem occurred
    No information available
    Any suggestions to solve this problem?

    Hello Abhijeet
    As you rightly pointed out, inspite of the above error label printing is not impacted.
    The problem is that print control SC400 is not maintained in transaction SPAD.
    Please refer to OSS note 17559 for more information.
    Regards
    Chokkalingam Pillai

  • WM Custom Label Printing??

    Hi,
    We got a req as follows:
    We created a new IM mvt type [copy of 311] which is mapped to a new WM mvt type 911. Whenver we do MB1B, T.O is created automatically.
    Once the T.O is created I need to print a "custom label" for this?? How to do that.
    Also, If the T.O has 2 line items
    Line Item 1: MatXXXX      10EA
    Line Item 2: MatYYYY     10EA
    Then it need to print 20 custom labels.
    Please advice.

    Hi Oisin,
    Thanks for the reply.
    I had already had a look into Note#771683 which doesn't full fill my requirement.
    My actuall requirement is to do label printing through a wireless printer when the user clicks on print from the ITSMobile.
    I have an idea of creating an output device with Access method as S(Print using SAP Protocol) and maintian destination host as ip address of the system(with SAPLpd running) in which my wireless printer is connected .When i click on print from ITSMobile a spool will be created with the particular output device , which further goes to the wireless printing.
    Do you have any other solution.Kindly suggest.
    Regards,
    Thyagu.

  • Jobs stay in queue and keep printing until you cancel them--then stops the print spooler...why?

    My Printer: HP Photosmart C309a
    My  Laptop: HP G71 series
    Operating System: Windows 7 (64 bit) but runs a lot of stuff on 32 bit
    Problem: I print ONE copy of a multiple page document in Adobe Reader 9. I select even pages only (after which I would reinsert the pages and tell it to print odd pages only, to get the other side). The printer makes a sound indicating the job is finished, I remove my pages to collate them, and then the printer continues to print the job again without so much as a keystroke.
    Naturally, you find the printer in the devices on the control panel, click "see what's printing" and highlight the job and cancel it.
    Then somehow it turns off my print spooler. 
    I have tried everything suggested on other forums, like
    restart the laptop/restart the printer
    going to c\windows\system32\spool\printers and deleting whatever is hung up in there (usually a shockwave file).
    Going to Services\print spooler \properties and making sure the settings are set to automatic
    Uninstall\reinstall latest driver and software
    Switching from Adobe Reader 10 to Adobe Reader 9
    Use System Restore to try to reset the system to a previous state.
    Run Trend Micro to check for viruses and spyware--nothing shows up.
    I am positive the pdf doc is NOT the problem, because I can print it on my husband's laptop multiple times over with no problems.
    Does anyone have this problem as well? Has anyone found a genuine solution other than manually canceling print jobs in queue and constantly restarting the print spooler?
    Thanks in advance for any suggestions.
    --Holly

    Hi,
     I believe your printer is wirelessly connected to your computer, right?!
     What's the current printer software version installed in your laptop computer?! 
     to see: click start>control panel>uninstall a program under Programs then it will tell you the software version like HP Photosmart c309a v13 or v14.
    If the software version is v13, click here to download and install the current software.
    IF all things still fail, try to use the workaround provided by HP in this link. It says:
    Workaround
    Your HP printing product can operate sufficiently using an alternate print driver, although there might be some limitations. For instance, some buttons on the product control panel might not function, but the product prints normally from the computer. If the solutions in this document do not solve the issue, download and install an alternate print driver.
    Follow these steps to install the HP Deskjet 990C print driver.
      NOTE:  These steps install the new print driver using the same port that the product already uses. The product functions normally with multiple drivers on the same port.
    Find the port that the product already uses.
    Click the Windows icon ( ), and then click Control Panel . The Control Panel opens in a new window.
    Click Hardware and Sounds .
    Click Printers . The Printers folder opens.
    Right-click the product icon ( ), and then click Properties . The Propertieswindow opens.
    Click the Ports tab. A window opens with a list of ports. The port for the product has a checkmark or a highlight.
    Note the name of the port indicated for the product.
    Close the Properties window, and then continue with the next steps.
    Click Add a Printer in the menu bar at the top of the Printers window. The Windows Add Printer Wizard opens.
    Click Add a local printer .
    Select Use an existing Port .
    Click the drop-down menu next to Use an existing Port , and then select the port that you noted earlier in these steps.
    Click Next .
    In the Manufacturer pane, click HP .
    In the Printers pane, click HP Deskjet 990c , and then click Next . (IF YOU CANT FIND DESKJET 990C, JUST CLICK WINDOWS UPDATE WITHIN THIS WINDOW. THEN FIND DESKJET 990C and then click next)
    Type a name for the new printer in the Printer name box, or keep the default name.
    Select Set as the default printer , and then click Next . A window opens with a progress bar as the printer installs. Then a new window opens.
    Click Do not share this printer , and then click Next .
    If you want to print a test page, click the Print test page button.
    Click Finish to complete the driver installation.
    Try printing again, but select HP Deskjet 990c from the Print dialog box.
    If this solves the issue, follow these steps to use the HP Deskjet 990c print driver whenever you send print jobs to the product.
    In the program you are using, select the option to print. The Print dialog box opens.
    Click the Name drop-down menu, and then select HP Deskjet 990c .
    Change print settings as desired in the Paper size , Quality , and Paper type drop-down menus.
    Select the Print range and Copies options as desired.
    Click OK . The product prints the file.
    Kiko

  • Print spooler log error ID 808 [Internet Explorer 11 + MS Office 2003 x86 on Win7 sp1 x64 ONLY!]

    howdy all,
    Could you please help me to resovle the very much odd issue of HP Priner driver on Win7sp1x64 as below.
    1.HP Deskjet 970Cse printer connected thru usb to a router and installed to all LAN PCs  thru a standard tcp/ip ports works well (i.e. printing anyting w/o any problem) on 3 PCs - 2 of 3 with win7sp1x64; and 1 of 3 - win7sp1x86. All 3 with
    IE11[11.0.9600.17041] recently(!) updated from IE8.
    2. However BOTH (that is 2 of 3) above PCs of win7sp1x64 return errors to admin log every time when printing any web page from IE11 and/or docs from Office as below:
    Error in short:
    The print spooler failed to load a plug-in module C:\Windows\system32\spool\DRIVERS\x64\3\UNIDRVUI.DLL, error code 0xc1. See the event user data for context information.
    This error in log occurs only if printing from IE11 and/or MS Office. None of other printing jobs are affected including a printing from Acrobat, ACDSee, Google Chrome and Opera. The printing of Test Page by printer
    itself not affected as well!!!
    3. win7sp1x86 PC prints everything w/o any errors in log!
    4. Printer uninstall incl. cleaning of Print Server config + clean install doesn't work.
    5. Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Users\..>printui /s /t2
    C:\Users\..>filever c:\windows\system32\spool\drivers\x64\3\*.dll
    --a-- W32x64 DLL ENU      11.0.0.305 shp     55,432 09-23-2012 adobepdf.dll
    --a-- W32x64 DLL ENU      11.0.0.305 shp     26,768 09-23-2012 adobepdfui.dll
    --a-- W32x64 DLL ENU      11.0.0.305 shp     39,048 09-23-2012 adregp.dll
    --a-- W32x64 DLL ENU      11.0.0.305 shp  1,294,472 09-23-2012 aduigp.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp    623,104 11-21-2010 fxsapi.dll
    --a-- W32x64 DRV ENU  0.3.7601.17514 shp    380,416 11-21-2010 fxsdrv.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp  6,566,400 11-21-2010 fxsres.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp    434,688 11-21-2010 fxstiff.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp    160,256 11-21-2010 fxsui.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp    156,672 11-21-2010 fxswzrd.dll
    --a-- W32x64 DLL ENU         1.0.0.1 shp    522,240 06-22-2009 hpf900al.dll
    --a-- W32x64 DLL ENU        0.20.6.0 shp  1,692,672 05-07-2008 hpfimg50.dll
    --a-- W32x64 DLL ENU         1.0.0.1 shp     79,872 05-07-2008 hpfud50.dll
    --a-- W32x64 DLL ENU         1.0.0.1 shp    134,144 06-22-2009 hpfui50.dll
    --a-- W32x64 DRV ENU  0.3.7601.18126 shp  1,402,880 04-10-2013 jnwdrv.dll
    --a-- W32x64 DRV ENU  0.3.7600.16385 shp     98,816 07-14-2009 jnwdui.dll
    --a-- W32x64 DLL ENU         1.0.0.1 shp     16,384 09-20-2010 oemps.dll
    --a-- W32x64 DRV ENU  0.3.7601.21853 shp    854,304 12-04-2013 ps5ui.dll
    --a-- W32x64 DRV ENU  0.3.7601.21853 shp    636,704 12-04-2013 pscript5.dll
    --a-- W32x64 DRV   -       0.3.151.3 shp     47,392 12-08-2013 tpprn.dll
    --a-- W32x64 DLL ENU     7.15.297.19 shp    172,328 12-08-2013 tpprnui.dll
    --a-- W32x64 DLL   -     7.15.297.20 shp     75,512 12-08-2013 tpprnuichs.dll
    --a-- W32x64 DLL CHT     7.15.297.21 shp     75,544 12-08-2013 tpprnuicht.dll
    --a-- W32x64 DLL   -     7.15.297.22 shp     80,208 12-08-2013 tpprnuicsy.dll
    --a-- W32x64 DLL DEU     7.15.297.23 shp     81,704 12-08-2013 tpprnuideu.dll
    --a-- W32x64 DLL   -     7.15.297.24 shp     80,200 12-08-2013 tpprnuiell.dll
    --a-- W32x64 DLL ESN     7.15.297.25 shp     80,712 12-08-2013 tpprnuiesn.dll
    --a-- W32x64 DLL   -     7.15.297.26 shp     81,208 12-08-2013 tpprnuifra.dll
    --a-- W32x64 DLL   -     7.15.297.27 shp     80,224 12-08-2013 tpprnuihun.dll
    --a-- W32x64 DLL JPN     7.15.302.41 shp     76,656 12-08-2013 tpprnuijpn.dll
    --a-- W32x64 DLL   -     7.15.297.29 shp     76,568 12-08-2013 tpprnuikor.dll
    --a-- W32x64 DLL   -     7.15.297.30 shp     80,176 12-08-2013 tpprnuiplk.dll
    --a-- W32x64 DLL   -     7.15.297.31 shp     79,680 12-08-2013 tpprnuiptg.dll
    --a-- W32x64 DLL   -     7.15.297.32 shp     80,728 12-08-2013 tpprnuirus.dll
    --a-- W32x64 DLL   -     7.15.297.33 shp     80,184 12-08-2013 tpprnuitha.dll
    --a-- W32x64 DLL   -        7.9.30.2 shp    152,816 12-08-2013 tpps.dll
    --a-- W32x64 DRV ENU  0.3.7601.17514 shp    479,232 11-21-2010 unidrv.dll
    --a-- W32x64 DRV ENU  0.3.7601.17514 shp    884,224 11-21-2010 unidrvui.dll
    --a-- W32x64 DRV ENU  0.3.7601.17514 shp    762,368 11-21-2010 unires.dll
    6. C:\Windows\System32
    spoolss.dll = v6.1.7600.16385
    spoolsv.exe = v6.1.7601.22149
    C:\Windows\SysWOW64
    spoolss.dll = v6.1.7600.16385
    spoolsv.exe = v6.1.7600.16385
    7. I blame IE11 when there was no such error before its update from IE8.
    8. This is a re-repost from here "http://answers.microsoft.com/en-us/ie/forum/ie11-windows_7/print-spooler-log-error-id-808-internet-explorer/f52ff25c-4702-4ce3-827e-e1e9a5d324cf" and here "http://social.technet.microsoft.com/Forums/windows/en-US/7b24d6b9-171a-4703-82f9-81cb4732e02f/print-spooler-log-error-id-808-internet-explorer-11-ms-office-20032007-x86-on-win7-sp1-x64?forum=w7itproappcompat"
    w/o any good answer!
    That's it. Any questions are welcome.
    Thank you.
    PS: I just wanna confirm that this odd error occurs only when printing from IE11 and MS Office 2003 on Win7sp1x64. MS Office 2007 is not affected!

    OK, Z COMPLETE SOLUTION FOUND! 
    Although z cause of this odd issue is yet unclear. However it seems to be z HP driver problem after all.
    Actually my printer is not HP Deskjet 970Cse but HP Photosmart 1115 Series. Z very nice working dinosaur, which was officially run out by HP Support from WinXPx86 times. Though it was always working
    just nice with either HP Deskjet (DJ) 970Cse Win7driver (better) or HP Photosmart (PS) 7200 Series one (worse – when it works no so good with TCP/IP printer installation).
    Well… when I got into z recent problem with DJ970cse driver I happened to check if printer works with z PS7200 one. Oops, same not good as before but NO LOG ERROR! A bit of study gave me understanding
    that both drivers are using z absolutely same core files but PS7200 driver uses its own PCL Language Monitor as well as z Print Processor (not a standard winprint of Windows).
    And while I unfortunately got no any reasonable ideas on how to solve this issue from IT Pros and others MS MVP during a few days after my posting here and there, except those very smart ones
    like ‘uninstall, reboot and install again’, I had no option other than to find solution by myself.
    I’ve downloaded a bunch of HP printer models Win7x64 driver pack from MS Update Catalog "http://catalog.update.microsoft.com/v7/site/Search.aspx?q=hp%20deskjet%20970cse" (x86 also available.
    This driver pack is for maybe over 400 HP printer models incl. both DJ970Cse & PS7200) and modded its genuine INF file for HardwareID of my PS1115 as HPPHOTOSMART_11150FFF with use of 970Cse driver but also some DLLs and PCL Language Monitor
    of PS7200 one.
    This modded by me INF file is attached as a Code Block. Pls be advised that all originally integrated printer devices strings except DJ970cse & PS7200 ones were deleted for convenience and 
    z 1 new combined string for PS1115 added. Then everybody interested can compare & track z changes done. This modded driver is now installed and working w/o any glitch on 2 of my Win7sp1x64 PCs. Although I’ve maybe spent totally a day or
    so on all that fuss of posting about & studying around.
    My final conclusion is z very much common one
     – f**k HP… and/or MS as well, when it’s yet unknown why this error occurred after z years of no problem use of DJ970Cse driver but after Win7sp1 updating to IE11 and/or KB2775511 and only with x64 version
    of OS.
    bye for now.
    PS: btw, why I’m not able to attach any small text file or post a link to MS site here???!!!
    END
    UPDATE 2014-06-12-Thu: there is one more small glitch of printing to paper from IE11 only found! now it's about a Print Processor settings...
    pls set not any hp oem print processor but z standard windows one aka 'winprint' to be used for printing in Printer properties > Advanced sub-menu, otherwise a printout is incorrect in part of a printed page header &
    footer. a page print preview is ok but z printed header is incomplete = cut at right side, and no footer printed at all.
    pls be advised that above note is valid for both modded & genuine driver installed and for both x86 & x64 win7...
    rgds,
    ; Windows Inbox Printer Drivers
    [Version]
    Signature="$Windows NT$"
    Provider="Microsoft"
    ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
    Class=Printer
    CatalogFile=prnhp001.cat
    DriverVer=06/21/2006,6.1.7233.0
    [Manufacturer]
    "HP"=HP,NTamd64
    [HP.NTamd64]
    "HP DeskJet 970Cse" = HPFDJ97E.GPD,HEWLETT-PACKARDDESKJ8FFF,HP_DeskJet_970Cse ; Hardware ID
    "HP Photosmart 1115 Series" = HPFDJ97E.GPD.ICM_LH_PHASE5,HPPHOTOSMART_11150FFF,HP_Photosmart_1115_Series ; Hardware ID
    "HP Photosmart 7200 Series" = HPP7200T.GPD.ICM_LH_PHASE5,hpphotosmart_7200_se8fD3,hpphotosmart_7200_se5294,HP_Photosmart_7200_Series ; Hardware ID
    [OEM URLS]
    "HP"="http://go.microsoft.com/fwlink/?LinkID=37&prd=10798&sbp=Printers"
    [Previous Names]
    "HP DeskJet 970Cse"="HP DeskJet 970C Series"
    [ControlFlags]
    ExcludeFromSelect=HWPC211,HWP2250,HWP2286,HWP2284,HWPC212,HWP2140,\
    HWP21A0,HWP20F0,HWP2160,HWP20D0,HWP20E0,HWP2100,HWP21B0,HWP21E0,\
    Hewlett-PackardHP_LaD4FF,Hewlett-Packardhp_LaFBC4
    [HPFDJ97E.GPD]
    [email protected],@HPFUD50.DLL,@HPFUI50.DLL,@HPFIMG50.DLL,@HPF900AL.DLL,@HPFDJ97E.GPD,@HPFDJ970.GPD,@HPFDJ97X.GPD,@HPFNAM50.GPD
    DataFile=HPFDJ97E.GPD
    CoreDriverSections="{D20EA372-DD35-4950-9ED8-A6335AFE79F0},UNIDRV.OEM,UNIDRV_DATA","{D20EA372-DD35-4950-9ED8-A6335AFE79F3},sRGBPROFILE.OEM"
    [HPFDJ97E.GPD.ICM_LH_PHASE5]
    CopyFiles=HPC_COMMON_LH,HP_PRNPROC,@HPFDJ50.INI,@HPFUD50.DLL,@HPFUI50.DLL,@HPFIMG50.DLL,@HPF900AL.DLL,@HPFDJ97E.GPD,@HPFDJ970.GPD,@HPFDJ97X.GPD,@HPFNAM50.GPD,@HPZEVLHN.DLL,@HPZSTLHN.DLL,@HPZUILHN.DLL,HP_LANGMON
    DataFile=HPFDJ97E.GPD
    LanguageMonitor="PCL hpz3llhn,hpz3llhn.dll"
    PrintProcessor="hpzpplhn,hpzpplhn.dll"
    CoreDriverSections="{D20EA372-DD35-4950-9ED8-A6335AFE79F0},UNIDRV.OEM,UNIDRV_DATA"
    [HPP7200T.GPD.ICM_LH_PHASE5]
    CopyFiles=HPC_COMMON_LH,HP_PRNPROC,@HPZ3RLHN.DLL,@HPZ3ALHN.DLL,@HPZSSLHN.DLL,@HPP7200T.GPD,@HPP7X00T.GPD,@HPZ3CLHN.INI,@HPZSMLHN.GPD,@HPZ3MLHN.GPD,@HPP7200T.XML,@HPZSCLHN.DTD,@HPFRES50.DLL,@HPFIME50.DLL,@HPFIGLHN.DLL,@HPZPRLHN.DLL,HP_LANGMON
    DataFile=HPP7200T.GPD
    LanguageMonitor="PCL hpz3llhn,hpz3llhn.dll"
    PrintProcessor="hpzpplhn,hpzpplhn.dll"
    CoreDriverSections="{D20EA372-DD35-4950-9ED8-A6335AFE79F0},UNIDRV.OEM,UNIDRV_DATA"
    [MS_ABOUT_UI]
    HPCABOUT.DLL
    HPCSTR.DLL
    [CIO_COPYFILES_SPOOL]
    HPZIDR12.DLL,,,0x00000020
    HPZINW12.DLL,,,0x00000020
    HPZIPM12.DLL,,,0x00000020
    HPZIPR12.DLL,,,0x00000020
    HPZIPT12.DLL,,,0x00000020
    HPZISN12.DLL,,,0x00000020
    [CIO_COPYFILES_SYS32]
    HPZIDR12.DLL,,,0x00000020
    HPZINW12.DLL,,,0x00000020
    HPZIPM12.DLL,,,0x00000020
    HPZIPR12.DLL,,,0x00000020
    HPZIPT12.DLL,,,0x00000020
    HPZISN12.DLL,,,0x00000020
    [MS_COLOR]
    HPCCLJ1.DLL
    HPCCLJUI.DLL
    [DMC_x86]
    HPCDMCLH.DLL,,,0x00000020
    [GPD_COMMON3]
    HPZSMLHN.GPD
    [DUSTDEVIL_COPYFILES_SPOOL]
    HPBMIAPI.DLL,,,0x00000020
    HPBMINI.DLL,,,0x00000020
    HPBOID.DLL,,,0x00000020
    HPBOIDPS.DLL,,,0x00000020
    HPBPRO.DLL,,,0x00000020
    HPBPROPS.DLL,,,0x00000020
    HPEACLHN.HPI,,,0x00000020
    [DUSTDEVIL_COPYFILES_SYS32]
    HPBMIAPI.DLL,,,0x00000020
    HPBMINI.DLL,,,0x00000020
    HPBOID.DLL,,,0x00000020
    HPBOIDPS.DLL,,,0x00000020
    HPBPRO.DLL,,,0x00000020
    HPBPROPS.DLL,,,0x00000020
    HPEACLHN.HPI,,,0x00000020
    [HP_ICC]
    HP DJ 6900-PREM PAPER(TRICOLOR+BLACK).ICC,hpf69000.icc,,0x00000020
    HP DJ 6900-PREM PAPER(TRICOLOR+GRAY).ICC,hpf69002.icc,,0x00000020
    HP DJ 6900-PREM PAPER(TRICOLOR+PHOTO).ICC,hpf69001.icc,,0x00000020
    HP DJ 6900-PREM PLUS PHOTO(TRICOLOR+BLACK).ICC,hpf69003.icc,,0x00000020
    HP DJ 6900-PREM PLUS PHOTO(TRICOLOR+GRAY).ICC,hpf69005.icc,,0x00000020
    HP DJ 6900-PREM PLUS PHOTO(TRICOLOR+PHOTO).ICC,hpf69004.icc,,0x00000020
    HP OJ 6300-PREM PAPER(TRICOLOR+BLACK).ICC,hpo63000.icc,,0x00000020
    HP OJ 6300-PREM PAPER(TRICOLOR+PHOTO).ICC,hpo63001.icc,,0x00000020
    HP OJ 6300-PREM PAPER(TRICOLOR+GRAY).ICC,hpo63002.icc,,0x00000020
    HP OJ 6300- PREM PLUS PHOTO(TRICOLOR+BLACK).ICC,hpo63003.icc,,0x00000020
    HP OJ 6300- PREM PLUS PHOTO(TRICOLOR+PHOTO).ICC,hpo63004.icc,,0x00000020
    HP OJ 6300- PREM PLUS PHOTO(TRICOLOR+GRAY).ICC,hpo63005.icc,,0x00000020
    [HP_LANGMON]
    HPZ3LLHN.DLL
    [HP_LIDIL_LANGMON]
    HPZLLLHN.DLL
    [HP_PRNPROC]
    HPZPPLHN.DLL
    [HPC_COMMON]
    HPZEVLHN.DLL
    HPZSTLHN.DLL
    HPZUILHN.DLL
    [HPC_COMMON_LH]
    HPZEVLHN.DLL
    HPZSTLHN.DLL
    HPZUILHN.DLL
    [HPCLJ5V2_COLOR]
    HPCLJ5.ICM
    [HPDJ500C_COLOR]
    HP500ND.ICM
    HP500NG.ICM
    [HPPRPROC]
    HPZPPLHN.DLL,,,0x00000020
    [MANUAL_DUPLEX]
    HPZEVLHN.DLL,,,0x00000020
    [PSRENDER]
    HPZSRLHN.DLL,,,0x00000020
    [RENDER]
    HPZ5RLHN.DLL,,,0x00000020
    [RES_COMMON]
    HPZSTLHN.DLL,,,0x00000020
    [STRING_DLL]
    HPZSTLHN.DLL,,,0x00000020
    [UI]
    HPZLSLHN.DLL,,,0x00000020
    HPZSSLHN.DLL,,,0x00000020
    HPZUILHN.DLL,,,0x00000020
    [PML_user_Inst.AddService]
    ; PML Service configuration info
    DisplayName = "Pml Driver HPZ12"
    ServiceType = 0x00000020
    StartType = 0x2
    ErrorControl = 1
    ServiceBinary = %11%\svchost.exe -k HPCIO
    AddReg=PML_Addreg
    [NET_user_Inst.AddService]
    ; NET Service configuration info
    DisplayName = "NET Driver HPZ12"
    ServiceType = 0x00000020
    StartType = 0x2
    ErrorControl = 1
    ServiceBinary = %11%\svchost.exe -k HPCIO
    AddReg=NET_Addreg
    [PML_AddReg]
    ; Registry configuration info
    HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost,"HPCIO",0x00010008,"Pml Driver HPZ12"
    HKLM,SYSTEM\CurrentControlSet\Services\Pml Driver HPZ12\Parameters,"ServiceDll",0x00020000,"%11%\HPZipm12.dll"
    [Net_AddReg]
    ; Registry configuration info
    HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost,"HPCIO",0x00010008,"NET Driver HPZ12"
    HKLM,SYSTEM\CurrentControlSet\Services\Net Driver HPZ12\Parameters,"ServiceDll",0x00020000,"%11%\HPZinw12.dll"
    [DustDevilReg]
    11,,HPBMIAPI.DLL,1,300
    11,,HPBOID.DLL,1,300
    11,,HPBOIDPS.DLL,1,300
    11,,HPBPRO.DLL,1,300
    11,,HPBPROPS.DLL,1,300
    [DestinationDirs]
    DefaultDestDir=66000
    HP_PRNPROC=66001
    HPPRPROC=66001
    CIO_COPYFILES_SYS32=66002
    DUSTDEVIL_COPYFILES_SYS32=66002
    HP_LANGMON=66002
    HP_LIDIL_LANGMON=66002
    HP_ICC=66003
    HPCLJ5V2_COLOR=66003
    HPDJ500C_COLOR=66003
    [SourceDisksFiles]
    hpf69000.icc = 1
    hpf69001.icc = 1
    hpf69002.icc = 1
    hpf69003.icc = 1
    hpf69004.icc = 1
    hpf69005.icc = 1
    hpo63000.icc = 1
    hpo63001.icc = 1
    hpo63002.icc = 1
    hpo63003.icc = 1
    hpo63004.icc = 1
    hpo63005.icc = 1
    HP_3P522.PPD = 1
    HP4M3_V1.PPD = 1
    HP4M6_V1.PPD = 1
    HP4ML_V1.PPD = 1
    HP4MP3_1.PPD = 1
    HP4MP6_1.PPD = 1
    HP4MPLS.GPD = 1
    HP4PLUS3.PPD = 1
    HP4PLUS6.PPD = 1
    HP4SI6_1.PPD = 1
    HP500ND.ICM = 1
    HP500NG.ICM = 1
    HP5SI.GPD = 1
    HP5SIM.GPD = 1
    HPBMIAPI.DLL = 1
    HPBMINI.DLL = 1
    HPBOID.DLL = 1
    HPBOIDPS.DLL = 1
    HPBPRO.DLL = 1
    HPBPROPS.DLL = 1
    HPC1220P.PPD = 1
    HPC1220P.XML = 1
    HPC1RWSL.PPD = 1
    HPC1RWSL.XML = 1
    HPC1RXSL.PPD = 1
    HPC1RXSL.XML = 1
    HPC2GW6L.GPD = 1
    HPC2GW6L.XML = 1
    HPC3050F.GPD = 1
    HPC3050F.XML = 1
    HPC3052F.GPD = 1
    HPC3052F.XML = 1
    HPC3055F.GPD = 1
    HPC3055F.XML = 1
    HPC3346L.GPD = 1
    HPC3346L.XML = 1
    HPC3390F.GPD = 1
    HPC3390F.XML = 1
    HPC34I6L.GPD = 1
    HPC34I6L.XML = 1
    HPC35W6L.GPD = 1
    HPC35W6L.XML = 1
    HPC38O6L.GPD = 1
    HPC38O6L.XML = 1
    HPC3BG6L.GPD = 1
    HPC3BG6L.XML = 1
    HPC3H06L.GPD = 1
    HPC3H06L.XML = 1
    HPC3IE6L.GPD = 1
    HPC3IE6L.XML = 1
    HPC3JS6L.GPD = 1
    HPC3JS6L.XML = 1
    HPC3UW6L.GPD = 1
    HPC3UW6L.XML = 1
    HPC3XO6L.GPD = 1
    HPC3XO6L.XML = 1
    HPC48S6L.GPD = 1
    HPC48S6L.XML = 1
    HPC5200F.GPD = 1
    HPC5201F.GPD = 1
    HPC5200F.XML = 1
    HPC5201F.XML = 1
    HPC520XF.GPD = 1
    HPC6686L.GPD = 1
    HPC6686L.XML = 1
    HPC6906L.GPD = 1
    HPC6906L.XML = 1
    HPC6AE6L.GPD = 1
    HPC6AE6L.XML = 1
    HPC6K4SL.PPD = 1
    HPC6K4SL.XML = 1
    HPC6LI5L.GPD = 1
    HPC6LI5L.XML = 1
    HPC6LISL.PPD = 1
    HPC6LISL.XML = 1
    HPC6Y06L.GPD = 1
    HPC6Y06L.XML = 1
    HPCABOUT.DLL = 1
    HPCCLJ1.DLL = 1
    HPCCLJ1.INI = 1
    HPCCLJUI.DLL = 1
    HPCDMCLH.DLL = 1
    HPCFONT.DLL = 1
    HPCLJ5.ICM = 1
    HPCLJ5V2.PPD = 1
    HPCSTR.DLL = 1
    HPDJ340.GPD = 1
    HPDJ340M.GPD = 1
    HPDJ400.GPD = 1
    HPDJ400M.GPD = 1
    HPDJ420.GPD = 1
    HPDJ500.GPD = 1
    HPDJ500C.GPD = 1
    HPDJ5550.CFG = 1
    HPDJ600.GPD = 1
    HPDJ600M.GPD = 1
    HPDJ890C.GPD = 1
    HPDJRES.DLL = 1
    HPF0450T.GPD = 1
    HPEACLHN.HPI = 1
    HPF0450T.XML = 1
    HPF3550T.GPD = 1
    HPF3550T.XML = 1
    HPF3650T.GPD = 1
    HPF3650T.XML = 1
    HPF3745T.GPD = 1
    HPF3745T.XML = 1
    HPF3840T.GPD = 1
    HPF3840T.XML = 1
    HPF3920T.GPD = 1
    HPF3920T.XML = 1
    HPF4A63L.GPD = 1
    HPF4A63L.XML = 1
    HPF4A6AL.GPD = 1
    HPF4BK3L.GPD = 1
    HPF4BK3L.XML = 1
    HPF5400T.GPD = 1
    HPF5400T.XML = 1
    HPF5740T.GPD = 1
    HPF5740T.XML = 1
    HPF5940T.GPD = 1
    HPF5940T.XML = 1
    HPF6540T.GPD = 1
    HPF6540T.XML = 1
    HPF6840T.GPD = 1
    HPF6840T.XML = 1
    HPF6940T.GPD = 1
    HPF6940T.XML = 1
    HPF6980T.GPD = 1
    HPF6980T.XML = 1
    HPF880AL.DLL = 1
    HPF900AL.DLL = 1
    HPF940AL.DLL = 1
    HPFDJ50.INI = 1
    HPFDJ640.GPD = 1
    HPFDJ69X.GPD = 1
    HPFDJ6XX.GPD = 1
    HPFDJ816.GPD = 1
    HPFDJ830.GPD = 1
    HPFDJ840.GPD = 1
    HPFDJ845.GPD = 1
    HPFDJ84X.GPD = 1
    HPFDJ89X.GPD = 1
    HPFDJ920.GPD = 1
    HPFDJ930.GPD = 1
    HPFDJ940.GPD = 1
    HPFDJ948.GPD = 1
    HPFDJ94X.GPD = 1
    HPFDJ950.GPD = 1
    HPFDJ955.GPD = 1
    HPFDJ957.GPD = 1
    HPFDJ95X.GPD = 1
    HPFDJ96C.GPD = 1
    HPFDJ970.GPD = 1
    HPFDJ97E.GPD = 1
    HPFDJ97I.GPD = 1
    HPFDJ97X.GPD = 1
    HPFDJ980.GPD = 1
    HPFDJ98C.GPD = 1
    HPFDJ990.GPD = 1
    HPFDJ99E.GPD = 1
    HPFDJ99X.GPD = 1
    HPFH5900.EXP = 1
    HPFIGLHN.DLL = 1
    HPFIME50.DLL = 1
    HPFIMG50.DLL = 1
    HPFNAM50.GPD = 1
    HPFRES50.DLL = 1
    HPFUD50.DLL = 1
    HPFUI50.DLL = 1
    HPIII522.PPD = 1
    HPIIP522.PPD = 1
    HPIJ2280.CFG = 1
    HPIJ3000.CFG = 1
    HPLJ__31.PPD = 1
    HPLJ_3P1.PPD = 1
    HPLJ1100.GPD = 1
    HPLJ2.GPD = 1
    HPLJ21P6.GPD = 1
    HPLJ2300.CFG = 1
    HPLJ2P.GPD = 1
    HPLJ2PP.GPD = 1
    HPLJ2X.GPD = 1
    HPLJ3.GPD = 1
    HPLJ3P.GPD = 1
    HPLJ4.GPD = 1
    HPLJ4100.CFG = 1
    HPLJ4200.CFG = 1
    HPLJ4300.CFG = 1
    HPLJ4550.CFG = 1
    HPLJ4600.CFG = 1
    HPLJ4L.GPD = 1
    HPLJ4M.GPD = 1
    HPLJ4ML.GPD = 1
    HPLJ4MV.GPD = 1
    HPLJ4MV1.PPD = 1
    HPLJ4P.GPD = 1
    HPLJ4PS.GPD = 1
    HPLJ4SI.GPD = 1
    HPLJ4V.GPD = 1
    HPLJ5.GPD = 1
    HPLJ5100.CFG = 1
    HPLJ5500.CFG = 1
    HPLJ5L.GPD = 1
    HPLJ5M.GPD = 1
    HPLJ5M_4.PPD = 1
    HPLJ5MP.GPD = 1
    HPLJ5N.GPD = 1
    HPLJ5P.GPD = 1
    HPLJ5P_1.PPD = 1
    HPLJ5SI1.PPD = 1
    HPLJ5SIM.PPD = 1
    HPLJ6L.GPD = 1
    HPLJ6MP.GPD = 1
    HPLJ6P.GPD = 1
    HPLJ6P_4.PPD = 1
    HPLJ8150.CFG = 1
    HPLJ8550.CFG = 1
    HPLJ9000.CFG = 1
    HPMCPB25.GPD = 1
    HPMCPC25.GPD = 1
    HPMCPC25.PPD = 1
    HPMCPD25.CFG = 1
    HPMCPD25.PPD = 1
    HPMCPDP5.XML = 1
    HPMCPDPS.XML = 1
    HPMCPL25.GPD = 1
    HPMCPM25.GPD = 1
    HPMOJ50.INI = 1
    HPMOJR40.GPD = 1
    HPMOJR45.GPD = 1
    HPMOJR4I.GPD = 1
    HPMOJR60.GPD = 1
    HPMOJR65.GPD = 1
    HPMOJR80.GPD = 1
    HPMOJR8I.GPD = 1
    HPMOJRX.GPD = 1
    HPMOPY.GPD = 1
    HPMOPYUI.INI = 1
    HPMPSC50.GPD = 1
    HPO0410T.GPD = 1
    HPO0410T.XML = 1
    HPO1100T.GPD = 1
    HPO1100T.XML = 1
    HPO1200T.GPD = 1
    HPO1200T.XML = 1
    HPO1300T.GPD = 1
    HPO1300T.XML = 1
    HPO1310T.GPD = 1
    HPO1310T.XML = 1
    HPO13X0T.GPD = 1
    HPO1400T.GPD = 1
    HPO1400T.XML = 1
    HPO1500T.GPD = 1
    HPO1500T.XML = 1
    HPO1600T.GPD = 1
    HPO1600T.XML = 1
    HPO1X00T.GPD = 1
    HPO2100T.GPD = 1
    HPO2100T.XML = 1
    HPO2150T.GPD = 1
    HPO2150T.XML = 1
    HPO2170T.GPD = 1
    HPO2170T.XML = 1
    HPO2200T.GPD = 1
    HPO2200T.XML = 1
    HPO2300T.GPD = 1
    HPO2300T.XML = 1
    HPO2350T.GPD = 1
    HPO2350T.XML = 1
    HPO2400T.GPD = 1
    HPO2400T.XML = 1
    HPO2500T.GPD = 1
    HPO2500T.XML = 1
    HPO2600T.GPD = 1
    HPO2600T.XML = 1
    HPO2700T.GPD = 1
    HPO2700T.XML = 1
    HPO3100T.GPD = 1
    HPO3100T.XML = 1
    HPO3200T.GPD = 1
    HPO3200T.XML = 1
    HPO3300T.GPD = 1
    HPO3300T.XML = 1
    HPO3X00T.GPD = 1
    HPO4100T.GPD = 1
    HPO4100T.XML = 1
    HPO4105T.GPD = 1
    HPO4105T.XML = 1
    HPO410XT.GPD = 1
    HPO4200T.GPD = 1
    HPO4200T.XML = 1
    HPO4300T.GPD = 1
    HPO4300T.XML = 1
    HPO4PG3L.GPD = 1
    HPO4PG3L.XML = 1
    HPO5500T.GPD = 1
    HPO5500T.XML = 1
    HPO5600T.GPD = 1
    HPO5600T.XML = 1
    HPO5H83L.GPD = 1
    HPO5H83L.XML = 1
    HPO6200T.GPD = 1
    HPO6200T.XML = 1
    HPO6300T.GPD = 1
    HPO6300T.XML = 1
    HPO6X00T.GPD = 1
    HPO7200T.GPD = 1
    HPO7200T.XML = 1
    HPO7300T.GPD = 1
    HPO7300T.XML = 1
    HPO7400T.GPD = 1
    HPO7400T.XML = 1
    HPO7X00T.GPD = 1
    HPOEMUI.DLL = 1
    HPOF300T.GPD = 1
    HPOF300T.XML = 1
    HPOGDS3L.GPD = 1
    HPOGDS3L.XML = 1
    HPOH3550.EXP = 1
    HPOH5500.EXP = 1
    HPOJ1600.CFG = 1
    HPOJ2600.CFG = 1
    HPOJ2700.CFG = 1
    HPOJ6200.CFG = 1
    HPOJ720.GPD = 1
    HPOJ7200.CFG = 1
    HPOJ7300.CFG = 1
    HPOJ7400.CFG = 1
    HPOJ750.GPD = 1
    HPOJ750I.GPD = 1
    HPOJ920.GPD = 1
    HPOJ950.GPD = 1
    HPOJG55.GPD = 1
    HPOJG55I.GPD = 1
    HPOJG85.GPD = 1
    HPOJG85I.GPD = 1
    HPOJG95.GPD = 1
    HPOJK60.GPD = 1
    HPOJK60I.GPD = 1
    HPOJK80.GPD = 1
    HPOJK80I.GPD = 1
    HPOJV30.GPD = 1
    HPOJV40.GPD = 1
    HPOJV40I.GPD = 1
    HPOJV45.GPD = 1
    HPP0320T.GPD = 1
    HPP0320T.XML = 1
    HPP0330T.GPD = 1
    HPP0330T.XML = 1
    HPP0370T.GPD = 1
    HPP0370T.XML = 1
    HPP0380T.GPD = 1
    HPP0380T.XML = 1
    HPP03X0T.GPD = 1
    HPP0420T.GPD = 1
    HPP0420T.XML = 1
    HPP0470T.GPD = 1
    HPP0470T.XML = 1
    HPP1160T.GPD = 1
    HPP1160T.XML = 1
    HPP2570T.GPD = 1
    HPP2570T.XML = 1
    HPP7200T.GPD = 1
    HPP7200T.XML = 1
    HPP7400T.GPD = 1
    HPP7400T.XML = 1
    HPP7800T.GPD = 1
    HPP7800T.XML = 1
    HPP78X0T.GPD = 1
    HPP7X00T.GPD = 1
    HPP8000T.GPD = 1
    HPP8000T.XML = 1
    HPP8100T.GPD = 1
    HPP8100T.XML = 1
    HPP8200T.GPD = 1
    HPP8200T.XML = 1
    HPP8400T.GPD = 1
    HPP8400T.XML = 1
    HPP8700T.GPD = 1
    HPP8700T.XML = 1
    HPP8X00T.GPD = 1
    HPPH0330.EXP = 1
    HPPH0380.EXP = 1
    HPPH0420.EXP = 1
    HPPH0470.EXP = 1
    HPPH1500.EXP = 1
    HPPH3100.EXP = 1
    HPPH3200.EXP = 1
    HPPH3300.EXP = 1
    HPPH7800.EXP = 1
    HPPH8000.EXP = 1
    HPPH8100.EXP = 1
    HPPH8200.EXP = 1
    HPPH8400.EXP = 1
    HPV600AL.DLL = 1
    HPV700AL.DLL = 1
    HPV800AL.DLL = 1
    HPV820AL.DLL = 1
    HPV880AL.DLL = 1
    HPVDB720.DLL = 1
    HPVDB820.DLL = 1
    HPVDJ50.INI = 1
    HPVDJ610.GPD = 1
    HPVDJ612.GPD = 1
    HPVDJ615.GPD = 1
    HPVDJ660.GPD = 1
    HPVDJ66E.GPD = 1
    HPVDJ67X.GPD = 1
    HPVDJ690.GPD = 1
    HPVDJ691.GPD = 1
    HPVDJ693.GPD = 1
    HPVDJ694.GPD = 1
    HPVDJ695.GPD = 1
    HPVDJ697.GPD = 1
    HPVDJ69X.GPD = 1
    HPVDJ6XX.GPD = 1
    HPVDJ710.GPD = 1
    HPVDJ720.GPD = 1
    HPVDJ7XX.GPD = 1
    HPVDJ812.GPD = 1
    HPVDJ815.GPD = 1
    HPVDJ82E.GPD = 1
    HPVDJ82I.GPD = 1
    HPVDJ82X.GPD = 1
    HPVDJ870.GPD = 1
    HPVDJ87E.GPD = 1
    HPVDJ87I.GPD = 1
    HPVDJ87X.GPD = 1
    HPVDJ882.GPD = 1
    HPVDJ89E.GPD = 1
    HPVDJ89I.GPD = 1
    HPVDJ89X.GPD = 1
    HPVIMG50.DLL = 1
    HPVNAM50.GPD = 1
    HPVSCP50.DLL = 1
    HPVUD50.DLL = 1
    HPVUI50.DLL = 1
    HPW0460T.GPD = 1
    HPW0460T.XML = 1
    HPW1000T.GPD = 1
    HPW1000T.XML = 1
    HPW1200T.GPD = 1
    HPW1200T.XML = 1
    HPW1B83L.GPD = 1
    HPW1B83L.XML = 1
    HPW1QI3L.GPD = 1
    HPW1QI3L.XML = 1
    HPW1RC3L.GPD = 1
    HPW1RC3L.XML = 1
    HPW2BC6L.GPD = 1
    HPW2BC6L.XML = 1
    HPW9800T.GPD = 1
    HPW9800T.XML = 1
    HPWH0460.CFG = 1
    HPWH9800.CFG = 1
    HPWK550T.GPD = 1
    HPWK550T.XML = 1
    HPWK850T.GPD = 1
    HPWK850T.XML = 1
    HPWM50AL.DLL = 1
    HPWM5100.GPD = 1
    HPWM5112.GPD = 1
    HPWM5122.GPD = 1
    HPWM5125.GPD = 1
    HPWM5225.GPD = 1
    HPWM5350.GPD = 1
    HPWM535M.GPD = 1
    HPWM5CON.INI = 1
    HPWM5DB1.DLL = 1
    HPWMACRO.GPD = 1
    HPZ3ALHN.DLL = 1
    HPZ3CLHN.INI = 1
    HPZ3LLHN.DLL = 1
    HPZ3MLHN.GPD = 1
    HPZ3RLHN.DLL = 1
    HPZ5CLHN.INI = 1
    HPZ5RLHN.DLL = 1
    HPZ6CLHN.INI = 1
    HPZ6MLHN.GPD = 1
    HPZ6RLHN.DLL = 1
    HPZEVLHN.DLL = 1
    HPZFNLHN.NTF = 1
    HPZIDR12.DLL = 1
    HPZLALHN.DLL = 1
    HPZINW12.DLL = 1
    HPZIPM12.DLL = 1
    HPZIPR12.DLL = 1
    HPZIPT12.DLL = 1
    HPZISN12.DLL = 1
    HPZLELHN.DLL = 1
    HPZLLLHN.DLL = 1
    HPZLSLHN.DLL = 1
    HPZPPLHN.DLL = 1
    HPZPRLHN.DLL = 1
    HPZSCLHN.DTD = 1
    HPZSCLHN.INI = 1
    HPZSMLHN.GPD = 1
    HPZSRLHN.DLL = 1
    HPZSSLHN.DLL = 1
    HPZSTLHN.DLL = 1
    HPZUILHN.DLL = 1
    [PrinterPackageInstallation.amd64]
    PackageAware=TRUE
    CoreDriverDependencies={D20EA372-DD35-4950-9ED8-A6335AFE79F0},{D20EA372-DD35-4950-9ED8-A6335AFE79F1},{D20EA372-DD35-4950-9ED8-A6335AFE79F2},{D20EA372-DD35-4950-9ED8-A6335AFE79F3}
    [Strings]
    ;Localizable
    Disk1="Windows Installation Disc"
    [SourceDisksNames.x86]
    1 = %Disk1%,,,"I386"
    [SourceDisksNames.amd64]
    1 = %Disk1%,,,"Amd64"
    [SourceDisksNames.ia64]
    1 = %Disk1%,,,"Ia64"

  • How to setup a print spool  in UNIX

    Hi support, i am new to basis and to sdn..
      could you please help me with how to setup a print spool  in UNIX.
    Thank you
    Martin

    Message 1 :
    On UNIX:
    1.     Login as sidadm
    2.     Su - root
    3.     Execute "jetadmin" (or use u201Csamu201D if you are familiar with it).
    4.     Select option 1
    5.     Select option 3
    6.     Enter the IP address of the printer
    7.     Select option 1 again and assign an appropriate queue name
    8.     Follow the instructions to complete
    9.     "lpstat -t"  to confirm the printer is enabled
    10.     Setup on R3
    Message 2:
    On SAP
    1.     Transaction u201CSPADu201D
    2.     Switch to change mode
    3.     Chose Output Device
    4.     Select Printer you want to create/copy/change
    5.     To use or by pass DAZEL:
    1.     use Dazel:
    a.     Host Spool Access Method: E
    b.     Host Printer: 1_usbprint03_xxxxxx
    c.     Logical OMS: R3 SID Dazel LOMS
    2.     by pass Dazel:
    a.     Host Spool Access Method: L
    b.     Host Printer: (queue name on UNIX Spool)
    To test printing, try to print something (i.e. spool server list) and go to  Transaction u201CSP01u201D to change the result.

  • Pallet Label print after TO of Goods receipt of process Order

    Hello,
    After the GR of Process Order I need to prin tthe Pallet label through Transfer Order.
    Example .. CH-6200 ( SKU Product ) is produce 60 kg.. after process Order..
    The output of the process order is nothing but the 6 can each of 10 kg. 
    Now My pallet limitation is 2 can per pallet which I have maintained in the Material master ( Warehouse Management View 2: 2 can per pallet)
    Not I want to prin the the pallet label i.e. during TO ....number of label is going to print are 3.. ( 2 can per pallet) .
    Can anyone suggest me is there nany standard form for Pallet Label print in WM.
    Thanks
    Vaibhva BAnsod

    Hi again,
    I have been trying to do the reversal with CORR but Iu2019m getting the error message u201CMixed confirmation types (time ticket/time event) are not allowedu201D, message number RU179.
    Anyone who can help me on the way?
    /WM consultant on unknown territory

Maybe you are looking for

  • Cannot display fullscreen.

    I have several movies that were exported into iTunes and from there to the Apple TV. However none will play fullscreen. They all have ugly large black bars on top, bottom, sides. When I show trailers then I do have fullscreen picture. My TV is a LCD

  • Transferring numbers from blackberry tour to droid

    my droid came in the mail today, and for some reason, verizon shut off my blackberry data plan the day i ordered my droid, not when i activated it. this left me unable to backup my contacts i have stored in my blackberry using backup assistant. i hav

  • Events entered in my calendar on my iPhone are not copying over to my iPad

    Events created on my iphone 5 calendar are not copying over to my ipad. I believe I have checked all possible settings to no avail.

  • HTML Link ( a href)- wrong behaviour

    Hello, This simple code <a href="javascript:$('.div-feedback').fadeIn();"> doesn't work in my newest version of firefox 29.0.1. it works on chrome just fine as it should. rather than interpret as javascript, it reads as an url (opens the page "javasc

  • Windows Server 2008 - How to remotely manage account passwords?

    I'm hoping to get direction on how to remotely manage 'user accounts' on Windows Server 2008 machines.  The remote management would be from an automated perspective.  For example, I have a custom application (maybe C#, Java, etc) that runs on one ser