简体   繁体   English

从Azure Blob存储获取数据时,Power BI Desktop出错

[英]Error in Power BI Desktop when getting data from Azure Blob Storage

I have json files in one of my containers in Azure Blob Storage. 我在Azure Blob存储中的一个容器中有json文件。 For some reason last week I could download these files as a data source into Power BI Desktop and today I keep getting errors even though nothing changed (as far as I know, I am new to this). 出于某种原因,我上周可以将这些文件作为数据源下载到Power BI Desktop中,而且即使没有任何改变,我仍然会收到错误(据我所知,我是新手)。

This is the error I get: 这是我得到的错误:

An error occurred in the ‘Sample File’ query. DataSource.Error: AzureBlobs failed to get contents from 'https://smartplugdata.blob.core.windows.net/democontainer/'. Status code: 407, description: 'Proxy Authentication Required ( Forefront TMG requires authorization to fulfill the request. Access to the Web Proxy filter is denied.  )'.
Details:
    DataSourceKind=AzureBlobs
    DataSourcePath=https://smartplugdata.blob.core.windows.net/democontainer
    Url=https://smartplugdata.blob.core.windows.net/democontainer/

I don't understand what the problem is. 我不明白问题是什么。 Sometimes I can access the files but then I cannot access the content of the files. 有时我可以访问文件但我无法访问文件的内容。 Other times I can't even access the files. 其他时候我甚至无法访问文件。 Thanks. 谢谢。

Forefront TMG is security software installed on your network. Forefront TMG是安装在您网络上的安全软件。 Something in its policies is blocking the request that you are trying to send to Azure. 其策略中的某些内容阻止了您尝试发送到Azure的请求。 Talking to your local admin should help you figure out which rule is causing the software to block the request and resolve it. 与您当地的管理员交谈可以帮助您找出导致软件阻止请求并解决问题的规则。

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

相关问题 如何从 azure blob 存储中获取 json 数据并使用 azure 数据工厂将其发送到 power apps dataverse - How to get json data from azure blob storage and send it to power apps dataverse using azure data factory 将 json 从 Azure Blob 存储批量上传到 Azure SQL db 时出错 - Error when bulk uploading json to Azure SQL db from Azure Blob Storage 使用 JSON 数据查询来自 Azure 流分析的 Power BI 输出 - Query for Power BI Output from Azure Stream Analytics with JSON data 从 Sharepoint 复制到 Azure Blob 存储时 Json 文件中的编码错误 - Encoding Error in Json file when copied from Sharepoint to Azure Blob Storage 未从Azure Blob存储查询返回JSON数据 - JSON data not returned from Azure blob storage query Azure 从 Blob 存储中抓取数据 w。 Python(无需下载) - Azure Grab Data from Blob Storage w. Python (No downloading) 如何仅使用Excel Power Query从Azure Blob存储中查询值? - How to query values only from Azure Blob Storage with Excel Power Query? 使用jQuery从Azure Blob存储中查询JSON数据 - Query JSON data from Azure Blob Storage with jQuery 将 Firebase 连接到 Microsoft Power BI 时出错 - Error when connecting Firebase to Microsoft Power BI Azure 数据工厂中的映射错误(将 Blob 存储中的 JSON 连接到 Azure Z97705840A01401CBB0CBB07 表) - Mapping error in Azure Data Factory (connecting JSON in Blob storage to Azure SQL table)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM