Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need to load and Unload registry hives from IIS worker process.Worker process is running under Domain Admin context.

In order to load and unload registry, SeBackupPrivilege and SeRestorePrivilege are required. Before loading the hives, I will make a call to AdjustTokenPrivileges to enable the required privilege. The call succeeds but with error 1300 Not all privileges or groups referenced are assigned to the caller.

But regsitry loading succeeds. I can see these privileges are available with the process using Process Explorer.

Now the issue is randomly after some time, one of the privilege is being removed from the process token and hence registry loading fails with error 1314.

Can any one please suggest why this might happen?

Thanks in Advance.

share|improve this question
Are you not re-issuing the AdjustTokenPrivileges() call just before any attempt you make to load registry hives? – reuben Jul 5 '12 at 9:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.