Tuesday, March 27, 2012

Failed to modify security permissions on WMI namespace

Hello everyone,
I am trying to install a SQL server 2005 on a cluster but It does not succeed.
At the end of the installation in Configuring components ... of SQL Server
database services step, I recive the following message :
"SQL Server Setup failed to modify security permissions on WMI namespace
\\.\root\Microsoft\SqlServer\ServerEvents\Instance Name. 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 the WMI
namespace exists on the destination drive."
I verified the points mentioned in this message and everything is right but
I can not finish the installation.
Has anybody experienced something similar?
Thank you for your help.
Best regards,
Juanjo
Since you have provided no details, it would be very difficult for anyone to
provide anything but the most generic responses.
You might want to post the output of the setup logs to determine a more
precise failure issue.
Sincerely,
Anthony Thomas

"Juanjo" <Juanjo@.discussions.microsoft.com> wrote in message
news:F3ED7933-4BCE-4CE0-B35B-CC83AF479343@.microsoft.com...
> Hello everyone,
> I am trying to install a SQL server 2005 on a cluster but It does not
succeed.
> At the end of the installation in Configuring components ... of SQL Server
> database services step, I recive the following message :
> "SQL Server Setup failed to modify security permissions on WMI namespace
> \\.\root\Microsoft\SqlServer\ServerEvents\Instance Name. 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 the WMI
> namespace exists on the destination drive."
> I verified the points mentioned in this message and everything is right
but
> I can not finish the installation.
> Has anybody experienced something similar?
> Thank you for your help.
> Best regards,
> Juanjo
|||Anthony, thank you very much for your suggestion.
Here I enclosed a piece of my failed SQL 2005 installation. In this piece of
log appears the error I received (LEGATO is the instance name):
"Error Code: 29516
MSI (s) (20!70) [14:00:16:607]: Product: Microsoft SQL Server 2005 -- Error
29516. SQL Server Setup failed to modify security permissions on WMI
namespace \\.\root\Microsoft\SqlServer\ServerEvents\LEGATO. 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 the
WMI namespace exists on the destination drive.
Error 29516. SQL Server Setup failed to modify security permissions on WMI
namespace \\.\root\Microsoft\SqlServer\ServerEvents\LEGATO. 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 the
WMI namespace exists on the destination drive.
<Func Name='GetCAContext'>
<EndFunc Name='GetCAContext' Return='T' GetLastError='0'>
Doing Action: Do_WMISecurity
PerfTime Start: Do_WMISecurity : Mon Jan 22 14:00:16 2007
<Func Name='Do_WMISecurity'>
Configuring ACL for WMI namespace
\\.\root\Microsoft\SqlServer\ServerEvents\LEGATO
ACL:
(A;CI;CCDCLCSWRPWPRCWD;;;BA)(A;CI;CCDCRC;;;S-1-5-21-119559289-1840127793-336618761-622849)
<Func Name='SecureWMINamespace'>
CoSetProxyBlanket failed to switch security level to IMPERSONATE
Error value: 2147942487 (0x80070057)
Failed to connect to namespace
Error value: 2147942487 (0x80070057)
<EndFunc Name='SecureWMINamespace' Return='-2147024809' GetLastError='0'>
Error Code: 0x8007734c (29516)
Windows Error Text: Source File Name: sqlca\sqlwmisecurityca.cpp
Compiler Timestamp: Tue Aug 9 01:14:18 2005
Function Name: Do_WMISecurity
Source Line Number: 158"
Thank you.
Juanjo
"Anthony Thomas" wrote:

> Since you have provided no details, it would be very difficult for anyone to
> provide anything but the most generic responses.
> You might want to post the output of the setup logs to determine a more
> precise failure issue.
> Sincerely,
>
> Anthony Thomas
>
> --
> "Juanjo" <Juanjo@.discussions.microsoft.com> wrote in message
> news:F3ED7933-4BCE-4CE0-B35B-CC83AF479343@.microsoft.com...
> succeed.
> account
> but
>
>
|||No, I have not yet seen this message.
Things I would check:
The account you logged in as has administrator privileges on both nodes.
That you typed in this account as the account with remote access.
That the default User Access Rights have not been overridden by Domain Level
GPOs.
Make sure you have sufficient free space on the system partition on all
nodes.
What version of the OS and SS2K5 are you installing?
Verify that the Local Domain Groups required by the setup program exist in
AD or the installation account has permission to create them during the
installation.
Take a look at this document:
http://support.microsoft.com/kb/910228/en-us
Sincerely,
Anthony Thomas

"Juanjo" <Juanjo@.discussions.microsoft.com> wrote in message
news:2F4A9A06-265A-4427-980E-64AEC5D1270B@.microsoft.com...
> Anthony, thank you very much for your suggestion.
> Here I enclosed a piece of my failed SQL 2005 installation. In this piece
of
> log appears the error I received (LEGATO is the instance name):
> "Error Code: 29516
> MSI (s) (20!70) [14:00:16:607]: Product: Microsoft SQL Server 2005 --
Error
> 29516. SQL Server Setup failed to modify security permissions on WMI
> namespace \\.\root\Microsoft\SqlServer\ServerEvents\LEGATO. 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
the
> WMI namespace exists on the destination drive.
> Error 29516. SQL Server Setup failed to modify security permissions on WMI
> namespace \\.\root\Microsoft\SqlServer\ServerEvents\LEGATO. 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
the
> WMI namespace exists on the destination drive.
> <Func Name='GetCAContext'>
> <EndFunc Name='GetCAContext' Return='T' GetLastError='0'>
> Doing Action: Do_WMISecurity
> PerfTime Start: Do_WMISecurity : Mon Jan 22 14:00:16 2007
> <Func Name='Do_WMISecurity'>
> Configuring ACL for WMI namespace
> \\.\root\Microsoft\SqlServer\ServerEvents\LEGATO
> ACL:
>
(A;CI;CCDCLCSWRPWPRCWD;;;BA)(A;CI;CCDCRC;;;S-1-5-21-119559289-1840127793-336
618761-622849)[vbcol=seagreen]
> <Func Name='SecureWMINamespace'>
> CoSetProxyBlanket failed to switch security level to IMPERSONATE
> Error value: 2147942487 (0x80070057)
> Failed to connect to namespace
> Error value: 2147942487 (0x80070057)
> <EndFunc Name='SecureWMINamespace' Return='-2147024809' GetLastError='0'>
> Error Code: 0x8007734c (29516)
> Windows Error Text: Source File Name: sqlca\sqlwmisecurityca.cpp
> Compiler Timestamp: Tue Aug 9 01:14:18 2005
> Function Name: Do_WMISecurity
> Source Line Number: 158"
> Thank you.
> Juanjo
>
> "Anthony Thomas" wrote:
anyone to[vbcol=seagreen]
Server[vbcol=seagreen]
namespace[vbcol=seagreen]
verify[vbcol=seagreen]
WMI[vbcol=seagreen]
right[vbcol=seagreen]
|||I finally could have this SQL 2005 cluster installed. The cluster shared disk
from our SAN were not properly configured. These have been recreated.
Thank you very much for your help.
Best regards,
Juanjo
"Anthony Thomas" wrote:

> No, I have not yet seen this message.
> Things I would check:
> The account you logged in as has administrator privileges on both nodes.
> That you typed in this account as the account with remote access.
> That the default User Access Rights have not been overridden by Domain Level
> GPOs.
> Make sure you have sufficient free space on the system partition on all
> nodes.
> What version of the OS and SS2K5 are you installing?
> Verify that the Local Domain Groups required by the setup program exist in
> AD or the installation account has permission to create them during the
> installation.
> Take a look at this document:
> http://support.microsoft.com/kb/910228/en-us
> Sincerely,
>
> Anthony Thomas
>
> --
> "Juanjo" <Juanjo@.discussions.microsoft.com> wrote in message
> news:2F4A9A06-265A-4427-980E-64AEC5D1270B@.microsoft.com...
> of
> Error
> the
> the
> the
> the
> (A;CI;CCDCLCSWRPWPRCWD;;;BA)(A;CI;CCDCRC;;;S-1-5-21-119559289-1840127793-336
> 618761-622849)
> anyone to
> Server
> namespace
> verify
> WMI
> right
>
>

No comments:

Post a Comment