简体   繁体   English

无法打开 Azure Synapse 文件错误

[英]Azure Synapse File cannot be opened error

We are trying to query data from an Azure Storage Account in an Azure Synapse Workspace through a SQL serverless built-in pool.我们正在尝试通过 SQL 无服务器内置池从 Azure Synapse 工作区中的 Azure 存储帐户查询数据。 This worked fine till yesterday when we got the following error File cannot be opened because it does not exist or it is used by another process with a link to the following Microsoft Documentation: LINK .直到昨天,当我们收到以下错误File cannot be opened because it does not exist or it is used by another process并带有指向以下 Microsoft 文档的链接时,这一直工作正常: LINK

Today we investigated the error and tested the following things:今天我们调查了错误并测试了以下内容:

  • With a different account we are able to run the same SQL script.使用不同的帐户,我们可以运行相同的 SQL 脚本。
  • In a different Synapse workspace we do not have any problems.在不同的 Synapse 工作区中,我们没有任何问题。
  • All accounts are in the same Active Directory Group, so they all have the same access.所有帐户都在同一个 Active Directory 组中,因此它们都具有相同的访问权限。

When we explored the Synapse workspace we found the Monitor tab and at the moment the error occured there are three failed SQL scripts.当我们探索 Synapse 工作区时,我们发现了Monitor选项卡,在发生错误的那一刻,有三个失败的 SQL 脚本。 All the scripts have the same error: Error handling external file: 'waitIOCompletion error. HRESULT = 0x80070003(offset = 0, bytes requested = 117621).'.所有脚本都有相同的错误: Error handling external file: 'waitIOCompletion error. HRESULT = 0x80070003(offset = 0, bytes requested = 117621).'. Error handling external file: 'waitIOCompletion error. HRESULT = 0x80070003(offset = 0, bytes requested = 117621).'.

As per this thread on Microsoft Q&A , the same issue had been faced by others also due to some internal error, but the fix was rolled out within 24 hours.根据Microsoft Q&A 上的这个线程,由于一些内部错误,其他人也遇到了同样的问题,但修复程序在 24 小时内推出。 The issue had been resolved and confirmed by the users in the same thread.该问题已在同一线程中得到用户的解决和确认。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Azure Synapse 中查询 json 文件 - quyering a json file in Azure Synapse 在 Azure Synapse 中使用 SQL 声明变量时出错 - Error in declare variable with SQL in Azure Synapse 在 Azure 突触 SQL 脚本上显示语法错误 - Showing error in syntax on Azure synapse SQL script Azure blob 到 Azure SQL 数据库:无法批量加载,因为无法打开文件“xxxx.csv”。 操作系统错误代码 5(访问被拒绝。) - Azure blob to Azure SQL Database: Cannot bulk load because the file "xxxx.csv" could not be opened. Operating system error code 5(Access is denied.) Transform.parquet 文件 varchar 列到 Azure Synapse 中的日期时间 - Transform .parquet file varchar column to datetime in Azure Synapse 将数据库文件导入Visual Studio 2017会出现错误“由于其版本869而无法打开” - Importing database file into visual studio 2017 gives an error “cannot be opened because its version 869” 由于无法打开文件,因此无法批量加载。 操作系统错误代码5 - Cannot bulk load because the file could not be opened. Operating System Error Code 5 在 Azure Synapse 中查询 BULK OPENROWSET 时是否可以检索文件路径/url 信息? - Is it possible to retrieve file path/url information when querying BULK OPENROWSET in Azure Synapse? Azure Synapse 无法执行部署,出现错误“类型 Microsoft.Data.Tools.Schema.Sql.SqlDwDatabaseSchemaProvider 无效” - Azure Synapse is failing to perform the deployment giving error "type Microsoft.Data.Tools.Schema.Sql.SqlDwDatabaseSchemaProvider is not valid" 无法批量加载,因为文件“ \\\\” <UC Path> \\\\ Test.csv”无法打开。 操作系统错误代码1240 - Cannot bulk load because the file “\\<UC Path>\\Test.csv” could not be opened. Operating system error code 1240
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM