dbTalk Databases Forums  

Linked Server Error from SQL 7 to SQL 2000 Cluster ("ERROR 2: Access Denied")

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss Linked Server Error from SQL 7 to SQL 2000 Cluster ("ERROR 2: Access Denied") in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Matt James
 
Posts: n/a

Default Linked Server Error from SQL 7 to SQL 2000 Cluster ("ERROR 2: Access Denied") - 01-08-2004 , 10:00 AM






Hi all,

I've recently upgraded (complete OS and SQL rebuild) a SQL 7
active/active cluster to a Windows 2000 muliple instance cluster.
Everything is fine apart from the fact that i get an error message
when creating a linked server from another SQL 7 server to one of the
nodes in the SQL 2000 cluster.

I have tried through enterprise manager and using sp_addlinkedserver.
I am using the Microsoft OLE BD Provider for SQL server and connecting
using the SA login. The SA login and password are the same on both
boxes.

In both cases the server appears in enterprise manager but I get the
message "ERROR 2: Access Denied" when I double click on tables or
views.

I have no problem setting up a linked server from the SQL 2000 Node to
the SQL 7 node.

Anyone got any ideas? I had a full head of hair yesterday and about
30% remains..

Any help would be much appreciated.
Thanks,
Matt

Reply With Quote
  #2  
Old   
Rand Boyd [MS]
 
Posts: n/a

Default RE: Linked Server Error from SQL 7 to SQL 2000 Cluster ("ERROR 2: Access Denied") - 01-08-2004 , 10:29 AM






It sounds like the SQL Server startup account for the SQL Server 7.0
instance does not have permission to the node that the SQL Server 2000
instance is running on.
If you login using that start up account can you access the node that the
SQL Server 2000 instance is running on?

Rand
This posting is provided "as is" with no warranties and confers no rights.


Reply With Quote
  #3  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Linked Server Error from SQL 7 to SQL 2000 Cluster ("ERROR 2: Access Denied") - 01-08-2004 , 10:46 AM



Update to the latest MDAC (2.8?)on your SQL 7 installation. You are most
likely running a non-instance-aware version of MDAC. Clustered SQL looks
like an instance to a client. SQL 7 does not include instance-awareness in
the client libraries.

--
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com




"Matt James" <matt.marks (AT) haynet (DOT) com> wrote

Quote:
Hi all,

I've recently upgraded (complete OS and SQL rebuild) a SQL 7
active/active cluster to a Windows 2000 muliple instance cluster.
Everything is fine apart from the fact that i get an error message
when creating a linked server from another SQL 7 server to one of the
nodes in the SQL 2000 cluster.

I have tried through enterprise manager and using sp_addlinkedserver.
I am using the Microsoft OLE BD Provider for SQL server and connecting
using the SA login. The SA login and password are the same on both
boxes.

In both cases the server appears in enterprise manager but I get the
message "ERROR 2: Access Denied" when I double click on tables or
views.

I have no problem setting up a linked server from the SQL 2000 Node to
the SQL 7 node.

Anyone got any ideas? I had a full head of hair yesterday and about
30% remains..

Any help would be much appreciated.
Thanks,
Matt



Reply With Quote
  #4  
Old   
Mike Epprecht [SQL Server MVP]
 
Posts: n/a

Default Re: Linked Server Error from SQL 7 to SQL 2000 Cluster ("ERROR 2: Access Denied") - 01-08-2004 , 02:43 PM



Don't run MDAC v 2.6 or later on a SQL 7 cluster server. Your cluster will
stop working as it is not compatible.

http://msdn.microsoft.com/library/de...dataaccess.asp

--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Epprecht Consulting (PTY) LTD
Johannesburg, South Africa
Mobile: +27-82-552-0268
IM: mike (AT) NOSPAMepprecht (DOT) net

Specialist SQL Server Solutions and Consulting

"Geoff N. Hiten" <SRDBA (AT) Careerbuilder (DOT) com> wrote

Quote:
Update to the latest MDAC (2.8?)on your SQL 7 installation. You are most
likely running a non-instance-aware version of MDAC. Clustered SQL looks
like an instance to a client. SQL 7 does not include instance-awareness
in
the client libraries.

--
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com




"Matt James" <matt.marks (AT) haynet (DOT) com> wrote in message
news:e0f9d3e4.0401080800.2c119771 (AT) posting (DOT) google.com...
Hi all,

I've recently upgraded (complete OS and SQL rebuild) a SQL 7
active/active cluster to a Windows 2000 muliple instance cluster.
Everything is fine apart from the fact that i get an error message
when creating a linked server from another SQL 7 server to one of the
nodes in the SQL 2000 cluster.

I have tried through enterprise manager and using sp_addlinkedserver.
I am using the Microsoft OLE BD Provider for SQL server and connecting
using the SA login. The SA login and password are the same on both
boxes.

In both cases the server appears in enterprise manager but I get the
message "ERROR 2: Access Denied" when I double click on tables or
views.

I have no problem setting up a linked server from the SQL 2000 Node to
the SQL 7 node.

Anyone got any ideas? I had a full head of hair yesterday and about
30% remains..

Any help would be much appreciated.
Thanks,
Matt





Reply With Quote
  #5  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Linked Server Error from SQL 7 to SQL 2000 Cluster ("ERROR 2: Access Denied") - 01-08-2004 , 03:08 PM



Good catch. I missed that it was a SQL 7.0 Cluster.

Doh!.

"Mike Epprecht [SQL Server MVP]" <mike (AT) NOSPAMepprecht (DOT) net> wrote

Quote:
Don't run MDAC v 2.6 or later on a SQL 7 cluster server. Your cluster will
stop working as it is not compatible.


http://msdn.microsoft.com/library/de...dataaccess.asp

--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Epprecht Consulting (PTY) LTD
Johannesburg, South Africa
Mobile: +27-82-552-0268
IM: mike (AT) NOSPAMepprecht (DOT) net

Specialist SQL Server Solutions and Consulting

"Geoff N. Hiten" <SRDBA (AT) Careerbuilder (DOT) com> wrote in message
news:u14x9bg1DHA.4060 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Update to the latest MDAC (2.8?)on your SQL 7 installation. You are
most
likely running a non-instance-aware version of MDAC. Clustered SQL
looks
like an instance to a client. SQL 7 does not include instance-awareness
in
the client libraries.

--
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com




"Matt James" <matt.marks (AT) haynet (DOT) com> wrote in message
news:e0f9d3e4.0401080800.2c119771 (AT) posting (DOT) google.com...
Hi all,

I've recently upgraded (complete OS and SQL rebuild) a SQL 7
active/active cluster to a Windows 2000 muliple instance cluster.
Everything is fine apart from the fact that i get an error message
when creating a linked server from another SQL 7 server to one of the
nodes in the SQL 2000 cluster.

I have tried through enterprise manager and using sp_addlinkedserver.
I am using the Microsoft OLE BD Provider for SQL server and connecting
using the SA login. The SA login and password are the same on both
boxes.

In both cases the server appears in enterprise manager but I get the
message "ERROR 2: Access Denied" when I double click on tables or
views.

I have no problem setting up a linked server from the SQL 2000 Node to
the SQL 7 node.

Anyone got any ideas? I had a full head of hair yesterday and about
30% remains..

Any help would be much appreciated.
Thanks,
Matt







Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.