Error: Cannot Open Server Requested by the Login. The Login Failed.
Issue
Destination connections fail with the following error:
Cannot open server "<IP address>" requested by the login. The login failed.
Environment
Connector: SQL Server (Azure SQL Database or Azure SQL Managed Instance)
Resolution
To resolve this issue, update the username in your Azure SQL connector configuration:
- In Fivetran, go to your SQL Server connection page.
- Select the Settings tab.
- Click Edit connection.
- In the User field, enter your username in the format
username@<server_name>.Replace
<server_name>with the server name only. Do not use the full FQDN. For example, if your server FQDN ismyazuresqlserver.database.windows.net, enterfivetran_user@myazuresqlserver. - Click Save & Test.
Cause
This issue occurs when the Azure SQL instance uses a Private Endpoint. When this happens, Azure SQL requires the username to include the server name in the username@<server_name> format for authentication and routing. Connections fail when you use only the username, the full FQDN, or an incorrectly formatted username.