Cannot create SSPI context

前端 未结 19 1477
北海茫月
北海茫月 2020-12-28 13:13

I am working on a .NET application where I am trying to build the database scripts. While building the project, I am getting an error \"Cannot create SSPI context.\". This e

19条回答
  •  既然无缘
    2020-12-28 13:35

    I had the same issue after changing the user which was running the MSSQLSERVER-Service

    To solve incorrect SPNs with SQL Server I used this tool

    http://www.microsoft.com/en-us/download/details.aspx?id=39046 - Microsoft® Kerberos Configuration Manager for SQL Server

    In my case it worked pretty well.

提交回复
热议问题