Re: Linked Server Connection Error: 18459
- From: changliw@xxxxxxxxxxxxxxxxxxxx ("Charles Wang [MSFT]")
- Date: Fri, 02 May 2008 08:06:21 GMT
Hi Ulysses,
Thank you for your response.
I noticed that you said that you also encountered the same error message in
SSMS if you executed query using linked server from A to B. Could you
please confirm with me if you can execute the query in sqlcmd command
prompt?
If there is still login error in command prompt, we need to check the
following situations:
1. Ping your server B to see if server A can access Server B;
2. Run telnet command from server A to B to see if the request can reach to
the Tcp port listened by your SQL Server B.
C:\> telnet <server B> 1433
You can check what the Tcp port is listened by your SQL Server B in SQL
Server Configuration Manager. Select SQL Server 2005 Network
Configuration->Protocols for <SQLSERVERB>, double click TCP/IP, switch to
the IP Addresses tab and check IPAll section to see what the TCP port is.
3. Run SQL Profiler on your Server B to check if the login request is
delivered to your SQL Server B when you tried to query from server A. You
can take the following steps: click New Trace, click Connect, switch to the
Event Selection tab, check Show all events, expand Security Audit, check
Audit Login Failed and click Run.
If you have any other questions or concerns, please feel free to let me
know. It is my pleasure to be of assistance.
Best regards,
Charles Wang
Microsoft Online Community Support
=========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: msdnmg@xxxxxxxxxxxxxx
=========================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
=========================================================
.
- Follow-Ups:
- Re: Linked Server Connection Error: 18459
- From: Ulysses
- Re: Linked Server Connection Error: 18459
- References:
- RE: Linked Server Connection Error: 18459
- From: "Charles Wang [MSFT]"
- Re: Linked Server Connection Error: 18459
- From: Ulysses
- RE: Linked Server Connection Error: 18459
- Prev by Date: Re: Linked Server Connection Error: 18459
- Next by Date: Re: Linked Server Connection Error: 18459
- Previous by thread: Re: Linked Server Connection Error: 18459
- Next by thread: Re: Linked Server Connection Error: 18459
- Index(es):
Relevant Pages
|