visual-studio-2015server-explorerazure-data-lake

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. 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.

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)

Solution

  • 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. 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. That is fixed in the upcoming bits (version 2.0.6000.0). It's likely fixed in 2.0.5000.0 also; 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.

    Update: the new bits are live