Inner Exception Exception type: Microsoft.Exchange.Data.Directory.ADOperationException Exception message: Active Directory operation failed on server-DC1.domain.com. This error is not retriable. Additional information: Insufficient access rights to perform the operation. Active directory response: 00002098: SecErr: DSID-03150A45, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
Inner Exception Exception type: System.DirectoryServices.Protocols.DirectoryOperationException Exception message: The user has insufficient access rights.
This is strange as some users can't access OWA, but others can. The NT Authority\Self and domain\exchange domain servers have full access to the mailbox.
Loculi - you're exactly right. The key, I think, in the error message is the line where is says the "user has insufficient access rights." I had the exact same error message, and what you suggested fixed my problem.
Sterlingblue - I think you're referencing http://support.microsoft.com/kb/931747, which seems like a slightly different issue. Of course, we'll never know for sure as he didn't say if his problem was fixed.
1. In ADUC, right-click their user object and choose properties 2. Click on the security tab, then advanced 3. Ensure, "Allow inheritable permissions from the parent to propagate to this object..." is checked, if not, check it. 4. Wait for AD to replicate, then try logging into OWA as that user.
Do you run "Exchange Domain Prepare" on that domain? To check this go to active Directory Users and Computers and from "View" menu select "Advanced Features". Right click on domain name and select "Properties". In "Security" tab check if these two groups are exist:
If these groups were not existed, you should do "Domain Preparation" on this domain. Although it is useful to do this anyway.
To doing so do the following: On Exchange Server run this command from command prompt: setup /PrepareDomain:<DomainFQDN> Example: setup /PrepareDomain:child1.domain.com
Please note that setup is located on Exchange 2007 DVD and you should be member of "Enterprise Admins" group.
Additionally you could prepare all of your domains by running this command: setup /PrepareAllDomains
Good luck!
< Message edited by h.tavakkoli -- 5.Jul.2010 1:55:34 AM >
I think i have a solution for you try this In ADUC, right-click their user object and choose properties Click on the security tab, then advanced Ensure, "Allow inheritable permissions from the parent to propagate to this object..." is checked, if not, check it. Wait for AD to replicate, then try logging into OWA as that user.