Windows error 0x80072116, -2147016426

Detailed Error Information

DS_NAME_ERROR_NOT_FOUND[1]

MessageName translation: Could not find the name or insufficient right to see name.
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 Code8470 (0x2116)

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

Questions

2votes
0answers

How to retrieve domain computer's sid

I'm trying to retrieve the domain sid for the local machine (not the machine sid). I need to be able to retrieve it without incurring network traffic to the AD server. I found these links: http://microsoft.public.platformsdk.security.narkive.com/y8UW72ww/how-to-get-the-domain-sid-of-the-domain-the-computer-belongs-to How can I retrieve a Windows Computer's SID using WMI? And tried to GetComputerName [...] read more
c++
windows
winapi
-1votes
1answer

Clone VM connected to domain with CRM 2011 on Windows 2008 R2 SP1

After copying VM with CRM 2011 I've changed server name, performed actions in this article: http://weblogs.asp.net/navaidakhtar/Microsoft-Dynamics-CRM-2011-2F00-4.0-Configuration-in-Case-of-Machine-rename-2F00-CRM-Database-server-change-2F00-Domain-Controller-Change and now I'm trying to create new organization, but it fails at verification step, for CRM point it says (SQL and Reporting Server points are OK): > Name translation: Could not find the name [...] read more
active-directory
crm

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