How to check the status of my macbook battery

How can i Check the kwality of my macbook battery??

Hi and welcome to Apple discussions,
Click on blue apple top left.
Then About This Mac.
Then More Info in the small window that opens up.
Finally click on Power in the left hand column.
If you are not sure what it all means copy and paste what it shows into a reply so we can see what is happening.
Regards from England,
Alan

Similar Messages

  • How to check the status of file downloading?

    I have to download the selected file by using "file download" dialogue box.
    This "File Download" dialogue box provides options for "Open", "Save", "Cancel" or "More Info". It is similar to usual "File Downloading".
    And i am required to do further processing only if , file is "Open" or "Save".
    So how can i check the status of the option selected by the user?
    Following is the code snippet:
    res.setContentType("text/plain");
    res.addHeader("Content-Disposition", "attachment; filename=" +value);
    try
         uFile= new File(fPath);
         fSize=(int)uFile.length();
         fis = new FileInputStream(uFile);
         c=-1;
         while ((c = fis.read()) != -1)
              out.print((char)c);             
         fis.close();
         out.flush();
         out=null;
    catch(Exception e)
           out.println("Exception : " +e);
    } I tried to generate a flag and inside a while loop, and then checking the status of that flag outside of loop.
    But it doesn't work.
    It reflects the value of flag even if user selects "Cancel" Option.
    So, if there is any another way of checking the option selected by user from "Open","Save" or" Cancel", then please reply me.
    Thanks in advance.

    Is there any solution for this or any web link for this...?
    Thanks in advance,
    Waiting for reply

  • How to check the status of an IDoc in the Target system

    Hi Experts,
    we are using a self-made program to send Material and BOMs from Client A to Client B into the same ERP System.
    How can I check the status of an IDoc in the Target Client B (like BD87 - ALE Monitor) ?
    If you have some examples or Function, please give me the information.
    Rewards if helpful.
    Regards,
    David

    Hi David
    As mentioned in the earlier reply you can check your status with tcodes:-BD87,WE02,WE05.What i guess from your querry is the staus of your idoc whether posted or not in target client B.Check in the target client for the message type which you are using (since its an program that means you must be using an customised idoc type or standard) .You might have maintained Basic type tcode:-WE30.Give in your messagetype,Basictype,Created at and executed using tcode :- BD87.The prerequisites are you need to create an Partner Profile(WE20) .For this you need to create to provide in your message type and Process code(we41,we42,we57).If you have to create an process code for customised one(se37) .You need to actuivate the idoc inbound processing .If you are using a file in your file make it sure the port is being maintained for the same to chek for unicode format in tcode :-WE21 (check or uncheck).
                    For standard BOM i recon you are using message type :-BOMMAT  and Processing code as:-BOMM.Its always advisible that instead of using an whole abap program you need to have an ETL tool that would take care of the extraction of data provided your client do have existing Legacy system in its place since it would be much faster and easier.
    Regards
    Somnath

  • How to check the status of Oracle DB?

    I just installed the Oracle Express 10 on LINUX machine. I check the status with
    /ect/init.d/oracle-xe status
    and get followings. How can I tell if the Oracle is running or not?
    [root@s003ap03n-test init.d]# ./oracle-xe status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-JUL-2010 10:18:45
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 19-JUL-2010 09:58:46
    Uptime 0 days 0 hr. 19 min. 58 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=s003ap03n-test.proactiv.de)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=7070))(Presentation=HTTP)(Session=RAW))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XE" has 1 instance(s).
    Instance "XE", status READY, has 1 handler(s) for this service...
    Service "XEXDB" has 1 instance(s).
    Instance "XE", status READY, has 1 handler(s) for this service...
    Service "XE_XPT" has 1 instance(s).
    Instance "XE", status READY, has 1 handler(s) for this service...
    The command completed successfully

    Connect with SYS or SYSDBA.
    SELECT instance_name, status, host_name
    FROM v$instance;
    Regards
    Asif Kabir
    Total Questions: *6 (6 unresolved)*
    -- Mark your helpful post as correct/helpful and close all the answered threads.

  • How to check the status of instance in my Process

    Hi,
    I have a requirement where I want to check for the status of an instance and if completes in error then send an email. I've been told that there are Bpel tables where I can check the status and there are also Bpel API's I can use.
    Can you please let me know what is the best way to do this and if so, some guidelines on how do I design this...I'm fairly new to BPEL and would really appreciate your help
    Thanks
    -Prapoorna

    Hi
    First let me explain how I understand your requirement.
    There is a bpel instance. This can either complete successfully or with error (basically some fault has occurred).
    If the process completes with error a email should be sent.
    Well this is how I would design this.
    Put the code that might succeed or fault in a scope. Add catch or catchAll block in the faultHandler of the scope.
    Write the email stuff in the faultHandler.
    Just in case you are still interested you can find the instance state Bpel table details in the below link.
    http://oraclebpelindepth.blogspot.com/2008/08/bpel-process-states.html
    If you are willing to explore the Java API stuff you can find some useful stuff in here.
    http://oraclebpelindepth.blogspot.com/search/label/Java%20API
    This will tell you how to setup context, include which jars and a simple java thing to see some thing working.
    Now regarding state, you can use locator.listInstances(WhereCondition wc) to get instances list in IInstanceHandle[].
    In the IInstanceHandle use the method getState() to get the state of the instance.
    Every Little Helps
    Kalidass Mookkaiah
    http://oraclebpelindepth.blogspot.com/

  • How to check the status of a job!!!

    Hi,
    i want to check the status of a job and also send a mail when a job is cancelled.
    Is there any function  module which does that , also i want check the jobs across various time periods and not of today....
    Its urgent,
    Answers will be rewarded,
    Regards,
    Rohan

    Hi Rohan,
    You can get job information by <b>calling function "BP_JOB_READ".</b> If you pass the value btc_read_jobhead_only defined in LBTCHDEF, it will only return the
    job header info into the export parameter JOB_READ_JOBHEAD. The job status
    is set in JOB_READ_JOBHEAD-STATUS.
    Alternatively, <b>you can just lookup table TBTCO</b>, the status is in
    TBTCO-STATUS.
    The values in STATUS are defined in LBTCHDEF as follows;
    DATA:
    BTC_RUNNING LIKE TBTCO-STATUS VALUE 'R',
    BTC_READY LIKE TBTCO-STATUS VALUE 'Y',
    BTC_SCHEDULED LIKE TBTCO-STATUS VALUE 'P',
    BTC_RELEASED LIKE TBTCO-STATUS VALUE 'S',
    BTC_ABORTED LIKE TBTCO-STATUS VALUE 'A',
    BTC_FINISHED LIKE TBTCO-STATUS VALUE 'F',
    BTC_PUT_ACTIVE LIKE TBTCO-STATUS VALUE 'Z',
    BTC_UNKNOWN_STATE LIKE TBTCO-STATUS VALUE 'X'.
    Thanks,
    Vinay

  • How to check the status on the server

    I have a jsp page which runs a tcl program in the background. This tcl program will generate a HTML file and the HTML
    file will be residing in the server. Is there a way in the jsp to check the status on the server so that the moment HTML file is on
    the server and capture the date/time and display in the JSP.
    Thanks

    If the JSP is on the same server, then you can just use the File class to check that the file exists and get the timestamp of the file.

  • How to check the status of published vi in webpage

    Is there any method, property or way to check the status of published vit in webpage.
    my problem is that i have a continous running vit which i have published in webpage. when user slects some option/button then the front panel of that vit loaded into webpage and can perform different funtion. when user close the page or navigates to another page (means the front panel in webpage is no longer available). i want to know the status of vit, that now user doesnot use this vit so i have to close it.
    regards

    Now i have fixed the issue by using invoke method to check the number of connections.

  • How to check the status of all of the current cache listeners

    Hi,
    Is there a way to programmatically show the status of all of the registered cache listeners?
    The background is that we found only one user (among around 20 users) always stops receiving the events from the cache. However the tcp connection to the proxy server is always alive. We are using .NET client.
    Please provide any suggestions on this issue.
    Thanks
    Mu

    Is there a way to programmatically show the status of all of the registered cache listeners?Not easily. The listeners are managed in a hierarchical manner, so each storage-enabled server keeps track (e.g. per partition) what listeners it has to notify of what events, and each proxy keeps track (e.g. per connection) of what clients it has to notify of what events, and on the client it keeps track of what listener objects it has to deliver what events to. At each level in the hierarchy, there is a data structure that keeps track of this information, and that data structure will typically be an instance of com.tangosol.util.MapListenerSupport. While it is theoretically possible to navigate these data structures at any level of the hierarchy, it's not straight-forward.
    The background is that we found only one user (among around 20 users) always stops receiving the events from the cache. However the tcp connection to the proxy server is always alive. We are using .NET client.It sounds like the client is getting disconnected at some point. To eliminate the obvious (e.g. an event listener getting stuck and never returning), take a thread dump of the .NET process, e.g.
    http://support.microsoft.com/kb/286350
    Next, add the listeners on the client side for the MemberLeft events. If the client does get disconnected, it should get that event.
    Also, turn up the logging level on the proxies (to at least D6) and check the logs when this happens.
    I'd also suggest that you file an SR with Oracle support to track this.
    Peace,
    Cameron Purdy | Oracle Coherence
    http://coherence.oracle.com/

  • How to check the status - Locked or Unlocked?

    I was using a iphone 5 unlocked version, and recently i got replaced with a new phone. But now when i check online for the status (http://iphoneimei.info/) if its locked or unlocked it shows me it is locked. Im currently not using any sim card

    If Apple replaced the iPhone and the donor was unlocked lawfully then the replacement should alo be unlocked
    Only Applecare in you couuntry can legitimately tell you of the iphones Carrier status

  • How to check the status of TLS cert?

    Hi all,
    Except export (or copy) the cert from the configuration file, and view using openssl, is there anyway / tools to allow me check the TLS / SSL cert is being used?
    As beside checking the cert is using by my IronPort, i would like to check the cert using by my partner as well (although i can configure IronPort to accept trust cert only, i still wanna verify it)
    Thanks for advise.

    You don't need to copy the cert out of your configuration. OpenSSL has an "s_client" subcommand which can open an SSL connection and verify the cert for you. It even knows how to do STARTTLS. Something like this ought to do it:
    openssl s_client -starttls smtp -CAfile /path/to/ca/file -connect your.ironport:25
    The /path/to/ca/file is necessary to provide openssl with a cache of root CA certs. You could use -CApath instead of -CAfile if you have a hashed directory of root CA certs instead of a single file containing them all.
    You can also point this at your partner's SMTP server as well.

  • How to check the status of infopackage ??

    hi,
    I have executed infoobject, and i can go to moniter and see the status. but over there it only shows time and no. of records.
    like this...
    Yellow tringle 15:23:23 ( 234 from 120 records )
    does it mean its loading 234 records from 120 records ? that doesnt sound right. for me the second no. is always smaller then the first no.
    also, is there any other way to check whats going on ?  other then Monior????

    Hi honar,
    Yellow tringle 15:23:23 ( 234 from 120 records )
    Yes it means the load is still processing. Once the load gets completed the request will change to Green and the record count will match like
    EX: Green o 15.30.00(234 from 234 records)
    As the load is running you can check the back  ground might be running goto SM37 tcode enter user name and select the active requests and click execute
    or
    From the monitor screen "environment" --> job overview --> in the "source system" it will take you to SM37 screen.
    Check the job log till it finishes.
    If the job finished and still the load is in yellow status - check for the idocs and if they are hung process them manually.
    Regards
    KP

  • How to check the status of other process chain from one process chain

    Hi All
    I have a requirement where I need to send an Email after successful completion of 3 process chains.
    all these 3 chains starts at same time.Out of these 3, one chain daily takes more time to complete.
    Is there any way so that in 3rd chain( the one that takes more time to complete) i can check whether the other two chains have completed successfully or not.So that when this chain gets complete I can send the success notification for all the three chains.
    If possible please tell me the step by step procedure for doing this.
    I have no question on sending Email through process chain.
    Regards
    Ashish

    Hi
    The OS Command is used for the following:
    You use this process type to stop a system command in the operating system of an application server.
    In the process maintenance for the operating system command, define:
    The logical name of the operating system command you want to stop.
    A command defined in transaction SM49 is used here. You can also change the command using the Change pushbutton.
    The operating system of the application server on which you want to execute the command.
    Additional parameters, as long as the defined command permits them.
    The application server on which the command is to be executed. If you always want to use the current host, set the corresponding indicator. If you want to use a host other than the current one, enter this in the Target Host field; the system automatically deselects the Current Host.
    After the run, you can find the standard text output by the command on the Process tab page of the log for this process.
    For processes you may have implemented yourself, you can access this log using the CL_RSPC_SYSTEMCOMMAND=>IF_RSPC_GET_LOG~GET_LOG method.
    I have never used the OS command myself, so I am not sure, whether it can be used in your case.
    Check the following link, it might help,
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/fa/096d5a543b11d1898e0000e8322d00/frameset.htm
    Regards
    Shilpa

  • How to check the status from the backend in workflows

    How to approve or retry the work flows which are in error or any status. this can be done through status monitor in workflow administrator web applciations in fornt-end. But my requiremnet is to do the same from back-end by executing the query.
    thanks & regards
    arifuddin

    Hi;
    Duplicate post, please post once
    po's whcih are in error by a specific user
    Regard
    Helios

  • How to check the status of IGS

    Since I don't IGS is always an optional component for the Web application server , I hope the user will not see the dump information if the IGS is not installed properly or the service is not started .
    I use the following way to check , but it seems that it's always so right,can any body help me ?
    @btw , what is the IGS_RFC_DEST refer to ? should it be changed according the different ip address for the IGS server ?
    Regards ,
    DATA : l_dest     TYPE char32 VALUE 'IGS_RFC_DEST'.
    DATA : g_igs_data TYPE REF TO cl_igs_data.
    DATA : l_table_count type i .
    DATA : l_message type c .
    create object g_igs_data.
    call method g_igs_data->reset.
    call method g_igs_data->send
      exporting
        rfcdestination          = l_dest
        farm_type               = 'ADM:STATUS'
      importing
        tables                  = l_table_count
        msg_text                = l_message
      exceptions
        rfc_communication_error = 1
        rfc_system_error        = 2
        internal_error          = 3
        others                  = 4.
    if sy-index NE 0.
      WRITE 'IGS is error'.
    ELSE.
      WRITE 'IGS is right'.  
    endif.

    Hi Blake,
    You can monitor your IGS by using the info here,
    http://help.sap.com/saphelp_nw04s/helpdata/en/69/a6d43ac66e1f08e10000000a114084/frameset.htm
    Regards
    Juan
    Please reward with points if helpful

Maybe you are looking for

  • Schedule Background jobs automatically -

    Hello Guys, I have the following requirement. I have a copy program in BPS-SEM(ABAP program). Users have to run the copy program for different combinations like variant:1 costcenetr 100-200 valuetype - 10 user 1 variant:2 costcenetr 400-500 valuetype

  • Problem in new 1% higher education cess as per budget 07

    Hi, we have done the configuration for the new 1% higher education cess in SAP.we have uploaded the relevant patches, done the required manuel changes, also completed the changes in MM and SD module.All the changes were done as per SAP notes.But stil

  • IPod won't sync with itunes 7.7

    the other day i plugged my ipod in to update 4 new songs on it. i watched itunes put the songs on the ipod and said it was succesfull. so i took it with me and when i went to go listen to it it had no songs on it. so i took it home and plugged it in

  • Why do I see a white screen after right-clicking a link & asking to open page in a new tab?

    As the question states, the tab that opens is a completely white screen absent of text and/or graphics. This condition occurs whether I open a link from a Web site (CNN.com) or when clicking on a link within an email (Outlook 2007). Full text & graph

  • How to create AP payment terms and withholding tax from backend ?

    Hi All, I have a requirement to create the AP Payment terms and withholding tax from backend as the data is going to be uploaded into 15 different instances therefore for the convenience i am looking for any API or Interface to create these from back