SQL Server on RDS Issue With Linked Server

0

I'm testing Linked Server on RDS SQL Server to point to existing SQL Server (non RDS). Test connection throw error with the following message :

------------------------------
ADDITIONAL INFORMATION:

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------

Named Pipes Provider: Could not open a connection to SQL Server [53]. 
OLE DB provider "SQLNCLIThe test connection to the linked server failed.
11" for linked server "GFHSVRHRISDEV01.corp.xyz.co.id" returned message "Login timeout expired".
OLE DB provider "SQLNCLI11" for linked server "GFHSVRHRISDEV01.corp.xyz.co.id" returned message "A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.". (Microsoft SQL Server, Error: 53)

I have validated the network connectivity as well as domain name resolution using EC2, domain resolution works, telnet to port 1433 also open. As this RDS integrated with the Managed Active Directory, I have also checked that the Conditional Forwarding works to lookup target domain.

The target database also already configured to accept remote connection.

What would be the possible root cause for this? I'm looking for any hints to further troubleshoot this issue.

AWS
專家
Tedy_T
已提問 4 年前檢視次數 1155 次
1 個回答
0
已接受的答案

In addition to checking whether Named Pipes are configured, verify that the server name is resolvable from the device initiating the connection, verify port 1433 and 1434 are permitted inbound from the device you are testing from, and also verify that outbound communication is permitted for return traffic i.e. ephemeral ports are open outbound and also permitted by any firewalls in between. A more simplistic way to test is to leverage UDL files to test connectivity documented here - https://docs.microsoft.com/en-us/sql/connect/oledb/help-topics/data-link-pages?view=sql-server-ver15

AWS
已回答 4 年前
profile picture
專家
已審閱 20 天前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南