Launching CHM causes unwanted boinc-client network activity

Hi all,
We recently had some RoboHelp projects translated by an external translation house and now am experiencing odd behaviour.
The original CHM files launch without delay and without any network activity.
The translated CHM files launch but have a noticable delay before they become visible. To investigate this I created a clean Windows XP installation under Sun VirtualBox emulation and installed Wireshark (network monitor) and copied over the translated CHM files.
Using Wireshark to monitor the network activity I launch the CHM file and see several TCP transfers:
http > boinc-client
boinc-client > http
The only Internet reference I can see for boinc is to do with the SETI shared computing program.
None of the PCs used to launch the CHM files have ever had this installed and I know for a fact the emulation did'nt.
Our original projects/CHM files don't exhibit this behaviour.
Any ideas what could have happened to the RoboHelp projects during translation that could account for this odd behaviour?
Likewise any ideas on how to stop it?
Thanks,
Ian

Hi Ian
I recall that a few years back we saw issues where when .CHM files were launched, they would begin searching the network in order to locate a missing DLL.
What happened in those cases was that the help author had enabled the Browse Sequences, Glossary tab or WebSearch button. The end users that saw the errant behavior didn't have the requisite HHActiveX.DLL file installed and registered. So upon launching, the internet search for the missing DLL would ensue.
Theorizing here, I'm thinking it may just be possible that what happened in your case is that you didn't specifically enable Browse Sequences or the Glossary tab, but the translator did. And maybe because the HHActiveX.DLL isn't being found, internet activity may be ensuing.
But that's just an educated WAG on my part.
Good luck in sorting it! Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
Adobe Certified RoboHelp HTML Training
SorcerStone Blog
RoboHelp eBooks

Similar Messages

  • Can a network server or network activity itself cause OS X to beachball/freeze?

    Curious to know if a Mac freezing can be caused by Network activity? such as connecting to a local server or exchange account?
    a lot of system freezes occuring and seems it could be related to network activity?

    It's not my WOW problem. It's QuickTime X problem. I don't really care, I don't use QuickTime X, but maybe it would be worth to fix this.
    More importantly - will Apple provide QuickTime 7 Pro even in future? I mean QuickTime 10 (X) seems like a future product. So obviously one must think QT 7 is oldie which will be eventually gone...
    So will QuickTime 7 (Pro) still stay or it's considered as oldie which was moved to utilities and later will be removed? Because QT 7 is simply way better. I don't need to publish my movies on YouTube or whatever, but I need to use the options of QT 7 pro.
    Thanks.

  • Run time Error while creating Network Activity.

    Getting Runtime -
    > Runtime error: ILLEGAL_TEMPORARY_OBJNR  ("TM0000000008NV" " " " ")
    While trying to create the Network activity in the following sequence.
    CALL FUNCTION 'BAPI_PS_INITIALIZATION'.
    *--> Create the Network Activity
      CALL FUNCTION 'BAPI_BUS2002_ACT_CREATE_MULTI'
        EXPORTING
          i_number     = i_number
        TABLES
          it_activity  = t_activity
          et_return    = it_preturn.
         extensionin  = extensionin
         extensionout = extensionout.
      LOOP AT it_preturn INTO wa_preturn.
        IF wa_preturn-type EQ c_error OR
           wa_preturn-type EQ c_termination OR
           wa_preturn-type EQ c_exit.
          l_error = c_yes.
        ENDIF.
      ENDLOOP.
      IF l_error IS NOT INITIAL.
        ROLLBACK WORK. " satish 09/02/2008
        EXIT.
      ENDIF.
      CALL FUNCTION 'BAPI_BUS2002_SET_STATUS'
        EXPORTING
          number                   = i_number
          set_system_status        = 'CRTD'         " changed 'REL' to 'CRTD'  satish 11/04/2008
        IMPORTING
          return                   = lwa_ret1
        TABLES
          i_activity_system_status = lt_act_status_set
          e_result                 = lt_stat_ret.
      IF lwa_ret1-type EQ c_error OR
         lwa_ret1-type EQ c_termination OR
         lwa_ret1-type EQ c_exit.
             call function 'BAPI_TRANSACTION_ROLLBACK'.
        EXIT.
        endif.
      CALL FUNCTION 'BAPI_PS_PRECOMMIT'
        TABLES
          et_return = lt_return.
       CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait = 'X'.
    Help really appriciated.
    Thanks
    Mani

    Hi,
    Go through the SAP NOTES 777934
    Symptom
    When a new network activity is created using BAPI, BAPI_BUS2002_ACT_CREATE_MULTI and then the newly created activities are
    reverted by using BAPI BAPI_TRANSACTION_ROLLBACK,the control objects of newly created activities are not reverted, therefore when you perform a
    commit of the transaction by using BAPI_TRANSACTION_COMMIT, a short dump'ILLEGAL_TEMPORARY_OBJNR' occurs.
    Other terms
    short dump 'ILLEGAL_TEMPORARY_OBJNR', CKCOUEB, Costing Sheet, Posting Date, Overhead key, CK_F_CO_OBJECT_ALL_REFRESH, BAPI_PS_INITIALIZATION.
    Reason and Prerequisites
    This is caused by program error. This note references SPC 770601 and created for corrections to be included in support package.
    Solution
    Implement the source code corrections.
    Regards,
    Dwaraka.S

  • Errors ajp_process_callback::jk_ajp_common.c (1954): Writing to client aborted or client network

    Hello,
    we have the following configuration:
    S.O. : Red Hat Enterprise Linux Server release 6.5
    Apache : 2.2.15
    Coldfusion 10 Standard update 12
    SElinux disable
    Iptables disable
    Configuring / etc / httpd / conf / mod_jk.conf
    # Load mod_jk module
    Jk_module LoadModule " / opt/coldfusion10/config/wsconfig/1/mod_jk.so "
    # Where to find workers.properties
    JkWorkersFile " / opt/coldfusion10/config/wsconfig/1/workers.properties "
    JkMountFile " / opt/coldfusion10/config/wsconfig/1/uriworkermap.properties "
    # Where to put jk logs
    JkLogFile " / opt/coldfusion10/config/wsconfig/1/mod_jk.log "
    # Where to put jk shared memory
    JkShmFile " / opt/coldfusion10/config/wsconfig/1/jk_shm "
    # Set the jk log level [debug / error / info]
    JkLogLevel info
    # Select the timestamp log format
    JkLogStampFormat " [ % a% b % d% H:% M: % S % Y ]"
    AddHandler jakarta- servlet. Cfm . Cfml . Cfc . Cfr. Cfswf
    In the log / opt/coldfusion10/config/wsconfig/1/mod_jk.log observe the following errors:
    [ Tue Dec 03 10:29:53 2013] [ 3754:140076806252512 ] [info ] jk_ajp_common.c ajp_process_callback :: (1954 ) : Writing to client aborted or client network problems
    [ Tue Dec 03 10:29:53 2013] [ 3754:140076806252512 ] [info ] jk_ajp_common.c ajp_service :: ( 2629 ): ( cfusion ) sending request to tomcat failed ( unrecoverable ) , Because of client write error ( attempt = 1 )
    [ Tue Dec 03 10:29:53 2013] [ 3754:140076806252512 ] [info ] jk_handler :: mod_jk.c ( 2718 ) : Aborting connection for worker = cfusion
    Can anyone tell how to solve this problem because the connection between apache and coldfusion degrade coming to collapse the system.

    Not my particular environment Linux Apache however the way I read the mod_jk log content is very similar or same as this other thread and  detail in isapi_redirect log on Windows IIS environment.
    Thread:
    http://forums.adobe.com/message/5878493#5878493
    MOD_JK log sample:
    [info ] jk_ajp_common.c ajp_process_callback :: (1954 ) :
    Writing to client aborted or client network problems
    [info ] jk_ajp_common.c ajp_service :: ( 2629 ):
    ( cfusion ) sending request to tomcat failed ( unrecoverable ) ,
    Because of client write error ( attempt = 1 )
    [info ] jk_handler :: mod_jk.c ( 2718 ) :
    Aborting connection for worker = cfusion
    ISAPI_redirect log sample:
    [info] ajp_process_callback::jk_ajp_common.c (1984):
    Writing to client aborted or client network problems
    [info] ajp_service::jk_ajp_common.c (2684):
    (cfusion) sending request to tomcat failed (unrecoverable),
    because of client write error (attempt=1)
    [info] HttpExtensionProc::jk_isapi_plugin.c (2289):
    service() failed because client aborted connection
    Where I am seeing that sequence of log, CF10 IIS is not having any issue so it may not actually relate to the CF10 not responding. I would like to find a glossary of tomcat messages and the meaning however I have not got an
    interpretation to that log sequence. I will add the sites for me that have those logs have BYO wireless clients and it would be fair to say those users do not log off CF application however just close their browser or lid of laptop. Neither have I been able to reproduce the environment to cause that log detail so merely guess from me rather than statement of fact.
    HTH, Carl.

  • Display Network activity in FBL3N

    Hi
    We would like to see the network activity in FBL3N. Is this possible? I've noticed that WBS element is available for display as a column, but not Network activity. Is there any settings via IMG or anything else that I can do to get this?
    Thanks
    Nadini

    i am taking a shot in the dark, when you have a document that has both internal order and cost center.
    the actual posting goes to the internal order and the cost center only has statistical posting.
    I dont know, if this could cause an issue.
    check the respective cost center line items, i am sure they should show statistical.
    why dont you arrive at these postings from KSB1, give a cost center range or any hierarchy

  • Report S_ALR_87013533 not showing Network activity

    Hi,
    Our client user has created a Network activity (2410247/DLIA). However he is unable to see the same in the report S_ALR_87013533. I have checked the dates and work centers that have been assigned under this activity; everything seems to be fine.
    Can you please guide me how to resolve this.
    Thanks in advance.
    Hari

    Hi Shrikanth,
    Thanks for your response. We have noticed that costs were not calculated for the network. Now the activitiy is showing up on the report S_ALR_87013533.
    Thank you,
    Bye
    Hari

  • Create long text for network activity

    Hello,
    I'll create a long text for a network activity, but I found no BAPI for that.
    When I create long text for an order activity I use the BAPI BAPI_ALM_ORDER_MAINTAIN. There it is possible to specifiy the long text lines.
    In the BAPI BAPI_NETWORK_MAINTAIN there ist no table for specifying long text.
    Did anyone know how to create a long text for an network activity?

    Hello Vivek,
    I'll tried this too. My problem was, if I add long text to a existing network activity, everything works well. But in my programm I create a new network plan with one network activity (0010). After commit I become the correct network plan number. Then I try to add long text to the network activity. I get correct return codes but if I look in the transcation CJ20N I could not see some text. If I use the READ_TEXT function with the key I insert the text, I see the text, but not with the transaction CJ20N.
    I compared the key I used in my program with the key if I insert text with transaction CJ20N. I could'nt found some differences.
    SELECT SINGLE afvcp~mandt afvcp~aufpl afvcp~aplzl
                      INTO (mandant,aufpl,aplzl)
                      FROM afvcp INNER JOIN
                      afko ON
                      afko~mandt = afvcp~mandt
                      AND afko~aufpl = afvcp~aufpl
                      AND afko~aufnr = ordernumbernew.
                        "*Create Identifier
                        CONCATENATE
                        mandant aufpl aplzl
                        INTO lv_name.
                        header-tdobject = 'AUFK'.
                        header-tdname = lv_name.
                        header-tdspras = sy-langu.
                        header-tdform = 'SYSTEM'.
                        header-tdid  = 'AVOT'.
                        header-mandt = sy-mandt.
                        header-TDLINESIZE = '079'.
                        CALL FUNCTION 'SAVE_TEXT'
                          EXPORTING
                            client          = sy-mandt
                            header          = header
                            insert          = 'X'
                            savemode_direct = 'X'
                            owner_specified = ' '
                            local_cat       = ' '
                          IMPORTING
                            function        = func
                            newheader       = newheader
                          TABLES
                            lines           = lines
                          EXCEPTIONS
                            id              = 1
                            language        = 2
                            name            = 3
                            object          = 4
                            OTHERS          = 5.
                          CALL FUNCTION 'COMMIT_TEXT'
                           EXPORTING
                             OBJECT                = header-tdobject
                             SAVEMODE_DIRECT       = 'X'
                           IMPORTING
                             COMMIT_COUNT          = commit_count
                          COMMIT WORK AND WAIT.
    For example in the debug the header ist filled with:
    1 TDOBJECT C 10 AUFK
    2 TDNAME C 70 210000044156300000001
    3 TDID C 4 AVOT
    4 TDSPRAS C 1 D
    5 TDTITLE C 50
    6 TDFORM C 16 SYSTEM
    7 TDSTYLE C 8
    8 TDVERSION N 5 00000
    9 TDFUSER C 12
    10 TDFRELES C 4
    11 TDFDATE D 8 00000000
    12 TDFTIME T 6 000000
    13 TDLUSER C 12
    14 TDLRELES C 4
    15 TDLDATE D 8 00000000
    16 TDLTIME T 6 000000
    17 TDLINESIZE N 3 079
    18 TDTXTLINES N 5 00000
    19 TDHYPHENAT C 1
    20 TDOSPRAS C 1
    21 TDTRANSTAT N 1 0
    22 TDMACODE1 C 16
    23 TDMACODE2 C 16
    24 TDREFOBJ C 10
    25 TDREFNAME C 70
    26 TDREFID C 4 4
    In CJ20N the header is filled with
    1 TDOBJECT C 10 AUFK
    2 TDNAME C 70 210000044156300000001
    3 TDID C 4 AVOT
    4 TDSPRAS C 1 D
    5 TDTITLE C 50
    6 TDFORM C 16 SYSTEM
    7 TDSTYLE C 8
    8 TDVERSION N 5 00000
    9 TDFUSER C 12
    10 TDFRELES C 4
    11 TDFDATE D 8 00000000
    12 TDFTIME T 6 000000
    13 TDLUSER C 12
    14 TDLRELES C 4
    15 TDLDATE D 8 00000000
    16 TDLTIME T 6 000000
    17 TDLINESIZE N 3 079
    18 TDTXTLINES N 5 00007
    19 TDHYPHENAT C 1
    20 TDOSPRAS C 1
    21 TDTRANSTAT N 1 0
    22 TDMACODE1 C 16
    23 TDMACODE2 C 16
    24 TDREFOBJ C 10
    25 TDREFNAME C 70
    26 TDREFID C 4

  • Anyconnect Secure Mobility Client, Network Access Module, wired PEAP

    Hello there,
    I am testing AnyConnect Secure Mobility Client, Network Access Module as supplicant with PEAP authentication for wired network users. With default configuration it is working well.  With default configuration it is Trusting any Root CA certificates installed on the OS.  Do you know how to configure NAM that it will validate ACS certificate with specific Root CA Certificate ?
    In Network Access Module profile editor it has two options about Certificates:
    One is Certificate Trusted Authority which has two options by its self  first is too trust any Root CA certificate that is installed on OS, and second is to import Root CA certificate in Profile. Potentially Second option can help in my case, I can manually import Root CA certificates in each profile. But I think it will be hard to update Root CA certificates in future  in that way.
    Second is Certificate Trusted Server Rules,  this option have matching capability by certificate Common Name.  For what can be used this option ?

    Normally the way it works is that you set up your Enterprise Root CA, and then have it issue a certifcate for the AAA server (ie ACS, ISE, etc). You then install this certificate on the AAA server and (in an Active Directory environment) add the Root CA certificate to the client systems local certificate store. What that means is that any certificates (such as the one installed on the AAA server) that are presented to the client that are signed by the root are automatically trusted.
    Server validation is an extra step in terms of proving the identity of the AAA server to the authenticating client. As such, when you build the policy in the NAM editor, it would look similar to the image below:
    I like to use the CN (Common Name) as the match criteria and build my CA issuance policy to always include the FQDN in the certificate for identity purposes.
    Hope this helps!

  • Which log in GW Module to -tail for network activity?

    We are having some issues with some GW modules dropping offline. I would like to boot one up and monitor it's logs in CLI to see what it is doing before it falls off however I am not sure which log to monitor or look at. Can someone help me identify the best way to go about this?
    Thanks, 
    -Nick

    you can create another customer field on the activity using an exit
    go to txn SMOD
    enter CN* and click on the match code button
    you should get the CNEX0xxx number for fields on network activity
    note - the PR created will have an account assignment of the network activty number
    When creating PO you will need to ensure that the assignment is changed to internal order
    I still do not beleieve this is a correct way - obviously your client have got it wrong and need to change
    Lastly what is the benefit of having the Internal order number in the network activity as it will not automatically in the PO!!

  • Settlement rule for Network activity

    hi,
    in my project, settlement rule of network activity is automatic to the superior WBS..  however i noticed that the default settlement rule is FUL.. is it possible to make setting such that the default settlement rule would still be to the superior WBS but it is PER (periodic settlement insted of full)
    how to do this?
    thanks in advance.

    see OSS note 317871
    Summary
    Symptom
    When you create a network or a new network activity, the respective settlement rules can be generated automatically by default. In the standard system, default rule PS1 is currently supported for this. This default rule creates a settlement rule for the full settlement.
    A default rule for the generation of a settlement rule for periodic settlement does currently not exist.
    Additional key words
    CN21, settlement rule
    Cause and prerequisites
    At present, the function is not supported in the standard system.
    Solution
    The attached program creates a corresponding new default rule PS2 which generates a periodic rule. In Customizing, you can assign this default rule to the affected network types afterwards.
    It is planned to include this default rule in a future release in the standard system.
    Source code corrections
    Header Data
    Release Status: Released for Customer
    Released on: 18.06.2007  07:57:36
    Priority: Recommendations/additional info
    Category: Advance development
    Primary Component: PS-COS-PER Automatic and Periodic Allocations
    Secondary Components: PS-COS-PER-SE Settlement
    Affected Releases
    Software
    Component Release From
    Release To
    Release And
    subsequent
    SAP_APPL 40 40B 40B  
    SAP_APPL 45 45B 45B  
    SAP_APPL 46 46B 46B  
    SAP_APPL 46C 46C 46C  
    SAP_APPL 470 470 470 X
    SAP_APPL 500 500 500  
    SAP_APPL 600 600 600

  • Trying to view Network Activity Reports - login invalid

    I can access and modify anything fine. Shows my password correctly.  Log into Network Defender controls, click on Network Activity Reports, can modify Report and Notifications no problem....
    But when I click View Report - and it opens a web browswer, when I attempt to login there, it says -- Login Failed: Invalid email or password.

    Please try to PM me again.  If it does not work, please try resetting your password by launching Network Magic -Tools-My Account. 
    Then try logging back in.
    If that doesn't work and you cannot PM me, please call Linksys support and open a ticket.  Then respond back afterwards and I can follow up with the support tech to view your details.
    Sorry about the issues.

  • Leopard crashing router. Can I access network activity reports?

    Since 'upgrading' (it doesn't feel like it) one of my Macs to Leopard, my Airport Base Station gets knocked offline once or twice a day. Some days it is fine, other days, like today, it happens in quick succession. I wan to try and track down the specific cause, and I was wondering if there are any network activity logs I can access which would tell me the exact time network activity stopped, and what network activity was going on at the time.

    If you open Airport Utility, select and enter your base station config you will see a tab headed 'Advanced', click that and you will see a number of logging options. Perhaps you can begin there.

  • Resource Monitor Showing Intermittant 100% network Activity

    I have a server (DC, 2008 r2) which is currently showing 100% network activity every second or so.
    Under the resource manager the activity appears to be receiving on the broadcast address.
    Because of the activity my session onto the server keeps freezing and dropping out.  There are also issues across the domain for logging in and accessing resources.
    I've check my other servers and have nothing similar showing.
    Is this a red herring and not the cause of my patchy mstsc connection?
    Thanks
    Tom

    HI
    Best is to use network capture like wireshark or NetMon to fine what is going on in INC level. find the IP or services and shut the broadcast

  • Re: Internal Orders after REL for Network Activity

    Dear all,
    Purchase Requisition (PR) will be automatically created after the Network Activity is Released (REL). However, for the PR created, Internal Order (IO) number would need to be maintained for reporting of the expenses in the FICO.
    Hence, is the a method where we can maintain an Internal Order number in the PR automatically created through PS module? Or is enhancement development required to prompt a field for user to enter the IO number at the time the Network Activity is released?
    Please advise.
    Thanks.

    you can create another customer field on the activity using an exit
    go to txn SMOD
    enter CN* and click on the match code button
    you should get the CNEX0xxx number for fields on network activity
    note - the PR created will have an account assignment of the network activty number
    When creating PO you will need to ensure that the assignment is changed to internal order
    I still do not beleieve this is a correct way - obviously your client have got it wrong and need to change
    Lastly what is the benefit of having the Internal order number in the network activity as it will not automatically in the PO!!

  • Network activity stalls

    I've searched to try to find these symptoms mentioned anywhere else online, but to no avail, so I decided to post here. I have a Powerbook 12" G4, 1.33GHz, 1.25MB, that will stall all network activity from time to time, and it's getting increasingly worse. I've eliminated everything I can think of to isolate the problem. It's plugged directly into a High Speed modem now through an ethernet cable, firewall on, bypassing the wireless router. The problem persists. I think I can safely say the problem is in the Powerbook. Whether it's a hardware or software problem, I just don't know. Oh yeah, I've tried using it on two networks, two different ISPs, using two different modems, and the problem persists.
    Before, when I was surfing wirelessly through the Airport card, I found that turning Airport on and off (menubar) would often work, but not always. Now that I'm hardwired, I'm leaving the Network Preference pane open in order to hit "Renew DHCP Lease" whenever it stalls, and that works most times, but not always. It will "usually" fix itself if I wait long enough. (BTW, I've hit that button 3 times in the last few minutes while surfing discussions.apple.com. It's like the Powerbook has temporarily forgotten where the net is - amnesia)
    Observations:
    * Sometimes, not always, the CPU useage pegs at 100% while it's stalled. (What's it doing?)
    * Non-apple software, that might be contributing to the problem, are the aggregators I've started using. Apple's own ITunes is the one I use for podcasts. Democracy Player (video) and Vienna (newsfeeds) are the other two. They send out multiple requests simultaneously during a refresh. I've witnessed downloads, in progress at the time using another program, completely stop when I do a refresh with any of those aggregators. I've seen the network stall many times, using ITunes too, and the feeds time out instead of refreshing.
    * I'm using Firefox for the web. As mentioned, it will stall while surfing regularly. Some files downloaded with Firefox have stalled, and they do NOT resume the download afterwards. I've had to start them over again.
    * BitTorrent usually works fine all the way through a download, as long as I leave it alone. However, I've watched aggregator refreshes kill torrent downloads that were in progress, cutting connections to all peers. I don't think BT is causing the problem, but it is being affected.
    I reinstalled the system a few days ago (archive and install) and then updated to 10.4.8 through software update. It stalled two times while downloading those updates too, while the computer was NOT attended. Sigh. The half-finished downloads did NOT resume, they had to started over from scratch.
    I don't know what else I can add to this.
    Hitting "Renew DHCP Lease" while it's stalled, will often "unstall it" and then it finishes what it started. But not always.
    I want to reiterate that the stalls are not entirely consistent, that sometimes everything works fine. It's just that the problems seem to be related to these actions, like there's something that's not quite up to the task, not every time. That's how it seems to me. It's frustrating.
    Suggestions, comments, and confirmation from others with similar issues, would be welcome. Can anyone suggest or point me to a fix?
    thanks
    Powerbook 12" G4, 1.33GHz, 1.25MB Mac OS X (10.4.8)
    Powerbook 12" G4, 1.33GHz, 1.25MB Mac OS X (10.4.8)

    Update:
    2) I pulled the Airport card and cleaned the contacts
    with a pencil eraser and reinstalled. Then I noticed
    the power plug has a flange on the centre pin that
    compresses. I took a butter knife and spread the
    flange contacts apart, just a bit, and then plugged
    it in. (The thinking being that the centre pin
    contact was too loose, and therefore, possibly,
    unable to power the card under full load
    conditions.)
    Update 2:
    Well, I'm 99% sure the procedure above solved my network dropout problems while using Airport (wireless). I mistakenly called this plug the power plug, when apparently it's the antenna plug. Whoops!! It worked out to the same difference though. Poor contact from the centre pin was reducing the card's effectiveness. It's rock solid now.
    My other network problems turn out to be related to the new ISP. I think their modem is flaky. It's a 30 day trial, so I'm returning it and getting a replacement. I've been surfing problem-free with the old ISP, now that Airport is fixed, but the new ISP (modem) is still giving me many network problems, that completely disappear when I switch back.
    For anyone interested, I'm testing Rogers Portable Internet (available in Canada). It's an early version of WiMax and it looks promising. I recently read where some hotels are charging outrageous small fortunes for conference room net access. This simple device could literally kill that as a profit centre. Just plug the modem into any electrical outlet and you're online. It's 1.5 Meg down, 256K up, and at about the same price as regular High Speed dsl or cable. That's not too shabby. (...if it works as it should.)

Maybe you are looking for

  • Error XML file, Description ID...is more than 30 char. won`t be send toCCMS

    Hi, could somebody help me with these message error I got at starting time of our EP: error in XML file -> Description ID:[MGR.Port.AcceptingThreadsUsageRate ]is more than 30 characters and won't be sent to CCMS. error in XML file -> Description ID:[

  • RFBIKR00 : Vendor master upload

    hi For uploading Vendor master upload i tried to use standard prg RFBIKR00, but some of the fields related to address  are not found in RFBIKR00.The fields which are missing are: SORT2     BUILDING     ROOMNUMBER     FLOOR     NAME_CO     STR_SUPPL1 

  • Convert SNP to PDF

    Hi, I have Acrobat 9 and I can convert a SNP file to PDF,  why can't I do this in Acrobat 10? Thanks in advance for any help. Simon

  • Solution of all your problems regarding "belle fp2...

    hi, all i found some solution i think the problem in the nokia server not in software they are releasing software for country and product code variant ok i will advise to you all not to do the update "over the air" beacuse some people recieving updat

  • IPod and Videos:  How to Update and Play

    My brother just got a new iPod. Upon synchronization the iPod was updated with his music but not his videos. Basically all of videos are movie trailers. What does it take for iTunes to take them into account when updating the iPod? And will any video