PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.setup > Sql Server 2000 Connectivity Issue
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
ms.sqlserver.setup Questions about SQL Server.

Sql Server 2000 Connectivity Issue

Réponse
 
LinkBack Outils de la discussion
Vieux 01/11/2006, 16h11   #1
JumpingMattFlash
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Sql Server 2000 Connectivity Issue

I'm currently having a very frustrating time trying to connect a newly
installed Win 2003 Standard Edition (R2) web server to an existing SQL server
2000 db.

The web server needs to connect to three db's in all, one being server 2005
and the other both being 2000. But for what ever reason one of the Sql server
2000 db's cannot be connected to via the new server.

If i try to ping the server, this works, however when i try to telnet on
port 1433, this doesn't connect to the server in question. The internal
firewall rules have been configured as far as we can tell (after all the two
other database servers work OK) to allow access but we've now got a bit
stumped.

Any ideas would be greatfully recieved!

Many thanks,
--
=============
VB .NET Developer
http://www.rocketscience.uk.com
http://www.salesrus.eu
  Réponse avec citation
Vieux 01/11/2006, 16h31   #2
Kevin3NF
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sql Server 2000 Connectivity Issue

What is the error message?

--
Kevin Hill
3NF Consulting
http://www.3nf-inc.com/NewsGroups.htm
http://kevin3nf.blogspot.com


"JumpingMattFlash" <JumpingMattFlash@discussions.microsoft.com> wrote in
message news:C557AD06-BC32-4382-97AA-0E7E433F772F@microsoft.com...
> I'm currently having a very frustrating time trying to connect a newly
> installed Win 2003 Standard Edition (R2) web server to an existing SQL
> server
> 2000 db.
>
> The web server needs to connect to three db's in all, one being server
> 2005
> and the other both being 2000. But for what ever reason one of the Sql
> server
> 2000 db's cannot be connected to via the new server.
>
> If i try to ping the server, this works, however when i try to telnet on
> port 1433, this doesn't connect to the server in question. The internal
> firewall rules have been configured as far as we can tell (after all the
> two
> other database servers work OK) to allow access but we've now got a bit
> stumped.
>
> Any ideas would be greatfully recieved!
>
> Many thanks,
> --
> =============
> VB .NET Developer
> http://www.rocketscience.uk.com
> http://www.salesrus.eu



  Réponse avec citation
Vieux 01/11/2006, 16h58   #3
JumpingMattFlash
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sql Server 2000 Connectivity Issue

On trying to create a new ODBC connection i get the error, access denied or
server cannot be found.

Thanks,
--
=============
VB .NET Developer
http://www.rocketscience.uk.com
http://www.salesrus.eu


"Kevin3NF" wrote:

> What is the error message?
>
> --
> Kevin Hill
> 3NF Consulting
> http://www.3nf-inc.com/NewsGroups.htm
> http://kevin3nf.blogspot.com
>
>
> "JumpingMattFlash" <JumpingMattFlash@discussions.microsoft.com> wrote in
> message news:C557AD06-BC32-4382-97AA-0E7E433F772F@microsoft.com...
> > I'm currently having a very frustrating time trying to connect a newly
> > installed Win 2003 Standard Edition (R2) web server to an existing SQL
> > server
> > 2000 db.
> >
> > The web server needs to connect to three db's in all, one being server
> > 2005
> > and the other both being 2000. But for what ever reason one of the Sql
> > server
> > 2000 db's cannot be connected to via the new server.
> >
> > If i try to ping the server, this works, however when i try to telnet on
> > port 1433, this doesn't connect to the server in question. The internal
> > firewall rules have been configured as far as we can tell (after all the
> > two
> > other database servers work OK) to allow access but we've now got a bit
> > stumped.
> >
> > Any ideas would be greatfully recieved!
> >
> > Many thanks,
> > --
> > =============
> > VB .NET Developer
> > http://www.rocketscience.uk.com
> > http://www.salesrus.eu

>
>
>

  Réponse avec citation
Vieux 01/11/2006, 17h29   #4
Rick Byham, MS
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sql Server 2000 Connectivity Issue

I'm not sure which instances of SQL Server are where, but the SQL Server
Browser Service on the SQL Server computer should be resolving the instance
name to the port number. Make sure it is started.
And SQL Server 2000 must be upgraded to at least SP3 to cooperate with the
SQL Server Browser Service.
--
Rick Byham, MS
This posting is provided "AS IS" with no warranties, and confers no rights.

"JumpingMattFlash" <JumpingMattFlash@discussions.microsoft.com> wrote in
message news:39DEF3F0-9068-4FDC-B847-23CB6AE53751@microsoft.com...
> On trying to create a new ODBC connection i get the error, access denied
> or
> server cannot be found.
>
> Thanks,
> --
> =============
> VB .NET Developer
> http://www.rocketscience.uk.com
> http://www.salesrus.eu
>
>
> "Kevin3NF" wrote:
>
>> What is the error message?
>>
>> --
>> Kevin Hill
>> 3NF Consulting
>> http://www.3nf-inc.com/NewsGroups.htm
>> http://kevin3nf.blogspot.com
>>
>>
>> "JumpingMattFlash" <JumpingMattFlash@discussions.microsoft.com> wrote in
>> message news:C557AD06-BC32-4382-97AA-0E7E433F772F@microsoft.com...
>> > I'm currently having a very frustrating time trying to connect a newly
>> > installed Win 2003 Standard Edition (R2) web server to an existing SQL
>> > server
>> > 2000 db.
>> >
>> > The web server needs to connect to three db's in all, one being server
>> > 2005
>> > and the other both being 2000. But for what ever reason one of the Sql
>> > server
>> > 2000 db's cannot be connected to via the new server.
>> >
>> > If i try to ping the server, this works, however when i try to telnet
>> > on
>> > port 1433, this doesn't connect to the server in question. The internal
>> > firewall rules have been configured as far as we can tell (after all
>> > the
>> > two
>> > other database servers work OK) to allow access but we've now got a bit
>> > stumped.
>> >
>> > Any ideas would be greatfully recieved!
>> >
>> > Many thanks,
>> > --
>> > =============
>> > VB .NET Developer
>> > http://www.rocketscience.uk.com
>> > http://www.salesrus.eu

>>
>>
>>


  Réponse avec citation
Vieux 02/11/2006, 11h34   #5
JumpingMattFlash
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sql Server 2000 Connectivity Issue

Many thanks for everyones input. Seems as though it was due to the firewall
settings. Changing the rules order has allowed the traffic through.

Thanks again,
--
=============
VB .NET Developer
http://www.rocketscience.uk.com
http://www.salesrus.eu


"Rick Byham, MS" wrote:

> I'm not sure which instances of SQL Server are where, but the SQL Server
> Browser Service on the SQL Server computer should be resolving the instance
> name to the port number. Make sure it is started.
> And SQL Server 2000 must be upgraded to at least SP3 to cooperate with the
> SQL Server Browser Service.
> --
> Rick Byham, MS
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "JumpingMattFlash" <JumpingMattFlash@discussions.microsoft.com> wrote in
> message news:39DEF3F0-9068-4FDC-B847-23CB6AE53751@microsoft.com...
> > On trying to create a new ODBC connection i get the error, access denied
> > or
> > server cannot be found.
> >
> > Thanks,
> > --
> > =============
> > VB .NET Developer
> > http://www.rocketscience.uk.com
> > http://www.salesrus.eu
> >
> >
> > "Kevin3NF" wrote:
> >
> >> What is the error message?
> >>
> >> --
> >> Kevin Hill
> >> 3NF Consulting
> >> http://www.3nf-inc.com/NewsGroups.htm
> >> http://kevin3nf.blogspot.com
> >>
> >>
> >> "JumpingMattFlash" <JumpingMattFlash@discussions.microsoft.com> wrote in
> >> message news:C557AD06-BC32-4382-97AA-0E7E433F772F@microsoft.com...
> >> > I'm currently having a very frustrating time trying to connect a newly
> >> > installed Win 2003 Standard Edition (R2) web server to an existing SQL
> >> > server
> >> > 2000 db.
> >> >
> >> > The web server needs to connect to three db's in all, one being server
> >> > 2005
> >> > and the other both being 2000. But for what ever reason one of the Sql
> >> > server
> >> > 2000 db's cannot be connected to via the new server.
> >> >
> >> > If i try to ping the server, this works, however when i try to telnet
> >> > on
> >> > port 1433, this doesn't connect to the server in question. The internal
> >> > firewall rules have been configured as far as we can tell (after all
> >> > the
> >> > two
> >> > other database servers work OK) to allow access but we've now got a bit
> >> > stumped.
> >> >
> >> > Any ideas would be greatfully recieved!
> >> >
> >> > Many thanks,
> >> > --
> >> > =============
> >> > VB .NET Developer
> >> > http://www.rocketscience.uk.com
> >> > http://www.salesrus.eu
> >>
> >>
> >>

>
>

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 05h19.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,15149 seconds with 13 queries