Read Printer Status Data

Dear All;
I want to read the printer status data which are shown in the printer built in display (ink level, cartridge status, job status) in my PC. Can anyone help me how to do that? Is there any built in function or code that can access the printer control data?
I need to implement this for both offline and network printer.
Regards
Arefin

Hi,
Congo,That issue resolved by following process-
In solution manager use "MAI_TOOLS" transaction then "Acitvate expert mode" and select "Analysis" Tab.Under this tab there is one option "Check Directory consistency".By selecting this option then I entered "Technical scenario" T_SYS_MON and "Managed object name" as my managed object for which data was not reporting,then execute it.
There I found missing entry point configuration for my managed object.When I select reconfigure entry point then after few minutes data started to reporting.
But for the same metric data is reporting randomly. For few hours data comes and then again it becomes grey for few hours.I am observing this from last 30 hours.
Kindly suggest for this situation.
Regards,
Piyush Jain

Similar Messages

  • How can I hide "Read/Waiting/Transferring data..." status?

    Firefox 34.0.5 on Windows 7
    I want to hide the "Read/Waiting/Transferring data..." status that shows on the lower left of the browser screen
    I found a solution in this archived thread, https://support.mozilla.org/en-US/questions/942499, and I applied it, but it doesn't seem to work

    That should be statuspanel (tag name) instead of #statusbar-display for the selector
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    statuspanel[label^="Looking"] {display:none !important;}
    statuspanel[label^="Connect"] {display:none !important;}
    statuspanel[label^="Waiting"] {display:none !important;}
    statuspanel[label^="Transfer"] {display:none !important;}
    </nowiki></pre>
    You can possibly use these selectors to be more precise:
    <pre><nowiki>statuspanel[type="overLink"] .statuspanel-label
    statuspanel[type="status"] .statuspanel-label[value^="Looking"]
    statuspanel[type="status"] .statuspanel-label[value^="Connect"]
    statuspanel[type="status"] .statuspanel-label[value^="Waiting"]
    statuspanel[type="status"] .statuspanel-label[value^="Transfer"]
    </nowiki></pre>
    *[[/questions/969955]] Disable status bar without add-on

  • Incorrect date in Printer Status Report

    I just changed a print cartridge today for an Officejet 6500 wireless.  The printer system date is today 8-19-11.  The Printer Status Report ink install date [#53 on the report] shows 8-13-11.  Why?  Thanks, Apuleius

    I beleive the printer only stores the date to the nearest week.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Lexmark printer - "unable to read CUPS raster data" message

    I have been using my Lexmark z2320 printer for about a year with my macbook pro, with no issues. However, since yesterday I have been getting the "unable to read CUPS raster data" error message, and can not print.
    I am using 10.6.2 osx.
    I have tried re-installing the drivers, and downloading new drivers from the website, but all to no avail.
    I noticed some similar posts, but could not find a clear resolution.
    THank you.

    hi. Thanks for the response and apologies for the delay - I am new to this, and was expecting an email alert when somebody had responded.
    I downloaded the update, and I now get the message:
    +Color table is missing. You must uninstall and reinstall the printer software.
    How should I proceed?

  • Printer Status Report

    Printer: HP Photosmart 5515 on the label (but HP Photosmart 5510d B111h on the Printer Status Report).
    Operating system: Win 7
    Why does item 25 in my Printer Status Report show incorrect "Ink Install" dates? Depending on the colour, the date of installation of each ink cartridge is given as four or five days earlier than the actual date of replacement.  I would have thought that the date would be exactly as per my desktop computer to which the printer is connected via a USB cable.
    The printer is less than one year old and has given the incorrect dates from the moment the original set-up cartridges were replaced.

    HI LincsP,
    You are correct that the dates should in fact change and show the exact dates. This will not affect your ability to print or print quality at all. It may have something to do with you needing a product update. You can click here to find out how to check for a product update on your printer. 
    When it's time to change a cartridge next time print the Status report before you replace it and then again right after you replace it. If the same thing happens please scan the sheets and attach them to this thread for me to look at. 
    Let us know what happens.
    If I helped you at all it would be great if you clicked the blue kudos star!
    If I solved your post please mark it as solved to help others.
    I'm a printer tech with HP.

  • Printing Status in PO Document

    Dear expert,
    How to give printing status "ORIGINAL" for the first print, "REPRINT 01" for secound print etc, in PO document if i have Z sapcript which assign in standard program (SAPFM06P) ?
    Thanks before.
    - ely -

    Hi Anji...thanks for your replay, but i will clarify about my question before.
    here the code that I used to give printing status :
    FORM f_cetakan_ke TABLES in_tab STRUCTURE itcsy
                            out_tab STRUCTURE itcsy.
      DATA: ld_data LIKE zlog_print_po,
            ld_ebeln LIKE ekko-ebeln,
            ld_aedat LIKE ekko-aedat,
            ld_newdt LIKE sy-datum,
            ld_newtgl LIKE sy-datum, 
            ld_cetakan(11).
      DATA: ld_nast_sc LIKE nast.
      DATA: ld_nast LIKE nast.
      LOOP AT in_tab.
        CASE in_tab-name.
          WHEN 'EKKO-EBELN'.
            ld_ebeln = in_tab-value.
          WHEN 'EKKO-AEDAT'.
            CONCATENATE in_tab-value6(4) in_tab-value3(2) in_tab-value(2)
                   INTO ld_aedat.
          WHEN 'NAST-KAPPL'.
            ld_nast_sc-kappl = in_tab-value.
          WHEN 'NAST-OBJKY'.
            ld_nast_sc-objky = in_tab-value.
          WHEN 'NAST-KSCHL'.
            ld_nast_sc-kschl = in_tab-value.
          WHEN 'NAST-ERDAT'.
            CONCATENATE in_tab-value6(4) in_tab-value3(2) in_tab-value(2)
                   INTO ld_nast_sc-erdat.
          WHEN 'NAST-ERUHR'.
            ld_nast_sc-eruhr = in_tab-value.
        ENDCASE.
      ENDLOOP.
      SELECT SINGLE * FROM zlog_print_po INTO ld_data
          WHERE ebeln = ld_ebeln.
      IF sy-subrc = 0.
        ld_data-cetak = ld_data-cetak + 1.
        CONCATENATE 'Re-print' ld_data-cetak INTO ld_cetakan
                   SEPARATED BY space.
      ELSE.
        ld_data-mandt = sy-mandt.
        ld_data-ebeln = ld_ebeln.
        ld_data-datum = sy-datum.
        ld_data-uzeit = sy-uzeit.
        ld_data-uname = sy-uname.
        ld_cetakan = 'Original'.
      ENDIF.
      IF ld_data-cetak GT 2 AND ( sy-ucomm NE 'PREVOUTPUT' AND
         sy-xcode NE '9ANZ' AND sy-xcode NE '9DPR' ).
        SELECT SINGLE * FROM nast INTO ld_nast
            WHERE kappl = ld_nast_sc-kappl
              AND objky = ld_nast_sc-objky
              AND kschl = ld_nast_sc-kschl
              AND erdat = ld_nast_sc-erdat
              AND eruhr = ld_nast_sc-eruhr.
        ld_nast-vstat = 2.
        MODIFY nast FROM ld_nast.
        MESSAGE e000 WITH 'Print PO form just allow 3 times.'.
      ENDIF.
    IF sy-ucomm NE 'PREVOUTPUT' AND sy-xcode NE '9ANZ' AND
         sy-xcode NE '9DPR' .
        MODIFY zlog_print_po FROM ld_data.
      ENDIF.
      LOOP AT out_tab.
        CASE out_tab-name.
          WHEN 'D_CETAKAN'.
            out_tab-value = ld_cetakan.
        ENDCASE.
        MODIFY out_tab.
        CLEAR out_tab.
      ENDLOOP.
    ENDFORM. 
    and the problem occure when PO document which I printed more than one page where the program will count every page.
    example :
    there are 3 page of PO document will be printed for the first time, should be this document have status "ORIGINAL",
    but with my program this document have an status "REPRINT 02" what wrong about my program ?
    Note : I used standard program SAPFM06P and Z sapscript than this routin called from Z sapscript.
    Thanks.
    -ely-

  • Using htp.p for print dynamic data in apex region make my page slow?

    Hi, everyone!!! My name is Rafael, and...
    I search in the web and in this forum but i can´t find a answer for my doubt.
    Using the procedure htp.p for print dynamic data in apex region through on demand process , this will leave my webpage slow to load when the user access?
    Example:
    For build a menu in my webpage, it´s read a function in the database that returns variable string, so by a demand process this string is obtain and print in a web page using htp.p.
    I notice that this practice causes slow to load the data on the page.
    This is it...
    If someone help me, thanks...
    bye and Happy new Year!!!
    Edited by: user9518141 on 26/12/2009 17:19

    Hi,
    Try commenting out the function call and print some sample text in the htp.p like htp.p('Hello world..');
    I think the function call is probably taking a lot of time .. not htp.p.
    I have used htp.p to print out values dynamically in a lot of situations and have not ever come across any performance issues.It could be a problem with the function you are calling.
    Thanks,
    Rajesh.

  • Printing System Date on Report Title

    How can I print the system date on the title of report generated by SQL*Plus?
    I remember it is possible to include SQL.PNO in the statement TTITLE to print the page number. Is there any variable like SQL.PNO which represent system date?
    Previously I've include SYSDATE to the SELECT statement of the report. It is the column named TODAY, with option NOPRINT and NEW_VALUE TT_TODAY, where TT_TODAY is include in TTITLE statement. The problem is: if the SELECT statement returns nothing, TT_TODAY will be blank/Null.
    How can I work around with this problem?

    Dear all,
    My colleague told me the way to print System Date on title of SQL*Plus report as followed:
    COLUMN today NEW_VALUE tt_today NOPRINT FORMAT A1 TRUNC
    TTITLE CENTER tt_today RIGHT SQL.PNO
    SET FEEDBACK OFF
    SET TERMOUT OFF
    SELECT SYSDATE AS today FROM DUAL;
    SPOOL RPTFILE
    SELECT ....... << to generate report output >> .......
    SPOOL OFF
    SET TERMOUT ON
    SET FEEDBACK ON
    It works! The output file contains System Date on each page title.
    I don't understand why Oracle didn't implement variable similar to SQL.PNO to represent the System Date. If Oracle is able to create SQL.PNO which can increment on each page break, why not the System Date which remains the same on each page?

  • How can I print the DATE in the Header/Footer but NOT the TIME?

    I know how use page set-up to change the headers and footers. Firefox doesn't give me the choice of printing just the DATE rather than the DATE/TIME. I tried Custom Date and it printed "Date", and not the date. I tried &Date and it print the Date & Time.
    Is there a way to print just the date?
    Sign me
    Midnight Printer

    You want to print them on their own? Can't be done. WIth the photo? Install this
    http://www.iborderfx.com/iborderfx/

  • FM to read yellow status requests from transactional InfoCube

    Hi,
    I am using the FM RSDRI_INFOPROV_READ to read data from the transactional InfoCube. My problem is that my code using this FM should be able to read data requests that have the yellow status for the transactional InfoCube.
    My code using this FM is able to read data from the green requests only but not the yellow requests. I was told in BPS, the yellow requests should turn green automatically after 50K of records have been queue up and ready to be turned green by itself.
    Has anyone come across this and help me solve this issue of reading data using FM RSDRI_INFOPROV_READ to read yellow request data. Is there another FM to read both the green and yellow requests?
    Please advise. Thanks
    RT

    Hi Rob,
    The function module mentioned by you is correct and it will read the yellow requests please try this, by default the parameter i_rollup_only is set as true set it to false (blank) while calling the function module.
    Please see the attached code
    CALL FUNCTION 'RSDRI_INFOPROV_READ'              
       EXPORTING                                      
         i_infoprov             = p_infocube          
         i_th_sfc               = t_sfc               
         i_th_sfk               = t_sfk               
         i_t_range              = lt_range            
         I_PACKAGESIZE          = p_pksize            
         i_rollup_only          = rs_c_false          
       IMPORTING                                      
         e_t_data               = <fsl_data_read>     
         e_end_of_data          = w_end_of_data       
       CHANGING                                       
         c_first_call           = l_first_call        
       EXCEPTIONS                                     
         illegal_input          = 1                   
         illegal_input_sfc      = 2                   
         illegal_input_sfk      = 3                   
         illegal_input_range    = 4                   
         illegal_input_tablesel = 5                   
         no_authorization       = 6                   
         ncum_not_supported     = 7                   
         illegal_download       = 8                   
         illegal_tablename      = 9                   
         trans_no_write_mode    = 10                  
         inherited_error        = 11                  
         x_message              = 12                  
         OTHERS                 = 13.                 
    Hope this was helpful.
    thanks

  • Error while reading the analog data?

    Hi,
    I was trying to read the analog data from 4 voltage channels with -5,+5 voltages as minmum  and maximum values.Iwas using 250khz as sampling rate and 2seconds as duration.When I try to read the analog data using DAQmxReadBinaryU16 method.I was getting the following error :
    ADC conversion attempted before the prior conversion was completed.Increase the period between ADC conversions.I f you are using external clock check your signal for the presence of  noise or glitches.Task Name _unnamed Task<0>.Status C.
    I would appriciate if you could do this needful.
    Thanks In Advance,
    Meka

    Meka,
    The M Series devices have a specified maximum sampling rate for a single channel.  Past a single channel, the maximum sampling rate is then divided down depending on the number of channels sampled.  The reason for this is because each M Series device has one analog-to-digital converter (ADC).  Every channel in a scan list must pass its data through this one ADC. To allow for this, the M Series devices also have a multiplexer (MUX).  Because of settling time limitations with the MUX switching, the maximum sampling rate is the specified single channel sampling rate divided by the number of channels be scanned.  In your case, because you are using 4 channels, the maximum sampling rate you can achieve with the 6221 is:
    250 KS/s / 4 = 62.5 KS/s
    If you need a sampling rate of 250 KS/s for each channel, you may be interested in our S-Series devices.  These devices have a separate ADC for each channel, allowing all analog channels to run at the maximum sampling rate simultaneously.  Take a look at the PCI-6143, which can sample at 250 KS/s on all of its 8 channels at the same time.
    I hope this helps!
    Justin M
    National Instruments

  • Is there any way to print  the data inside  the Notes field of MIR6 Report

    Hello Gurús.
    We need to include the data inside the Notes field in the report MIR6 - INVOICE OVERVIEW - report.
    Is there any way to print  the data inside (comments)  the Notes field as well in the Report  ?
    We found that the only way is to open the Notes and print it, but it takes time, any idea ?
    Rgds.
    MCM.

    There's nothing built-in that does that. If you only have text fields and they don't have any formatting or other property that would prevent it (e.g., Date, character limit), you can run a simple script to populate each field with the field name, and then print. A more complicated approach would be a script that adds text annotations near/over each field that shows the field name. This would just be for documentation purposes, but it's possible. Post again if you'd like help with the first. You'll probably have to pay someone for the second approach if you don't want to do it yourself.

  • How track changes in production order which is already Read PP master data

    Hi Gurus,
    Due to some unavoidable reason my client has to do Read PP master data time and again, now my client having a requirement that want to see what has been changes in Production Order.
    We already created 1 report for that which tracks whatever has been changed in Production Order but having a constraint in it.  That It could not be able to distinguish to which order READ PP MASTER DATA done.
    So my query is how to map that in report. As sytem Status directly changed to CRTD phase.
    Any table which can track the changes once the order been through with READ PP MASTER DATA?
    As there are huge number of Production Order so we can go and open each order to see the Status changes in each and every order.
    Hope to get a reply soon.
    Regards,
    Sap User

    Hi,
    A suggestion:
    Change the specification as, log changes at each save instead of Read PP Master Data, as the changes would become effective only upon save. So if this is acceptable then 2 options, 1. Go with OCM feature or 2. Refer note - 390635
    Revert if you face any issues.
    Regards,
    Vivek

  • Adobe Reader Printing Problem

    I have a PC with Windows XP SP3. When I try to print a PDF document, I get the following message: "The document could not be printed. There were no pages selected to print." Of course, I had selected the pages to print.
    Recently, I had many problems with Adobe Reader 10, so I removed it and reloaded Adobe 9. Today, when this printing problem appeared, I did a restore on my computer, taking it back a few months. I still have the printing problem.
    Any idea what's wrong? Any idea how to fix it?

    I have Acrobat Pro 9, but the feature I am using is listed under my
    printers.
    If I go to Print, then in the drop-down list of printers, I have PDF -
    which essentially creates a new PDF document.  I don't really understand
    why it worked, but it did.  The Print - PDF is also available to Word,
    Publisher, etc.
    Hope tis works.
    Darlene M. Stoops
    Corps Ministries Communications Consultant
    The Salvation Army Territorial Headquarters
    Canada and Bermuda Territory
    NOTE: New phone number 416-467-3306, or extension 3306. Visit our websites
    for news, updates, and program ideas!
                                                                                    From:       Lindsay_MP <[email protected]>                                                                               
    To:         Darlene Stoops <[email protected]>                                                                               
    Date:       05/17/2011 11:40 AM                                                                               
    Subject:    Adobe Reader Printing Problem                                                                               
    Do you have Acrobat Pro 9? I can't find how to Print to PDF under File.....

  • How can I print the date and time in a photo from iPhoto

    How can I print the date and time in a photo from iPhoto

    You want to print them on their own? Can't be done. WIth the photo? Install this
    http://www.iborderfx.com/iborderfx/

Maybe you are looking for

  • Scheduled report issue

    Hi, I scheduled a work book with multiple worksheets in discoverer 4.1.47. After scheduling when am I opening, I found there is a sheet with no data. I checked the query from SQL inspector and its not showing the original query and its showing the be

  • CRM Release 12 service requests and creation of notes

    Hi, is it possible to get an email notification for a service request (in CRM Release 12) that includes the Note texts? Thanks very much, Louise

  • More filtering weirdness

    Hi all: I am still seeing an issue on our BM3.9sp2 box running on NW6.5sp8 and eDir 8.8.5. I have two credit card machines, one in subnet 10.1.x.x and one in subnet 10.2.x.x which is across a wan. Here are the filters I setup: 10.1.x.x subnet outboun

  • Referencing field in a query struct

    About 5% of the time I get an error 'Element COMPANYSTATUS is undefined in Q.' from the code in SNIPPET 1. Can anyone tell me why I would ever get this error? If the query returns 0 results (which it may if the user is not logged in and SESSION.User.

  • Is it possible to start a remote server from the IDE?

    I would want to know if it is possible to start a domain that makes reference to a remote server (from the IDE). On this way I could start and stop the server without loading so much the machine that I use to develop my portal applications. If it is