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.
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
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
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