尝试处理Azure Analysis Service时发生内部错误AsyncOperationConflictException

时间:2019-03-05 19:07:35

标签: azure api azure-logic-apps azure-analysis-services

当我尝试处理Azure多维数据集时,出现以下错误:

{
    "statusCode": 409,
    "headers": {
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
        "x-ms-root-activity-id": "6xxx82d1-xxxx-4613-9ca5-xxxxxxxxxx",
        "x-ms-current-utc-date": "3/5/2019 4:00:25 PM",
        "x-ms-xmlaerror-extended": "Internal error AsyncOperationConflictException_Message1.CUBENAME",
        "Date": "Tue, 05 Mar 2019 16:00:26 GMT",
        "Server": "Microsoft-HTTPAPI/2.0",
        "Content-Length": "296",
        "Content-Type": "application/json; charset=utf-8"
    },
    "body": {
        "code": "Conflict",
        "subCode": 1,
        "message": "Internal error AsyncOperationConflictException_Message1.CUBENAME",
        "timeStamp": "2019-03-05T16:00:26.2644538Z",
        "httpStatusCode": 409,
        "details": [
            {
                "code": "RootActivityId",
                "message": "6xxx82d1-f39e-xxxx-9ca5-xxxxxxxxxx"
            },
            {
                "code": "Param1",
                "message": "inspire"
            }
        ]
    }
}

简要说明: 我尝试在逻辑应用程序中处理我的多维数据集。在步骤1的下图中,我扩展了Azure AS,然后在步骤2中设置了参数,在步骤3中得到了错误: enter image description here

您知道我为什么会收到此错误吗?

0 个答案:

没有答案