TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Microsoft > Microsoft SQL Server

Notices

SS 2000 not allow remote connections

Microsoft SQL Server


Reply
 
Thread Tools Display Modes
Old 11-12-2007, 01:03 AM   #1
GaryDean
Guest
 
Posts: n/a
SS 2000 not allow remote connections

I'm trying to connect to a SQL Server 2000 (not 2005) database on another
server and I'm getting the error that SQL Server 2005 does not allow remote
connections by default.

But I'm running 2000. Why am I getting an error about 2005?

All of the stuff in the internet about this problem is in regards to 2005
where it tells you go to go into the surface areas utility etc.

Can anyone enlighten me?

--
Regards,
Gary Blakely


  Reply With Quote
Old 11-12-2007, 01:03 AM   #2
Rick Sawtell
Guest
 
Posts: n/a
Re: SS 2000 not allow remote connections


"GaryDean" <GaryDean@newsgroups.nospam> wrote in message
news:.gbl...
> I'm trying to connect to a SQL Server 2000 (not 2005) database on another
> server and I'm getting the error that SQL Server 2005 does not allow
> remote connections by default.
>
> But I'm running 2000. Why am I getting an error about 2005?
>
> All of the stuff in the internet about this problem is in regards to 2005
> where it tells you go to go into the surface areas utility etc.
>
> Can anyone enlighten me?
>
> --
> Regards,
> Gary Blakely
>
>\


Open enterprise manager and connect to the 2k SS in question.

Right-click on the Server and choose Properties.

In the properties window, click the Connections tab.

On the bottom half of the connection tab, there is a section called "Remote
server connections"

Click the appropriate check-boxes.


Rick Sawtell


  Reply With Quote
Old 11-12-2007, 01:04 AM   #3
GaryDean
Guest
 
Posts: n/a
Re: SS 2000 not allow remote connections

Sorry, I should have mentioned that I already had verified that the Allow
other SQL Servers to connect remotely to this SQL Server using RPC was
checked.

--
Regards,
Gary Blakely
Dean Blakely & Associates

"Rick Sawtell" <> wrote in message
news:.gbl...
>
> "GaryDean" <GaryDean@newsgroups.nospam> wrote in message
> news:.gbl...
>> I'm trying to connect to a SQL Server 2000 (not 2005) database on another
>> server and I'm getting the error that SQL Server 2005 does not allow
>> remote connections by default.
>>
>> But I'm running 2000. Why am I getting an error about 2005?
>>
>> All of the stuff in the internet about this problem is in regards to 2005
>> where it tells you go to go into the surface areas utility etc.
>>
>> Can anyone enlighten me?
>>
>> --
>> Regards,
>> Gary Blakely
>>
>>\

>
> Open enterprise manager and connect to the 2k SS in question.
>
> Right-click on the Server and choose Properties.
>
> In the properties window, click the Connections tab.
>
> On the bottom half of the connection tab, there is a section called
> "Remote server connections"
>
> Click the appropriate check-boxes.
>
>
> Rick Sawtell
>
>



  Reply With Quote
Old 11-12-2007, 03:42 PM   #4
Jason Massie
Guest
 
Posts: n/a
Re: SS 2000 not allow remote connections

Hi Gary,
You have probably already done this but I would start at the bottom and work
my way up. Telnet by name to verify name resolution, connectivity and it is
listening.

telnet YourServer 1433(or the port)

If that is good, try creating an alias forcing tcp and the hard coded port.


--
Jason Massie
Web:
RSS:

"GaryDean" <GaryDean@newsgroups.nospam> wrote in message
news:.gbl...
> I'm trying to connect to a SQL Server 2000 (not 2005) database on another
> server and I'm getting the error that SQL Server 2005 does not allow
> remote connections by default.
>
> But I'm running 2000. Why am I getting an error about 2005?
>
> All of the stuff in the internet about this problem is in regards to 2005
> where it tells you go to go into the surface areas utility etc.
>
> Can anyone enlighten me?
>
> --
> Regards,
> Gary Blakely
>
>



  Reply With Quote
Old 11-12-2007, 03:42 PM   #5
Jason Massie
Guest
 
Posts: n/a
Re: SS 2000 not allow remote connections

Hi Gary,
You have probably already done this but I would start at the bottom and work
my way up. Telnet by name to verify name resolution, connectivity and it is
listening.

telnet YourServer 1433(or the port)

If that is good, try creating an alias forcing tcp and the hard coded port.


--
Jason Massie
Web:
RSS:

"GaryDean" <GaryDean@newsgroups.nospam> wrote in message
news:.gbl...
> I'm trying to connect to a SQL Server 2000 (not 2005) database on another
> server and I'm getting the error that SQL Server 2005 does not allow
> remote connections by default.
>
> But I'm running 2000. Why am I getting an error about 2005?
>
> All of the stuff in the internet about this problem is in regards to 2005
> where it tells you go to go into the surface areas utility etc.
>
> Can anyone enlighten me?
>
> --
> Regards,
> Gary Blakely
>
>



  Reply With Quote
Old 11-12-2007, 03:50 PM   #6
Wei Lu [MSFT]
Guest
 
Posts: n/a
Re: SS 2000 not allow remote connections

Hello Gary,

I would like to suggest you first check whether you have connect to the
right instance.

Then, you may follow this KB article to troubleshoot.

827422 How to troubleshoot connectivity issues in SQL Server 2000


Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

  Reply With Quote
Old 11-12-2007, 03:50 PM   #7
Wei Lu [MSFT]
Guest
 
Posts: n/a
Re: SS 2000 not allow remote connections

Hello Gary,

I would like to suggest you first check whether you have connect to the
right instance.

Then, you may follow this KB article to troubleshoot.

827422 How to troubleshoot connectivity issues in SQL Server 2000


Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

  Reply With Quote
Old 11-12-2007, 03:52 PM   #8
Jason Massie
Guest
 
Posts: n/a
Re: SS 2000 not allow remote connections

Hi Gary,
You have probably already done this but I would start at the bottom and work
my way up. Telnet by name to verify name resolution, connectivity and it is
listening.

telnet YourServer 1433(or the port)

If that is good, try creating an alias forcing tcp and the hard coded port.


--
Jason Massie
Web:
RSS:

"GaryDean" <GaryDean@newsgroups.nospam> wrote in message
news:.gbl...
> I'm trying to connect to a SQL Server 2000 (not 2005) database on another
> server and I'm getting the error that SQL Server 2005 does not allow
> remote connections by default.
>
> But I'm running 2000. Why am I getting an error about 2005?
>
> All of the stuff in the internet about this problem is in regards to 2005
> where it tells you go to go into the surface areas utility etc.
>
> Can anyone enlighten me?
>
> --
> Regards,
> Gary Blakely
>
>



  Reply With Quote
Old 11-12-2007, 03:53 PM   #9
Jason Massie
Guest
 
Posts: n/a
Re: SS 2000 not allow remote connections

Hi Gary,
You have probably already done this but I would start at the bottom and work
my way up. Telnet by name to verify name resolution, connectivity and it is
listening.

telnet YourServer 1433(or the port)

If that is good, try creating an alias forcing tcp and the hard coded port.


--
Jason Massie
Web:
RSS:

"GaryDean" <GaryDean@newsgroups.nospam> wrote in message
news:.gbl...
> I'm trying to connect to a SQL Server 2000 (not 2005) database on another
> server and I'm getting the error that SQL Server 2005 does not allow
> remote connections by default.
>
> But I'm running 2000. Why am I getting an error about 2005?
>
> All of the stuff in the internet about this problem is in regards to 2005
> where it tells you go to go into the surface areas utility etc.
>
> Can anyone enlighten me?
>
> --
> Regards,
> Gary Blakely
>
>



  Reply With Quote
Old 11-12-2007, 04:00 PM   #10
Wei Lu [MSFT]
Guest
 
Posts: n/a
Re: SS 2000 not allow remote connections

Hello Gary,

I would like to suggest you first check whether you have connect to the
right instance.

Then, you may follow this KB article to troubleshoot.

827422 How to troubleshoot connectivity issues in SQL Server 2000


Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

  Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 02:30 AM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional