3.3.4.3.8.5 Directory Error

If any of the following conditions are true:

  • The client sends a request that the server is unable to complete because of implementation-specific errors encountered while processing the request.

  • During the processing of the request, the server fails to populate any one of the ObjectClass, ObjectTypes, or the ReferenceServer elements of ActiveDirectoryObject according to the processing rules documented in section 3.1.4.2.2.

Then the server MUST return a SOAP fault with a GetADPrincipalAuthorizationGroupFault fault subcode. The fault detail SHOULD<21> be as specified in the following table.

Field

Value

[Code]

soapenv:Receiver

[Subcode]

GetADPrincipalAuthorizationGroupFault

[Action]

http://schemas.microsoft.com/2008/1/ActiveDirectory/Data/fault

[Reason]

Active Directory returned an error processing the operation.

[Detail]

 <soapenv:Detail>
     <GetADPrincipalAuthorizationGroupFault
       xmlns="http://schemas.microsoft.com/2008/1/ActiveDirectory/CustomActions"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <ArgumentError xsi:nil="true"></ArgumentError>
       <DirectoryError>
         <ErrorCode>...</ErrorCode>
         <ExtendedErrorMessage>...</ExtendedErrorMessage>
         <MatchedDN>...</MatchedDN>
         <Message>...</Message>
         <Referral   xmlns:sera="http://schemas.microsoft.com/2003/10/Serialization/Arrays">...</Referral>
         <ShortMessage>...</ShortMessage>
         <Win32ErrorCode>...</Win32ErrorCode>
       </DirectoryError>
       <Error xsi:nil="true"></Error>
       <ShortError xsi:nil="true"></ShortError>
     </GetADPrincipalAuthorizationGroupFault>
 </soapenv:Detail>