If you enable auditing for privilege usage in secpol.msc,
you should have the name of the missing privilege in the Security Event Log
file.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Shawn Anderson" <> wrote in message
news:...
> I am trying to call LoadUserProfile from within an ASP.NET webservice. I
> have set the process to run under an impersonated account that is an
> administrator -- however, everytime I try to execute the LoadUserProfile
> call, I get a message saying that a "Required privlege is not help by
> client" or something very close to that message.
>
> I have tried adding to the process and user handle the SeTcbPrivilege,
> SeChangeNotifyPrivilege, as well as just about every other privilege that
I
> can think of. But still keep getting the same error.
>
> Can anyone offer anything thoughts or suggestions?
>
> Thanks
> Shawn Anderson
>
>