Access Connection 5.2 QCTray /exit or /killac will make gui crash in vista os.

Access Connection ver5.20 Build 7XCV14WW
Encounter Crash reported by Vista Os: with the following message
ThinkVantage Access Connections Main GUI Applications has stopped working.
Windows can check online for a solution to the problem .
-> Check online for a solution and close the program
-> Close the program
Step to Reproduce:
1. Open Command Prompt with Administrator right.
2. Type : QCTray /exit   or QCTray /killac
3. a message will popup and show the above message .
PS: Previous version does not encounter this issue. I found on after i updated to latest version 5.20.
Bug ?

Hello K2low99, welcome to Lenovo forums!
Please post your model number, not S/N, and used OS 32/64bit + SP.
So it will be easier to help you.
Follow @LenovoForums on Twitter! Try the forum search, before first posting: Forum Search Option
Please insert your type, model (not S/N) number and used OS in your posts.
I´m a volunteer here using New X1 Carbon, ThinkPad Yoga, Yoga 11s, Yoga 13, T430s,T510, X220t, IdeaCentre B540.
TIP: If your computer runs satisfactorily now, it may not be necessary to update the system.
 English Community       Deutsche Community       Comunidad en Español

Similar Messages

  • Access connection v. 5.12 Authentication problem

    I made a wired / wireless setup for a customer and has run into following problem
    Connection Type : Infra
    Wireless Mode : 802.11a
    Wireless Security : Use IEEE 802.1x Authentication
    Acces Point Authentication : WPA
    Data Encryption : TKIP
    EAP Type : PEAP
    Authenticate as COmputer when Computer informations is avaible
    Allow Fast Roaming ( CCKM )
    Tunnel Authentication : MS-CHAP-V2
    Validate Server Certificate :  Verisign Class 3 Public Primary CA
    When i try to connect wireless it cannot authenticate with AP, but when I decide to use MS to handle settings it connects without a problem. When i look into settings in MS it looks to me as it has choosen the same kind og settings as i choose in Access Connection....
    Why cant i make it work with A.C !!!!!!!
    Any1 ?? 

    You can only do that under EAP-TLS (i.e. a user and a computer certificate), not PEAP-MSCHAP. 

  • Access Connection on X31 with Windows 7

    Hi
    Is it possible to get ThinkVantage Access Connection to work on a X31 (2672-CEG with Intel 2100 B3) with Windows 7?
    I've tried newest Power Manager (1.60.0.4), Intel driver (1.2.5.37) , Access Connection (5.61) nad Hotkey FI (3.09) but Access Connections can't see that the wireless NIC is turned on, and therefore I can't not turn it off
    Kind Regards
    Bo
    Solved!
    Go to Solution.

    Hi,
    unfortunatley X31 is not supported by the latest version of Access connection.So I really doubt, if you will be able to get this work is some way.
    I understand, that these are not the best news.
    Please mark this thread as closed, as unfortunatley there is not much that can be done.
    Cheers

  • Access Connections Application Tray Problem

    I have brand new Lenovo series T61. Plenty of RAM and diskspace. New install. XP PRO SP2. When I change locations the first crash item I get is Access Connections Tray. Followed by several other tray items and then any open applications that require an internet connection. If I use ethernet I do not get any crashing. It is hard to reproduce at one location as it only happens when the laptop is moved between home and work. It happens at either location. It seems to be wireless related. Anyone else seeing this? Thanks, Kevin

    Hi,
    This is a common situation, when there is only an upgrade of once component upgrade, like Access connection and the ret is not upgraded.
    In this case I would advice to perform following steps:
    - uninstall AC
    * reboot the machine
    - install the latest version of following apps in following order (don't use TVSU)
        .NET 3.5 SP1
    * reboot
        Power management driver
        Power Manager
        System Interface driver
        Hotkey utility
        Wifi driver (NOT from intel.com, but from lenovo.com)
    * reboot the machine
    - install Access connection 5.6x
    * reboot the machine
    This will inicialize the Wifi driver components with the latest version of AC.
    Let me know, your update on this one.
    What is the system, that you are using? T60?....
    Cheers

  • Creation of RFC destination for SAP-Access Connectivity

    Hi,
           I want to create a RFC destination for SAP-Access connectivity.
    Can I get some help regarding it's connection type,activation type and gateway options required for the same.
    Regrads,
    Anthony D'souza

    Hi
    Please see the following:
    1. Create an entry in Trxn DBCA for SQL Server in SAP, you are creating a database connection for the SQL server in SAP.
    2. You use this connection, and write Native SQL stmnts...between EXECSQL...ENDEXEC to fetch the data..and then normal ABAP statements to put that data into your ztable.
    TABLE DBCON Entry can be like this...depends on your External database..
    CON_NAME          Raj                      Logical name for connection
    DBMS                   MSS                   Microsoft SQL Server
    USER_NAME        <User name>       For SQL Server
    PASSWORD         <password>         " "
    CON_ENV             MSSQL_SERVER=<server> MSSQL_DBNAME=<database name>
    DB_RECO                 Availability type for an open database connect
    FUNCTION z_houston_connect.
    ""Local interface:
    EXEC SQL.
    CONNECT TO 'RAJ' AS 'V'
    ENDEXEC.
    EXEC SQL.
    SET CONNECTION 'V'
    ENDEXEC.
    *- Get the data from MS-SQL Server
    EXEC SQL.
    open C1 for
    select
    l.loc_id,
    l.loc_name,
    a.acc_id,
    a.acc_name,
    d.person
    from ho_loc_mast as l
    inner join snd_acc_mast as a on l.loc_id = a.loc_id
    inner join snd_acc_addr as d on a.loc_id = d.loc_id and
    a.acc_id = d.acc_id
    where l.loc_id = '001'
    ENDEXEC.
    DO.
    EXEC SQL.
    FETCH NEXT C1 into :wa-c_locid, :wa-c_locname, :wa-c_acc_id, :wa-c_acc_name, :wa-c_person
    ENDEXEC.
    IF sy-subrc = 0.
    PERFORM loop_output.
    ELSE.
    EXIT.
    ENDIF.
    ENDDO.
    EXEC SQL.
    CLOSE C1
    ENDEXEC.
    ENDFUNCTION.
    Regards,
    Raj

  • Unable to edit or delete profile in Access Connection 5

    Hi Everybody!
    I'm unable to edit or delete profiles in Access Connection on my T41 running latest Access Connection v5.
    The edit and delete buttons on the Access Connection Profile menu are shown only in light grey color and it's not possible to click them. I have administrator rights on my machine. These profiles were initially migrated from a very old v3 (automatically during system update) and I guess that this is one of the root causes of my problem.
    I have also tried to use the QCTRAY.EXE /DEL command, but that's also not working. The profiles just remain there unchanged.
    I would be very pleased if somebody could give me a hint on how to overcome this boring problem.
    Best regards,
    Helmut
    Solved!
    Go to Solution.

    v3 profiles are not compatible with v5.
    The best solution in your case would be to uninstall Access Connections with profiles and then reinstall and create new profiles.

  • Access Connections - Autostart Programs - Always Twice

    Hi,
    I'm using AC for automatically starting programs (Outlook, Firefox) in my work environment. It's done by a cmd file that works great.
    But: It really often happens (maybe always), that the cmd file is beeing executed twice, so I'm seeing two windows for each started program. This is a Bug, right?
    Can anybody help?
    Thx in advance
    Axl
    AC: 5.72
    Win 7 32 Bit

    I believe I have found the cause.
    I noticed the same thing happening when I switched to a Profile...each of my "Start applications automatically" commands was being executed twice.
    I used RegEdit to explore the Registry (careful, changing Registry values can be hazardous to your computer's health), by navigating to key \HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\Access Connections\Locations\ProfileNameGoesHere\AdptList, where I saw two Adapters (Adpt00 and Adpt01) - one for the WAN Adapter and one for the WLAN Adapter.
    Each Adapter has the same set of keys...
    AvayaProfileSettings
    BrowserPxySettings
    StartupAppList
    VpnSettings
    (except the WLAN Adapter also has a "SsidList" key).
    Our commands are stored under StartupAppList. Each custom command has its own key, called App00, App01, etc. Within the AppNN key are several keys; you will recognize your command as the value to the key called "m_szAppName".
    Even though the Access Connections app only lets you configure commands at the Profile level, it stores the commands in the Registry at the Adapter level (and there can be multiple Adapters per Profile). So if you have two adapters for the Profile (WAN & WLAN), the commands are stored twice. And therefore (incorrectly) executed twice when you switch to that Profile.
    You can use the following steps to see if your Access Connections behaves the same as mine. Carefully using RegEdit, navigate to
    \HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\Access Connections\Locations\,
    then choose the name of a Profile that is giving you problems,
    then navigate to AdptList.
    You'll see 2 Adapters (Adpt00 & Adpt01). Navigate to Adpt00 then to StartupAppList. You'll see an AppNN entry for each of your commands for this Profile.
    Now navigate to the same key path, except make it Adpt01 instead of Adpt00. You'll see the same number of AppNN keys.
    Now, using the Access Connections app, edit that same Profile. Add an additional dummy application to run...something safe like Notepad.exe (navigate through the folders/menus to select it). Save your changes.
    Now go back to RegEdit. Hit [F5] to refresh your Registry display. You will now see a new AppNN entry, for the Notepad command. Go into it, and look at the value for key "m_szAppName". It will have a path ending in "\notepad.exe" - the app that you just chose.
    Assuming you were just looking at the "Adpt01" key, navigate to the equivalent key path under "Adpt00", and you will see the same new AppNN key, the same new "m_szAppName" entry, with the same value (a path ending in "\notepad.exe").
    If you "connect" using this Profile, Notepad will start twice.
    So...the solution?
    My problems probably started when I wanted to "do the right thing" and convert a Profiles from being simply a WLAN-type profile to a "Best Available Network" Profile, which allows it to use the LAN adapter as well. Doing so enables both the WAN adapter and the WLAN adapter...each of them has a check mark by it when you edit the Profile in the Access Connections app.
    My solution was to go through all my Access Connections Profiles (if you see Profiles with Type "Multi" instead of "WAN", "WLAN", "Modem", etc., the "Multi"s are the ones you want to select), edit them, and un-check the Adapter that I don't need for that Profile. If I only connect using WiFi, not with Ethernet cable, then I deselect WAN.
    If you have a Profile where you actually do use multiple Adapters to connect to the network, and you run special commands when connecting to that network, and you want the same settings to apply regardless of which Adapter you are using, you still might consider making a 2nd copy of your exiting Profile. Turn one into a WAN-only Profile, and the other into a WLAN-only Profile. Of course, if you ever edit something (like change the default printer, for example), you'll have to make the same edit to each of the Profiles in the set.
    Hope this helps. I don't think this was intended behavior by the Access Connections Developers, but being a Developer myself, I know how easy it is for small design problems to sneak into some well-intentioned software.
    Thanks
    Steve
    Access Connections 5.62 Build B1CX57WW
    T43 WinXP 2 GB

  • Access Connection log file, no clear structure, behavior criptic

    I am troubleshooting an issue with Access Connection ver. 4.42 executing over a Lenovo Thinkpad T61
    I enable the log, using the login tab, for the Diagnostic option in the Tools Menu.
    The log generated is in html format, but the contents its very dificult to understand.
    I think the developer put this for debuging, and they know, what mean every entry ( I think).
    someone know the meaning of the entries in the log file AcconAdvanced.html ???
    Thanks in advance.
    filmancco

    Hmm..  that is a bit strange...  The 3945 card in the T60 and the 4965 card use the same driver, so you'd think the problem should be showing on both systems.
    When you switch to another profile and you get the pop-up window showing progress, at what point of it do you get a red X?
    Also, if you click "help me fix this" what error is listing?
    I presume this is with v4.42 of AC?  Might want to make sure that also have the latest hotkeys and power management driver if don't have them already...
    Hotkeys:
    http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-68000
    Power Management driver:
    http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-4GXPEG
    Don't use the driver from Intel's site, Access Connections needs to use the Lenovo driver in order to function properly.
    But, you could uninstall Access Connections and the Lenovo version of the driver and download/install the Intel driver with their PROSet application to see if it have the same behavior. That would help say if it's an AC problem or a driver issue.
    As for the disconnecting problem, can try changing the Power Management and Roaming Aggressiveness of the card.
    Edit each profile under Access Connections and on the Wireless Settings page, go into the Settings for Advanced Configuration.  Set the Power Save Mode to Low (best network performance).
    Then open Device Manager and open the properties of the Intel wireless card.  Go to the Advanced tab and change these two settings.
         Power Management: Uncheck Use default value and move the slider all the way to the right to Highest.
         Roaming Aggressiveness: Uncheck Use default value and move the slider all the way to the left to Lowest.  Click Ok and exit.  Then reboot the system.
    You may need to tweak the Aggressive Roaming setting to a left of middle setting if you find yourself not roaming soon enough.
    Try that and see if it helps....
    Note from Moderator:  Converted links.
    Message Edited by nonny on 12-04-2007 08:14 AM

  • Thinkpad T61 wireless access connection problem and heat problem

    My laptop keeps heating up ALOT i've been using tpfancontrol to make my fan go really fast and to cool it down. Anyone have a clue what to do about that? It automatically sets itself to smart (fan control config). Also my access connections has been working really bad lately. It won't connect anywhere. When i press fn+f5 and click on the network i want to connect to it would show connection successful and say applying wireless settings with a x next to it. Anyone know what to do about this?! cause i installed and uninstalled and nothing is working =[. Newest access connections and updated wireless drivers. Wireless zero connection is working fine though.
    Wireless Card: Intel 4965 AGN
    Windows xp pro sp3
    Any help would be great.
    Message Edited by wwilsonxp on 01-26-2009 10:08 AM
    Solved!
    Go to Solution.

    mind parameter ManModeExit (set to 72 degrees Centigrade in common .ini and 80 if not set by .ini) in TPFanControl.ini:
    // Program exits manual mode and switches to smart mode with last chosen
    // profile, if this temp (degrees Centigrade or Fahrenheit) is achieved.
    // default= 80 degrees Centigrade / 176 degrees Fahrenheit.
    ManModeExit=72     //ManModeExit=162   Fahrenheit
    ...and switch off any power saving mode of wlan device.
    Message Edited by troubadix on 01-27-2009 12:33 AM

  • Vista SP2 and Access connections requiring manual reconnect

    Hi,
    I'm experiencing a problem after the installation of Windows Vista SP2 on my Vista Business. After a reboot, I must always manually 1) disconnect the WLAN connection and then 2) reconnect to establish a working WLAN connection and to gain access to Internet. Before I disconnect, the WLAN connection is alive, but I cannot access any websites. Everything worked just fine before installation of SP2.
    I'm running Access connections version 4.42 on Thinkpad R61. I've read that someone has had a similar problem with wired LAN and with newer version of Access connections: http://social.technet.microsoft.com/Forums/en/itprovistasp/thread/17ba267e-0bb1-4621-b81f-04afa0d806...
    Does someone know how to solve this issue and make the connection to work without a manual disconnect -> reconnect step?
    BR,
    Miika

    After some searching, I found a working solution:
    http://www.darthcontinent.com/2009/05/no-internet-after-installing-vista.html
    Everything works fine now.

  • Access Connections and Tools won't install properly

    I have followed advice uninstalled the wireless driver, access connections, hotkey, power manager. . Reinstalled all ( latest versions) except access connection. Wireless connections work correctly and all hot keys function appropriately ( including Fn +F5 ). Then I let TVSU download Access connections. An icon is placed in the task tray. Clicking on it nothing happens. Also none of the hot keys work including the blue ThinkVantage key. Once I uninstall Access connection I am back in business with the wireless connection and the hot keys working. ( for all these installs I turned off the Microsoft virus scanner and the firewall).
    Have similar problem with ThinkVantage tools in that I get the Icon in the task tray and then the program freezes. No problem in reinstalling  PC doctor5
    T60 series2007 Windows XP professional pack3.

    Hi dulverton,
    I find lenovo drivers and software rather eccentric; since they need to be installed in a particular order to work properly.
    First uninstall your wireless driver and access connections, thereafter reboot your system. Then install wireless driver first, again reboot, subsequently install access connections, reboot again.
    Further this is the order in which the following drivers must be installed for each of them to function desirably:- 
    1) Lenovo PM driver
    2) Lenovo System Interface Driver
    3) Hotkey driver
    4) Wireless driver software [reboot]
    5) Access Connections [reboot]
    Hope it helps.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • Need help with thinkvantage access connection

    Here a log file with new access connection:
    Connection status:  Disconnected
    Cause:  Driver disconnected while associating.
    Error code:  229378
    Recommended actions:
    Verify that the encryption settings (WEP/TKIP/AES) specified in this profile match those expected by the wireless network.
    Verify that the wireless adapter in your computer has not been restricted from accessing the radio channels being used by the wireless network.
    If the problem persists, contact your network administrator and provide the troubleshooting information below.
    Adapter Details
    Adapter name  11a/b/g Wireless LAN Mini PCI Express Adapter                  
    Adapter type  Wireless LAN                                                   
    Adapter speed  54.0 Mbps                                                      
    Driver/Firmware version  7.6.0.96/ N/A                                                  
    Adapter status  Enabled                                                        
    Connection Status  Disconnected                                                   
    Disable unused cards?  Yes                                                            
    TCP/IP Settings
    DHCP enabled?  Yes                                                            
    Append parent suffixes of the primary DNS suffix?  Yes                                                            
    Register connection's DNS suffix in registration?  Yes                                                            
    Register connection's DNS suffix in DNS registration?  Yes                                                            
    Enable LMHOSTS Lookup?  No                                                             
    NetBIOS setting  "Default"                                                      
    Wireless Settings
    Network name (SSID)  linksys                                                        
    Connection type  Access point                                                   
    Wireless mode  Auto                                                           
    Security encryption  None                                                           
    System Information
    System model  7732CTO                                                        
    BIOS version  7LETB7WW (2.17 )                                               
    Operating system version  Windows Vista,  Service pack 2                                 
    Access connections version  5.31                                                           
    Access Point scan list
    Network name (SSID)              Wireless mode  MAC address                   Signal strength Channel
    linksys                          802.11g        00:1C:10:54:65:B6              24%            11
    Global Settings
    Network
     Allow all users of this system to switch to any existing location profile  -> No
     Allow the wireless LAN radio to be turned off when inactive  -> No
     Allow selection of location profiles with Fn+F5 On Screen Display menu  -> Yes
     Enable autodeletion of unused profiles  -> Yes
    Notifications
     Show ThinkVantage Access Connections status icon in task tray  -> No
     Show wireless status icon in task tray  -> No
     Display the progress indicator window when a profile is being applied  -> Yes
    Preferences
     Enable sound effects  -> Yes
     Do not show balloon tips from the Access Connections system tray icon  -> Yes
     Show WiMAX page as default on Main GUI  -> No
    Automatic location profile switching list
     Include Ethernet connections in automatic switching and prompt me to save Ethernet ports  -> Yes
     When no other connections are available, connect through Wireless WAN or WiMAX  -> No
    Wireless priority list
    Selection    Priority     Location profile name                                            Connection order                 Connection details             
    No                  1     linksys                                                          Wireless LAN                     SSID: linksys                  
    Log File
    Debug Log is enabled
    It didn't happen when I use old version. Can anybody help me?

    Are you getting any error message while connecting to ds..?
    Are you able to go online on wired computer...?
    Are you able to go online on any wireless computer on your network..?
    Open the router setup page and under the wireless tab,Change the Channel width to 20MHz only and Channel to 11-2.462GHz and click on save settings...Under the Advanced Wireless Settings...Change the Beacon Interval to 75,Change the Fragmentation Threshold to 2304,Change the RTS Threshold to 2304 and Click on Save Settings... 
    Now,check.

  • T400 Vista vs Access Connections

    (I hope this doesn't show up twice.  My first try failed with an undecipherable server error)
    Basically, wifi is unusable on my new T400 when running Vista Ultimate or Vista Business 64.  If I run XP it works just fine.  All 3 are stock Lenovo OEM installs from factory media.
    My home wifi router is sitting close to the laptop.  W/Vista, I can usually see it via "find" but usually can't connect.  Occasionally after rebooting I can.  Sometimes I can't even see it in find.  W/XP on this T400, or with XP on my T61, it works as expected.
    I suspect confiicts between Vista wifi management and Access Connections.  With XP, one could solve this by unchecking the "let windows manage..." box in wifi properties.  There doesn't seem to be such an option in Vista.   I have tried disabling the windows "Zero Configuration" service (WLAN Autoconfig after SP1) but that doesn't help.  Without that service, AC can't even turn on the radio.  Worse (!) I can't turn the radio on manually via Fx-F5 either.  Bluetooth yes, wifi no.
    It looks like AC actually uses some/all of the WLAN Autoconfig function.
    One thing I haven't tried yet is uninstalling AC and just using the Vista wifi management.  Even if that works, it gives up a lot in terms of profile management.
    I welcome any suggestions.  As it stands, this shiny new T400 is unusable.   It's a nice little machine, but this isn't the first of the frustrations....
    Thanks,
    Z
    Message Edited by zoltanthegypsy on 10-24-2008 03:38 PM
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

    Unfortunately, I need to use this thing on the road as well as at home, so a fixed IP address isn't an option since I won't know what subnet(s) will be in use.  I experienced the same problems last weekend at two hotels and in the Denver airport, so it isn't my router.
    I have done quite a bit more experimentation with this problem, without any resolution.  I do notice that when it fails Vista thinks it is connected, but only locally.  It has assigned a 169... address which I take to mean that DHCP has failed.  Trying a command: ipconfig /renew fails with an error.
    If I let  it fail, then reboot, it usually will succeed as long as I try to connect to the same access point that failed before the reboot.
    I tried uninstalling Access Connections, but Vista has the same problem(s) when it is doing the management!  Failed connections, local only connections, and often success after a reboot.  One interesting and nasty difference is that when using the Windows management w/out Access Connections, wired connections will also fail in the same way!
    I see many, many people on the web who are having similar problems.   Some of the threads go back more than a year with no resolution.
    I have gone around and around with IBM/Lenovo support.  They have escalated the problem to a series of lead techs who never return phone calls.  Very disappointing, since the first tier techs are quite friendly and helpful - and generally return calls.
    My next step is to go back to the nice man who handles escalations from the sales side, and ask him where to send this piece of junk.   It boggles my mind that Microsoft and Lenovo will put this kind of half-baked crap in the marketplace, and then do nothing to get it working.
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Access Connections issues w L512

    I have a Lenovo L512 - 444CTO, running Windows 7, i5 processor, 4gb ram, 500gb hd
    it has the adapter 11b/g/n wireless LAN mini-PCI express Adapter II
    both at my home and at my office, both of which have wireless internet, it will log on initially and get good signal and work, but within ~10 minutes of being on the internet, it for no reason stops working.  The Access Connections menu says that it is still connected with strong signal.  But the small "network" icon in the bottom right shows the  yellow-triangle exclamation point, and says "no internet access," despite the fact that all other computers at both the home and office continue to work without interruption. 
    it is not a problem with the networks, as multiple other computers on the same network in both places work without interruption. 
    this laptop was purchased because i have online live synchronous classes this spring for my Graduate program, and I need to be able to get online and stay online to participate in them. 
    Any ideas as to why this might be happening or possible solutions would be greatly appreciated. 
    there is no firewall on either of the wireless providers that I use, and i have checked that the wireless radio is turned on.  the troubleshooting for the network icon tells me it finds nothing it can do. 
    Solved!
    Go to Solution.

    Hello mate,
    It's possible that you need to deselect the option "Allow the wireless LAN radio to be turned off when inactive" found under Global settings.
    Launch Access Connections>Tools>Global Settings. Deselect it and see if that fixes your problem.
    Knowledge is of two kinds. We know a subject ourselves, or we know where we can find information on it.
    ThinkPad T510 4313-CTO Windows 8 x64 - Intel Core i7-620M - NVIDIA NVS 3100M - 8GB RAM - 240GB SSD- Intel Centrino Ultimate-N 6300 - Gobi 2000.
    ThinkPad Helix 3697-CTO Windows 8.1 x64 - Intel Core i7-3667U - Intel HD Graphics 4000 - 8GB RAM- 256GB SSD - Intel Centrino Advanced-N 6205 - Ericsson C5621gw

  • How to stop Access Connections from automatically connecting to WAP at turn on or restart?

    I had a problem with my X200 winxp sp3 wireless connection. I got it working OK again but in the process I did something that changed the action of Access Connections when I turn on or restart the machine where it automatically connects to the WAP whereas before it did not do this, rather it required a manual connection. For the life of me I can't find the setting that controls this behavior...can anyone point me in the right direction.
    thanks for any feedback
    *Smith & Wesson...the original point and click interface*

    Might not answer completely, but what is your "profile" set to? I have a "profile" called Office that wll only use the "hardwire" LAN Connection. I have another "profile" called Mobile that will only use the Intel Wireless card, yet another that is "HSPA Modem" that will only use the AT&T wireless card.
    Could it be that your "profile" is set to use just your Wireless Connection?
    Just a thought -
    Message Edited by mickey53usa on 01-09-2009 02:01 PM

Maybe you are looking for

  • Cannot Update Windows 7 while connected to my WRT54G.

    For some reason the computers that are connected via wired or wireless through my WRT54G Vers. #6 (Firmware Version v1.02.8) will not connect for updates (Error Codes: 80072EE2-Win7, 80072EFD-Vista) especially OS, anti-virus, malware updates.  This l

  • Signaturen bearbeiten in Adobe Acrobat XI Standard

    Hallo zusammen, wir verwenden seit längerer Zeit schon die digitale Signatur in Adobe Acrobat. Nun würden wir in diese Signatur gerne noch die Tätigkeit des Unterzeichners hinzufügen und anzeigen lassen. Besteht die Möglichkeit ein extra Feld dafür a

  • WLPI - Problem with AI Service Call in Task with AI Service start - Variables

    Within WLPI I cannot succesfully call an AI service with variables that have been collected via an AI start. These variables have been collected ok as I have done an XPath on the variable and succesfully stored them in a string Variable. So a succesf

  • Problem installing 11.1.2.1 Essbase on 32-bit Windows

    All, I have all of the required Oracle Universal Installer files downloaded and unzipped. I am running the installTool.bat file and when it runs I get "OK" messages for everything until the very end when I get this message: Result of checking assembl

  • Logo Printing Problem

    Hi All ! In my smartform, I am using 2 logos for 2 different compnay codes. For only 1 company code the logo is not getting displayed, But for the other company code it is working perfectly fine. Please advice.