Page 1 of 2 12 LastLast
Results 1 to 15 of 17

Thread: KB948109 Update Error Code 0x733F

  1. #1
    Mike Moore Guest

    KB948109 Update Error Code 0x733F

    All updates installed normally except the one for Sql Server 05 above.
    Failed info provided error code 0x733F. Can't find any help references to
    that error code. Any suggestions?

  2. #2
    drewex Guest
    Gott the same problem.
    event viewer detail :: Installation Failure: Windows failed to install the
    following update with error 0x80070643: Security Update for SQL Server 2005
    Service Pack 2 (KB948109).

  3. #3
    Cj0009 Guest
    I too have the same error,,,, Installation Failure

    Error Code: 0x733F
    Try to install the update again, or request help from one of the following resources.

  4. #4
    webrider Guest

    RE: KB948109 Update Error Code 0x733F

    Uh...yea. This in not operational. Any word on getting it to work??
    --
    "Coming together is a beginning; keeping together is progress; working
    together is success."

    Henry Ford


    "Mike Moore" wrote:

    > All updates installed normally except the one for Sql Server 05 above.
    > Failed info provided error code 0x733F. Can't find any help references to
    > that error code. Any suggestions?


  5. #5
    dsinghs5 Guest

    RE: KB948109 Update Error Code 0x733F

    I have got the same problem
    "security Upadte for SQL Server 2005 Service Pack 2(KB948109)
    And the error code is 737D which comes up when downloading has completed.
    Please help.
    Daniel

    "drewex" wrote:

    > Gott the same problem.
    > event viewer detail :: Installation Failure: Windows failed to install the
    > following update with error 0x80070643: Security Update for SQL Server 2005
    > Service Pack 2 (KB948109).
    >
    > "Mike Moore" wrote:
    >
    > > All updates installed normally except the one for Sql Server 05 above.
    > > Failed info provided error code 0x733F. Can't find any help references to
    > > that error code. Any suggestions?


  6. #6
    Detlev Dalitz Guest

    RE: KB948109 Update Error Code 0x733F

    There is a permanent update defect error 0x733F after install process
    "Sicherheitsupdate für SQL Server 2005 Service Pack 2 (KB948109)" on XP Home
    SP3.

    Just the same as
    "Mike Moore" wrote:
    > All updates installed normally except the one for Sql Server 05 above.
    > Failed info provided error code 0x733F. Can't find any help references to
    > that error code. Any suggestions?


  7. #7
    camelx Guest

    RE: KB948109 Update Error Code 0x733F

    The reason for the error is that the patch tries to update both instances if
    MS SQL: SQLSERVER and SQLSERVER\EXPRESS. Usually one of these won't start
    becasue the master database files in the Data directory is compressed. SQL
    can't start the service of an instance if the master database file and log
    file are compressed. Same reason why the patch does not apply. Just
    uncompress these files, start the service for both instances and apply the
    patch. (files get compressed when disk cleanup is run!).

    "Mike Moore" wrote:

    > All updates installed normally except the one for Sql Server 05 above.
    > Failed info provided error code 0x733F. Can't find any help references to
    > that error code. Any suggestions?


  8. #8
    Cj0009 Guest

    RE: KB948109 Update Error Code 0x733F

    error code = 0x80070643 = not logged into the SQS Server as Admin prevledge

    "Mike Moore" wrote:

    > All updates installed normally except the one for Sql Server 05 above.
    > Failed info provided error code 0x733F. Can't find any help references to
    > that error code. Any suggestions?


  9. #9
    Mike Wotton Guest

    RE: KB948109 Update Error Code 0x733F

    Cannot find error code 0x733F anywhere. MS not being helpfull at all. Just
    going around in circles.

    "Mike Moore" wrote:

    > All updates installed normally except the one for Sql Server 05 above.
    > Failed info provided error code 0x733F. Can't find any help references to
    > that error code. Any suggestions?


  10. #10
    PA Bear [MS MVP] Guest

    Re: KB948109 Update Error Code 0x733F

    If you're not getting that error, why are you posting a reply to this
    thread, Mike?

    Have you opened a *free* support incident yet?

    Start a free Windows Update support incident request:
    https://support.microsoft.com/oas/de...spx?gprid=6527

    Support for Windows Update:
    http://support.microsoft.com/gp/wusupport

    For home users, no-charge support is available by calling 1-866-PCSAFETY in
    the United States and in Canada or by contacting your local Microsoft
    subsidiary. There is no-charge for support calls that are associated with
    security updates. When you call, clearly state that your problem is related
    to a Security Update and cite the update's KB number.

    For more information about how to contact your local Microsoft subsidiary
    for security update support issues, visit the International Support Web
    site: http://support.microsoft.com/common/international.aspx

    For enterprise customers, support for security updates is available through
    your usual support contacts.
    --
    ~Robear Dyer (PA Bear)
    MS MVP-Windows (IE, OE, Security, Shell/User)
    AumHa VSOP & Admin; DTS-L.net


    Mike Wotton wrote:
    > Cannot find error code 0x733F anywhere. MS not being helpfull at all. Just
    > going around in circles.
    >
    > "Mike Moore" wrote:
    >> All updates installed normally except the one for Sql Server 05 above.
    >> Failed info provided error code 0x733F. Can't find any help references
    >> to
    >> that error code. Any suggestions?



  11. #11
    seeker Guest

    RE: KB948109 Update Error Code 0x733F

    I have a totally new wrinkle on this. Apparently there are a myriad of
    things that can cause this. In my case, I do not run SQL-SERVER unless I
    need it: it and its related services are set to manual. Well…… over time the
    folder’s lack of use make it a candidate for auto-compression. So the
    install couldn’t start the engine because it was compressed and needed
    uncompressing. (Found in the Event log). To uncompress select all files in
    the folder, go to the advanced button and uncheck the compress to save space
    check box. Start the server and related services then run the update. Or let
    the download run at next prompt to install.


  12. #12
    Woolooloo Guest

    RE: KB948109 Update Error Code 0x733F



    "Mike Moore" wrote:

    > All updates installed normally except the one for Sql Server 05 above.
    > Failed info provided error code 0x733F. Can't find any help references to
    > that error code. Any suggestions?


    Ok, so I've had the same problem and none of the solutions in here worked.
    I went through the log files and made a couple changes that ended up working.

    1. Add registry key
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer\Debug - a
    REG_DWORD that I gave a value of 1.
    2. Make sure the SQL Server VSS Writer service is started. For me, the
    service was disabled. I put it in automatic mode and started it.

    After making these two changes, I reran the update and it worked. Hopefully
    this will help other people.

  13. #13
    Marco Guest

    RE: KB948109 Update Error Code 0x733F

    Here is my log:

    Prerequisites Check & Status
    SQLSupport: Passed

    **********************************************************************************
    Products Detected Language Level Patch Level
    Platform Edition
    SQL Server Database Services 2005 (SQLEXPRESS) ENU SP2
    2005.090.3042.00 x86 EXPRESS
    SQL Server Tools and Workstation Components 2005 ENU RTM
    9.00.1406.00 x86 DEVELOPER

    **********************************************************************************
    Products Disqualified & Reason
    Product Reason
    SQL Server Tools and Workstation Components 2005 The product instance SQL
    Tools does not have prerequisite update 3042 installed. Update 3068 is
    dependent on prerequisite update 3042. Exit setup and refer to the Knowledge
    Base article to find the prerequisite patch. Install the prerequisite and
    rerun the installation.

    **********************************************************************************
    Processes Locking Files
    Process Name Feature Type User Name
    PID

    **********************************************************************************
    Product Installation Status
    Product : SQL Server Database Services 2005 (SQLEXPRESS)
    Product Version (Previous): 3042
    Product Version (Final) :
    Status : Failure
    Log File : C:\Program Files\Microsoft SQL Server\90\Setup
    Bootstrap\LOG\Hotfix\SQL9_Hotfix_KB948109_sqlrun_sql.msp.log
    SQL Express Features :
    Error Number : 29503
    Error Description : MSP Error: 29503 The SQL Server service failed
    to start. For more information, see the SQL Server Books Online topics, "How
    to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."
    ----------------------------------------------------------------------------------
    Product : SQL Server Tools and Workstation Components 2005
    Product Version (Previous): 1406
    Product Version (Final) :
    Status : NA
    Log File :
    Error Description : The product instance SQL Tools does not have
    prerequisite update 3042 installed. Update 3068 is dependent on prerequisite
    update 3042. Exit setup and refer to the Knowledge Base article to find the
    prerequisite patch. Install the prerequisite and rerun the installation.
    ----------------------------------------------------------------------------------


    "dp" wrote:

    > ia64 is itanium processor, you most likely don't have that.
    > x64 is a 64 bit processor
    > x86 is what most people have, a 32 bit processor.
    >
    > "Tad" wrote:
    >
    > > I am experiencing the same problem. When I go to the solution listed below,
    > > I find 3 versions of the download:
    > > SQLServer2005-KB948109-IA64-ENU.exe
    > > SQLServer2005-KB948109-x64-ENU.exe
    > > SQLServer2005-KB948109-x86-ENU.exe
    > >
    > > How do I determine which one applies to my computer?
    > >
    > > Also, while it may become self-evident once I see the download, I too want
    > > to know how to "untick the SQL Express Instance".
    > >
    > > Tad
    > >
    > > "Tornalca" wrote:
    > >
    > > > Hi All
    > > >
    > > > I don't work for MS but this is how you fix the problem. Download the update
    > > > directly from here :
    > > >
    > > > http://www.microsoft.com/downloads/d...DisplayLang=en
    > > >
    > > > When installing untick the SQL Express Instance (This is what makes it fail),
    > > > I don't use it so do not care if this is updated. Install all the other
    > > > updates to SQL intances.
    > > >
    > > > Carry on with your lives! :)
    > > >
    > > > "Mike Moore" wrote:
    > > >
    > > > > All updates installed normally except the one for Sql Server 05 above.
    > > > > Failed info provided error code 0x733F. Can't find any help references to
    > > > > that error code. Any suggestions?


  14. #14
    Walter Guest

    RE: KB948109 Update Error Code 0x733F

    Mike - Your posting is dated 07.08.08, has there been any resolution since
    the time of your posting. I'm getting the same error, been hunting for a
    solution everywhere. Why is MS taking so long to fix (Rhetorical question)
    I Took the liberty of copying the entire message perhaps there's a clue...

    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: hotfix.exe
    Application Version: 1.4.1548.0
    Application Timestamp: 48820815
    Fault Module Name: StackHash_e52f
    Fault Module Version: 0.0.0.0
    Fault Module Timestamp: 00000000
    Exception Code: c0000005
    Exception Offset: 002d002d
    OS Version: 6.0.6001.2.1.0.768.3
    Locale ID: 1033
    Additional Information 1: e52f
    Additional Information 2: e98dfca8bcf81bc1740adb135579ad53
    Additional Information 3: 860f
    Additional Information 4: 6eabdd9e0dc94904be3b39a1c0583635

    Read our privacy statement:
    http://go.microsoft.com/fwlink/?link...3&clcid=0x0409


    "Mike Moore" wrote:

    > All updates installed normally except the one for Sql Server 05 above.
    > Failed info provided error code 0x733F. Can't find any help references to
    > that error code. Any suggestions?


  15. #15
    MOC Ewez Guest

    KB948109 Update Error Code 0x733F - MOC Ewez

    After trying all Buckets ideas
    "
    * Tried to get it to work using automatic updates - always failed.
    * Reboot PC - still failed.
    * Reinstalled automatic update software and try again - still failed.
    * Checked SQL server databases not compressed.
    * Checked SQL server instances running (tried all combinations of running
    and stopped).
    * Downloaded the X86 patch and installed manually - still failed.
    * Tried disabling parts of the patch (e.g. switch of SQL Express) - still
    failed.
    * Finally gave up and disabled the update!
    "

    I also tried:
    - Make sure Windows installer is okay.
    MSIExec /Unreg
    MSIExec /RegServer

    - These had help me before with WU problems
    (Only the top one was necessary then)
    regsvr32 wups2.dll
    regsvr32 wuapi.dll
    regsvr32 wuaueng.dll
    regsvr32 wuaueng1.dll
    regsvr32 wucltui.dll
    regsvr32 wups.dll
    regsvr32 wups2.dll
    regsvr32 wuweb.dll

    - Update Windows installer from 3.1 to 4.5
    http://www.microsoft.com/downloadS/d...displaylang=en

    - Turned off Windows Firewall (Didn't even know that it started after uninstalling McAfee firewall)

    None of these helped me.

    What did help though was indeed changing the Service Logon to local System Account

    This has been mentioned before and I thought I had tried it before. (Actually checked it many times)
    Turns out the Service name is:
    SQL Server (Express)
    And not MSSQLServer (\....)

    A blindman's error yes, but you guys know how it is staring at a problem for so many hours....

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 4
    Last Post: 03-04-2011, 12:33 AM
  2. Replies: 16
    Last Post: 16-10-2009, 12:52 PM
  3. Windows Update Error Code 80070422 and Error code 1058
    By CloudJames in forum Windows Update
    Replies: 4
    Last Post: 10-01-2009, 11:44 AM
  4. Security update for SQL Server Pack 2(KB948109)
    By Timia9 in forum Windows Update
    Replies: 17
    Last Post: 17-12-2008, 04:24 AM
  5. Security Update for Windows Server 2003 (KB948110) and KB948109 Failed
    By Jolie-Pitt in forum Server Update Service
    Replies: 1
    Last Post: 15-07-2008, 09:38 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,247,833.43255 seconds with 17 queries