Windows error 0x00090312, 590610

Detailed Error Information

SEC_I_CONTINUE_NEEDED[1]

MessageThe function completed successfully, but must be called again to complete the context
Declared inwinerror.h

HRESULT analysis[2]

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
FacilityCode9 (0x009)
NameFACILITY_SSPI[2][1]
DescriptionThe source of the error code is the Security API layer.[2][1]
Error Code786 (0x0312)

Questions

4votes
3answers

Remote Desktop Authentication without NTLM - How to Configure from non-Windows clients?

Background This has been bugging me for quite a while (and no amount of internet searching has amounted to a decent solution), so I'm hoping someone can offer some sage advice. When I try and start a Remote Desktop session from a Mac to a Windows domain-joined PC, using Microsoft's [...] read more
security
remote-desktop
rdp
remote-desktop-services
windows-authentication
0votes
1answer

Why won't SslStream send my client certificate?

I have been trying to get this to work for many hours now, but I can't find any information on what is going wrong. Stepping through my code, I eventually reach a part like like this: clientCerts = new X509CertificateCollection(new[] { <mycert> as X509Certificate }); stream.AuthenticateAsClientAsync(<host>, clientCerts, SslProtocols.Tls12, false); // [...] read more
c#
sslstream
0votes
1answer

Restoring an Exchange 2007 SP3 GRT backup from Backup Exec 12 yields error E000848C

I am trying to restore an individual folder from an Exchange 2007 GRT backup, and the restore is failing with error code E000848C. The setup is a Windows Server 2008 Standard x64 machine running Exchange 2007 SP3, and a Windows Server 2008 Standard x64 machine running Backup Exec 12.5. Both [...] read more
exchange-2007
backupexec

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