Unable to Use Azure Data Catalog to connect to and inventory Azure Analysis Services
Category: azure analysis services
Question
DJC523 on Wed, 16 Jan 2019 18:05:30
Using the server name of asazure://aspaaseastus2.asazure.windows.net/federatedaasplus I am getting an error from the Azure Data Catalog application when I try to Connect. "The remote server returned an error: (411) Length Required. I do have Contributor permissions on the AAS.
Doug
Replies
ChiragMishra-MSFT on Thu, 17 Jan 2019 09:25:31
Hi,
Just to clarify, How are you connecting to the server ? Usually this error is associated with the Content-Length header.
To fix this error, add an explicit content length to your request before making the API call.
request.ContentLength = 0;
Let us know if this helps. Else, we can gladly continue the dialogue.