This topic has not yet been rated - Rate this topic

3.4.4.3.8.2 Invalid NtdsSettingsDN Error

If the client sends a request with an invalid NtdsSettingsDN element (contains any values that are not the distinguished name of an nTDSDSA object in the config NC of the directory instance indicated by the server element in the message header), then the server MUST return a SOAP fault with a GetADDomainControllerFault fault subcode. The fault detail SHOULD be as specified in the following table.

Field

Value

[Code]

soapenv:Sender

[Subcode]

GetADDomainControllerFault

[Action]

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

[Reason]

The operation failed because of a bad parameter.

[Detail]

<soapenv:Detail>
  <GetADDomainControllerFault
    xmlns="http://schemas.microsoft.com/2008/1/ActiveDirectory/CustomActions"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ArgumentError xsi:nil="true"></ArgumentError>
    <DirectoryError xsi:nil="true"></DirectoryError>
    <Error>...</Error>
    <ShortError>...</ShortError>
  </GetADDomainControllerFault>
</soapenv:Detail>
 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.