Windows error 0x000013D7, 5079

Detailed Error Information

CLUSTER_RESTYPE_NOT_SUPPORTED[1]

MessageThe specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node.
Declared inwinerror.h

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

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 Code5079 (0x13d7)

Questions

4votes
1answer

How Do I Get The Resource DLL Code Samples In The Windows SDKs To Compile And Run?

I am currently trying to build a Resource DLL on on Windows Server 2003 and 2008. I am currently working with the Resource DLL code samples supplied with the Windows SDKs, and I can't get them to work. On Windows Server 2008 I succeeded compiling the Windows 7 SDK ClipBook [...] read more
com
windows-server-2008
windows-server-2003
cluster-computing
resource-dll
1vote
1answer

SQL Server 2008 cluster cannot add possible owner to SQL Server/SQL Server Agent Resources

Setting up SQL Server 2008 failover cluster on Windows Server 2008 R2 Created cluster (added 2 nodes Node1, Node2). Installed SQL Server 2008 on Node 1. It installed successfully and service came up. I am able to connect through management tool using virtual IP. Now when I want to add [...] read more
sql-server
windows
sql-server-2008
cluster-computing

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