Windows error 0x8007054B, -2147023541

Detailed Error Information

NO_SUCH_DOMAIN[1]

MessageThe specified domain either does not exist or could not be contacted.
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 Code1355 (0x054b)

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

Questions

7votes
1answer

DirectorySearcher/LDAP lookup fails from IIS deployment environment, works from console on same machine

We have some code executing in an ASP.NET MVC 4 application. The application is hosted in IIS on Windows Server 2012. The identity of the app-pool is not standard, but rather a specific user, e.g. iis-appPool-username noted below. The application is running in .NET 4.0 w/ Integrated Mode set for [...] read more
c#
iis
active-directory
ldap
iis-8
2votes
1answer

AD FS Setup Issue on 2012 R2 Domain Controller

I am trying to run the Add-KdsRootKey command on a 2012 R2 domain controller for AD FS setup and am receiving the following error: Add-KdsRootKey : The specified domain either does not exist or could not be contacted. (Exception from HRESULT: 0x8007054B) At line:1 char:1 + Add-KdsRootKey + ~~~~~~~~~~~~~~ + [...] read more
windows-server-2012-r2
adfs
2votes
0answers

Accessing OnPremises Active Directory from WebRole running in Azure

I am trying to access the onpremises active directory from the web application running on Azure. We have selected Azure Connect as it best fits our requirement (authenticate user as well as fetch user information from Active Directory). I have followed the steps provided in this link1 and link2, but [...] read more
azure
active-directory
azure-connect
2votes
1answer

how to get windows authenticated user guid from internal asp web application?

Ok, so this was working in my VS test server (naturally), but as soon as I publish to IIS, it breaks. What I need for this to work is to be able to get ahold of the GUID (not the SID, please) of the user currenctly logged into the machine. [...] read more
c#
asp.net
iis-7
active-directory
windows-authentication
2votes
1answer

How to get a standalone Windows 7 installation to synchronise time (NTP)

I am trying to get my Windows 7 Professional machine to synchronise time correctly. This laptop is not a member of any Windows domain. If I try to go to the clock settings, Internet Time tab, and click on "Update Now", it tells me that an error occurred. Misc. commands [...] read more
windows-7
time
ntp
1vote
3answers

Cannot disable group policy inheritance from domain

At work, my computer (Windows 10) is part of a local domain. I added a few local group policies, and after noticing they were not being applied, I ran gpresult /H gp_report.html and it returned: > INFO: The user does not have RSoP data. After running gpupdate /force I found [...] read more
windows
domain
group-policy
1vote
1answer

Daily bizarre network dropouts

We have a Hyper-V-hosted Windows Server 2008 R2 Standard server with Remote Desktop Services which has a long-standing problem whereby, every day in the early hours of the morning, its networking encounters lots of strange problems: 1. Using Command Prompt to nslookup and ping FQDNs both public (www.google.co.uk) and private [...] read more
networking
windows-server-2008-r2
hyper-v
rds
0votes
2answers

Autoenrollment Feature Cannot Reach Active Directory

I'm getting the following error message a couple of computers: Automatic certificate enrollment for local system failed to contact the active directory (0x8007054b). The specified domain either does not exist or could not be contacted. Enrollment will not be performed. Does anyone know how to resolve this aside from simply [...] read more
windows-server-2003
active-directory
windows-xp
0votes
1answer

Unable to access Active directory from my asp.net application hosted in production server

I have written an asp.net application and validated the logged in user with Active Directory. It works perfectly in my local machine IDE. But when hosted in my production server, it couldnt communicate with the AD Server. I have windows authentication enabled in my IIS in server as well has [...] read more
asp.net
ldap
0votes
1answer

ADSI Edit on Windows Server 2012 R2: Can't find domain

I'm trying to test System Center Configuration Manager to update one of my Windows 10 devices (because our clients are using this method), and I'm trying to deploy this on a Windows Server 2012 R2 to push these updates to the Windows 10 device. At the moment, I'm running this [...] read more
windows
networking
hyper-v
windows-server-2012
-1votes
1answer

configuring wpad give me 0x8007054B error

I've Domain Controller and TMG server(2010 standard edition)... The both is windows 2008 server. my problem is when I'm going to configure "Web proxy auto discovery" display error 0x8007054B enter image description here [https://i.stack.imgur.com/vDxOT.jpg] 1- Testing by tmg's Troubleshooting this link http://firewall.xco.local:8080 [https://i.stack.imgur.com/Jo3r4.jpg] 2- Testing by tmg's Troubleshooting http://firewall.xco.local everything [...] read more
windows-server-2008-r2
tmg
wpad.dat

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