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
habe ich nichts gefunden.
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