High severitycredentials
Power BI Refresh Error:
SqlServerInvalidLinkedServiceCredentialMissing
What does this error mean?
The SQL Server linked service is missing required credentials — ADF cannot connect because the username, password, or connection string is incomplete.
Common causes
- 1The password or username field in the SQL Server linked service was left empty
- 2The connection string was truncated or is malformed, omitting required authentication parts
- 3An Azure Key Vault reference for the password resolved to an empty or non-existent secret
How to fix it
- 1Open the SQL Server linked service in ADF Studio and verify all required fields (server, database, username, password) are populated.
- 2If using Azure Key Vault for the password, confirm the secret name and version are correct and the secret has a value.
- 3Test the connection using the "Test connection" button on the linked service settings page.
- 4Re-enter the credentials manually and save the linked service to force a fresh credential store.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-synapse-sql