Wi-Fi Connection Time Displays Negative Numbers

Using an AEBS with the latest firmware 7.6.2 and OS X 10.7.2.  The Wi-Fi connection time appears to randomly start displaying negative numbers. It then counts down (up?) to zero and then displays positive numbers. Anyone else seen this?
Regards.

I have the same problem (Macbook 2008, 10.6.8 airport extreme 7.6). Has there been a fix? How do I report this bug, which seems to be affecting older machines as well? It's somewhat amusing, but is starting to become annoying.
Melinda

Similar Messages

  • Displaying negative numbers in brackets in Excel output

    Hello all.
    I have an RTF template...I tired displaying negative numbers in brackets like : (123.80) in Excel output
    But, this is working in PDF and not in Excel.
    Please let me know the way to dsiplay the numbers in brackets.

    varma wrote:
    Negative numbers in bracket
    add a conditional statement like below.
    <?if: NUMBER_TO_CHECK < 0?> <?concat('(',NUMBER_TO_CHECK,')')?><?end if?>
    <?if: NUMBER_TO_CHECK > 0?> <?NUMBER_TO_CHECK?><?end if?>
    are you using the same template for PDF and EXCEL ?
    if so, it has to be handled little differently.
    Place this line in the beginning of the rtf
    <?param@begin:_xf;''?>
    add this condition on number column for Excel output
    <?if:$_xf='excel' and NUMBER_TO_CHECK < 0?> <?concat('(',NUMBER_TO_CHECK,')')?><?end if?>
    Try the above one it should work.
    Have a Nice dayThis didnt work.
    Say that I have element named 'market'
    I placed this condiion <?param@begin:_xf;''?> at the beginningof RTF
    Replaced the number field with this condition: <?if:$_xf='excel' and market< 0?> <?concat('(',market,')')?><?end if?>
    This is giving me a blank output in place of the number.
    >

  • Display Negative numbers

    Hi,
    I am using JDeveloper 11.1.1.5
    One of an ADF page is expected to display negative number and also follow the number format pattern as shown below. I am not able to display negative numbers. Can anyone help here please?
    Below is my code snippet.
    VO.xml ::
         <ViewAttribute
         Name="TotalDue"
         IsUpdateable="false"
         IsPersistent="false"
         PrecisionRule="true"
         Precision="15"
         Scale="2"
         Type="java.math.BigDecimal"
         ColumnType="NUMBER"
         AliasName="NET_DUE_INVESTOR"
         Expression="NET_DUE_INVESTOR"
         SQLType="NUMERIC">
         <DesignTime>
         <Attr Name="_DisplaySize" Value="22"/>
         </DesignTime>
         <Properties>
         <SchemaBasedProperties>
              <LABEL
              ResId="NET_DUE_TOFROM_INVESTOR"/>
              <FMT_FORMATTER
              ResId="com.ahmsi.isams.liquidation.model.vo.Liquidation332FormView.TotalDue_FMT_FORMATTER"/>
              <FMT_FORMAT
              ResId="com.ahmsi.isams.liquidation.model.vo.Liquidation332FormView.TotalDue_FMT_FORMAT"/>
         </SchemaBasedProperties>
         </Properties>
         </ViewAttribute>
    ModelBundleProperties ::
         TotalDue_FMT_FORMATTER=oracle.jbo.format.DefaultNumberFormatter
         TotalDue_FMT_FORMAT=\#,\#\#\#,\#\#\#,\#\#\#,\#\#0.00;(\#,\#\#\#,\#\#\#,\#\#\#,\#\#0.00)
    myjsfpage.jsf ::
         <af:outputText value="#{bindings.TotalDue.inputValue}"
              id="ot5141" inlineStyle="font-weight:bold;">
         <af:convertNumber groupingUsed="false"
                   pattern="#{bindings.TotalDue.format}"/>
         </af:outputText>

    Got it correct now. I changed the pattern as below. Also added a nowrap=true on the output text
    ModelBundleProperties ::
    TotalDue_FMT_FORMATTER=oracle.jbo.format.DefaultNumberFormatter
    TotalDue_FMT_FORMAT=\#,\#\#\#,\#\#\#,\#\#\#,\#\#0.00;-\#,\#\#\#,\#\#\#,\#\#\#,\#\#0.00
    Thank you all for your directions.
    Thanks,
    Prashant

  • My WiFi signal is displaying negative numbers instead of signal strength.

    Recently my Ipod 3rd gen. has been getting real weird with the wifi. first, it would always lose signal whenever i would do anything, like watch videos or open an app that required wifi. if i moved a couple feet it'd start to connect again. Then it started displaying a "-87" where the wifi signal would be. and the number would either increase or decresase, until i tried doing something that requird wifi. at first it would only come on whenever i restarted my ipod and itd quickly lose signal. ive restorede my ipod 3 times today, dumped everything. ive tried jailbreaking it to see if itd refresh files or anything. im not sure what to do anymore. ive looked for hours online and cant seem to find anyone with this problem. Any suggestions or ideas? without me buying a new one. i don't have a warranty..
    Message was edited by: jbiggie1130

    Interesting. The -87 refers to signal strength in db, which I believe are decibels. The lower the number, the stronger the signal.
    However, iPods don't display these numbers unless you have jailbroken the device or are using an app like WiFinder (since removed from the App Store).
    And since you have jailbroken the device we can't, by the terms of service of this site, offer you any advice other than to refer you to help article on WiFi: http://support.apple.com/kb/TS1398

  • Displaying negative numbers under certain conditions

    I have a Crystal Report which I am developing and need to display positive numbers as negative, but only under certain conditions.  I did not see anything on this type of questions so I decided to join and post it up myself.  This is a transfer report so if the location number entered in the parameter list is the SHIPPING location, I need to display retail, cost, and totals as negative.  Here is the formula which I came up with for ext cost, but it is returning all zeros.  I cannot seperate the to and from locations in the parameters because this report needs to display both in and out of that location.
    if totext({?loc}) = totext({Command.SHIP_FROM}) then ({Command.EXT_COST}*-1)
    Any suggestions?  Appreciate the help!

    Hi Jon,
    If it returns zeroes, then it means that this part of the code fails:
    totext({?loc}) = totext({Command.SHIP_FROM})
    Do you have records where the value entered in the 'loc' prompt matches with records in the SHIP_FROM column on the report?
    See if this helps:
    if totext({?loc},0,"") = totext({Command.SHIP_FROM},0,"") then ({Command.EXT_COST}*-1)
    -Abhilash

  • Results don't display negative numbers

    I have an application that accepts a 24 bit number and does some simple mathematical operations (see attached).  If number 3(a probe) receives a number lower than the constant that is being subtracted from it, which should result in a negative number, number 6(probe) displays a much larger, positive integer.
    I'm sure that I must be missing something simple somewhere.
    I thank you for your help in advance.
    Ron Deavers, CLD
    Attachments:
    NumberError.bmp ‏114 KB

    Thank you very much. I didn't realize the difference between unsigned integer and integer.
    Ron Deavers, CLD

  • How to reset numbers in real time display in Cisco Supervisor Desktop?

    Hi all,
    I wonder about numbers in real time display in Cisco Supervisor Desktop. There are many statistic number for example : Call Handled, Max Talking, Avg Talking, Max Ready, Total Ready, Call abandoned, etc. Is there any way to reset those numbers back to zero? Please let me know.
    Thank you.

    Joe,
    I haven't tried that, but I'm very skeptical. The CAD Agent gets stats from two places - CTIOS and RASS. RASS keeps the call log information in a SQL Desktop Engine database.
    Stats derived from CTIOS reset at midnight. Obviously, restarting the RASS service has no effect on those. Call log information is being kept in a database so it seems to me that a restart of RASS should also have no effect.
    I guess I will have to try for myself.
    Regards,
    Geoff

  • How to display gauge progress refer to HTTP connection time taken

    Hi,
    I would like to know how can I display the gauge progress depend on the HTTP connection time taken.
    I have the source code below but it can't show the gauge progress parallel to the HTTP connection working.
    That's kind of those who solve me this problem.
    Source code:
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    import java.io.*;
    import javax.microedition.io.*;
    import java.util.*;
    public class HttpExample extends MIDlet implements CommandListener
         private Gauge gauge;
         private Command exit, start;
         private Display display;
         private Form form;
         long AUD, CAN;
         public HttpExample()
              display = Display.getDisplay(this);
              exit = new Command("Exit", Command.EXIT, 1);
              start = new Command("Start", Command.EXIT, 1);
              form = new Form("");
              gauge = new Gauge("Updating Currency Rate", false, 100, 0);
              form.append(gauge);
              form.addCommand(exit);
              form.addCommand(start);
              form.setCommandListener(this);
              display.setCurrent(form);
         public void startApp() throws MIDletStateChangeException
              display.setCurrent(form);
         public void pauseApp()
         public void destroyApp(boolean unconditional)
         public void commandAction(Command command, Displayable displayable)
              if (command==exit)
                   destroyApp(false);
                   notifyDestroyed();
              else if(command==start)
                   Updater updater = new Updater(this);
                   updater.start();
         class Updater implements Runnable
         private HttpExample MIDlet;
         public Updater(HttpExample MIDlet)
              this.MIDlet=MIDlet;
         public void run()
              try
                   transmit();
              catch (Exception error)
                   System.err.println(error.toString());
         public void start()
              Thread thread = new Thread(this);
              try
                   thread.start();
              catch (Exception error)
         private void transmit() throws IOException
              StreamConnection connection=null;
              InputStream in= null;
              StringBuffer buffer=new StringBuffer();
              try
                   connection=(StreamConnection) Connector.open("http://www.geocities.com/cyfan118/index.html");
                   in=connection.openInputStream();
                   int ch;
                   while ((ch=in.read())!=-1)
                        gauge.setValue(gauge.getValue() + 1);
                        buffer.append((char)ch);
                   String line=new String(buffer.toString());
                   int p=line.indexOf("AUD");
                   int p1=line.indexOf("CAN");
                   String a=line.substring(p+4,p+7);
                   String b=line.substring(p1+4,p1+7);
                   AUD=Long.parseLong(a);
                   CAN=Long.parseLong(b);
                   buffer=new StringBuffer();
              catch (IOException error)
                   Alert alert=new Alert("Error","Cannot connect",null,null);
                   alert.setTimeout(Alert.FOREVER);
                   alert.setType(AlertType.ERROR);
                   display.setCurrent(alert);
    }

    This code looks like it should work to update the progress during the connection but it is not going to start updating the guage until it has made the connection and is downloading data. If you want to show something on the screen during the time the program is doing Connector.open() you are going to need to have the update code in yet another thread or timer.

  • SMB connection time not displayed

    Dunno if this goes under this topic or if there's one more suited to Windows questions, but here goes:
    I'm running 10.4.6 Server on an XServe, mostly for Windows XP clients. I've set up Windows Services and all clients access a few folders shared on the XServe. In Server Admin, I can see a list of all connected clients, and the connection graphs/logs update properly, but under 'Time' in the list of clients, they all say '00:00', even though most of them have been on for hours. Is there a way of forcing this to update, or a simple reason why it's not displaying the connection time? Windows 2003 had much more in the way of statistics about open connections, which did come in quite handy at times.

    It shows when you are connected using PPPoE. Click on the Airport Icon in the menu bar then hold your mouse over your Airport connection. A submenu should pop up. There will be a check mark next to "Show time connected." Select that line it to toggle the setting off.

  • Datediff formula not displaying negative times

    I have a DATEDIFF formula between two times that is not displaying a negative time when for example:
    DateDiff ("n",next({caseintraop.orsetup_start_datetime}), {caseintraop.pat_or_out_datetime},
    so if the time it pulls is 930am-1000am, it gives us 30 not -30 min.
    When the field is formated to show negatives it does the oppostie and shows the postive times as negatives and vice versa.
    Is there a way to format the formula to show the correct resulted time diffence?

    You wrote
    DateDiff ("n",next({caseintraop.orsetup_start_datetime}), {caseintraop.pat_or_out_datetime},
    so if the time it pulls is 930am-1000am, it gives us 30 not -30 min.
    This will never be negative because start time 9:30 am is before end time 10:00 am
    DateDiff does not subtract end time from start time, if you want it to be negative just reverse the order.
    Ian

  • Displaying a list of Portal users connected and their connection time

    We are using Portal version 10.1.2.0.2 and I cannot find in App Server Control (EM Website) how I can track the number of users connected to my portal site as well as their connection time. Are there reports available that will provide the requested information?
    Can anyone tell me what other reports are available in this version of Portal that would be useful to an administrator of a portal site?
    Thank you,
    Denise

    select attrvalue as id from ods.CT_UID
    give that a burl

  • How do I disallow negative numbers in a selected group of cells (i.e. only allow values greater than or equal to zero)?

    I have a table of calculated values in Numbers, and I want to disallow negative numbers in the entire table. Any numbers that would be negative I would like changed to/displayed as zeroes, that way future calculations that may be based on this cell use the value of 0 for the calculation rather than the negative value. I have seen ways of doing this to single cells at a time, but I am interested in applying it to a large selection of cells.
    There is the Conditional Format option when you bring up the inspector, but I cannot get a custom rule to work for me. I select "Greater than or equal to" and I enter 0 in the box, but nothing changes. Can anyone help with this?
    Thanks

    A step toward simplifying the application of MAX to the issue, Jerry.
    This part, though:
    Now apply your long, animal-modeling, expressions to this new, interposing, table rather than the original.
    may still leave several references to be change from the original data table to the new one.
    One way to get around that is to use the Duplicate ("DATA-1) as the new table for raw data, and the Original (DATA) as the interposing table, using the formula =MAX(DATA-1::A2) as above, starting in DATA::A2.
    This way, the long expressions could continue to reference the original table (with its content now modified).
    ALTERNATE process:
    Find/Replace could also be used to speed the process of reassigning the modeling expressions to the duplicate table, as suggested by Jerry. But some cautions apply here.
    Find/Replace can be limited to Formulas only, but not to Some formulas only.
    Find/Replace can be limited to the Current Sheet only, but this can't be combined with Formulas only.
    More on this later, when I've had a chance to check some possibilities.
    Regards,
    Barry

  • Itunes update to firmware fails, because connection times out.

    I have been unsuccessfully attempting to update my iphone 3gs and ipad to iOS 5 for over a month now.  I have spent many, many hours on this, and many phone calls to apple support.  I disable Norton 360, and windows firewall, and my firewall on my router.  I've tried updating my router's firmware, which bricked the router--thanks apple for insisting this was the problem, and I have replaced the router, with a new one.  Itunes diagnostics gives me the following information.  I am using itunes as the administrator in Windows 7, 64 bit, although itunes doesn't recognize it, unless I reinstall it as the administrator, but then once I restart the computer, itunes no longer recognizes that I using Windows as an admin. 
    Also, the firmware cannot update, because the connection times out, despite all my firewalls, and antivirus being turned off.
    I've tried downloading iOS 5 and then updating using restore, but that didn't work.  I've poured through support forums, and error codes: I get 1611, etc.  Cannot seem to resolve this.
    Any ideas? 
    Microsoft Windows 7 x64 Ultimate Edition Service Pack 1 (Build 7601)
    System manufacturer System Product Name
    iTunes 10.5.0.142
    QuickTime not available
    FairPlay 1.13.35
    Apple Application Support 2.1.5
    iPod Updater Library 10.0d2
    CD Driver 2.2.2.0
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 4.0.0.96
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.3.494
    Gracenote MusicID 1.9.3.106
    Gracenote Submit 1.9.3.136
    Gracenote DSP 1.9.3.44
    iTunes Serial Number 0040A7BC031F98E0
    Current user is not an administrator.
    The current local date and time is 2011-11-15 11:35:00.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    ATI Technologies Inc., ATI Radeon HD 4800 Series       
    **** External Plug-ins Information ****
    No external plug-ins installed.
    The drive F: HL-DT-ST DVDRAM GP08LU30 Rev 1.00 is a USB 1 device.
    iPodService 10.5.0.142 (x64) is currently running.
    iTunesHelper 10.5.0.142 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:          {01DC2EA3-0DD0-4A51-80A6-7B414E4C6291}
    Description:          Realtek PCIe GBE Family Controller
    IP Address:          192.168.2.2
    Subnet Mask:          255.255.255.0
    Default Gateway:          192.168.2.1
    DHCP Enabled:          Yes
    DHCP Server:          192.168.2.1
    Lease Obtained:          Tue Nov 15 11:32:39 2011
    Lease Expires:          Tue Nov 15 11:32:38 2011
    DNS Servers:          192.168.2.1
    Active Connection:          LAN Connection
    Connected:          Yes
    Online:                    Yes
    Using Modem:          No
    Using LAN:          Yes
    Using Proxy:          No
    SSL 3.0 Support:          Enabled
    TLS 1.0 Support:          Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was unsuccessful.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2011-11-15 11:33:52.

    Disable your firewall/security software and try again.

  • "connection time-out occurred" when my mac goes to sleep.

    When My macbook goes to sleep I get a "connection time-out occurred" when I try to connect to the internet. and I have to restart my mac and restart the router. The is always a BT hotspot page displayed on the screen.
    I have a 2011 macbook pro. This happens on my son's as well. he has the same model. he recently got a new retina display macbook and there hasn't been any problems. this doesn't happen on our phones either.
    -Thanks for any help

    I don't think the post can be edited after 10 or 15 minutes, what madking can do is ask host to remove it from this forum.
    In addition to my own post, here are the correct link.
    try to reset PRAM and SMC to refresh your macbook hardware behaviour:
    http://docs.info.apple.com/article.html?artnum=2238\
    http://docs.info.apple.com/article.html?artnum=303319
    Good Luck

  • Connection Time Out exception

    Hi All,
    I want to handle to Connection Time Out exception when displaying the BW Report in Portal. Please provide inputs.
    Also, is it possible to handle some look and feel of the BW Report from Portal itself.
    Regards
    Nikhil Bansal

    Hi Nikhil,
    Look at this link, this will be provide you solution
    <b>Connection Timed Out in Web Reports>
    if it helps you, please rewards points.
    Regards,
    Nisarg Patel

Maybe you are looking for

  • Can't get layer with effects from photoshop into fcp

    I imported a psd into fcp 2 but it doesn't have the effects applied to it . it is the basic element only with no effects the element was warped text Vic mac pro   Mac OS X (10.4.9)   mac pro   Mac OS X (10.4.9)  

  • SQL Server dragging of tables to worksheet is not working again in V3.2

    V3.2 the SQL Server drag of tables is not working again. It says Query Builder is not Supporte for this connection type. Query Builder disabled.

  • Batch automation with actions.

    Jeffrey, Thanks for getting back to me, here is what the issue I am having looks like. 1) I had Photoshop CS5 on my Dell Precision Laptop. I created an action named "Vintage + BW" that went through these following steps. 1) Run "vintage action" that

  • Nokia Asha 303 - Removing applications

    I'm wondering whether I'll be able to remove facebook, twitter etc. from the phone since I will never use them. They'll probably get in the way, and seeing them and knowing that I can't get rid of them will irritate me greatly. The phone isn't releas

  • Basis documentation respository in Solution Manager?

    Hi, I am wondering if anyone out there uses Solution Directory as a central repository to store Basis documentation? If yes, I would appreciate if you can share the pros and cons and if you can also explain on how to do it, it will be perfect. From w