RE: Windows 2003 SP1 problem
- From: "David" <David@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 8 Sep 2005 13:17:40 -0700
Yes. I put in a tech support call in with Microsoft and had them confirm
that there was indeed a change made. They confirmed that SQL DMO calls to
the service manager will fail if the user is not a system administrator on
the Server. The two work arounds are to:
1.) add the users to the system administrators group or
2.)to change the SC manager permissions back to the original RTM settings.
Below is and excerpt of an email that Microsoft sent me after the incident
was closed:
Email Quote:
"
A brief explanation of the command that we used yesterday:
To display a service’s security descriptor using sddl:
C:\>sc sdshow scmanager
This is SP1 info
D:(A;;CC;;;AU)(A;;CCLCRPRC;;;IU)(A;;CCLCRPRC;;;SU)(A;;CCLCRPWPRC;;;SY)(A;;KA;;;BA)S:(AU;FA;KA;;;WD)(AU;OIIOFA;GA;;;WD)
This is the RTM info:
D:(A;;CCLCRPRC;;;AU)(A;;CCLCRPWPRC;;;SY)(A;;KA;;;BA)S:(AU;FA;KA;;;WD)(AU;OIIOFA;GA;;;WD)
Comparing the 2 show that in Windows 2003 RTM version, Authenticated users
have read and write permission. In SP1 they do not have this permission. They
do not even have LC (List Contents) permission on scmanager. The requisite
permissions were added to scmanager for Authenticated Users with the
following command:
SC.EXE sdset scmanager
D:(A;;CCLCRPRC;;;AU)(A;;CCLCRPWPRC;;;SY)(A;;KA;;;BA)S:(AU;FA;KA;;;WD)(AU;OIIOFA;GA;;;WD)
This adds the following permissions for authenticated users:
List Contents
Read All Properties
Read Permissions
This enabled sufficient access to the service control manager for
authenticated users.
"
"cfsHighland" wrote:
> Yes, I found the article and am having the same problem. I am not sure how
> to change permissions. Have you tried?
>
> "Ripul" wrote:
>
> > Hi,
> >
> > After I installed the SP1 on Windows 2003 Standard edition, I cannot connect
> > to the Service control manager database remotely. If I try to connect to it,
> > it gives me an Access denied error.
> >
> > I removed SP1 from Windows 2003 and I am able to connect to the service
> > control manager database. I tried running the SCW utility but it brings no
> > difference.
> >
> > Can anyone help me connecting to the service control manager remotely on a
> > windows 2003 box with SP1 installed?
> >
> > Thanks
> >
> >
.
- Follow-Ups:
- RE: Windows 2003 SP1 problem
- From: cfsHighland
- RE: Windows 2003 SP1 problem
- References:
- RE: Windows 2003 SP1 problem
- From: cfsHighland
- RE: Windows 2003 SP1 problem
- Prev by Date: System hangs
- Next by Date: Working with trusts
- Previous by thread: RE: Windows 2003 SP1 problem
- Next by thread: RE: Windows 2003 SP1 problem
- Index(es):
Relevant Pages
|