Windows error 0x00000422, 1058

Detailed Error Information

SERVICE_DISABLED[1]

MessageThe service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070422.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code1058 (0x0422)

Questions

6votes
2answers

Adding a Win 2008 R2 DC to a Win 2000 Server domain

I am in the process of moving our active directory environment off of Windows 2000 server to a new Windows 2008 R2 server. I have prepped our Windows 2000 domain and upgraded the schema so that I could add the DC role to the Windows 2008 server. I can replicate [...] read more
windows-server-2008
active-directory
domain-controller
windows-server-2000
sysvol
3votes
2answers

Sysvol replication broken between Server 2008 R2 DCs

We recently added a second DC to our network at a different site. The DCs do not appear to have any difficulty communicating via the network, and AD objects (users, computers etc) are synchronising correctly. However, group policies are not. Examining the C:\Windows\SYSVOL\domain folder on the new DC shows that [...] read more
active-directory
windows-server-2008-r2
dfs
1vote
1answer

Debug Diagnostic Tool - Can't modify rules - "failed to start dbgsvc getlasterror returns 0x0000422"

I was attempting to use Microsoft's Debug Diagnostic Tool (DebugDiag) to identity an Application Event Log error occurring in w3wp.exe / clr.dll, as described in this answer. However, when I attempted to add my new Rule, I got an error dialog: > Cannot connect to service. Failed to start DbgSVC. [...] read more
asp.net
windows
debugging
1vote
1answer

Windows update fails with MigrationAbortedDueToPluginFailure - AppxUpgradeMigrationPlugin.dll

I have Windows 10 Home running on a Toshiba Satellite laptop. Current windows version is 1803 OS Build 17134.523. I do not think I have Developer Mode enabled but I will check to confirm. UPDATE: So, in the "For Developers" section I have "Sideload Apps" configured. It is not in [...] read more
windows-10
windows-update

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