Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

JSON script sent via SSMS unable to delete a corrupted database in Azure Analysis Services


View products that this article applies to.

Symptoms

You may be unable to delete a corrupted database in Azure Analysis Services by using JavaScript Object Notation (JSON) script in Microsoft SQL Server Management Studio (SSMS). When you try to do this, you may receive any of the following error messages from the corrupted database: 

↑ Back to the top


Workaround

To work around this issue, run an XML for Analysis (XMLA) query in SSMS to delete the corrupted database:

<Delete xmlns="http://schemas.microsoft.com/analysisservices/2003/engine" IgnoreFailures=”true”>
<Object>
<DatabaseID>DatabaseID</DatabaseID>
</Object>
</Delete>

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


Keywords: kbsurveynew, kbtshoot, kbExpertiseInter

↑ Back to the top

Article Info
Article ID : 4460002
Revision : 10
Created on : 9/5/2018
Published on : 9/5/2018
Exists online : False
Views : 182