System Update not working correctly

Hi forum,
System Update (Version 4.00.0024) is not working correctly on my T500 with Windows 7.
1: Not detecting old versions
SU is not detecting, that there is an old version of Access Connection (5.42) installed although there is a new version 5.50 avaliable. I had to do a manual update.
2: Not installing a suggested update
Each time I run SU, I get a suggested update for "Fix for Issue of HDD with HDP Detection for Windows Vista/7". After downloading there comes a meaningless message "package was not installed" (Paket wurde nicht installiert). No hint for any error.
3: Some drivers (e.g. for the ultranav) have not been downloaded at all - I had to test the functions of some hardware components and download the appropriate drivers manually in case of malfuncion.
Probably there is a solution known within the forum community, at least this should be a message to lenovo (I received no response from the help desk when reporting this finding).
Regards
AH_DE

Dear Herik,
thanks for your answer.
I checked the log  file and found thousands of entries. Here are the lines related to "Fix for ...".
Info    2010-02-03 , 08:40:37
          bei Tvsu.Gui.CustomComponents.UpdatePanel.SynchronizeBoxPackage(Object sender, EventArgs args)
          Message: Selected to install: Fix for Issue of HDD with HDP Detection for Windows Vista/7, with
Info    2010-02-03 , 08:40:43
          bei Tvsu.Coreq.LoadCoreqsProcessor.ProcessUpdatesImplementation(Update[] ups)
          Message: Candidate list:
Fix for Issue of HDD with HDP Detection for Windows Vista/7[reboot type 3]
Info    2010-02-03 , 08:40:57
          bei Tvsu.GenericPackageInstaller.GenericPackageInstaller.ExtractFiles(String extractCommand)
          Message: osfq03ww.exe -s -ex -fC:\SWTOOLS\OSFIXES Extract command was executed sucessfully in Fix for Issue of HDD with HDP Detection for Windows Vista/7 update
Info    2010-02-03 , 08:40:57
          bei Tvsu.GenericPackageInstaller.CmdInstaller.InstallUpdate()
          Message: Update Fix for Issue of HDD with HDP Detection for Windows Vista/7 is being install using Windows Service
Info    2010-02-03 , 08:40:57
          bei Tvsu.Engine.Process.PackageInstallerProcess.InstallNewUpdates()
          Message: Update Fix for Issue of HDD with HDP Detection for Windows Vista/7 installation failed
ADDITIONAL ENTRIES 
Info    2010-02-03 , 08:40:57
          bei Tvsu.Gui.FlowScreens.Results.AdjustComponent()
          Message: System updated:
          Installed=0
          Not Installed=Tvsu.Beans.Update[]
          Deferred=0
          Download Failed=0
          Hidden=0
Severe          2010-02-03 , 08:41:17
          bei Tvsu.Sdk.SuSdk.ShutDownApplication()
          Message: Has happened an exception while the UNCAuthenticator.Shutdown() was executedShare name can not be null or empty
Since I'm a normal user only, I can't interprete this information. Do you know what to do?
Kind Regards
AH_DE

Similar Messages

  • R61 System update not working

    System update is not working: It tells me that it has to install a new version of system update. When I press OK, it shows a message from lenovo and gives the option to install a new version of system update. When I select install the download fails with the message "System Update konnte nicht heruntergeladen werden. Stellen Sie sicher, dass Sie über eine aktive Netzverbindung verfügen und versuchen Sie es erneut". The network connection is OK, or I would not be able to post this message. Therefore, what else can I do?
    Matthias
    Thinkpad R61 - 8918 DFG
    Solved!
    Go to Solution.

    Thanks, that was the solution.
    Matthias
    Thinkpad R61 - 8918 DFG

  • System Update--NOT WOrkING

    my system update says i am not connected to the internet when i am...? i really need some help on this

    I think the problem you have with iTunes mentioned in your first post may be related:
    http://discussions.apple.com/message.jspa?messageID=5378966#5378966
    Software updates typically add new features, and don't fix corrupted files.
    Either you have a corrupt file, an overfull hard drive, or a directory issue, or bad peripheral connected giving you an issue. Once you isolate that issue, then perhaps software update will work. Is your data backed up?

  • System Events not working correctly with Acrobat Professional

    Hey Guys, I have a script that I have written that automatically enables security settings on a PDF through Acrobat Professional. Because of Acrobats poor scriptability I am forced into doing much though System Events.
    This is not a major problem... however when activating some settings in the security settings, often warning Alert dialog boxes appear when you tell System Events to enable particular settings. These Alerts do not have a title... The only way I have been able to get the script to deal with them is with the following code:
    if title of front window is "" then
        tell front window
            click button "OK"
        end tell
    end if
    I guess this is an ok solution... bit hard to identify windows when they don't have titles...
    BUT this is not my main problem. The main problem is that the script gets to one of these alert dialog boxes and just sits there... It sits there for like 10 seconds and then it performs the "click button "OK"" command.
    This is a problem as there are like 3 of these instances and it really adds up. Can anybody help me... I am using Acrobat Professional 8.2.0 and the entire code is:
    tell application "System Events"
        try
            tell process "Acrobat"
                -- Enable security settings
                click menu item "Properties..." of menu "File" of menu bar item "File" of menu bar 1
                tell window "Document Properties"
                    tell tab group 1
                        click radio button "Security"
                        tell group "Document Security"
                            click pop up button 1
                            click menu item 2 of menu 1 of pop up button 1
                        end tell
                    end tell
                end tell
                tell window "Password Security - Settings"
                    click pop up button 1
                    click menu item 4 of menu 1 of pop up button 1
                    tell group "Permissions"
                        click checkbox "Restrict editing and printing of the document. A password will be required in order to change these permission settings."
                        click text field 1
                        keystroke pdfPassword
                        click pop up button 1
                        click menu item 2 of menu 1 of pop up button 1
                        click pop up button 2
                        click menu item 4 of menu 1 of pop up button 2
                    end tell
                    click button "OK"
                end tell
                if title of front window is "" then
                    tell front window
                        click checkbox 1
                        click button "OK"
                    end tell
                end if
                tell window "Adobe Acrobat - Confirm Permissions Password"
                    click text field 1
                    keystroke pdfPassword
                    click button "OK"
                end tell
                if title of front window is "" then
                    tell front window
                        click checkbox 1
                        click button "OK"
                    end tell
                end if
                tell window "Document Properties"
                    click button "OK"
                end tell
    end tell
        on error
            display alert "System Events was unable to Enable Commenting. This may be because Acrobat has modified its menu system. Please contact your system administrator."
        end try
    end tell
    A delay does not work... its like as soon as I click the "OK" button it stalls for 10 seconds or does not know that is meant to continue... because I did this:
    tell window "Password Security - Settings"
        click button "OK"
    end tell
    beep
    In this situation it still takes like 10 seconds for the beep to occur after the click button "OK" command.

    Hey Guys, I have a script that I have written that automatically enables security settings on a PDF through Acrobat Professional. Because of Acrobats poor scriptability I am forced into doing much though System Events.
    This is not a major problem... however when activating some settings in the security settings, often warning Alert dialog boxes appear when you tell System Events to enable particular settings. These Alerts do not have a title... The only way I have been able to get the script to deal with them is with the following code:
    if title of front window is "" then
        tell front window
            click button "OK"
        end tell
    end if
    I guess this is an ok solution... bit hard to identify windows when they don't have titles...
    BUT this is not my main problem. The main problem is that the script gets to one of these alert dialog boxes and just sits there... It sits there for like 10 seconds and then it performs the "click button "OK"" command.
    This is a problem as there are like 3 of these instances and it really adds up. Can anybody help me... I am using Acrobat Professional 8.2.0 and the entire code is:
    tell application "System Events"
        try
            tell process "Acrobat"
                -- Enable security settings
                click menu item "Properties..." of menu "File" of menu bar item "File" of menu bar 1
                tell window "Document Properties"
                    tell tab group 1
                        click radio button "Security"
                        tell group "Document Security"
                            click pop up button 1
                            click menu item 2 of menu 1 of pop up button 1
                        end tell
                    end tell
                end tell
                tell window "Password Security - Settings"
                    click pop up button 1
                    click menu item 4 of menu 1 of pop up button 1
                    tell group "Permissions"
                        click checkbox "Restrict editing and printing of the document. A password will be required in order to change these permission settings."
                        click text field 1
                        keystroke pdfPassword
                        click pop up button 1
                        click menu item 2 of menu 1 of pop up button 1
                        click pop up button 2
                        click menu item 4 of menu 1 of pop up button 2
                    end tell
                    click button "OK"
                end tell
                if title of front window is "" then
                    tell front window
                        click checkbox 1
                        click button "OK"
                    end tell
                end if
                tell window "Adobe Acrobat - Confirm Permissions Password"
                    click text field 1
                    keystroke pdfPassword
                    click button "OK"
                end tell
                if title of front window is "" then
                    tell front window
                        click checkbox 1
                        click button "OK"
                    end tell
                end if
                tell window "Document Properties"
                    click button "OK"
                end tell
    end tell
        on error
            display alert "System Events was unable to Enable Commenting. This may be because Acrobat has modified its menu system. Please contact your system administrator."
        end try
    end tell
    A delay does not work... its like as soon as I click the "OK" button it stalls for 10 seconds or does not know that is meant to continue... because I did this:
    tell window "Password Security - Settings"
        click button "OK"
    end tell
    beep
    In this situation it still takes like 10 seconds for the beep to occur after the click button "OK" command.

  • Mail update not working correctly

    Hi-
    In the last week, my macs have stopped updating (on mobileme) correctly. I can see new mail on all macs but only the iphone correctly updates any delete I make.
    If I view the mail on one mac and move some and delete some, when I open the second mac all of the original "new mails" are still in the inbox.
    Any ideas appreciated (it all started with the ipad 4.2 update
    thanks,
    tom

    no one actually answered, but enough time has passed to let it go...

  • System Information Not Working Correctly

    I have a MacBook Pro Retina 15" (Mid-2014) running OS X 10.10 (Yosemite).  When accessing the System Information utility, details about the hardware does not show up correctly or not at all.  This only happens when accessing System Information using the following 2 methods:
    Holding the "option" key, clicking on Apple, and selecting "System Information. . ." or
    Accessing the "System Information" application from Launchpad.
    When "System Information" is access by selecting "System Report" from "About This Mac", details about the hardware are presented correctly.
    Here are 2 images showing that the details show up incorrectly or not at all:
    Now, here are the good examples:
    Does anyone know why this is happening how to fix it?  The information should be the same, regardless of the way I access the "System Information" utility, right?

    Have a look at
    Re: System Information is blank?
    From RáNdÓm GéÉzÁ: bug related to System Preferences/Scroll bars always on.
    Work around: set Scroll bars on Automatic mode.

  • Ps CC 2014 is not working correctly after mac update to Yosemite 10.10.1.  Select does not protect unselected areas.  Magic eraser erases unselected ares.

    Ps CC 2014 is not working correctly after mac update to Yosemite 10.10.1.  Select does not protect unselected areas.  Magic eraser erases unselected ares.

    Yes my particular issue is not like yours. However, there have been many other laptop users experiencing similar problem to yours after 3.10 kernel. Mostly it seems to be bumblebee users that experience your problem with the blank screen. We do know that nvidia have yet to make their official drivers work with kernel 3.10 and up. The drivers in the Arch repository have been patched to work with 3.10. From what I have seen, this also only seem to be affecting laptops with newer nvidia gpu's. I fear there is not much to do with this problem until nvidia give official 3.10 kernel support.
    My suggestion would be to stick with 3.9.9 kernel and the drivers that work with it, and don't upgrade those packages until nvidia has addressed these issues. If you have a look at the nvidia forums you will see quite a number of topics mentioning black screen when starting x on 3.10 kernel, and also a thread for the system dying. Reading some of the threads there may help you keep up to date on whether or not the issue seem to be solved.
    https://devtalk.nvidia.com/default/board/98/

  • My sound system is not working after my last updates on my imac,what shall i do to get fixed?

    Hello any body who can help me out here?
    My sound system is not working on my imac after the last updates,
    WHAT SHALL I DO FOR????

    apollos211,
    You marked this as solved, so chances are no one else will respond.
    You can try going Applications>utilities>audio MIDI set up, output tab and check to see if built in is selected.
    Also check in system preferences>sound >output and see what is selected there.
    If you look in the headphone port and see a red light (this means it is in digital mode), try taking a set off headphones and plugging them in and out several times also wiggle them around gently. There is a micro switch that sometimes gets stuck.
    Hope this helps, if still no joy try reposting so that more contributers might check it, as once checked as solved it reduces the number of people checking.
    All the best

  • HT6114 I just updated the last version of OS X Mavericks on my Mac Pro and my Thunderbolt display is not working correctly

    I just updated the last version of OSX Mavericks on my MAc Pro and my thunder bolt display is not working correctly. Could you please help

    Reset the NVRAM/PRAM and Reset the SMC, then try again.

  • Keyboard not working correctly after updating to 8.1 64bit pro.

    Keyboard not working correctly after updating to 8.1 64bit pro.
    After I updated, everything seemed ok and then all of the sudden I rebooted and only the f1 – f12 row would work. I resorted to resorted to unplugging and removing the battery and it would work for a short amount of time. This has been reported on other laptops as well, see here.
    http://answers.microsoft.com/en-us/windows/forum/w​indows8_1-hardware/windows-81-keyboard-problem-cou​...
    I think it can be solved with a driver update from hp or the keyboard builder but none is online.

    Hi,
    Please put the units product no. in the link and check if your PC is tested by HP with Windows 8.1
    http://www8.hp.com/us/en/ad/windows-8/upgrade.html
    Let me know if you need more help.
    I am an HP employee.
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.
    ***Click on “Kudos” STAR to say thanks!***

  • HT4623 since installing update my volume & sound are not working correctly

    since installing the update 7.0.6 this morning, my volume and sound are not working in music, videos, keypad, and apps

    You can't update to iOS 6 on the original iPad, but you might be able to troubleshoot the apps on your iPad. What is not working correctly?

  • After last update facebook messenger is not working correctly

    It's happening to 3 different people I know.  Once they updated their phone, their Facebook Messenger Service is not working Correctly.  They have already deleted and reinstalled the app.
    Any suggestions?  Is this last update known to cause this?

    razmee209 is correct.
    If deleting the app doesnt help you could try a back up and restore as new to determine a software or hardware issue. But if the app doesnt work on the iOS it is not the iPhones fault it is the apps. Apps are meant to be compatible and run on iOS not the other way around. If the app fails to run on the iOS it is something that would need to be taken up with the app developers.

  • Since updating my Iphone to ios 8, my hands free in the car (Radiosat) is not working correctly.  The phone pairs ok with car, and my phone is recognised but then it cuts off the radio and says that I'm in a call, I can't cancel the call or do anyth

    Since updating my Iphone to ios 8, my hands free in the car (Radiosat) is not working correctly.  The phone pairs ok with car, and my phone is recognised but then it cuts off the radio and says that I'm in a call, I can't cancel the call or do anything.  I have taken my car to my local dealer but they say the Radiosat is working ok?

    Hello there stidhambr15,
    I was researching the issue you are having and recommend a couple of things. First it might be a good idea to reset the device following iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting found here http://support.apple.com/kb/ht1430
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't quite get the device going again, I recommend restoring the device.
    iTunes: Restoring iOS software
    http://support.apple.com/kb/ht1414
    Might even be a good idea to turn off the phone, reseat the SIM card, and turn it back on.
    iPhone and iPad: How to remove the SIM card
    http://support.apple.com/kb/ht5163
    iPhone 4 (GSM model)
    iPhone 4S
    Cheers,
    Sterling

  • I want to know, why the update process of firefox is not work correctly. Because of i begin update that is not work for along time(Connecting to the update server). So why should i do this problem. Please help me.

    Update process is not work

    See:
    * [[Software Update Failed]]
    * http://kb.mozillazine.org/Software_Update (Software Update not working properly)
    Remove the files in the updates and updates\0 folder.<br />
    You may need to delete active-update.xml and updates.xml as well if present.
    C:\Users\&lt;user&gt;\AppData\Local\Mozilla\Firefox\Mozilla Firefox\updates
    (%LOCALAPPDATA%\Mozilla\Firefox\Mozilla Firefox)

  • Remote does not work correctly after update

    Hello,
    the subject explain it already:
    After upgrading to 2.3 the apple remote does not work correctly anymore:
    I need to push the buttons twice, and than atv is only reacting sometimes.
    Any ideas?
    BR
    Frank

    Same problem here. First, I thought it was the Apple remote's battery. I replaced that and the problem persisted. I then used my digital video camera to verify that the remote was actually transmitting infrared, it was. In frustration, I tapped the buttons rapidly while pointing at the Apple TV. The Apple TV responded. The next button press it failed to respond. I tapped rapidly again and it finally responded. After many many rapid presses, while pointing directly at the Apple TV, it finally began responding to all presses. Once I'd regained control (I thought) I unpaired and re-paired the remote. Everything continued to work. At that time I also saw that I could "learn" another remote. So, I set up my Samsung TV remote. Sweet. Until the Apple TV went into screensaver mode again and I had to go through the same rapid button press sequence... with either the Apple remote or my learned Samsung remote. Conclusion, since the Apple TV will become fully responsive after the rapid button press sequence, it is certainly a software related problem.

Maybe you are looking for

  • RMAN Cloning - Active Duplication failure

    Platform : HP-UX B.11.31 U ia64 Oracle Version: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production connected to auxiliary database (not started) RMAN-00571: =========================================================== RMAN-00

  • When i am installing sql server 2008 R2 th e following error is occur please tell me the solution

    this is the error message picture. http://social.msdn.microsoft.com/Forums/getfile/421145

  • Traffic light system

    When selecting a number from a drop down menu is it possible to make a colour appear depending on what number is chosen. Like a traffic light system, you choose 1 and it comes up red, you choose 3 and it comes up green? Thank you for taking a look S

  • VF04 Invoice Type Determination

    Our company has one sales order type and one delivery type, but many types of invoices. So copy control its getting defined by user profiles ( the user in Plant A only can enter Plant A invoices) I am trying to set up the collective invoice procedure

  • The installation dvd will not load

    My Mac will not read the dvd to install elements 12.  It reads other dvd's but not this one.