Receiving error below:- Error A Call to SSPI Failed, see inner exception.
Code: Select all
[25.10.2016 10:00:12] <40> Error [RepositoryThrottler] Error while setting throttling for repository [8d50f4eb-8a5e-440c-9445-da85016d13a4]
[25.10.2016 10:00:12] <40> Error A call to SSPI failed, see inner exception. (System.Security.Authentication.AuthenticationException)
[25.10.2016 10:00:12] <40> Error Server stack trace:
[25.10.2016 10:00:12] <40> Error at System.Net.Security.NegoState.ValidateCreateContext(String package, Boolean isServer, NetworkCredential credential, String servicePrincipalName, ChannelBinding channelBinding, ProtectionLevel protectionLevel, TokenImpersonationLevel impersonationLevel)
[25.10.2016 10:00:12] <40> Error at System.Net.Security.NegotiateStream.AuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel)
[25.10.2016 10:00:12] <40> Error at System.Net.Security.NegotiateStream.AuthenticateAsClient(NetworkCredential credential, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel)
[25.10.2016 10:00:12] <40> Error at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.CreateAuthenticatedStream(Stream netStream, String machinePortAndSid)
[25.10.2016 10:00:12] <40> Error at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.CreateSocketHandler(Socket socket, SocketCache socketCache, String machinePortAndSid)
[25.10.2016 10:00:12] <40> Error at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
[25.10.2016 10:00:12] <40> Error at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
[25.10.2016 10:00:12] <40> Error at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
[25.10.2016 10:00:12] <40> Error at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
[25.10.2016 10:00:12] <40> Error at Veeam.Common.Remoting.CBinaryClientFormatterSink.SyncProcessMessage(IMessage msg)
[25.10.2016 10:00:12] <40> Error The requested security package does not exist (System.ComponentModel.Win32Exception)
[25.10.2016 10:00:12] <40> Error at System.Net.SSPIWrapper.AcquireDefaultCredential(SSPIInterface SecModule, String package, CredentialUse intent)
[25.10.2016 10:00:12] <40> Error at System.Net.NTAuthentication.Initialize(Boolean isServer, String package, NetworkCredential credential, String spn, ContextFlags requestedContextFlags, ChannelBinding channelBinding)
[25.10.2016 10:00:12] <40> Error at System.Net.Security.NegoState.ValidateCreateContext(String package, Boolean isServer, NetworkCredential credential, String servicePrincipalName, ChannelBinding channelBinding, ProtectionLevel protectionLevel, TokenImpersonationLevel impersonationLevel)