Windows error 0x800704F1, -2147023631

Detailed Error Information

DOWNGRADE_DETECTED[1]

MessageThe system cannot contact a domain controller to service the authentication request. Please try again later.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1265 (0x04f1)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000004f1.

Questions

4votes
4answers

c# Change AD password Directoryservices

Im trying to get the following code to work, problem is, sometimes it does, sometimes it doesnt. when it fails it gives the error 0x800704F1 "the system cannot contact a domain controller to service the authentication request" I'd say about 90% of the time it fails. I have tried giving [...] read more
c#
active-directory
3votes
4answers

C# Active Directory Invoke "ChangePassword" cannot contact domain

I have the following code as part of a web application for my Active Directory users to be able to update their passwords (for active directory and gmail at the same time). I am using C# with System.DirectoryServices.AccountManagement. This code worked until yesterday try { State.log.WriteLine("Connecting LDAP."); string ldapPath = [...] read more
c#
active-directory
directoryservices
change-password
account-management
2votes
0answers

C# Active Directory Invoke “ChangePassword” cannot contact domain

Our custom application built on ASP.NET C# which uses the Active Directory classes was working just fine to change the password of Active Directory users, but it stopped working as soon as below updates were installed on server https://support.microsoft.com/en-us/kb/3167679 https://support.microsoft.com/en-us/kb/3177108 Now our password manager application are not able to change [...] read more
c#
active-directory

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0