Remote connection auf MSSQL Server funktioniert nicht mit Perl

Sylan

Mitglied
Hallo!
Ich hab hier ein kleines Problem mit meinem MSSQL Server. Und zwar meckert er immer, dass ich keine remote connections zulasse (kommt bei der Ausfuehrung eines Perl Skriptes) Jedoch funktioniert es einwandfrei wenn ich mit PHP auf die Datenbank zugreife. Hier mal der Fehler, den ich krieg:

Named Pipes Provider: Could not open a connection to SQL Server [53].
Message 08001 from 'Microsoft SQL Native Client', Severity: 16
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.
Message HYT00 from 'Microsoft SQL Native Client', Severity: 16
Login timeout expired


Ich hab das Haekchen bei Local and Remote connections - using both TCP and named pipes gesetzt...

Gibt es noch andere Einstellungen? Mit :google: habe ich nichts gefunden.
 
1. Instancename (C:\>osql -S instancename -U sa) fällt aus; nicht war das selbe wie der Servername (C:\>osql -S ServerName -U sa):
http://blogs.msdn.com/sql_protocols/archive/2005/10/22/483684.aspx

2. Logon mit Virtual- Servernamen, nicht ClusterName.
http://blogs.msdn.com/sql_protocols/archive/2005/12/05/500013.aspx

3. Den Produktnamen nicht einstellen, um „SQL Server“ zu sein.
http://softlogger.com/3865/DatabaseSQL/SYSK-201--Using-Linked-Server--Possible-bug-discovered.aspx

4. Standardannahmen auf SQL Server erlauben nicht Remoteanschlüsse.
http://dotnetjunkies.com/Forums/User/UserProfile.aspx?UserName=vinod_vbv
 

Neue Beiträge

Zurück