Benutzer mit den meisten Antworten
Fehler bei Verbindung zu SQL Server

Frage
-
Guten Tag,
seit kurzem habe ich das Problem, dass beim anmelden am lokalen SQL Server keine Verbindung hergestellt werden kann. Ich finde hier einfach keine Lösung zumal ich mich mit dem Uni Server ohne Probleme verbinden kann.
Angezeigt wird "error: 40" und "Fehler 2" und dass er die Datei angeblich nicht finden kann, was einfach keinen Sinn macht, da das vor kurzem noch ohne Probleme ging und er diese lokale Instanz ja auch anzeigt. Das ganze ist bei Laptop wie Computer dasselbe Problem.
Kennt jemand eine Lösung für diese Problem?
Antworten
-
Die Fehlebeschreibung ist ja leider sehr dürftig, aber aus error:40 und Fehler 2 tippe ich mal auf Named Pipes.
Dieser Artikel sollte helfen
Siehe hierbei den Abschnitt 3:
3) xxx = 2
winerr 2 means “The system cannot find the file specified”. This error message means the client can reach the server but there is no Named Pipe listener with specific pipe name on the target machine. It also means the account can have a file sharing session without a problem.Possible reasons are:
a) typo in instance name or wrong instance name. The instance name is not the one you are targeting. Note that for default instance, you shouldn’t use MSSQLSERVER as instance name.
b) Target SQL Server is not running
c) Named Pipe is not enabled on the server. In this case, the SQL server is not listenning on the specific pipe name.
Einen schönen Tag noch, Christoph -- Data Platform MVP - http://www.insidesql.org/blogs/cmu
- Bearbeitet Christoph Muthmann Freitag, 8. April 2016 07:03
- Als Antwort vorgeschlagen Dimitar DenkovMicrosoft contingent staff, Moderator Montag, 11. April 2016 07:10
- Als Antwort markiert Dimitar DenkovMicrosoft contingent staff, Moderator Donnerstag, 21. April 2016 09:09
Alle Antworten
-
Die Fehlebeschreibung ist ja leider sehr dürftig, aber aus error:40 und Fehler 2 tippe ich mal auf Named Pipes.
Dieser Artikel sollte helfen
Siehe hierbei den Abschnitt 3:
3) xxx = 2
winerr 2 means “The system cannot find the file specified”. This error message means the client can reach the server but there is no Named Pipe listener with specific pipe name on the target machine. It also means the account can have a file sharing session without a problem.Possible reasons are:
a) typo in instance name or wrong instance name. The instance name is not the one you are targeting. Note that for default instance, you shouldn’t use MSSQLSERVER as instance name.
b) Target SQL Server is not running
c) Named Pipe is not enabled on the server. In this case, the SQL server is not listenning on the specific pipe name.
Einen schönen Tag noch, Christoph -- Data Platform MVP - http://www.insidesql.org/blogs/cmu
- Bearbeitet Christoph Muthmann Freitag, 8. April 2016 07:03
- Als Antwort vorgeschlagen Dimitar DenkovMicrosoft contingent staff, Moderator Montag, 11. April 2016 07:10
- Als Antwort markiert Dimitar DenkovMicrosoft contingent staff, Moderator Donnerstag, 21. April 2016 09:09