3.4.4.1.8.3 Bad FeatureId Error
Article
04/06/2021
2 minutes to read
Is this page helpful?
In this article
If the client sends a request with the FeatureId element
specifying a nonexistent feature, then the server MUST return a SOAP
fault with a ChangeOptionalFeatureFault (section 3.4.4.1.3.1)
fault subcode. The fault detail SHOULD be as specified in the following table.
Field
Value
[Code]
soapenv:Receiver
[Subcode]
ChangeOptionalFeatureFault
[Action]
http://schemas.microsoft.com/2008/1/ActiveDirectory/Data/fault
[Reason]
Active Directory
returned an error processing the operation.
[Detail]
<soapenv:Detail>
<ChangeOptionalFeatureFault
xmlns="http://schemas.microsoft.com/2008/1/ActiveDirectory/CustomActions"
xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ArgumentError i:nil="true"></ArgumentError>
<DirectoryError>
<ErrorCode>1</ErrorCode>
<ExtendedErrorMessage>...</ExtendedErrorMessage>
<MatchedDN>...</MatchedDN>
<Message>...</Message>
<Referral xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays"></Referral>
<ShortMessage>...</ShortMessage>
<Win32ErrorCode>8224</Win32ErrorCode>
</DirectoryError>
<Error i:nil="true"></Error>
<ShortError i:nil="true"></ShortError>
</ChangeOptionalFeatureFault>
</soapenv:Detail>