September 11, 2013 at 4:18 am
Dear All,
When I tried to create a Linked Server I get the following error message would you please let me know what would cause the issue please?
Named Pipes Provider: Could not open a connection to SQL Server [53].
OLE DB provider "SQLNCLI" for linked server "Servername" returned message "Login timeout
expired".
OLE DB provider "SQLNCLI" for linked server "Servername" returned message "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.". (.Net SqlClient Data Provider)
Thank you in advance!
September 11, 2013 at 5:00 am
tt-615680 (9/11/2013)
Dear All,When I tried to create a Linked Server I get the following error message would you please let me know what would cause the issue please?
Named Pipes Provider: Could not open a connection to SQL Server [53].
OLE DB provider "SQLNCLI" for linked server "Servername" returned message "Login timeout
expired".
OLE DB provider "SQLNCLI" for linked server "Servername" returned message "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.". (.Net SqlClient Data Provider)
Thank you in advance!
That's the first warning for not using linked servers.
From which engine edition are you trying to link to what target engine edition ?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
September 11, 2013 at 6:31 am
ALZDBA (9/11/2013)
tt-615680 (9/11/2013)
Dear All,When I tried to create a Linked Server I get the following error message would you please let me know what would cause the issue please?
Named Pipes Provider: Could not open a connection to SQL Server [53].
OLE DB provider "SQLNCLI" for linked server "Servername" returned message "Login timeout
expired".
OLE DB provider "SQLNCLI" for linked server "Servername" returned message "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.". (.Net SqlClient Data Provider)
Thank you in advance!
That's the first warning for not using linked servers.
From which engine edition are you trying to link to what target engine edition ?
Thank you for your reply! I'm using SQL Server 2005 standard edition.
Thank you.
September 11, 2013 at 7:05 am
is it configured to be using TCP\IP connections ?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
September 17, 2013 at 5:02 am
ALZDBA (9/11/2013)
is it configured to be using TCP\IP connections ?
In SQL Server Configuration manager, TCP/IP is enabled.
September 18, 2013 at 5:16 am
if you rdp the source sql instance ( where you want to define the linked server ) can you use sqlcmd / SSMS ( if installed ) and connect to the target instance for the linked server ?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
September 18, 2013 at 5:56 am
first check on linked server in ( component services -> computer -> mycomputer -> distributedTransaction there is local DTC.) On local DTC properties tab security allow remote access.
if you do this,
check ram memory on linked server.
January 10, 2014 at 11:40 am
Hi,
if the server is not able to connect through SSMS is there any steps that needs to be checked.
Thanks
January 13, 2014 at 12:43 am
first of all check the way the linked server is defined.
then check if you would indeed be authorized to use the linked server in that way
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply