ThinkVantage Access Connections cannot export .loc profile

Hello,
I've tried to export one of the location profiles in Thinkvantage AC. The function however is disabled in the profile maintenance window/menu. Access connection thus only allows importing, but no exports possible.
I've already tried using the Deployment tool for creating .loa files. But as this is binary gibberish, it's not much more useful to me than a registry export.
So, does anybody alternatively have a *.loc file at hand for public viewing? Couldn't find a single example on the web. (Much less in Lenovos documentation or web site...)
Thanks!
mario
Moderator Note; Please correct your location in your profile as required by the forum rules; Location is important when offering advice, as sales, service, and product options may not be consistent country to country
Message Edited by andyP on 07-02-2008 08:36 PM

Here's an update to my situation:
 ThinkVantage Access Connections Issue
I just gave up on this and uninstalled it so no conflicts on this now.  (Not critical to me unless someone more knowledgeable thinks it should be!)
Rescue and Recovery: I tried reinstalling both the  Thinkvantage version 4.21 and Rapid Restore 4.0 after disabling all virus protection and uninstalling whichever one was on at that time.
Thinkvantage version 4.21:  Gave me tons of errors in the  pre windows R&R environment so I gave up after rebooting a couple of times  It told me there was a problem with factory.exe and the following files were "corrupt and unreadable":
netdgdxb.PNF
nettcpip.PNF
netvt86.PNF
netw940.PNF
net557.PNF
netand2.PNF
netbrdgm.PNF
netce2.PNF
NetSetup.Log
Rapid Restore 4.0: Reinstalled from c:\ibmtools\apps.
Ran both "Create Rescue Media" and Rapid Restore 4.0.   "Create Rescue Media"seemed to work ok and burned a CD for me.  Rapid Restore had a problem and closed on it's own, but then proceeded to prompt me through 17 CDs for a backup!?!  Can I rely on these?  Is there a way to check their integrity?  Of course, a fix for the program seeming to end--but not really --would be great.  Also, the program to create the factory product recovery disks is no longer in Start-Programs menu.  The pre Windows R&R environment seems to load ok--no obvious error messages.
Finally,  since I reinstalled the software is the backup to factory info gone from my computer?  Is there a way to check?  What is the relationship between this and Windows System Restore which is reserving 9Gb on my HD--do I need both?
Thanks in advance!
Message Edited by Padder on 07-12-2009 11:20 PM
Message Edited by Padder on 07-13-2009 07:10 PM

Similar Messages

  • 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.

  • Use thinkvantage access connections to map a network drive

    Is it possible to use thinkvantage access connections to map a network drive. I have three different basic sites (home, work1, work2) with network drives that I would like to access depending on the site.
    1) I wonder if it is possible to configure thinkvantage access connections to automatically map the network resources through a connection profile?
    2) I wonder if it is possible to configure thinkvantage access connections to automatically map the network resources through a connection profile that is based on vpn connection?
    thanks in advance
    sincerely, anders

    Hi,
    directly it's not possible for Access Connection to reconfigure your network drives.
    However, there is one really cool part of Access Connection, that might be realy suitable for your situation. This part is the script/application, that can be executed when a profile gets applied.
    So for your situation I can imagine, that you create a .bat file, that contains something like this:
    net use * /DELETE /YES
    net use Z: \\computer name\share name
    The first part will delete all maped drives. The second part will establish connection that you want to use. Of course you can multiply the last part, so that you can configure multiple connections.
    Please let me know, if this helps.
    Cheers

  • T400 - Thinkvantage Access Connections not connecting after sleep/hibernate

    I have a relatively new T400 for work - and there are no problems connecting wirelessly at work.  However, I have set up my home wireless network, and I have problems.
    When I power up my laptop, I can create a Connection Profile for my home network - and it connects no problem.  However, if I let the laptop go to sleep, it will not reconnect upon waking up.  Using the diagnostics, I get 3 errors - (a) make sure your encryption settings are correct for this network (it connected before, so they are)
    (b) contact network adminstrator (that's me)
    (c) your profile is on the same channel as an active network (yup - mine)
    The only solution appears to be to delete the profile, reboot the PC, and recreate the profile.
    Windows XP Pro, Thinkvantage Access COnnections 5, Intel 5100 wireless card (and T400 as I indicated earlier).
    Any tips?
    Thx,
    jason

    All of hte MS updates are applied.  I have tried the Thinkvantage System Update utility, but it does not work (System Update 3).  When I start it, I get the splash screen for the program, and after a few minutes the splash screen disappears; when I check teh taks manager, the system update tool is not listed in the Applications tab.

  • X31 ThinkVantage Access Connections problem

    Dear All
    Please help me
    I have a problem on my X31 laptop
    I connected to wireless network by using ThinkVantage Access Connections, when I press "Test connection", it said that:
    Error code: 018
    Recommended action: Internet is not responding. Verify the configuration of your firewall program
    what can I do to fix this ploblem?

    Were you ever able to find the answer to this, as I'm having the exact same problem.  Thanks.

  • Thinkvantage Access Connection reinstall help

    I removed the Thinkvantage Access Connection program because I was having problems connecting to the wireless network in my home. I thought I'd try the Windows network connection but I couldn't get it to work. I now want to reinstall the Thinkvantage Access but don't know how. My T61 did not come with any disks. Where can i find this program, or do I have to do a full restore?
    thanks

    Hello slojes,
    here´s a guide from Lenovo to properly install AC and Wlan drivers.
    Regards
    Andreas
    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

  • Thinkvantage Access Connections on W520

    I would like to use the Thinkvantage Access Connections on my W520. I have found where to download the files. In the Read Me document it state that the model W520 is supported but the network connector is not listed in the "supported device" list.
    I want to use the Thinkvantage Access Connections for my LAN networks.
    It is a bit confusing now. Is the Thinkvantage Access Connections available for the W520 model or not?
    Thank you

    Hey Bostoe,
    Yes it is if you look at the links below one is to Access Connections for w520
    http://support.lenovo.com/en_US/downloads/detail.page?&DocID=DS030044#devices
    which shows that it is supported and the next link is to Psref for a w520
    http://www.lenovo.com/psref/pdf/tabook.pdf
    which show the wlan that is installed which shows up on supported hardware. Now if yours is different from any of the above please post the device you have and we will be more then happy to help in any way we can.
    Best Regards,
    Hiro
    Did you find a post Awesome? A response just Outstanding? Kudo them!
    Did the post you read answer your question? Did someone help you figure out your problem? Hit Solution Provided and give that person a pat on the back for helping you out!

  • ThinkVantage Access Connection disconnects

    ThinkVantage Access Connection disconnects from the Network after resuming from Sleep or Hibernate.  The only way to reconnect to the Network is to reboot.  OS is Vista Home Premium installed on Lenovo notebook 3000 N100.  This problem just recently began.  Have not made any changes that could have possibly caused this problem.  Any suggestions would be appreciated.

    Hello slojes,
    here´s a guide from Lenovo to properly install AC and Wlan drivers.
    Regards
    Andreas
    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

  • ThinkVantage Access Connections, Power Manager, and Toolbox all crash on startup

    I have a SL 500 with factory Vista , updated to SP2 and the current versions of the thinkvantage components.
    Access Connections has always been very buggy of this machine (I guess the battery monitor has been as well), When I attempted to update them this is where I ended up.
    Also just installed new .net framework 4 as well.
    thanks for any help 
    ian
    Description:
      Stopped working
    Problem signature:
      Problem Event Name: CLR20r3
      Problem Signature 01: pcdrcui.exe
      Problem Signature 02: 6.0.5514.59
      Problem Signature 03: 4c0eb0cb
      Problem Signature 04: wpfview
      Problem Signature 05: 6.0.5514.59
      Problem Signature 06: 4c0eb0cb
      Problem Signature 07: f8
      Problem Signature 08: 9c
      Problem Signature 09: System.IO.FileNotFoundException
      OS Version: 6.0.6002.2.2.0.256.6
      Locale ID: 1033
    Description:  Stopped working
    Problem signature:  Problem Event Name: CLR20r3  Problem Signature 01: pcdrcui.exe  Problem Signature 02: 6.0.5514.59  Problem Signature 03: 4c0eb0cb  Problem Signature 04: wpfview  Problem Signature 05: 6.0.5514.59  Problem Signature 06: 4c0eb0cb  Problem Signature 07: f8  Problem Signature 08: 9c  Problem Signature 09: System.IO.FileNotFoundException  OS Version: 6.0.6002.2.2.0.256.6  Locale ID: 1033
    Description:
      Stopped working
    Problem signature:
      Problem Event Name: APPCRASH
      Application Name: PWMUI.EXE
      Application Version: 1.0.0.0
      Application Timestamp: 4bea35c2
      Fault Module Name: KERNEL32.dll
      Fault Module Version: 6.0.6002.18005
      Fault Module Timestamp: 49e037dd
      Exception Code: e0434f4d
      Exception Offset: 0003fbae
      OS Version: 6.0.6002.2.2.0.256.6
      Locale ID: 1033
    Description:
      Stopped working
    Problem signature:
      Problem Event Name: APPCRASH
      Application Name: Access Connections.exe
      Application Version: 5.3.0.0
      Application Timestamp: 4bcff8d0
      Fault Module Name: KERNEL32.dll
      Fault Module Version: 6.0.6002.18005
      Fault Module Timestamp: 49e037dd
      Exception Code: e0434f4d
      Exception Offset: 0003fbae
      OS Version: 6.0.6002.2.2.0.256.6
      Locale ID: 1033

    Hi...
    I too have  got the same problem...
    i dont know when it started as it was running fine....earlier..
    In Access Connections the 'right click' menu on the taskbar runs just fine ..but the Access Connections program crashes on opening..
    The wireless status also runs fine
    Same is the case with Power Manager
    Shows the right battery status and the right click menu runs fine..but the Power Manager application crashes
    Like by the Lenovo toolbox too crashes
    I am using Lenovo X100e with win 7 starter edition
    i had .net framework 2 installed ...3.5 doesnt install and.net framework 4 installed after the problems started ...but still the problem hasnt stopped

  • Thinkvantage "access connections windows wireless service" has stopped working

    My new computer is a  T400 running Windows 7 (lenovo disk installed after purchase) .
    While it still connects to the internet through the Windows(?) "open network and sharing center the Thinkvantage Technologies "access connections windows wireless service"  has stopped working.  It worked fine for a while (4-6 weeks).
    Any ideas on how to get it started again?  
    Thanks
    John

    Thank you for your reply.  I'm just not sure what "it" to uninstall or where to get the new "it" to download.  Would you mind adding those details for me?  I appreciate your help 
    John

  • Thinkvantage Access connections & AT&T U-verse

    I have (3) "permanent" profiles in my Access Connections menu in my old T60 and in my new T410  One for my office, where I get Wired LAN and Wireless (networks administered by IBM). Second for my favorite customer's office, where I have a fixed IP as they have opened "pipe" for me to get VPN. Third for home, where I have Wired LAN and Wireless (AT&T U-verse).
    My old T60 worked flawlessly in every place. Quite happy. New T410 and AC 5.72 not so good. I can't get my Wireless configured through AC. I think I have found the problem: When making a "direct Windows 7" connection to Home Wireless, I see that security is set to "WPA-Personal" and Encryption type "TKIP". When I go to AC 5.72 menu and select "Use 802.1x or other security", continue to Properties and I can set therethe same  "WPA-Personal" and "TKIP" and input passcode. Acknowledge with OK and I return back to AC's Wireless Settings tab. But I can't save this profile now. I click OK, I get information window telling "Enter the wireless security settings". But I was there and I did that already???
    Anyone has a good suggestion, how to get AC 5.72 (Windows 7) accept  security type "WPA-Personal" and Encryption type "TKIP"?

    Hello Javier Bonafont,
    Welcome to the Apple Support Communities!
    I understand that it can be very frustrating when you are having multiple Wi-Fi drops in signal at home. There are a couple of different troubleshooting steps that I would recommend in this situation. Please refer to the attached article for information and steps to help you troubleshoot this situation.
    Wi-Fi: How to troubleshoot Wi-Fi connectivity - Apple Support
    Symptom: The network connection drops unexpectedly
    Your Mac may not not stay connected to your Wi-Fi network reliably.
    Your Mac may stop accessing the Internet during use.
    Solution
    Use these steps if your computer disconnects from its Wi-Fi network unexpectedly.
    Check your range to the Wi-Fi router and reduce the effect of interference.If your computer is too far from your Wi-Fi router or your environment has too much Wi-Fi interference, then your computer may not detect the Wi-Fi network properly. The easiest way to check for range limits with your Wi-Fi network is to move your computer or your Wi-Fi router closer together and make sure that there are no obstructions (such as walls, cabinets, and so forth) between the router and your computer.See Potential sources of wireless interference for more information about interference and solutions.
    Try connecting to a different Wi-Fi network. If your computer works fine when connected to a different Wi-Fi network, then the issue may be related to your network router or ISP. In that case, contact the manufacturer of your router or your ISP.
    Best regards,
    Joe

  • Thinkvantage Access Connections + VPN

    Is there a way to set up a connection to automatically sense a location and immediately launch Cisco VPN if I am not in the LAN that I've set in Access Connection? I have a profile set up for my home office as well as my work connection, but on wake from sleep or hibernate or startup, my T410 rarely identifies my home profile. My home profile IP is always 192.x and work seems to always be 10.x, so it seems like it should be a simple task.

    Hey bsauls,
    That is a fantastic idea. haha ... I tried looking for it in Access Connections and I found it.
    1. Open Access Connections.
    2. Change it to Advance
    3. Click Location Profiles
    4. Select your home network LAN name
    5. Click on Edit
    6. Click Additional Settings
    7. "Tick" start applications automatically
    8. Select CiscoVPN.exe
    9. OK and done.
    For my CiscoVPN, I use Password Manager to fill in my AD, so everytime I open the CiscoVPN, it would automatically enter my password and log me into the Lenovo Network.
    Let me know if it helps =)
    *Non Lenovo employee*
    I have a Y2P (i5) ... Feel free to ping me if you want me to test some applications with your Y2P if you have the same model. I don't mind keep doing recovery on it if needed .... =)

  • Access connection cannot function properly

    I am using X31 running on XP.  My wireless lan card is Intel 2200bg.
    I have updated the driver of 2200bg, access connection, power management driver and hotkey.  I can properly configure my wireless network settings through Microsoft Win XP.  However, I cannot do so through access connection.
    The symptons are:
    1. Pressing Fn + F5 comes out a window.  The status of the power of the wireless card is not correct.  Pushing the key cannot turn on or off the wireless power.
    Sometimes, it cannot recognise that there is a wireless card.
    2. Openning the access connection, it cannot show the available networks.  (though MS win XP shows that there are a lot around)

    Hi,
    your situation looks, like missing, or misscongifuration of the apps/drivers.
    So here is what I would do:
    - uninstall AC
    - install the latest versions of following apps/drivers:
    Power Management driver
    Power Manager
    System Interface driver
    Hotkey utility
    Wifi driver
    - once this is installed reboot the system
    - install the latest version of AC
    Let me know, if this change your situation.
    Cheers

  • T400 ThinkVantage Access Connections Problem

    My WiFi connection always broken suddenly.. sometimes the" Access Connections" change the connection precent to 0% suddenly , and the Access Connections progamme do not respond anymore , even i click it many times.... Finally..i have to reboot my T400 , and my WiFi connect again.... Is my WiFi Link 5100 got some problem ?

    anyone know my problem...?help

  • Thinkvantage Access Connection 5.12 Authentication Issue

    Hi ..
    Is there any way i can use Both Compter & User Authentication instead of only one of them ...
    I know Windows own Authentication can do both .... but we wanted A.C to handle it...
    Is it possible ???
    or do we have to make a Rework here `?
    /Regard
    Allan
    Message Edited by Allan_Larsen on 02-18-2009 06:07 AM

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

Maybe you are looking for

  • Can't move movie from itunes library back to itouch

    Agreed to have latest version update downloaded to itouch; went back to itouch and noticed movie that was purchased on itouch suddenly was not there. It is on computer under "purchased on itouch" and in itunes library. When I try to move movie back t

  • ERROR: a necessary hp printing file is either missing or corrupted.

    i am trying to access my TOOLBOX so i can see my ink levels (found in start/programs/hp) and when i click, i get an error message reading: "a necessary hp printing file is either missing or corrupted.  Reinstall the HP printing software that came wit

  • Oval brush problem PSE 9

    I am running photoshop elements 9 under Windows 7 x64 Home Premium. I started PSE 9 today, imported an image, and tried to use a brush.   Instead of the usual round shape, I have an oval.   The lines it draws are thicker vertically than a horizontal

  • Spotify Family Country Issue

    Thursday I upgraded from a premium to a family plan. However, when the other person is trying to use the token to access her invitation, she's told that she isn't in the same country as the owner (me.) My display shows me in the USA, hers shows hers

  • Can SRM 5.0, ECC 6.0, Netweaver 2004S upgrade to SAP Basis 7.1/kernel 710?

    Hi guys, For IPv6 support, based on note 1346768, =================================== o You use AS ABAP with a SAP Kernel 7.10 and at least patch level 150 or a SAP Kernel of Version 7.11 or 7.20. ==================================== How can the SRM/