Print with  write statements from webynpro does not trigger top-of-page

Print launched from webdynpro application via application server created with write statements does not trigger top-of-page event. When print is done from sapgui it works ok. The idea is to reuse backend print which was created for sapgui with abap list made application log in webdynpro application.

Hi,
here a short extract like i do it:
CLASS LCL_EVENT_HANDLER DEFINITION .
  PUBLIC SECTION .
    METHODS:
   HANDLE_PRINT_TOP_OF_PAGE
         FOR EVENT PRINT_TOP_OF_PAGE OF CL_GUI_ALV_GRID,
ENDCLASS.                    "LCL_EVENT_HANDLER DEFINITION
* Event-Händer Implementierung
CLASS LCL_EVENT_HANDLER IMPLEMENTATION .
  METHOD HANDLE_PRINT_TOP_OF_PAGE.
      PERFORM PRINT_TOP_OF_PAGE.
  ENDMETHOD.   
ENDCLASS.
  CREATE OBJECT GR_EVENT_HANDLER.
  SET HANDLER
  GR_EVENT_HANDLER->HANDLE_PRINT_TOP_OF_PAGE  FOR GR_ALVGRID_LEFT.
  CALL METHOD GR_ALVGRID_LEFT->SET_TABLE_FOR_FIRST_DISPLAY
FORM PRINT_TOP_OF_PAGE.
  LINSZ = SY-LINSZ - 16.
  WRITE: / 'Report:   ', SY-REPID,
           AT LINSZ 'Datum:',  SY-DATUM.
  WRITE: / 'Benutzer: ', SY-UNAME,
           AT LINSZ 'Zeit: ', SY-UZEIT.
ENDFORM.
hope it helps.
Regards, Dieter

Similar Messages

  • Issue with WRITE statement from Internal Table

    Hi All,
    I have written the below code in a infoset query, the syntax check is ok & when i run the query in debugging mode, i find the internal table being filled with the values & the write statement outputing the values as well.
    But the problem is when i execute the query the output does not show all the lines, instead just displays the last record . What could be the mistake?
    Is it because i have defined Y_EBELN, Y_EBELP & Y_OPENQTY as nodes in the Extras Tab of the infoset & have chosen this for display in my query? How to display the output from my internal table in my query output?
    Hope my problem is clear, await clarification.
    Vivek
    Code
      types:
        Begin of itab,
          wl_ebeln   type eket-ebeln,
          wl_ebelp   type eket-ebelp,
          wl_openqty type eket-menge,
        End of itab.
    Data: il_po type table of itab with header line.
    *Display open PO for materials
      SELECT EKETEBELN EKETEBELP EKETMENGE EKETWEMNG EKET~EINDT
           INTO (Y_EBELN, Y_EBELP, WL_MENGE, WL_WEMNG, Y_EINDT)
        FROM EKET
          INNER JOIN EKPO
             ON EKETEBELN     = EKPOEBELN
              AND EKETEBELP = EKPOEBELP
          INNER JOIN MARD
             ON EKPOMATNR     = MARDMATNR
              AND EKPOWERKS = MARDWERKS
              AND EKPOLGORT = MARDLGORT
        WHERE EKPO~MATNR = MARD-MATNR
          AND EKPO~WERKS = MARD-WERKS
          AND EKPO~LGORT = MARD-LGORT
          AND EKPO~LOEKZ = SPACE
          AND EKPO~ELIKZ = SPACE.
    *Display only still open qty per schedule line
      Y_OPENQTY = WL_MENGE - WL_WEMNG.
      il_po-wl_ebeln = Y_EBELN.
      il_po-wl_ebelp = Y_EBELP.
      il_po-wl_openqty = Y_OPENQTY.
        append il_po.
      ENDSELECT.
    ENDIF.
    Loop at il_po.
      write:/ il_po-wl_ebeln, il_po-wl_ebelp, il_po-wl_openqty.
    endloop.

    Hi Vivek,
      Try it like this.
    Data: Begin of itab,
           lifnr type lfa1-lifnr,
           name1 type lfa1-name1,
           land1 type lfa1-land1,
          End of itab,
          it_lfa1 like table of itab with header line,
          lifnr like lfa1-lifnr,
          name1 like lfa1-name1,
          land1 like lfa1-land1.
    select lifnr name1 land1 into (lifnr, name1, land1)
           from lfa1.
    it_lfa1-lifnr = lifnr.
    it_lfa1-name1 = name1.
    it_lfa1-land1 = land1.
    append it_lfa1.
    endselect.
    loop at it_lfa1.
    write:/ it_lfa1-lifnr, it_lfa1-name1, it_lfa1-land1.
    endloop.
    Note:
    In place of the above select you insert your join select statement. It is working for me.
    You have declared your internal table wrongly. In the internal table instead of TYPE use LIKE, it will work.
    Hope this will work for you.
    Thanks & Regards
    Haritha.

  • Cannot print with Brother HL-2140 (CUPS does not complain) [SOLVED]

    I've got a brother HL-2140 which I've installed according to these instructions: http://wiki.archlinux.org/index.php/Brother_HL-2040.  I am using the 2040 driver instead of the 2140 as there are reported issues with the 2140 driver and the 2040 driver is supposed to work anyways. It does in Ubuntu, and according to this Arch user: http://interskh.info/2008/12/install-br … linux.html
    When I go to print a test page, nothing happens and the printer makes no sound whatsoever.
    Cups Error Log:
    I [03/Jan/2009:13:25:16 -0800] Scheduler shutting down normally.
    D [03/Jan/2009:13:25:16 -0800] Discarding unused server-stopped event...
    D [03/Jan/2009:13:25:16 -0800] cupsdCloseClient: 6
    D [03/Jan/2009:13:25:16 -0800] Saving remote.cache...
    I [03/Jan/2009:13:25:16 -0800] Saving job cache file "/var/cache/cups/job.cache"...
    I [03/Jan/2009:13:25:46 -0800] Listening to 127.0.0.1:631 (IPv4)
    I [03/Jan/2009:13:25:46 -0800] Loaded configuration file "/etc/cups/cupsd.conf"
    I [03/Jan/2009:13:25:46 -0800] Using default TempDir of /var/spool/cups/tmp...
    I [03/Jan/2009:13:25:46 -0800] Configured for up to 100 clients.
    I [03/Jan/2009:13:25:46 -0800] Allowing up to 100 client connections per host.
    I [03/Jan/2009:13:25:46 -0800] Using policy "default" as the default!
    I [03/Jan/2009:13:25:46 -0800] Full reload is required.
    I [03/Jan/2009:13:25:46 -0800] Loaded MIME database from '/etc/cups': 35 types, 39 filters...
    D [03/Jan/2009:13:25:46 -0800] Loading printer HL2040...
    I [03/Jan/2009:13:25:46 -0800] Loading job cache file "/var/cache/cups/job.cache"...
    D [03/Jan/2009:13:25:46 -0800] [Job 16] Loading from cache...
    D [03/Jan/2009:13:25:46 -0800] [Job 17] Loading from cache...
    D [03/Jan/2009:13:25:46 -0800] [Job 18] Loading from cache...
    D [03/Jan/2009:13:25:46 -0800] [Job 19] Loading from cache...
    I [03/Jan/2009:13:25:46 -0800] Full reload complete.
    I [03/Jan/2009:13:25:46 -0800] Cleaning out old temporary files in "/var/spool/cups/tmp"...
    E [03/Jan/2009:13:25:46 -0800] Unable to find IP address for server name "uncle-bilbo"!
    I [03/Jan/2009:13:25:46 -0800] Listening to 127.0.0.1:631 on fd 3...
    I [03/Jan/2009:13:25:46 -0800] Resuming new connection processing...
    E [03/Jan/2009:13:25:46 -0800] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    D [03/Jan/2009:13:25:46 -0800] Discarding unused server-started event...
    D [03/Jan/2009:13:25:47 -0800] Report: clients=0
    D [03/Jan/2009:13:25:47 -0800] Report: jobs=4
    D [03/Jan/2009:13:25:47 -0800] Report: jobs-active=0
    D [03/Jan/2009:13:25:47 -0800] Report: printers=1
    D [03/Jan/2009:13:25:47 -0800] Report: printers-implicit=0
    D [03/Jan/2009:13:25:47 -0800] Report: stringpool-string-count=293
    D [03/Jan/2009:13:25:47 -0800] Report: stringpool-alloc-bytes=8304
    D [03/Jan/2009:13:25:47 -0800] Report: stringpool-total-bytes=6008
    D [03/Jan/2009:13:25:52 -0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [03/Jan/2009:13:25:52 -0800] cupsdReadClient: 7 GET /printers HTTP/1.1
    D [03/Jan/2009:13:25:52 -0800] cupsdAuthorize: Authorized as root using Basic
    D [03/Jan/2009:13:25:52 -0800] [CGI] /usr/lib/cups/cgi-bin/printers.cgi started - PID = 13597
    I [03/Jan/2009:13:25:52 -0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=13597)
    D [03/Jan/2009:13:25:52 -0800] cupsdSendCommand: 7 file=8
    D [03/Jan/2009:13:25:52 -0800] cupsdAcceptClient: 10 from localhost:631 (IPv4)
    D [03/Jan/2009:13:25:52 -0800] cupsdReadClient: 10 POST / HTTP/1.1
    D [03/Jan/2009:13:25:52 -0800] cupsdAuthorize: No authentication data provided.
    D [03/Jan/2009:13:25:52 -0800] CUPS-Get-Default
    D [03/Jan/2009:13:25:52 -0800] CUPS-Get-Default client-error-not-found: No default printer
    D [03/Jan/2009:13:25:52 -0800] cupsdProcessIPPRequest: 10 status_code=406 (client-error-not-found)
    D [03/Jan/2009:13:25:52 -0800] [CGI] show_all_printers(http=0x2409930, user="root")
    D [03/Jan/2009:13:25:52 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:52 -0800] cupsdReadClient: 10 POST / HTTP/1.1
    D [03/Jan/2009:13:25:52 -0800] cupsdAuthorize: No authentication data provided.
    D [03/Jan/2009:13:25:52 -0800] CUPS-Get-Printers
    D [03/Jan/2009:13:25:52 -0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
    D [03/Jan/2009:13:25:52 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:52 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:52 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:52 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:52 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:52 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:52 -0800] cupsdCloseClient: 10
    D [03/Jan/2009:13:25:52 -0800] PID 13597 (/usr/lib/cups/cgi-bin/printers.cgi) exited with no errors.
    D [03/Jan/2009:13:25:54 -0800] cupsdReadClient: 7 GET /printers/HL2040?op=print-test-page HTTP/1.1
    D [03/Jan/2009:13:25:54 -0800] cupsdAuthorize: Authorized as root using Basic
    D [03/Jan/2009:13:25:54 -0800] [CGI] /usr/lib/cups/cgi-bin/printers.cgi started - PID = 13598
    I [03/Jan/2009:13:25:54 -0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=13598)
    D [03/Jan/2009:13:25:54 -0800] cupsdSendCommand: 7 file=8
    D [03/Jan/2009:13:25:54 -0800] cupsdAcceptClient: 10 from localhost:631 (IPv4)
    D [03/Jan/2009:13:25:54 -0800] cupsdReadClient: 10 POST /printers/HL2040 HTTP/1.1
    D [03/Jan/2009:13:25:54 -0800] cupsdAuthorize: No authentication data provided.
    D [03/Jan/2009:13:25:54 -0800] Print-Job ipp://localhost:631/printers/HL2040
    D [03/Jan/2009:13:25:54 -0800] add_job: requesting-user-name="root"
    D [03/Jan/2009:13:25:54 -0800] Adding default job-sheets values "none,none"...
    I [03/Jan/2009:13:25:54 -0800] [Job 20] Adding start banner page "none".
    D [03/Jan/2009:13:25:54 -0800] Discarding unused job-created event...
    I [03/Jan/2009:13:25:54 -0800] [Job 20] Adding end banner page "none".
    I [03/Jan/2009:13:25:54 -0800] [Job 20] File of type application/postscript queued by "root".
    D [03/Jan/2009:13:25:54 -0800] [Job 20] hold_until=0
    I [03/Jan/2009:13:25:54 -0800] [Job 20] Queued on "HL2040" by "root".
    D [03/Jan/2009:13:25:54 -0800] Discarding unused printer-state-changed event...
    D [03/Jan/2009:13:25:54 -0800] [Job 20] job-sheets=none,none
    D [03/Jan/2009:13:25:54 -0800] [Job 20] banner_page = 0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] argv[0]="HL2040"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] argv[1]="20"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] argv[2]="root"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] argv[3]="Test Page"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] argv[4]="1"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] argv[5]="job-uuid=urn:uuid:a5b660c0-8a51-311a-57a0-7cfa046475b0"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] argv[6]="/var/spool/cups/d00020-001"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[1]="CUPS_DATADIR=/usr/share/cups"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[6]="CUPS_SERVERROOT=/etc/cups"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[7]="CUPS_STATEDIR=/var/run/cups"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[8]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[9]="SERVER_ADMIN=root@uncle-bilbo"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[10]="SOFTWARE=CUPS/1.3.9"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[11]="TMPDIR=/var/spool/cups/tmp"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[12]="USER=root"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[13]="CUPS_SERVER=localhost"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[14]="CUPS_ENCRYPTION=IfRequested"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[15]="IPP_PORT=631"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[16]="CHARSET=utf-8"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[17]="LANG=en_US.UTF8"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[18]="PPD=/etc/cups/ppd/HL2040.ppd"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[19]="RIP_MAX_CACHE=8m"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[20]="CONTENT_TYPE=application/postscript"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[21]="DEVICE_URI=usb://Brother/HL-2140%20series"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[22]="PRINTER=HL2040"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[23]="FINAL_CONTENT_TYPE=printer/HL2040"
    I [03/Jan/2009:13:25:54 -0800] [Job 20] Started filter /usr/lib/cups/filter/pstops (PID 13599)
    I [03/Jan/2009:13:25:54 -0800] [Job 20] Started filter /usr/lib/cups/filter/brlpdwrapperHL2040 (PID 13600)
    I [03/Jan/2009:13:25:54 -0800] [Job 20] Started backend /usr/lib/cups/backend/usb (PID 13601)
    D [03/Jan/2009:13:25:54 -0800] Discarding unused job-state-changed event...
    D [03/Jan/2009:13:25:54 -0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
    D [03/Jan/2009:13:25:54 -0800] Discarding unused printer-state-changed event...
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Printer using device file "/dev/usblp0"...
    D [03/Jan/2009:13:25:54 -0800] [Job 20] backendRunLoop(print_fd=0, device_fd=5, use_bc=0, side_cb=0x4029f0)
    D [03/Jan/2009:13:25:54 -0800] Discarding unused printer-state-changed event...
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Page = 595x842; 18,12 to 577,830
    D [03/Jan/2009:13:25:54 -0800] [Job 20] slow_collate=0, slow_duplex=0, slow_order=0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Before copy_comments - %!PS-Adobe-3.0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %!PS-Adobe-3.0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%BoundingBox: 0 0 612 792
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%Pages: 1
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%LanguageLevel: 1
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%DocumentData: Clean7Bit
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%DocumentSuppliedResources: procset testprint/1.3
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%Creator: Michael Sweet, Apple Inc.
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%CreationDate: D:20070606214000+0500
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%Title: Test Page
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%EndComments
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Before copy_prolog - %%BeginProlog
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Before copy_setup - %%Page: 1 1
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Before page loop - %%Page: 1 1
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Copying page 1...
    D [03/Jan/2009:13:25:54 -0800] [Job 20] pagew = 559.0, pagel = 818.0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
    D [03/Jan/2009:13:25:54 -0800] [Job 20] PageLeft = 18.0, PageRight = 577.0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] PageTop = 830.0, PageBottom = 12.0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] PageWidth = 595.0, PageLength = 842.0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Wrote 1 pages...
    D [03/Jan/2009:13:25:54 -0800] PID 13599 (/usr/lib/cups/filter/pstops) exited with no errors.
    D [03/Jan/2009:13:25:54 -0800] [Job 20] /usr/lib/cups/filter/brlpdwrapperHL2040: line 139: /usr/local/Brother/cupswrapper/brcupsconfig3: No such file or directory
    D [03/Jan/2009:13:25:54 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:54 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:54 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:54 -0800] cupsdCloseClient: 10
    D [03/Jan/2009:13:25:54 -0800] PID 13598 (/usr/lib/cups/cgi-bin/printers.cgi) exited with no errors.
    D [03/Jan/2009:13:25:54 -0800] [Job 20] /usr/local/Brother/lpd/filterHL2040: line 129: /usr/local/Brother/lpd/rawtobr2: No such file or directory
    D [03/Jan/2009:13:25:54 -0800] [Job 20] GPL Ghostscript 8.63: Unrecoverable error, exit code 1
    D [03/Jan/2009:13:25:54 -0800] PID 13601 (/usr/lib/cups/backend/usb) exited with no errors.
    D [03/Jan/2009:13:25:54 -0800] PID 13600 (/usr/lib/cups/filter/brlpdwrapperHL2040) exited with no errors.
    D [03/Jan/2009:13:25:54 -0800] [Job 20] File 0 is complete.
    I [03/Jan/2009:13:25:54 -0800] [Job 20] Completed successfully.
    D [03/Jan/2009:13:25:54 -0800] Discarding unused printer-state-changed event...
    D [03/Jan/2009:13:25:54 -0800] Discarding unused job-completed event...
    D [03/Jan/2009:13:25:55 -0800] [Job 20] Unloading...
    D [03/Jan/2009:13:25:56 -0800] cupsdReadClient: 7 GET /printers/HL2040 HTTP/1.1
    D [03/Jan/2009:13:25:56 -0800] cupsdAuthorize: Authorized as root using Basic
    D [03/Jan/2009:13:25:56 -0800] [CGI] /usr/lib/cups/cgi-bin/printers.cgi started - PID = 13683
    I [03/Jan/2009:13:25:56 -0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=13683)
    D [03/Jan/2009:13:25:56 -0800] cupsdSendCommand: 7 file=8
    D [03/Jan/2009:13:25:56 -0800] cupsdAcceptClient: 10 from localhost:631 (IPv4)
    D [03/Jan/2009:13:25:56 -0800] cupsdReadClient: 10 POST / HTTP/1.1
    D [03/Jan/2009:13:25:56 -0800] cupsdAuthorize: No authentication data provided.
    D [03/Jan/2009:13:25:56 -0800] CUPS-Get-Default
    D [03/Jan/2009:13:25:56 -0800] CUPS-Get-Default client-error-not-found: No default printer
    D [03/Jan/2009:13:25:56 -0800] cupsdProcessIPPRequest: 10 status_code=406 (client-error-not-found)
    D [03/Jan/2009:13:25:56 -0800] [CGI] show_printer(http=0x152e930, printer="HL2040")
    D [03/Jan/2009:13:25:56 -0800] cupsdReadClient: 10 POST / HTTP/1.1
    D [03/Jan/2009:13:25:56 -0800] cupsdAuthorize: No authentication data provided.
    D [03/Jan/2009:13:25:56 -0800] Get-Printer-Attributes ipp://localhost/printers/HL2040
    D [03/Jan/2009:13:25:56 -0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
    D [03/Jan/2009:13:25:56 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:56 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:56 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:56 -0800] cupsdReadClient: 10 POST / HTTP/1.1
    D [03/Jan/2009:13:25:56 -0800] cupsdAuthorize: No authentication data provided.
    D [03/Jan/2009:13:25:56 -0800] Get-Jobs ipp://localhost:631/printers/HL2040
    D [03/Jan/2009:13:25:56 -0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
    D [03/Jan/2009:13:25:56 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:56 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:56 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:56 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:56 -0800] cupsdCloseClient: 10
    D [03/Jan/2009:13:25:56 -0800] PID 13683 (/usr/lib/cups/cgi-bin/printers.cgi) exited with no errors.
    Cups config:
    # "$Id: cupsd.conf,v 1.1 2006/07/06 13:11:10 tpowa Exp $"
    # Sample configuration file for the Common UNIX Printing System (CUPS)
    # scheduler. See "man cupsd.conf" for a complete description of this
    # file.
    # Disable ssl by default, you have to generate own certs to use this feature eg. by this command:
    # openssl req -new -x509 -keyout /etc/cups/ssl/server.key -out /etc/cups/ssl/server.crt -days 365 -nodes
    # for other certs please refer to openssl manpage.
    # Setting Encryption to not required by default
    DefaultEncryption IfRequested
    # Log general information in error_log - change "info" to "debug" for
    # troubleshooting...
    LogLevel debug
    # Administrator user group...
    SystemGroup sys root
    # Only listen for connections from the local machine.
    Listen localhost:631
    # Socket disabled by default it makes KDE fail on CUPS
    # Listen /var/run/cups/cups.sock
    # To allow remote connections add for example
    # Listen <yourserverip>:631
    # Show shared printers on the local network.
    Browsing On
    BrowseOrder allow,deny
    BrowseAllow @LOCAL
    # Default authentication type, when authentication is required...
    DefaultAuthType basic
    # Restrict access to the server...
    # By default only localhost connections are possible
    <Location />
    Order allow,deny
    Allow localhost
    </Location>
    # Restrict access to the admin pages...
    <Location /admin>
    # Encryption disabled by default
    #Encryption Required
    Order allow,deny
    Allow localhost
    </Location>
    # Restrict access to configuration files...
    <Location /admin/conf>
    AuthType Basic
    Require user @SYSTEM
    Order allow,deny
    Allow localhost
    </Location>
    # Set the default printer/job policies...
    <Policy default>
    # Job-related operations must be done by the owner or an adminstrator...
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    # All administration operations require an adminstrator to authenticate...
    <Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
    AuthType Basic
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    # Only the owner or an administrator can cancel or authenticate a job...
    <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    # End of "$Id: cupsd.conf,v 1.1 2006/07/06 13:11:10 tpowa Exp $".
    Last edited by hbarnwheeler (2009-01-03 23:36:53)

    Downloaded PPD file from here: http://www.profv.de/brother/
    Then, when I went to print, I'd get an error about foomatic.  I installed the following packages: foomatic-db, foomatic-db-engine, foomatic-filters and it worked.

  • Elements 11 states that it does not support the camera raw from my new Nikon D600 and that I should

    Elements 11 states that it does not support the camera raw from my new Nikon D600 and that I should go to "the Camera Raw help documentation." When I click on the help menu I get a message from my browser stating that it is a dangerous website. Now what

    Unfortunately it was clicking on Updates that brought the “dangerous website” pop-up, but several hours later I tried again for the umpteenth time, and it worked! I am so glad because I am working on a project with a deadline.
    Thanks for replying. Maybe if someone else has this problem they could be told to wait a few hours and try again.
    The main option on the ‘dangerous’ pop-up is a “Get me out of here!” button, which I always clicked. There are options to go to the website anyway, but I am too leery of the web to do that. Now that I know it’s possible to reach the update center without risk I will never consider it.
    Thanks again,
    Lynn

  • TS1538 ipad does not come on once its unpluged from power source,it enters recovery mode when both power and home botton are pressed with usb on powersource but does not come up at all when connected to computer or out of power source

    ipad does not come on once its unpluged from power source,it enters recovery mode when both power and home botton are pressed with usb on powersource but does not come up at all when connected to computer or out of power source

    What model iPad do you have? If it's an iPad 1, the battery may have expired and needs replacement.
     Cheers, Tom

  • I can't synch my iPhone with iTunes because the device does not show up in a device window when I plug it in...it's missing in action and thus I'm not able to add any content from the iTunes to my iPhone, e.g. podcasts

    I can't synch my iPhone with iTunes because the device does not show up in a device window when I plug it in...it's missing in action and thus I'm not able to add any content from the iTunes to my iPhone, e.g. podcasts.   All the instructions on synching start with "find your device in the device window".  But what if you have no device window?

    Missing "message" from above: The iPad "DGMTR" is synced with another iTunes library on DGMTR's MacBook Pro. Do you want to erase this iPad and sync with this iTunes library? An iPad can be synched with only one iTunes library at a time. Erasing and syncing replaces the contents of this iTunes library.
    I thought the libraries were the same.

  • Version 8.1 Can't Activate, Can't Update, Can't create/export NX *.prt Files to 3D PDF. Screen Capture feature does not properly represent Model/Bodies. Printing from NX does not recognize Adobe Acrobat 3D as a printer to try and export.

    Version 8.1 Can't Activate, Can't Update, Can't create/export NX *.prt Files to 3D PDF. Screen Capture feature does not properly represent Model/Bodies. Printing from NX does not recognize Adobe Acrobat 3D as a printer to try and export.
    I was able to register it though.

    Not a surprise. The Acrobat 8 product family passed into End of Support back in 2011.
    Be well...

  • HT1843 hi my bluetooth cannot see the other bluetooth devices. When it is picked up by a different device tries to pair with it but the pairing does not occur. what can I do apart from throwing this **** thing in the bin?

    hi my bluetooth cannot see the other bluetooth devices. When it is picked up by a different device tries to pair with it but the pairing does not occur. what can I do apart from throwing this **** thing in the bin?

    It isn't supposed to pair with the MacBook.  You can use WiFi to connect but not Bluetooth.  You can setup a personal HotSpot on the iPhone and connect the MacBook, or setup the MacBook AirPort to create a network and attach the iPhone, and use the USB cable to connect the iPhone to the MacBook for syncing and backup purposes.
    The communications are rather limited.

  • HT1386 I want to give me old iphone 4 to my daughter and need to get all her info from her old iphone onto a new computer.  The PC she synced with is dead and she does not want to loose all her contacts and music.

    I want to give my old iphone 4 to my daughter and need to get all her info from her old iphone 3 onto a new computer.  The PC she synced with is dead and she does not want to loose all her contacts and music. How can I do this?

    To effectively transfer ownership of the iPhone requires that it be "restored" as a new device.
    ...  The PC she synced with is dead
    The iPhone is not a backup device. Your computer backs up the iPhone, not the other way around. What you use to back up your computer is up to you - Macs use Time Machine. I assume PCs use something similar.
    If her PC backup is dead you will have difficulty extracting content from the iPhone since it is not designed to work that way.
    All her Apple purchases can easily be transferred to another iPhone. However, her contacts will be gone, as will any music or other contact obtained from sources other than Apple.
    There are a number of third party utilities that claim to be able to extract content from an iPhone. See wjosten's procedure here:
    https://discussions.apple.com/docs/DOC-3141

  • How can I completely remove a plug-in from Aperture 2.4. Installing latest plug-in from HDR does not register with Aperture.

    How can I completely remove a plug-in from Aperture 2.4. Installing latest plug-in from HDR does not register with Aperture.

    It is not a good idea, to manually delete registry keys. Java uninstaller removes all registry entries that are needed to perform clean future installation.
    You might see some of the keys not removed by Java unistaller but they do not prevent any user from doing fresh installation of Java in future.
    Java removal tool is currently being developed, but that is for removing old/unsecure and unsupported Java versions. The tool isn't really intended to remove current/above security baseline versions of Java.
    Also, the tool does a standard un-install using msiexec /x. It won't specifically delete registry keys - it lets msiexec do it.

  • Creating pdf from clipboard does not import images or formatting

    Creating PDF from clipboard works perfect in acrobat X however in acrobat XI no images are imported and the text just defaults to times roman font. My wife uses acrobat for her craft patterns and copies from the web all the time with no issues in Acrobat X. She tried it on Acrobat XI and it just looks like garbage. The text is there but the images that were copied along with the text are not. I have examples that she did using the exact same clipboard in both X and XI.

    Bill@VT wrote:
    I guess I must not understand how you are transferring the items to the clipboard. Is the browser the same one you used with AA X?
    Yes, I used the same browser (Chrome) with AA X and AA XI.
    Bill@VT wrote:
    When I did it with AA XI, I used the mouse (on a PC) to select the text and figures in my browser and copied that info to the clipboard (ctrl-C on the PC and I assume similar on the MAC).
    Yes, the procedure for copying info to the clipboard is similar for a Mac and a PC. I select the info (in this case, text and graphics) with the mouse, and can copy it to the clipboard with either Command-C (Mac equivalent of ctrl-C), or by right-clicking on the highlighted info and choosing "copy" from the pop-up window.  I do not have to use Print Screen in conjunction with this procedure. If I use Print Screen, it copies everything that my monitor displays and the results of a paste are an image.
    Is there something I am missing about getting the web page parts wanted to the clipboard? If you clip the items into a graphics packages, does the graphics show up as desired?
    No, you are not missing anything. All of the web page parts are in the clipboard. The problem is that only the text is showing up when I use the create PDF from clipboard option in AA XI. I do not have a graphics package installed; however, if I paste the clipboard contents into Word, both the text and graphics show up.
    I checked the PDF created with my AA XI and found the text as text and the the graphic as graphic, not simply a graphic as you suggested. Is it possible the graphic is shown with a place holder or just space for the graphic. If that is the case, check the preferences that you have "view large images" turned on.
    As I explained ad nauseum, the PDF I try to create with AA XI using create PDF from clipboard does not include the graphics; it only has the text. I just checked the preferences and "view large images" is turned on. I could not find any other preference settings that would seem to help with the problem I am having.
    I can paste the clipboard contents directly into Word and print the document to a PDF. When I do that, though, I usually have to spend a lot of time editing the Word document, because the contents are not in the same format. The paragraphs are usually squashed together, or the photos are too large and I have to change the size. This just takes up more time than I have to spend.
    The bottom line is that it seems to me Adobe must have changed something in the Mac version of AA XI that causes it to not work the same way it does in AA X. The PC version is obviously okay, because you are able to get the feature to work.
    I guess I am going to have to give up on this problem and stick with using AA X.
    Thanks again for all your help.

  • My mouse and trackpad arent responding the click on finder, i can use multitouch but not 1 touch. Aswell when i go to the findertab at the bottum with the mouse, app icons Does Not expand.

    My trackpad is responding the click on finder, i can use multitouch but not leftclick/1 click/touch. Aswell when i go to the findertab at the bottom with the mouse, app icons Does Not expand. I had no problems with it before, but I'm very confused.

    Not using any mouse pad, I have a very smooth desktop. But I just tried to use a sheet of A4 printing paper, but no result, the problem persisted.
    Someone on this forum suggested, that USB3 may interfere with the magic mouse.
    I have 2 LaCie HDD's about 70 cm away from the mouse, I use them on Thunderbolt. But in operation or not - the result is the same, the mouse plays up! Just now I was clicking the desktop and the mouse created a new folder!!
    Thanks for the advice, Bee
    Cheers, Gerd

  • When streaming a movie with the new Apple TV, and using a DSL Internet connection, all audio sound works, e.g., the music track, but the audio track with the actor's voices, does not work. What can I do?

    When streaming a movie with the new Apple TV, and using a DSL Internet connection, all audio sound works, e.g., the music track, but the audio track with the actor's voices, does not work. What can I do?

    Hi Brian,
    Thanks restoring and restarting didn't fix my problem - i have started it fresh and still it doesn't work. Basically I press ONCE on the remote, after the machine has not had any commands for 10 minutes, and the cursor skips from one end of the menu to the other - so I can't choose network or update software etc - I sometimes manage to stop it randomly in the middle of the menu if I press on a command in the middle of the cursor skipping all the menu steps...not sure what the problem is but I have basically not used my brand new apple tv since I bought it for that reason! I should call Apple support I suppose! grrrr hate wasting time with stuff like this!
    Thanks for your help though!
    Pernille

  • I recently updated my e-mail address with apple, but now it does not show all the "purchased" music that I purchased under my old e-mail address.  How can I re-gain access to those hundreds of purchased songs?

    I recently updated my e-mail address with apple, but now it does not show all the "purchased" music that I purchased under my old e-mail address.  How can I re-gain access to those hundreds of purchased songs?

    You are trying to find a loophole to circumvent a basic rule that prohibits the transfer of purchased content from one Apple ID to another.
    Content tied to an Apple ID are bound to that Apple ID forever. You can not merge or trade accounts. Well, not (officially) anyway...

  • When I send an email with bcc recipients, the bcc does not show in my sent mail so I can't reference back later who I sent the email to. Worked in Snow Leopard but not in Yosemite. Please advise if their is fix for that.

    When I send an email with bcc recipients, the bcc does not show in my sent mail so I can't reference back later who I sent the email to. Worked in Snow Leopard but not in Yosemite. Please advise if their is fix for that.

    Did you select View->Bcc Address Field from the menu bar?

Maybe you are looking for

  • I am trying to add a footer and Adobe Pro XI keeps crashing

    I am trying to add a footer to my document and Adobe Pro XI keeps crashing.  Any ideas?

  • PDF file to be attached in mail .Showing error in opening the Document .

    Hi ABAP Gurus , Good Morning ! I converted a smartform to PDF and sended to function SO_NEW_DOCUMENT_ATT_SEND_API1 to send a mail external... So, when I tried to open the file attachment, I can't open this file. and I watch a message : 'There was a e

  • Process in Linux

    Hello, I am interesting in know what process start up the Oracle WebLogic Server(the admin_server and any managed server) and componentes(OHS, WebCache, etc) in Linux and the specific command to see this process. thanks any reply

  • I can't get my flash player to work

    I have installed and uninstalled Adobe Flash Player now at least 10 times and I still can't get it to work. I still am reciving messages from sites that I need to download it. I need help can anyone help me to fix this. I need my flash palyer working

  • Recently added folder is missing

    on my itunes, "recently added" folder is missing since last month on my MacBook Pro. How can i fix? many thanks,