Windows error 0x80090345, -2146892987

Detailed Error Information

SEC_E_DELEGATION_REQUIRED[1]

MessageThe requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
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 Code837 (0x0345)

Questions

8votes
3answers

Fiddler 4 Certificate error on Windows

I am using Fiddler to monitor HTTPS traffic for our private project. After upgrading to Windows 10 and installing Fiddler, I am unable to create a root certificate. I tried using Both CertEnroll and MakeCert and both returned that they cannot create a root certificate: > 09:53:54:2275 Fiddler.CertMaker> [C:\Program Files [...] read more
windows
https
fiddler
2votes
1answer

0x80090345 error from Windows 10 mail when attempting Exchange 2003 access

Up until now we have only had windows 7 pro clients connecting to our 2003 exchange server using Outlook 2010 email and public folder access with no problems. Today I have been attempting to get a Windows 10 pro client with it's built in email working with our exchange 2003 [...] read more
email
exchange-2003
outlook-2010
windows-10
2votes
1answer

How do I fix "an error occurred while attempting to load the signing certificate from" a PFX file?

I have signtool.exe on a Windows XP Professional box with .NET 1.1. The version displayed in the properties dialog says 5.2.3790.2568. I also have Cygwin with OpenSSH installed on the same machine. Anyway, when I run the tool locally - everything is OK, observe: D:\WORK\workspace>type 1.cmd d:\work\workspace\VE\CodeSign\signtool.exe sign /f d:\work\workspace\VE\CodeSign\Shunra.pfx [...] read more
windows
security
ssh
1vote
1answer

SQL Server 2014 Install Failed with The computer must be trusted for delegation and the current user error

I'm attempting to install SQL Sever 2014 newly installed Windows Sever 2012 R2 Standard edition OS. During the GUI portion of the installation it fails with the following error: > There was an error generating the XML document. Looking at the detail.txt files I see the following error: > (01) [...] read more
sql-server
sql-server-2014
1vote
0answers

How to fix "SignTool Error: IStore2::Load returned error: 0x80090345"

I have a Jenkins job running the signtool utility on a remote node, the console log looks like so: Started by user anonymous Building remotely on vm-builder [VE] $ cmd /c call "C:\Documents and Settings\builder\hudson6959487656440210459.bat" USERNAME=builder d:\work\workspace\VE>d:\work\workspace\VE\CodeSign\signtool.exe sign /f d:\work\workspace\VE\CodeSign\Shunra.pfx /p "shunrail" /t http://timestamp.verisign.com/scripts/timstamp.dll /du "www.shunra.com" /v d:\work\workspace\VE\ShunraInstallationServices\lib\net\Release\ShunraInstallationServices.dll Number of [...] read more
windows
cygwin
jenkins
delegation
cygwin-sshd
0votes
1answer

SQL Server 2014 Reporting Services failure

I have a server that is also a domain controller running 2012 R2. I have successfully installed SQL Server 2014 with native reporting services. However, when I go to the web server .../reportserver I get this: An internal error occurred on the report server. See the error log for more [...] read more
reporting
sql-server-2014
0votes
1answer

SQL Server on EC2 - Cannot use SQL Server auth in SSMS

On a SQL Server on Windows EC2 instance, logging in to SSMS fails silently when using a SQL Server account (sa, usually) when I am logged into RDP using my domain account. The dialog box just goes away but there is no connection shown in Object Explorer (and there are [...] read more
sql-server
amazon-ec2
ssms
0votes
1answer

Connect-MsolService error after importing MSOnline module

I'm receive the following error when I run Connect-MsolService - > Exception of type > 'Microsoft.Online.Administration.Automation.MicrosoftOnlineException' was > thrown. + CategoryInfo : OperationStopped: (:) [Connect-MsolService], > MicrosoftOnlineException + FullyQualifiedErrorId : > 0x80090345,Microsoft.Online.Administration.Automation.ConnectMsolService + > PSComputerName : xxxxx Background - I am using powershell to manage Active Directory, Exchange and Sharepoint [...] read more
powershell
ssis
office365
0votes
2answers

Error on trying to connect to MSOL service with PHP and Powershell

I'm trying to connect to Msol Service with powershell $username = "username@domain.com" $password = "password" $secure_password = $password | ConvertTo-SecureString -AsPlainText -Force $credencial = New-Object System.Management.Automation.PSCredential ($username, $secure_password) Import-Module MSOnline Connect-MsolService -Credential $credencial Get-MSolGroup -GroupType DistributionList -SearchString "groupname" | Select DisplayName, EmailAddress, ObjectId | Out-String And PHP: $command = 'powershell [...] read more
php
powershell
office365

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