Medium severityconfiguration
Power BI Refresh Error:
DF-Synapse-DBNotExist
What does this error mean?
The database in the Synapse Analytics linked service does not exist, or the SQL pool has been paused, deleted, or renamed.
Common causes
- 1The database name in the linked service or dataset is misspelled — Synapse database names are case-sensitive
- 2The Synapse dedicated SQL pool was paused to save costs and is no longer accepting connections
- 3The dedicated SQL pool was deleted and recreated with a different name, but the linked service was not updated
- 4The linked service points to the serverless endpoint but the database name refers to a dedicated pool that does not exist under that endpoint
How to fix it
- 1Open the Synapse Analytics linked service in ADF Studio and check the Database name field.
- 2In the Azure portal, go to Synapse workspace and open Synapse Studio — under the Data hub, verify the exact name of the dedicated SQL pool.
- 3If the pool is paused, resume it: Azure portal > Synapse workspace > SQL pools > select pool > Resume. Wait 2-5 minutes for it to come online.
- 4Verify the linked service server endpoint matches the pool type: use <workspace>.sql.azuresynapse.net for dedicated pools, not the serverless endpoint.
- 5Test connection the linked service after correcting the database name or resuming the pool.
- 6If the pool was deleted, recreate it or update all linked services and datasets pointing to the old name.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide