Google
 
Webnews.only-4-geeks.com
Interesting places
news.only-4-geeks.com Forum Index » Windows Update

Security Update for SQL Server 2005 Service Pack 2 (KB948109

 
Jump to:  
 
mchua
PostPosted: Thu Jul 17, 2008 12:07 pm    Post subject: Security Update for SQL Server 2005 Service Pack 2 (KB948109
       
I was trying to install this update to no avail. Error code returned is
2B08. I had try to search for KB on this error code but return no results.
Now I cannot RAS in to my corpnet because of security violation for not
installing this update. I am stuck. Any assistance you can offer is much
appreciated.

Thank you!
 

 
PA Bear [MS MVP]
PostPosted: Thu Jul 17, 2008 4:03 pm    Post subject: Re: Security Update for SQL Server 2005 Service Pack 2 (KB94
       
Tip from a pro:
LINK

Or you could...

Start a free Windows Update support incident request:
LINK

Support for Windows Update:
LINK

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(s).

For more information about how to contact your local Microsoft subsidiary
for security update support issues, visit the International Support Web
site: LINK

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


mchua wrote:
Quote:
I was trying to install this update to no avail. Error code returned is
2B08. I had try to search for KB on this error code but return no
results.
Now I cannot RAS in to my corpnet because of security violation for not
installing this update. I am stuck. Any assistance you can offer is
much
appreciated.

Thank you!
 

 
PA Bear [MS MVP]
PostPosted: Fri Jul 18, 2008 5:53 pm    Post subject: Re: Security Update for SQL Server 2005 Service Pack 2 (KB94
       
Thanks for sharing this information with the Community here.

kavi_nash wrote:
Quote:
Found possible solutions at last!!!

When you face this problem, the first thing you have to do is to go
through the latest log file Summary.txt under the directory C:\Program
Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\ and search
for any failures (Status : Failure). We can solve the issue directly
from this log file.

Here is what I have observed in the log file in different machines and
the possible solutions :

• Case 1:
----------------------------------------------------------------------------------
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 : 1646
Error
Description : Unable to install Windows Installer MSP file
----------------------------------------------------------------------------------


Possible Solution: Reboot your machine before doing any of the
following changes. In the registry editor, go through the following
key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
\Installer\UserData\S-1-5-18\Products\7DDFFFA258DE09A4C825D59ABECDB9F8
and search for Uninstallable key. Change the value to 1 if it is 0.
Reinstall the patch and it should be successful now.


• Case 2:
----------------------------------------------------------------------------------
Product Installation Status
Product : SQL Server Database Services 2005
(MSSQLSERVER)
Product Version (Previous): 3054
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
Error Number : 29506
Error Description : MSP Error: 29506 SQL Server Setup failed
to modify security permissions on file C:\Program Files\Microsoft SQL
Server\MSSQL.1\MSSQL\Data\ for user Administrator. To proceed, verify
that the account and domain running SQL Server Setup exist, that the
account running SQL Server Setup has administrator privileges, and
that exists on the destination drive.
----------------------------------------------------------------------------------


Possible Solution: Reboot your machine before doing any of the
following changes. Login to management studio for the default
instance(MSSQLSERVER) and have a look at what all database we are
having. We should not have any other file other than database,
certificates under C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL
\Data\. Try moving all the files under this directory to a temp
folder. Leave the files which are in use. It moved around 10 files
which are not in use in my case. Also assign Full permission to the
logged in user to this folder. Start the installation and choose the
default instance. It should be successful.


• Case 3:
----------------------------------------------------------------------------------
Product Installation Status
Product : SQL Server Database Services 2005
(MSSQLSERVER)
Product Version (Previous): 3054
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
Error Number : 29538
Error Description : MSP Error: 29538 SQL Server Setup did not
have the administrator permissions required to rename a file: C:
\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\distmdl1.ldf.
To continue, verify that the file exists, and either grant
administrator permissions to the account currently running Setup or
log in with an administrator account. Then run SQL Server Setup again.
----------------------------------------------------------------------------------

Possible Solution: Reboot your machine before doing any of the
following changes. Verify that distmdl.ldf and distmdl.mdf files are
present under C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data
\ and grant administrator permissions for these files to the logged in
account.

Please feel free to contact me if you face similar kind of issues.
 

 
Chris-77
PostPosted: Fri Jul 25, 2008 11:32 am    Post subject: Re: Security Update for SQL Server 2005 Service Pack 2 (KB94
       
Hallo!!

I have been facing the same problem the last 5-10 days and as I only know
very few things about computers, I can't solve it.

I actually found out that I have 34 log files Summary.txt, Summary_1.txt,...
etc.

You have mentioned 'In the registry editor, go through the following
Quote:
key HKEY_LOCAL_MACHINE.....'. Where is that registry editor? Sad

Can you please help me?
Thx



"kavi_nash" wrote:

Quote:
Found possible solutions at last!!!

When you face this problem, the first thing you have to do is to go
through the latest log file Summary.txt under the directory C:\Program
Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\ and search
for any failures (Status : Failure). We can solve the issue directly
from this log file.

Here is what I have observed in the log file in different machines and
the possible solutions :

• Case 1:
----------------------------------------------------------------------------------
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 : 1646
Error
Description : Unable to install Windows Installer MSP file
----------------------------------------------------------------------------------


Possible Solution: Reboot your machine before doing any of the
following changes. In the registry editor, go through the following
key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
\Installer\UserData\S-1-5-18\Products\7DDFFFA258DE09A4C825D59ABECDB9F8
and search for Uninstallable key. Change the value to 1 if it is 0.
Reinstall the patch and it should be successful now.


• Case 2:
----------------------------------------------------------------------------------
Product Installation Status
Product : SQL Server Database Services 2005
(MSSQLSERVER)
Product Version (Previous): 3054
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
Error Number : 29506
Error Description : MSP Error: 29506 SQL Server Setup failed
to modify security permissions on file C:\Program Files\Microsoft SQL
Server\MSSQL.1\MSSQL\Data\ for user Administrator. To proceed, verify
that the account and domain running SQL Server Setup exist, that the
account running SQL Server Setup has administrator privileges, and
that exists on the destination drive.
----------------------------------------------------------------------------------


Possible Solution: Reboot your machine before doing any of the
following changes. Login to management studio for the default
instance(MSSQLSERVER) and have a look at what all database we are
having. We should not have any other file other than database,
certificates under C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL
\Data\. Try moving all the files under this directory to a temp
folder. Leave the files which are in use. It moved around 10 files
which are not in use in my case. Also assign Full permission to the
logged in user to this folder. Start the installation and choose the
default instance. It should be successful.


• Case 3:
----------------------------------------------------------------------------------
Product Installation Status
Product : SQL Server Database Services 2005
(MSSQLSERVER)
Product Version (Previous): 3054
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
Error Number : 29538
Error Description : MSP Error: 29538 SQL Server Setup did not
have the administrator permissions required to rename a file: C:
\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\distmdl1.ldf.
To continue, verify that the file exists, and either grant
administrator permissions to the account currently running Setup or
log in with an administrator account. Then run SQL Server Setup again.
----------------------------------------------------------------------------------

Possible Solution: Reboot your machine before doing any of the
following changes. Verify that distmdl.ldf and distmdl.mdf files are
present under C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data
\ and grant administrator permissions for these files to the logged in
account.

Please feel free to contact me if you face similar kind of issues.

 

 
Guest
PostPosted: Sun Jul 27, 2008 9:34 pm    Post subject: Re: Security Update for SQL Server 2005 Service Pack 2 (KB94
       
Good evening!

I am from Greece and 10 days ago i tried to update Windows but an
error occured with the code 2B08.

I found the file 'Summary.txt' under the directory C:\Program Files
\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix, which includes
the following:

**********************************************************************************
Product Installation Status
Product : SQL Server Database Services 2005
(VAIO_VEDB)
Product Version (Previous): 3042
Product Version (Final) :
Status : Failure
Log File :
SQL Express Features :
Error Number : 11016
Error Description : SQL Server not responsive prior to running
Repl post script procedure
----------------------------------------------------------------------------------

Can you please please help me solve this problem??

Thank you,
Maria
 

 
kavi_nash
PostPosted: Mon Jul 28, 2008 10:57 am    Post subject: Re: Security Update for SQL Server 2005 Service Pack 2 (KB94
       
On Jul 25, 6:32 pm, Chris-77 <Chris...@discussions.microsoft.com>
wrote:
Quote:
Hallo!!

I have been facing the same problem the last 5-10 days and as I only know
very few things about computers, I can't solve it.

I actually found out that I have 34 log files Summary.txt, Summary_1.txt,....
etc.

You have mentioned 'In the registry editor, go through the following

key HKEY_LOCAL_MACHINE.....'. Where is that registry editor? :-(

Can you please help me?
Thx

"kavi_nash" wrote:
Found possible solutions at last!!!

When you face this problem, the first thing you have to do is to go
through the latest log file Summary.txt under the directory C:\Program
Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\ and search
for any failures (Status : Failure). We can solve the issue directly
from this log file.

Here is what I have observed in the log file in different machines and
the possible solutions :

•        Case 1:
----------------------------------------------------------------------------------
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              : 1646
                                                                Error
Description         : Unable to install Windows Installer MSP file
----------------------------------------------------------------------------------

Possible Solution: Reboot your machine before doing any of the
following changes. In the registry editor, go through the following
key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
\Installer\UserData\S-1-5-18\Products\7DDFFFA258DE09A4C825D59ABECDB9F8
and search for Uninstallable key. Change the value to 1 if it is 0.
Reinstall the patch and it should be successful now.

•        Case 2:
----------------------------------------------------------------------------------
Product Installation Status
Product                   : SQL Server Database Services 2005
(MSSQLSERVER)
Product Version (Previous): 3054
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
Error Number              : 29506
Error Description         : MSP Error: 29506  SQL Server Setup failed
to modify security permissions on file C:\Program Files\Microsoft SQL
Server\MSSQL.1\MSSQL\Data\ for user Administrator. To proceed, verify
that the account and domain running SQL Server Setup exist, that the
account running SQL Server Setup has administrator privileges, and
that  exists on the destination drive.
----------------------------------------------------------------------------------

Possible Solution: Reboot your machine before doing any of the
following changes. Login to management studio for the default
instance(MSSQLSERVER) and have a look at what all database we are
having. We should not have any other file other than database,
certificates under C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL
\Data\. Try moving all the files under this directory to a temp
folder. Leave the files which are in use. It moved around 10 files
which are not in use in my case. Also assign Full permission to the
logged in user to this folder. Start the installation and choose the
default instance. It should be successful.

•        Case 3:
----------------------------------------------------------------------------------
Product Installation Status
Product                   : SQL Server Database Services 2005
(MSSQLSERVER)
Product Version (Previous): 3054
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
Error Number              : 29538
Error Description         : MSP Error: 29538  SQL Server Setup did not
have the administrator permissions required to rename a file: C:
\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\distmdl1.ldf.
To continue, verify that the file exists, and either grant
administrator permissions to the account currently running Setup or
log in with an administrator account. Then run SQL Server Setup again.
----------------------------------------------------------------------------------

Possible Solution: Reboot your machine before doing any of the
following changes. Verify that distmdl.ldf and distmdl.mdf files are
present under C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data
\ and grant administrator permissions for these files to the logged in
account.

Please feel free to contact me if you face similar kind of issues.

Hey Chris:

no problem...I can help you...
access the registry editor by typing 'regedit' in RUN (w/o quotes).
And regarding the log file, you have to look into the latest
summary.txt file (sort by date modified)
Revert back if you still face issues
 

 
Guest
PostPosted: Mon Jul 28, 2008 4:40 pm    Post subject: Re: Security Update for SQL Server 2005 Service Pack 2 (KB94
       
Hallo again!!

Thank you very much for your reply!

I reached the log file Summary.txt under the directory C:\Program Files
\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\ and observed the
following:

----------------------------------------------------------------------------------
Product Installation Status
Product : SQL Server Database Services 2005
(VAIO_VEDB)
Product Version (Previous): 3042
Product Version (Final) :
Status : Failure
Log File :
SQL Express Features :
Error Number : 11016
Error Description : SQL Server not responsive prior to running
Repl post script procedure
----------------------------------------------------------------------------------

Do you think this problem is similar to your CASE 1?

After your help I did manage to access the registry editor and typed
'regedit' in RUN.
However I can’t find anything called ‘Uninstallable key’ under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer
\UserData\S-1-5-18\Products\7DDFFFA258DE09A4C825D59ABECDB9F8.

Waiting for your reply.

Thank you!
Maria
 

 
Guest
PostPosted: Wed Jul 30, 2008 8:53 pm    Post subject: Re: same error
       
On 30 Éïýë, 14:10, david wicker wrote:
Quote:
I've got the same problem, my summary.txt reads

Time: 07/30/2008 11:25:01.879
KB Number: KB948109
Machine: DAVIDW-HP
OS Version: Professional Service Pack 1 (Build 6001)
Package Language: 1033 (ENU)
Package Platform: x86
Package SP Level: 2
Package Version: 3068
Command-line parameters specified:
     /quiet
     /allinstances
Cluster Installation: No

***************************************************************************­*******
Prerequisites Check & Status
SQLSupport: Passed

***************************************************************************­*******
Products Detected                         Language  Level  Patch Level       Platform  Edition
SQL Server Database Services 2005 (ACT7)  ENU       SP2    2005.090.3042.00  x86       EXPRESS
SQL Server Database Services 2005 (MSSMLBIZ)  ENU       SP2    2005.090.3068.00  x86       EXPRESS

***************************************************************************­*******
Products Disqualified & Reason
Product                                   Reason

***************************************************************************­*******
Processes Locking Files
Process Name          Feature               Type          User Name                  PID
MSSQL$ACT7            SQL Server Database Services  Service                                  2588

***************************************************************************­*******
Product Installation Status
Product                   : SQL Server Database Services 2005 (ACT7)
Product Version (Previous): 3042
Product Version (Final)   :
Status                    : Failure
Log File                  :
SQL Express Features      :
Error Number              : 11016
Error Description         : SQL Server not responsive prior to running Repl post script procedure
---------------------------------------------------------------------------­-------
Product                   : SQL Server Database Services 2005 (MSSMLBIZ)
Product Version (Previous): 3068
Product Version (Final)   :
Status                    : Not Selected
Log File                  :
SQL Express Features      :
Error Number              : 0
Error Description         :
---------------------------------------------------------------------------­-------

***************************************************************************­*******
Summary
     SQL Server not responsive prior to running Repl post script procedure
     Exit Code Returned: 11016

Please advise what I should do

Hallo!!

If you find a solution to this problem will you please let me know??

Thank you!
Maria (Greece)
 

 
Rob K Mishler
PostPosted: Thu Aug 21, 2008 3:32 pm    Post subject: RE: same error
       
I am having the same problem, same parameters. If you have any directions
please advise.
Thanks,
msicabinet@embarqmail.com

"david wicker" wrote:

Quote:
I've got the same problem, my summary.txt reads

Time: 07/30/2008 11:25:01.879
KB Number: KB948109
Machine: DAVIDW-HP
OS Version: Professional Service Pack 1 (Build 6001)
Package Language: 1033 (ENU)
Package Platform: x86
Package SP Level: 2
Package Version: 3068
Command-line parameters specified:
/quiet
/allinstances
Cluster Installation: No

**********************************************************************************
Prerequisites Check & Status
SQLSupport: Passed

**********************************************************************************
Products Detected Language Level Patch Level Platform Edition
SQL Server Database Services 2005 (ACT7) ENU SP2 2005.090.3042.00 x86 EXPRESS
SQL Server Database Services 2005 (MSSMLBIZ) ENU SP2 2005.090.3068.00 x86 EXPRESS

**********************************************************************************
Products Disqualified & Reason
Product Reason

**********************************************************************************
Processes Locking Files
Process Name Feature Type User Name PID
MSSQL$ACT7 SQL Server Database Services Service 2588

**********************************************************************************
Product Installation Status
Product : SQL Server Database Services 2005 (ACT7)
Product Version (Previous): 3042
Product Version (Final) :
Status : Failure
Log File :
SQL Express Features :
Error Number : 11016
Error Description : SQL Server not responsive prior to running Repl post script procedure
----------------------------------------------------------------------------------
Product : SQL Server Database Services 2005 (MSSMLBIZ)
Product Version (Previous): 3068
Product Version (Final) :
Status : Not Selected
Log File :
SQL Express Features :
Error Number : 0
Error Description :
----------------------------------------------------------------------------------

**********************************************************************************
Summary
SQL Server not responsive prior to running Repl post script procedure
Exit Code Returned: 11016

Please advise what I should do
 

 
Jeff
PostPosted: Fri Sep 12, 2008 7:00 pm    Post subject: Re: Security Update for SQL Server 2005 Service Pack 2 (KB94
       
Please help!!

Time: 09/12/2008 08:39:41.621
KB Number: KB948109
Machine: JEFF-PC
OS Version: Home Edition Service Pack 1 (Build 6001)
Package Language: 1033 (ENU)
Package Platform: x86
Package SP Level: 2
Package Version: 3068
Command-line parameters specified:
/quiet
/allinstances
Cluster Installation: No

**********************************************************************************
Prerequisites Check & Status
SQLSupport: Passed

**********************************************************************************
Products Detected Language Level Patch Level
Platform Edition
SQL Server Database Services 2005 (MSSMLBIZ) ENU SP2
2005.090.3042.00 x86 EXPRESS

**********************************************************************************
Products Disqualified & Reason
Product Reason

**********************************************************************************
Processes Locking Files
Process Name Feature Type User Name
PID
MSSQL$MSSMLBIZ SQL Server Database Services Service NT
AUTHORITY\NETWORK SERVICE 2644

**********************************************************************************
Product Installation Status
Product : SQL Server Database Services 2005 (MSSMLBIZ)
Product Version (Previous): 3042
Product Version (Final) :
Status : Failure
Log File :
SQL Express Features :
Error Number : 11016
Error Description : SQL Server not responsive prior to running Repl
post script procedure
----------------------------------------------------------------------------------

**********************************************************************************
Summary
SQL Server not responsive prior to running Repl post script procedure
Exit Code Returned: 11016My gosh. Here is what I am getting! Please
help.



"PA Bear [MS MVP]" wrote:

Quote:
Tip from a pro:
LINK

Or you could...

Start a free Windows Update support incident request:
LINK

Support for Windows Update:
LINK

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(s).

For more information about how to contact your local Microsoft subsidiary
for security update support issues, visit the International Support Web
site: LINK

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


mchua wrote:
I was trying to install this update to no avail. Error code returned is
2B08. I had try to search for KB on this error code but return no
results.
Now I cannot RAS in to my corpnet because of security violation for not
installing this update. I am stuck. Any assistance you can offer is
much
appreciated.

Thank you!

 

Page 1 of 1 .:.

Google
 
Webnews.only-4-geeks.com

Windows Update | C++ | C | PHP | JavaScript | Photoshop | Programming | Windows 2000 | Python | Windows XP | Object | Flash | Flash - ActionScript | Paint Shop Pro | Excel | PowerPoint | Access | Word | Windows 98 | Internet Explorer 6.0 | CorelDraw12 | Java | XML | asm x86 | Linux Mandrake | Linux RedHat | Outlook |  | news from newsgroups |_ | s

Web Templates

Awesome Website Templates ©

meble Warszawa wakacje wyspy zielonego przylÄ…dka SÄ… pewne sprawy - Grzegorz Turnau Moja Wyspa Bilety lotnicze LOT