Forum Discussion
Giuseppe_Pezzella
May 14, 2024Copper Contributor
The name of the target entity is incorrect. Unable to generate SSPI context
Hi when my .net framework app try to connect to sql server happenn this error: The name of the target entity is incorrect. Unable to generate SSPI context How resolve?
Giuseppe_Pezzella
May 16, 2024Copper Contributor
Hi
in this way:
Dim Stringa_di_Connessione As New SqlConnection("Data Source=" + NOME_SQL_SERVER + ";Initial Catalog=master;Integrated Security=True")
How I should modify it?
in this way:
Dim Stringa_di_Connessione As New SqlConnection("Data Source=" + NOME_SQL_SERVER + ";Initial Catalog=master;Integrated Security=True")
How I should modify it?
olafhelper
May 17, 2024Bronze Contributor
Giuseppe_Pezzella , how can I guess the content of the variable "NOME_SQL_SERVER" for the used server name? I can't.
- Giuseppe_PezzellaMay 17, 2024Copper ContributorNOME_SQL_SERVE= "ZEN-BOOK-PRO-UX\SQLEXPRESS"