Possible to get ADSL stats on HH5

Hello,
Is it possible to get ADSL stats on a HH5 for normal broadband connection (not infinity)? thnx

like the HH4 the stats are not available on hh5 not like the hh3
If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

Similar Messages

  • How can I possibly get the state out?

    I'm facing with a strange records.
    I need to get the state information out from 4 column
    NameAddresses.
    Here is the scenario:
    Column NameAdd1 is populated with records like:
    1234 Smith Avenue TX 77581-5021,
    3625 Cricket Creek DR,
    555 RALPH MCGILL BLVD NE (NE is not Nebraska, NE stands for
    North East)
    Column NameAdd2:
    blank, >>>> because the State information for
    this person has been placed in NameAdd1 TX 77581-5021
    DELTONA FL 32725, >>> this is the continuation from
    3625 Cricket Creek Dr address on NameAdd1
    RIO RANCHO NM 87144 >>is a continuation from 555 RALPH
    MCGILL BLVD NE
    Column NameAdd3 :
    blank,
    blank,
    blank,
    MILWAUKEE WI 53202,
    16 Pueblo Drive
    Column NameAdd4:
    blank,
    blank,
    blank,
    blank,
    Alhambra CA 91207
    So, when Column NameAdd1 has contain State abbriviation and
    zip code (xxxxx-xxxx OR xxxxx) then other column NameAdds will be
    blank, when ColumnNameAdd1 only contain street name, then the state
    for that address is found on the next column which is NameAdd2, the
    same thing happen when NameAdd1 and nameAdd2 only contain person
    name and stree address then NameAdd3 or nameAdd4 will pick up the
    State information and zip code for this person address, etc
    What technique could possibly I use to get only the state
    from each record from these 4 NameAdd columns? can anyone offer any
    thought?

    I tried to replace the space with "I" using coldfusion's
    replace() and it did not work.
    I was thinking to create an array when I can make it into
    1234 whatever Avenue|STROUDSBURG|PA|18360
    Here is my code:
    <cfquery name="GetAdds"
    datasource="#application.maindsn#">
    select (NameAdd3+NameAdd4+NameAdd5+NameAdd6) AS FullAddr
    From Log
    </cfquery>
    <cfloop query="GetAdds">
    <CFSET MySpace="$char(0)">
    <CFSET FullAddBarDelimited=#Replace(FullAddr, "MySpace",
    "|", "All")#>
    </cfloop>

  • Possible to have if statement within filters code?

    Hi
    I have some filters set up, and have assigned some global vars to them, which I then use in my Filters code to display the filters:
    myText:Filters [globals.data.glow1, globals.data.stroke1, globals.data.shad1]
    Works perfectly.
    Now I want to assign a global var to each global filter var to determine if it should be shown or not.  So...
    globals.data.glow1On = true;
    globals.data.stroke1On = true;
    globals.data.shadOn = true;
    ... and then somehow incorporate these new vars into an if conditional to determine if the filter global vars get included in the myText:Filters code.
    However, I cannot seem to code the if conditional into the myText:Filters code correctly.
    I even tried seperating it out like so:
    if (globals.data.glow1On = true) {myText:Filters [globals.data.glow1];
    if (globals.data.stroke1On = true) {myText:Filters [globals.data.stroke1];
    if (globals.data.shad1On = true) {myText:Filters [globals.data.shad1];
    But Flash only makes the last filter true (kinda makes sense to me now why).
    Is there a way to do it without having to make an if conditional with 7 permutations?
    Cheers
    Shaun

A: Possible to have if statement within filters code?

You are not coding the conditional properly.  "=" is for assignment, "==" is for comparing equality.
if (globals.data.glow1On == true) {myText:Filters [globals.data.glow1];
if (globals.data.stroke1On == true) {myText:Filters [globals.data.stroke1];
if (globals.data.shad1On == true) {myText:Filters [globals.data.shad1];
Also, a conditional evaluates whether or not something is true, so for Boolean values you do not need to explicitly compare them...
if (globals.data.glow1On) {myText:Filters [globals.data.glow1];
if (globals.data.stroke1On) {myText:Filters [globals.data.stroke1];
if (globals.data.shad1On) {myText:Filters [globals.data.shad1];
Lastly, for what I see that you showed, the conditionals are all missing their closing brackets, and while you can use them, the brackets are not needed for single command conditionals...
if (globals.data.glow1On){ myText:Filters [globals.data.glow1]; }
if (globals.data.stroke1On){ myText:Filters [globals.data.stroke1]; }
if (globals.data.shad1On){ myText:Filters [globals.data.shad1]; }
OR
if (globals.data.glow1On) myText:Filters [globals.data.glow1];
if (globals.data.stroke1On) myText:Filters [globals.data.stroke1];
if (globals.data.shad1On) myText:Filters [globals.data.shad1];

You are not coding the conditional properly.  "=" is for assignment, "==" is for comparing equality.
if (globals.data.glow1On == true) {myText:Filters [globals.data.glow1];
if (globals.data.stroke1On == true) {myText:Filters [globals.data.stroke1];
if (globals.data.shad1On == true) {myText:Filters [globals.data.shad1];
Also, a conditional evaluates whether or not something is true, so for Boolean values you do not need to explicitly compare them...
if (globals.data.glow1On) {myText:Filters [globals.data.glow1];
if (globals.data.stroke1On) {myText:Filters [globals.data.stroke1];
if (globals.data.shad1On) {myText:Filters [globals.data.shad1];
Lastly, for what I see that you showed, the conditionals are all missing their closing brackets, and while you can use them, the brackets are not needed for single command conditionals...
if (globals.data.glow1On){ myText:Filters [globals.data.glow1]; }
if (globals.data.stroke1On){ myText:Filters [globals.data.stroke1]; }
if (globals.data.shad1On){ myText:Filters [globals.data.shad1]; }
OR
if (globals.data.glow1On) myText:Filters [globals.data.glow1];
if (globals.data.stroke1On) myText:Filters [globals.data.stroke1];
if (globals.data.shad1On) myText:Filters [globals.data.shad1];

  • Is it possible to get my fonts and graphics more like Ubuntu.

    Is it possible to get decent graphics in Arch?  I've tried all sorts of things and I never seem to get things the way I want.  At work, I use Ubuntu 11.04 with GNOME fallback and I really like the fonts under the stock setup, but I can't seem to get Arch to do the same.  In fact, I nearly can't stand reading pdf files (something I do a lot of for work) in Arch, because they are rendered so poorly.  It is as if the whites are two white and the blacks too black, and there is a yellow like haze around the fonts.  It is nearly painful to look at for extended periods!  My hardware at home is comparable (if not better) to my hardware at work, so it doesn't make sense for it to be that way.   
    If I've got an ATI Radeon HD 4670 card, should I use the proprietary driver or generic driver? Or, does it not even matter? 
    I've installed and messed with the infinality font patches, but I can't seem to get anything good with them either.  (I posted about font problems a while back, but I've upgraded a lot of hardware since then.) I've looked at the ubuntu font packages, but everything I see states that they are outdated. 
    I like Arch, because it is light and snappy compared to Ubuntu, so I don't want to switch OS'es.

    I took a quick look at the Ubuntu packages for evince and poppler, and couldn't see an obvious reason for improvement over stock.
    Poppler's font rendering is known to be bad (and difficult to fix).
    The quality of individual monitors is one of many variables that can make a huge difference to the perceived quality of fonts.
    The radeon vs ATI proprietary driver shouldn't make any difference, unless the open-source driver is royally broken, and I can't recall anyone else calling such brokenness plausible - it would be blatantly obvious to every user of it, surely.

  • I am using bb 9530 in india & I need service for my bb in india is it possible to get service globally or not.

    I am using bb 9530 in india & I need service for my bb in india is it possible to get service globally or not.Because the verizon number by which i buyed my bb is change & i dont have the verizon account also now.. i have forgot the password. can i get my temporary password on my mail id or can get my bb serviced in india.

        tauficjamadar, we're excited to hear that you're in India! You have the option of reactivating your Blackberry device on our network in order to use it Internationally in India. However, the initial activation to our network will need to be completed in one of our coverage areas in the United States. Click http://vz.to/134zbLK  for more information regarding our Global services.
    Lasina_VZW
    Follow us on Twitter @VZWSupport

  • Possible to Get Database backup with java program

    Hello
    Is it possible to Get or Create Database Backup on runtime with java program using some sql statements
    How could i do that
    '

    Cross posted and multi-posted.
    Hey jackass why don't you look where I already answered this question.
    http://forum.java.sun.com/thread.jspa?threadID=654902&messageID=3849575

  • Is it possible to get the updated table records based on date & time.

    Is it possible to get the updated table records based on date & time in oracle.
    Thanks in advance.

    no, actually i am asking update records using 'UPDATE
    or DELETE' statement, but not insert statement.
    Is it possible?
    I think we can do using trigger on table, but problem
    is if i am having 20 tables means i have to write 20
    trigger. i don't want like this.Of course it's still possible, typically you'll find applications with a column LAST_UPDATE, probably a LAST_UPDATED_BY and so on column. You don't say what your business need is, if you just want a one of query of updates to particular records and have a recent version of Oracle, then flashback query may well help, if you want to record update timestamps you either have to modify the table, or write some code to store your updates in an audit table somewhere.
    Niall Litchfield
    http://www.orawin.info/

  • Surely this is wrong. ( Unable to get ADSL and Mobile broadband SUPER expensive and doesn't work)

    $115/month for wireless broadband ( that works 5-10% of the time) for ONLY 15GB a month is the price?? Surely this is wrong.
    There is no justification for a price so large for so little data for a service that barely works. Apparently we can't get ADSL because of A: no ports and B: pair gains line to the house. ( Both of which i've seen no proof of) Why is this a problem now when 5 years ago it wouldnt have been??? I've lived 40km's out of town and had perfectly fine internet connection, now I live 4 minutes out of town and can't get it. I must not have been put onto the correct technical support or the people I'm talking to don't know what they're doing. 
    Because it barely works now I have to use my phone, which adds a huge amount to my phone bill because phones only have 2-4gb of data. There's no other way of putting it other than we are being robbed in broad daylight. This is now the 3rd month I've been negotiating with Telstra about these charges. 
    So who do I talk to to either get an ADSL connection and surely this price is wrong or just hasn't been updated? $115 for 15gb, everyone I've talked to has laughed and thought I was joking.
    Have tried negotiating with Telstra for months now, as I said must be getting the wrong people. Have called the Ombudsman and was put onto someone who just spent a longer time telling me we can't have ADSL. 
    There is absolutely no justification for the price and for not being able to have ADSL. 

    Hi mate  First of all, it sucks but telstra is not robbing you or doing anything wrong. When they say there is no "ports" they are correct, and it means there are physically no "spots" or "connection points" left at your local telephone exchange to connect an ADSL service or for that matter even just a "normal" landline connection. When the exchange was built no one could have predicted the massive future demand for internet. There are so many more houses, units, sub divisions etc then was forseen by ANYONE, not just telstra, combined with an insane increase in the amount of data demanded by each service. You asked about being put on a "pair gain" system. It's basically just a way of running multiple services down the one line- technical name is multiplexing. They invested in that technology so you would at least have a voice service, but as the line is already being used for more than originally designed for there's no way it could support a fast internet connection also. As for your location, when you were further out of town there would have been far less demand for ports, now you live in a city where the demand is much much higher. Disregarding that, it's often just a lottery whether you end up in a suburb with spare ports or not. Now look, telstra is a private company with shareholders to answer to, so why would they do anything which is not profitable in the end? They owe you nothing!! In fact my family and thousands of other aussies own telstra shares and i cant say i'd be happy if they were flushing our money away. These days internet is almost an essential utility which is why the PUBLIC sector is building the NBN. So if everyone will have that soon and copper will be redundant, why would telstra continue upgrading the old network in the meantime just to lose every dollar they spend? It does really suck but there's entire suburbs which can't get ADSL for the reason that they were built after the NBN was announed. As for mobile broadband, yes it's expensive. It's also quite expensive for telstra to provide it and their mobile towers are very limited in their total data output. This is why you pay far more for less. The more data people are downloading the less calls the tower can take. A single phone tower can often only support labout 200 calls simultanously., with some bigger towers with multiple carriers supporting around 1000. a single fast ADSL2 connection can get 20mbps peaks, well that 1000 call tower could only take about 12 x 20mbps internet downloads before it's maxxed out- thats with zero calls. Now think about how many people have mobile phones these days and what a critical service it is. The result is that carriers have to put a low cap the 3g/4g data allowances and aggressively price home wifi broadband Because the number of phone calls is highly variable and being the higher priority service, your internet speed will always depend on the number of calls being made. The tower will always drop your internet to bare minimum to try and connect every phone call if possible. In a way telstra, optus etc are just maximising their investments by selling off their "spare" 3g/4g tower bandwidth, it's super expensive but it's your choice too. They spent the money building the network so it's their reward for doing so.  All you can really do sorry apart from moving is go on a waiting list for a spare port and wait for the NBN. The NBN will probably come before a spare port sorry!

  • I've recently been given a macbook pro from uni, with lots of adobe software on. I want to pair it with my iMac which has music etc and is it possible to get the software to the imac and the files to the macbook?Giving me the best of both :-)

    I've recently been given a macbook pro from uni, with lots of adobe software on. I want to pair it with my iMac which has music etc and is it possible to get the software to the imac and the files to the macbook?Giving me the best of both :-)

    You would need the original installation disks or files for the Adobe software to get it onto your iMac, and having it on two computers may not be allowed by your university's licensing. Talk to whoever issued the MacBook.
    As to the music, just copy it over to the MacBook, either via Home Sharing, file sharing, or an external storage medium (hard drive, USB flash drive, etc.).
    Regards.

  • Is it possible to get a refund for a case i bought at the store but its not an apple product?

    I bought a kate spade plastic case at the store 2 months ago and even the first day of having it on my iPhone I had multiple issues with it. However, I couldn't return it because I was away at school. I went into the Apple store and asked about the possibility of getting a refund for the case but they said it was a third party product and to contact the manufacturer. I called kate spade and since i wanted a refund and purchased at the apple store there was nothing they could do and to ask the apple store for my money back because thats where I purchased it. Am I ever going to get a refund and what should I do at this point?
    Thanks
    Sara

    http://support.apple.com/kb/HT1933
    Regards.

  • Fbl5n profit center is cracked   , itz possible to get profit center value

    fbl5n profit center is cracked u  , itz possible to get profit center value
    in ur zfbl5n report
    der r few changes in program to b made
    Message was edited by:
            Ronei Shedi

    Hello Ronei,
    No need to make a copy of the FBL5N to have the profit center in the list.
    You can have it in the ALV Layout.
    Select profit center in the Hidden fields column and pass it to left hand side column.
    Save as a Display Variant.
    Next time when you run the FBL5N, select your display variant in the last frame "List Output".
    Regards,
    Naimesh Patel

  • MacBook Pro battery had accumulated more than a 1000 charges, and stopped functioning unexpectedly. Went and got the battery replaced. Just saw that SMC Firmware 1.6 update deals with this. Possible to get my money back?

    MacBook Pro battery had accumulated more than a 1000 charges, and stopped functioning unexpectedly. Went and got the battery replaced. Just saw that SMC Firmware 1.6 update deals with this. Possible to get my money back?

    The firmware update corrects an error that may occur, however the techs would have checked the condition of the battery prior to installing a new one.  If the battery was questionable, the firmware update was really not too important.
    You can check the battery condition by going to the apple, left side of the menu bar, About This Mac, More Info, System Report, Hardware, Power and see what it says about Cycle Count, Condition, Capacity: Condition anything but Normal needs to be checked and may need to be replaced.
    The cycle count of 1,000 charge cycles is the typical life of a Lithium-Ion battery, the point at which the capacity drops to 80% of the as built capacity.

  • Is it possible to get view in RULES

    Hi.
    Is it possible to get userView in rules.If any one come across this please post piece of code..
    Thanks in Advance
    Yash

    Try something like this:
    <br><br>
    <set name='user'>
    <rule name='checkoutUserView'>
    <argument name='accountId' value='$(accountId)' />
    </rule>
    </set>
    <br><br>
    <Rule name='checkoutUserView' authType='EndUserRule'>
    <RuleArgument name='accountId' />
    <block>
    <defvar name='viewMaster' />
    <set name='viewMaster'>
    <new class='com.waveset.session.ViewMaster'>
    <invoke name='getLighthouseContext'>
    <ref>WF_CONTEXT</ref>
    <ref>accountId</ref>
    </invoke>
    </new>
    </set>
    <invoke name='setAuthorized'>
    <ref>viewMaster</ref>
    <invoke name='getBoolean' class='java.lang.Boolean'>
    <s>true</s>
    </invoke>
    </invoke>
    <invoke name='checkoutView'>
    <ref>viewMaster</ref>
    <concat>
    <s>User:</s>
    <ref>accountId</ref>
    </concat>
    </invoke>
    </block>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' name='All'/>
    </MemberObjectGroups>
    </Rule>
    <br><br>
    In order to access the user object using dot notation you may need to call this piece of code (not sure if necessary if the variable being used is defined in the task definition):
    <br><br>
    <invoke name='setVariable'>
    <ref>WF_CONTEXT</ref>
    <s>user</s>
    <ref>user</ref>
    </invoke>

  • Is it possible to get the style, font and related info of a paragraph of a in design file and write it on the same in design file  on the  left side

    Is it possible to get the style, font and related info of a paragraph text  of a in design file and write  all the stuff on the same in design file  on the  left side with small fonts 
    as
    Lets  this is a text in in design file    :
    style : abc                      we are going to check the  condition  Agence Wallonne pour la Promotion d'une Agricultur we are going to check the  condition  Agence Wallonne pour la    font 12                                  d'une Agricultu we are going to check the  condition  Agence Wallonne pour la Promotion d'une Agricultu
    style : xyz                      we are going to check the  condition  Agence Wallonne pour la Promotion d'une Agricultur we are going to check the  condition  Agence Wallonne pour la    font 10                                  d'une Agricultu we are going to check the  condition  Agence Wallonne pour la Promotion d'une Agricultu

    Hi Poojith
    Not sure if this would solve your requirment but just in case might be helpful:
    1. We can mix up the HTML and HTMLB components in the JSP Page. However, can access only the HTMLB components in the controller. The following link refers to what customizations are offered by the HTMLB framework:
    [http://www.sapdesignguild.org/resources/htmlb_guidance/]
    2. Another option would be to use AbstractPortalComponents or a simple web app if that's feasible. (where custom UI themes, css and layout are more in control of the developers.)
    Thanks
    Deepak

  • XML DB: is it possible to get a row for each element in a container element?

    I have an XML document containing a container element (collection). If I query, using an XPath expression, the contained elements I get a row for each container element with the contained element concatenated. Is it possible to get a row for each contained element?
    I run this simple query:
    select extract(xmltype('<colors><color>Red</color><color>Green</color></colors>')
    , '/colors/color/text()').getstringval() from dual
    And get this result:
    EXTRACT(XMLTYPE('<COLORS><COLOR>RED</COLOR><COLOR>GREEN</COLOR></COLORS>'),'/COL
    RedGreen
    1 row selected.
    What I would like to have is:
    Red
    Green
    2 rows selected.
    Wishful thinking or possible? Many thanks!

    Sure. This is where our XMLSequence() function comes in. It allows you to treat the top-level nodes in a nodeset as if they were rows in a table when combined with the TABLE() operator. Here's an example.
    First, to make the SQL look a little cleaner, I like to define a function like this:
    create or replace function testdoc return xmltype as
    begin
      return xmltype('<colors><color>Red</color><color>Green</color></colors>');
    end;.
    To break out the nodeset of <color> elements as a table, we use the following query:
    select value(list_of_color_elements).extract('*/text()').getStringVal() as color
    from TABLE( XMLSequence( extract(testdoc(),'/colors/color'))) list_of_color_elements.
    Or, using the new-in-9.2 extractValue() operator so we don't have to remember the text() part:
    select extractValue( value(list_of_color_elements), '.') as color
    from TABLE( XMLSequence( extract( testdoc() ,'/colors/color'))) list_of_color_elements.
    Here the TABLE(XMLSequence(...)) combo produces a table of XMLType, with one XMLType object in each row of the table.
    In general, if the XMLType instance were coming from an XMLType table xmltab the query would look like this:
    select extractValue( value(colors), '.') as color
    from xmltab x, /* Important that this table comes earlier in the FROM clause! */
         TABLE( XMLSequence( extract( value(x),'/colors/color'))) colors.
    And if the XMLType were instead in a column of XMLType named doc in a table xmltab, then we would have the syntax:
    select extractValue( value(colors), '.') as color
    from xmltab x, /* Important that this table comes earlier in the FROM clause! */
         TABLE( XMLSequence( extract( x.doc ,'/colors/color'))) colorsOnce you get the hang of it, you'll see that the combination of TABLE(XMLSequence()) to "shred" XML nodes into rows, and XMLAgg() to aggregate fragments of XML across multiple rows back into a single document, is quite powerful.

  • Maybe you are looking for

    • "save as" and "open"

      If I open Folder A, open a photo from Folder A, and edit that photo, when I'm finished and hit "SAVE", it doesn't save it to Folder A. It saves it to a folder many annoying mouse clicks away. It used to save the edited photo to whichever folder you r

    • Hyperlink in PDF changed

      the Rev is adobe reader x 10.1.4, in the company internal website,after I downloaded some  PDF files ,the hyperlinks indise the files are all pointed to my PC disk, why not the website address like before?

    • My MacBook Pro makes a beep sound every few minutes.  Why?

      My new MacBook Pro makes a beep sound every few minutes.  Why?

    • Emctl status dbconsole

      hi i have a problem that i m not able to start dbconsole process. when i type emctl status dbconsole it is diving me the message oracle enter prise manager is not running logs are generated in directory 'c:\app\hpuser\..............\sysman\log I did

    • JDevTeam!!!

      Hi all! I need some help! How do I know where are my ejb4s deployed? By the way, can I deploy ejb4s remotely? And finally, when I4m deploying an EJB with JDev tools I get this error: ORA-29540: class oracle/aurora/rdbms/dbmsjava does not exist. If it