System Update Problems - Windows XP 64bit with SP2

Hi,
I have been Googling away but can't seem to fix my error when running System Update 3.14 on Windows XP 64bit with SP2. I keep getting the following error at 9-10%:
"An error occurred while gathering user information"
Has anyone managed to get this working on this OS?
I have tried uninstalling and reinstalling and also uninstalling .NET 3.5 but nothing has worked.
Thanks.

Hi,
x64 Bit XP is not supported by TVSU, so I really doubt, that there is an official fix for this one.
Cheers

Similar Messages

  • Problems with System Update 3.14.0019 after installation SP2

    Have you encountered problems with System Update 3.14.0019 after installation SP2 for Windows Vista?
     After this upgrade I view  this error: "An error occurred while gathering user information."
    Thanks for the help

    A known issue.  It wasn't supposed to be supported until SP2 is RTM.  However, look at the stickied post in the forum for some bad news about SU.
    x61s

  • Windows 7 64bit with ODBC 11.2.0.1.0 - Exception: System.OverflowException

    Hello,
    Please help. I developed an interface between a CAD and Oracle 10g 32bit on Windows Server 2003. I have no problems with the using of the ODBC driver (Instant Client Package - ODBC (instantclient-odbc-win-x86-64-10.2.0.3.0.zip) on Windows XP 32bit and Windows XP 64bit.
    If I try to use 64bit ODBC driver (Instant Client Package - ODBC (instantclient-odbc-win-x86-64-11.2.0.1.0.zip) on Windows 7 64bit with the Oracle DB 10g 32bit on Windows Server 2003, I receive the following message after the line with OraRead = OraComm.ExecuteReader:
    Exception: System.OverflowException: Die arithmetische Operation hat einen Überlauf verursacht.
    bei System.Data.Odbc.OdbcStatementHandle.RowCount(SQLLEN& rowCount)
    bei System.Data.Odbc.OdbcDataReader.GetRowCount()
    bei System.Data.Odbc.OdbcDataReader.FirstResult()
    bei System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader, Object[] methodArguments, SQL_API odbcApiMethod)
    bei System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader)
    bei System.Data.Odbc.OdbcCommand.ExecuteReader(CommandBehavior behavior)
    The code I use is very simple:
    Dim sConnection = "DRIVER=Oracle in instantclient_11_2;UID=xx;DBQ=xx;SERVER=xx;Pwd=xx"
    Dim strSQL As String
    Dim OraConn As New System.Data.Odbc.OdbcConnection
    Dim OraComm As New System.Data.Odbc.OdbcCommand
    Dim OraRead As System.Data.Odbc.OdbcDataReader
    Try
         OraConn.ConnectionString = sConnection
         OraConn.Open()
         strSQL = "SELECT * FROM TAB"
    OraComm.CommandText = strSQL
    OraComm.Connection = OraConn
    OraRead = OraComm.ExecuteReader
    If OraRead.HasRows Then
         OraRead.Read()
    The test connection from the ODBC admin tool return ok.
    Any help will be apricable.
    Regards,
    Hristo

    I'm having the same problem. Did you ever find a solution for this?
    For reference, my question is located over here: OverFlowException on Oracle ODBC RowCount

  • Home Sharing will not work with my Windows 8 64bit with new itunes.  All of my Apple TVs will not see my library and my iphones will not function with the "Remote" App.  They all did before.  Only thing that has changed is new PC/itunes.  Any Ideas?

    Installed a new Windows PC on my home network.  PC is Windows 8/64bit. with latest version of itunes 11.1.4.62 for 64bit.  My itunes works, but I can not get Home Sharing to function now.  None of my Apple TV's can see my computer library and prompt me to turn it on.  All of my iphones, pods, pad, can not use the "Remote" app.  When you prompt your phone in Remote App to "add library" and you get the code....iTunes doesnt give you the remote screen where you can enter the code.  I have reloaded iTunes, reset my router, updated all devices.  You can turn on "Home Sharing" on iTunes, but then it closes and doesnt seem to link my devices like it use to.  Also, when the new version of iTunes is up on my PC, you can see the other devices to AirPlay to like you could before.  However, I can send items from my iphone to stream to an Apple TV, I just cant link them all like I could before and control the music playing to multiple Apple TV.  Growing fustrated.  Any ideas, would be helpful.

    Cunning1_
    You are a legend!!  I have spent countless hours uninstalling, reinstalling itunes, playing with firewall settings, reading articles on this problem!!  I only have to un-sync my iphone 5 and then the airplay icon magically appeared!!!  Maybe I have too many devices syncing via wi-fi, or maybe it is the Iphone syncing??
    Whatever - one step and now I can enjoy my music through my house again!
    Thank you, Thank you, Thank you 

  • HT4046 why i can't enable the voiceOver function with my new labtop(window 7 64bits) with my ipod shuffle?

    why i can't enable the voiceOver function with my new labtop(window 7 64bits) with my ipod shuffle?

    even try to update the latest itunes but still can't fix it
    is it window's problem?
    it work fine in my orginal desktop with window XP
    PS: ipod shuffle 3rd

  • Help with OBDC connection in Windows 7 64bit with Office 2010 32 bit.

    Hi,
    Many moons ago I wrote an application in Java that configured XP machines after they were sysprep’d and deployed. I am currently migrating all our workstations to Windows 7, and was checking my application still worked and queries the correct registry keys etc.
    As it turns out however I don't even get going as I believe the application is unable to connect to the ODBC Microsoft Access Driver in Windows 7 64bit with Office 2010 32 bit. Below is the code I have always used and no longer works. I am hopeful that someone can tell me how to modify the command to work on Windows 7 64bit. If I browse to C:\Windows\SysWow64\OBDCad32.exe all the drivers I need are there I think, but if I open OBDC from Administrative Tools the Drivers tab is empty but for SQL. Anyway I will shut up and below is the code I used to use:
         public IOMakeConnection()
         dm = new DisplayMessage();
         ioed = new IOEncryptDecrypt();
         url = "jdbc:odbc:DRIVER=Microsoft Access Driver (*.mdb);DBQ=" + getPath() + "Config.mdb;Uid=admin;Pwd=password";
              try
              Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
              connection = DriverManager.getConnection( url );
              catch( Exception e )
              system.out.println( "" + e );
              errorObtainingPath();
    The exception is always thrown as my little app that requests the database path always loads.
    Thanks in advance,
    Cheers Kris

    Hello again,
    Sorry for the delayed response, I have been out of the office for a few days.
    I have solved the issue, and as stated above the issue was the way I was launching the application. Below is a summary of the issue and the resolution.
    My problem was that in Windows 64bit if you click on ODBC in Administrative Tools the Drivers Tab only includes an SQL Driver, and my code reference a Microsoft Access Driver to query the database. That said however if you browse to C:\Windows\SysWow64 and open obdcab32.exe it opens the 32bit version of ODBC, and the Microsoft Access Driver (*.mdb) is listed.
    Basically what I need to do therefore is get my code to access the “32bit” version of ODBC in a Windows 7 64bit environment, so my application was able to read the necessary information from the Access Database associated with it.
    I understand that this is not a coding issue directly, but assuming people still use Java to open an Access Database on a Windows 7 64bit OS, this may be of help.
    So previously I ran the following command, from the “Target” box in a shortcut to execute the java code:
    cmd.exe /C SET CLASSPATH=C:\SCAConfigurationUtility && CD\SCAConfigurationUtility && JAVAW SCAConfigurationUtility
    Windows 7 64bit, defaults to the 64bit version of Java, and just seems to plain fail if you only have the 32bit version installed. To overcome this I forced the java executable that I was using to be the 32bit version, and used the system switches available in Java 7 (-cp does not appear to be available in Java 6)
    So my Shortcut now has this in the “Target” box:
    java.exe -d32 -cp C:\SCAConfigurationUtility SCAConfigurationUtility
    And this in the “Start in” box:
    "C:\Program Files (x86)\Java\jre7\bin"
    Or by using the target below the same shortcut works in XP
    "C:\Program Files\Java\jre7\bin"
    Thanks for all the help,
    Regards Kris.

  • Error installing BI Publisher Desktop in Windows 7 64bits with Office 2010

    Hello
    I'm having a problem when trying to install the latest version of BI Publisher Desktop on my computer (Windows 7-64bits with Office 2010).
    Almost at the end of the installation it appears a message box saying "Template Builder installer failed: Cannot run installer while Mocrosoft Word is running". Now, i made sure all Office apps are closed, as well as IE windows. What i've noticed is that right before this error appears, a process for WINWORD.exe is open - by the installer.
    How can i fix this?
    Many thanks for your replies

    I've tried runnig the installer with Windows XP SP3 compatibility and it worked.

  • Windows Vista Home ( with SP2) constantly reporting that Safari 5.1.2 has crashed ( usual Windows prompt to close program) yet Safari is still running although loading pages slowly. Any one seen this recently ( note no recent install or changes to Windows

    Windows Vista Home ( with SP2) constantly reporting that Safari 5.1.2 has crashed ( usual Windows prompt to close program) yet Safari is still running although loading pages slowly. Any one seen this recently ( note no recent install or changes to Windows

    Windows reports that Safari stopped working . Windows Task Manager shows webkit2webprocess.exe  process still running even after I respond to Windows prompt and close Safari ( Safari continues running after this action )

  • I have clicked the Apple  Software Update,a window pops up with Failed to check for updates.The operation couldn t be completed. Operation not permitted.This only occurring now did not happen previously.I am using 10.7.4,on a Mbp Pro.

    I have clicked the Apple > Software Update,a window pops up with >Failed to check for updates.
    The operation could not completed. >Operation not permitted. This is only occuring now.It did not happen
    before.The Apple store in Sydney NSW Australia only reinstalled 10.7.4 Lion yesterday.I have downloaded my
    Itunes song and reinstalled Intego antivirus.Will somebody please advise me what to do.It is 4:03 PM Saturday
    here in Koolewong.
                        richard.

    Uninstall Intego...you don't need it.

  • ThinkVantage System Update 4, Windows 7 x64, and LAN repository are failing with T410 laptops

    I've been using TVSU/TVUR for a few years and they're excellent tools.  Life would be much harder without them.
    Recently I acquired some ThinkPad T410's with Windows 7.  As usual, I applied an existing Windows 7 image (from a T400), and ran TVSU.  Group Policy settings populate the TVSU reg keys with the UNC path to the update repository on my LAN.  So far so good.
    Now things get weird.  TVSU asks for a username and password when first connecting to the repository at \\servername\sharename\path.  That shouldn't be necessary - I can browse that path as the logged-in domain user.
    No matter what I put in the username/password prompt, whether I hit OK or cancel, TVSU proceeds to scan the directories in \\srvername\sharename\path for relevant updates.
    Once it finds 15 updates, I select them.  Clicking on the "details" option for any updates brings up an empty window, no text.  If I try to download updates, it starts chugging along and quickly finishes, reporting "15 packages did not download". 
    I don't have this problem with other Win 7 x64 T400's, or other laptops running other OS's.  I don't think the repository is corrupt, since other systems can download and install updates.
    Where do I go from here?
    dcsln

    Here's the interesting part, near the end, of the tvsu log on another T410 with the same symptoms after tagging two updates for download, and failing to download both:
    Info    2010-08-10 , 07:12:00
        at Tvsu.Engine.Task.Task.Start()
        Message: Executing the StartProcess PackageInstallerProcess
    Info    2010-08-10 , 07:12:00
        at Tvsu.Engine.Process.PackageInstallerProcess.ChangeDownloadFailedUpdates(ArrayList list)
        Message: The update Lenovo ThinkVantage Toolbox (64-bit) download failed, the file C:\Program Files (x86)\Lenovo\System Update\session\LTTsetup_60551461x64\ does not exist or the file's CRC is incorrect..
    [note: this directory exists]
    Info    2010-08-10 , 07:12:00
        at Tvsu.Engine.Process.PackageInstallerProcess.ChangeDownloadFailedUpdates(ArrayList list)
        Message: The update Windows 7 Update Module KB981112 64bit download failed, the file C:\Program Files (x86)\Lenovo\System Update\session\os7011ww_64\ does not exist or the file's CRC is incorrect..
    [note: this directory exists.  There's a CRC string in the xml file in the listed directory for os7011ww_64.exe, but the .exe isn't there, which might make it fail the CRC.]
    Info    2010-08-10 , 07:12:00
        at Tvsu.Engine.Task.Task.Start()
        Message: Executing the PostProcess PackageInstallerProcess
    Info    2010-08-10 , 07:12:00
        at Tvsu.Engine.Task.Task.Start()
        Message: The process PackageInstallerProcesshas been finished.
    Info    2010-08-10 , 07:12:00
        at Tvsu.Engine.Task.Task.StartExecution()
        Message: PostTask
    Info    2010-08-10 , 07:12:00
        at Tvsu.Sdk.SuSdk.InstallUpdates(Update[] updatesInstall, Update[] updatesDefer, downloadingDelegate downDelegate)
        Message: Return install Updates
    Info    2010-08-10 , 07:12:00
        at Tvsu.Gui.GUIController.ShowResults()
        Message: Displaying install results...
    Info    2010-08-10 , 07:12:00
        at Tvsu.Gui.FlowScreens.Results.AdjustComponent()
        Message: System updated:
        Installed=0
        Not Installed=Tvsu.Beans.Update[]
        Deferred=0
        Download Failed=2
        Hidden=0
    Info    2010-08-10 , 07:12:00
        at Tvsu.Gui.MainFrame.SetScreen(String screen, EventHandler[] eh)
        Message: Loading Results screen on Action pane.
    Info    2010-08-10 , 07:12:49
        at Tvsu.Gui.GUIController.AskBeforeClosing()
        Message: Close System Update?

  • TPT2 System update problem after Windows 10 clean install

    Hello, Today I did clean install of Windows 10 on my Thinkpad tablet 2. Chose "keep nothing" to have fresh new Windows. Then Installed newest ThinkVantage System update app. Hoewever when I tried to search for drivers with this app it failed and I got a messege "There are no applicable packages found for your system". Anyone know how can I solve this problem? Thanks in advance, CR

    ... just open a command line window ("cmd.exe") with administrative priveliges and run the command "powercfg -sleepstudy". This generates a powercfg-HTML-Report in the "Windows\System32" folder where you can drill down the cause for power draining in connected standby mode. Typically WLAN / Bluetooth driver cause the problems - or applications that run with massive CPU-usage in the background. Are you still logged in into WIndows when you turn off the tablet? Then frist try to lock out of Windows and enter the connected standby mode. Then analyse with the powercfg tool. Afterwards repeat this procedure with your logged in WIndows account. With this approach you can compare the basic windows power drain with the power drain including app usage. Good luck! Bernd

  • Internet switch not working after update to Windows 10 64bit

    Today i updated my Windows 7 laptop to the Windows 10 Home 64bit OS. Everything seems to work fine, except the WIFI. Windows does find my adapter, but won't wake it up. My built-in wifi button (f12) has got a red light on it, even when I pressed it. I tried the Windows 8 wireless button driver, but i didn't solve my problem. With that driver installed the button switches between airplanemode on/off. Not between WIFI. Also in the WIFi settings wifi turn off. When I try to switch it on, it directly turns back to "off". Wired internet works flawless. I gues it's an driver issue, so i was wondering if there is an driver upcomming? Or is there another solution to switch it on.Please help me. It's very annoying.

    I read soms other forums and i came tot an solution:
    1. Instal Windows 8 wireless button driver
    2. Preform a hard reset
    3. Reboot system
    4. Boot tot BIOS, load the defaults
    5. The wifi buttons works.

  • Windows XP Home with SP2 QUESTION

    I've been searching for the answer for the past 45 minutes and can't seem to find it on the net. I turn to you now - as I've had good luck having my questions answered on this forum.
    Here we go :
    I've just ordered Windows XP Home Edition with SP2 from Amazon.com and would like to know how many PC's can I install it on simultaniously without running into any kind of problems. Someone told me that it's up to 2 separate computers that it can be installed on - I just wanted to make sure, since I want to use it on my MacBook and my girlfriends MacBook as well.
    Thank you in advance for your time and help

    you probably need to purchase an additional license, unless you don't plan to run windows update on one of the computers. if you go through with the whole registration, microsoft will probably disable one of the computer's key, at which point I think windows will stop working after 30 days.

  • Error SAP auto-update to windows 7 64bits

    Hi
    I am using SAp 7.30 patch 11 with instalation server 9.0.59.0
    When I tried install this release in windows 7 32bits / windows 8 32bits it is working well.
    BUT when i tried install in windows 7 64bits and windows 8 64bits the insttalation screen disappear.
    I build a new single file without Automatic workstation update and it is working well for 64bits. I think that the problem is AWUS to 64bits windows.
    I need install it in 64bits environments. please, can help me?
    log erro message:
    11:54:34 NwSapsAtlC  1 
    |-----SAP JNet -- Hidden! --
    11:54:34 NwSapsEngn  1   Complete Component Collection: 150 Components
    11:54:34 NwSapsEngn  1E  Component '{41D37BB1-B482-41BC-A1A4-B3662A55A021}' required on server has definition missing Error message: The data is invalid. Error code 0x0000000d (13).
    11:54:34 NwSapSetup  1   Engine execution failure.
    11:54:34 NwSapsEngn  1   Engine: Shutting Down Installer
    11:54:34 NwSapsEngn  1   Engine: flushing memory
    11:54:34 NwSapsAtlC  1   UI-Manager: Flushing memory and resources
    11:54:34 NwSapsEngn  1   Engine: flushing memory
    11:54:34 NwSapsEngn  1   This Engine Instance lasted 53.868 seconds
    11:54:34 NwSapsAtlC  1   UI Manager deleted
    11:54:34 NwSapsEngn  1   DM Deleted
    11:54:34 NwSapsAtlC  1   DE Deleted
    11:54:34 NwSapsAtlC  1   StringTable released
    11:54:34 NwSapsEngn  1   Engine Deleted
    11:54:34 NwSapsEngn  1   EngineContext released
    11:54:34 NwSapsAtlC  1   StringTable released
    11:54:34 NwSapsEngn  1   SapSetup Workstation Engine Library Unloaded
    11:54:34 NwSapSetup  1   ------------------------------------------------------------
    11:54:34 NwSapSetup  1   Return-Code: 48
    11:54:34 NwSapSetup  1   ------------------------------------------------------------
    11:54:34 NwSapSetUI  1   SapSetup UI Library Unloaded
    11:54:34 NwSapsAtlC  1   SapSetup ATL Common Library Unloaded

    Please,  run the DirectX diagnostics tool.
    Go to Windows Start and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post.
    Be aware that you will have to zip this file before attaching it here.

  • System update makes Windows 7 on both T440s and E531 not starting up

    I install windows 7 on both a Lenovo E531 and a Lenovo T440s and afterwards install system update. The first time system update ask me to restart, Windows wont start up again, It reach the Windows logo and then turn black where only the mouse shows. Does system update have problems or is it one of the drivers already installed which colide with system update?

    Your problem is with MSVCR100.dll.  Google this as there are several hits on how to correct problem.  Here is one.  http://forums.adobe.com/message/5402850

Maybe you are looking for