简体   繁体   English

从Visual Studio的服务器资源管理器中浏览Data Lake Analytics帐户停止与InternalServerError一起使用

[英]Exploring Data Lake Analytics account from Visual Studio's Server explorer stops working with InternalServerError

I am getting following error while expanding Azure Data Lake Analytics account from Visual Studio's Server Explorer. 从Visual Studio的服务器资源管理器扩展Azure Data Lake Analytics帐户时出现以下错误。 It was working fine but recently it stops working. 它工作正常,但最近停止工作。 I am not sure what is causing this issue and how can I resolve it. 我不确定是什么原因导致了此问题,以及如何解决。 BTW, I am using VS2015. 顺便说一句,我正在使用VS2015。

Hyak.Common.CloudException: InternalServerError: Internal Server returned InternalServerError.

   at Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

   at Microsoft.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)

   at Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountOperationsExtensions.ListStorageContainers(IDataLakeAnalyticsAccountOperations operations, String resourceGroupName, String accountName, String storageAccountName)

   at Microsoft.Cosmos.ClientTools.IDECommon.WindowsAzureStorageClient.GetContainerList(String caNme, String storageAccountName, String suffix)

We found that this happens if you have a Windows Azure Store (WAS) account linked to your Data Lake Analytics account where the key that was used to link the WAS account has expired. 我们发现,如果您有一个链接到Data Lake Analytics帐户的Windows Azure存储(WAS)帐户,而用于链接WAS帐户的密钥已过期,则会发生这种情况。 If this is the case, you can remove and relink the account with the updated key and the issue should go away. 在这种情况下,您可以删除该帐户,然后将其与更新的密钥重新关联,这样问题就可以解决了。 The VS tools shouldn't block expanding that node completely like it does. VS工具不应该像它那样完全阻止扩展该节点。 That is fixed in the upcoming bits (version 2.0.6000.0). 在即将发布的版本(2.0.6000.0版)中已解决了这一问题。 It's likely fixed in 2.0.5000.0 also; 也可能会在2.0.5000.0中修复; however, I would wait about 24 hours for 2.0.6000.0 because the 5000 one has a bad regression where VS locks up if you try to open a project before loading the analytics accounts in server explorer first. 但是,对于2.0.6000.0,我将等待约24小时,因为5000的回归很差,如果您尝试先打开服务器资源管理器中的分析帐户之前尝试打开一个项目,则VS会锁定。

Update: the new bits are live 更新:新的比特是活的

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

相关问题 数据湖分析-在Visual Studio中创建凭据 - Data Lake Analytics - create credentials in Visual Studio Azure数据湖-是否可以在Visual Studio中下载并执行成功的工作? - Azure data lake - is it possible to download and execute a successful job in Visual studio? Visual Studio Server资源管理器中缺少管理类 - Management Classes missing in Visual Studio Server Explorer 带有Team Explorer的Visual Studio数据工具2015? - Visual Studio Data Tools 2015 with Team Explorer? 如何将 LocalDB 添加到 Visual Studio 2015 社区的 SQL Server 对象资源管理器? - How to add LocalDB to Visual Studio 2015 Community's SQL Server Object Explorer? 尝试调试时Visual Studio 2015停止工作 - Visual Studio 2015 Stops Working When Trying To Debug Visual Studio 2015突出显示/ intellisense在重建依赖项后停止工作 - Visual Studio 2015 highlighting / intellisense stops working after dependency rebuilt 发布Azure WebJob时Visual Studio 2015停止工作 - Visual Studio 2015 stops working when publishing an Azure WebJob 如何避免Visual Studio 2015菜单栏中出现“Data Lake”菜单项? - How to avoid “Data Lake” menu item appearing in menu bar of Visual Studio 2015? DOM Explorer和JavaScript控制台在Visual Studio 2015社区中不起作用 - DOM Explorer and JavaScript Console not working in Visual Studio 2015 Community
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM