简体   繁体   中英

Azure Synapse Exception while reading table from synapse Dwh

While reading from table I'm getting

jdbc.SQLServerException : Create External Table As Sect statement failed as the path ####### could not be used for export. Error Code :105005

jdbc.SQLServerException : Create External Table As Sect statement failed as the path ####### could not be used for export. Error Code :105005

This error occurs because of PolyBase can't complete the operation. The operation failure can be due to the following reasons :

  • Network failure when you try to access the Azure blob storage
  • The configuration of the Azure storage account .

You can fix this issue by following this article it helps you resolve the problem that occurs when you do a CREATE EXTERNAL TABLE AS SELECT .

For more in detail, please refer below links:

https://docs.microsoft.com/en-us/troubleshoot/sql/analytics-platform-system/error-cetas-to-blob-storage

https://www.sqlservercentral.com/articles/access-external-data-from-azure-synapse-analytics-using-polybase

https://knowledge.informatica.com/s/article/000175628?language=en_US

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM