Forum Discussion

junnsonal's avatar
junnsonal
Frequent Visitor
2 years ago

XMLA endpoint - error when processing a model - Lists of BinaryXml value tokens not supported.

I would like to know what this error message means and how to fix it.

9 Replies

  • junnsonal's avatar
    junnsonal
    Frequent Visitor

    This is what we are using -

    {
      "refresh": {
        "type": "full",
        "objects": [
          {
            "database": "<<semantic model name>>",
            "table": "<<table name>>"
          }
        ]
      }
    }

     

    • lbendlin's avatar
      lbendlin
      Icon for Super User rankSuper User

      looks good.  Did you set your xmla endpoint to read/write ?

      • junnsonal's avatar
        junnsonal
        Frequent Visitor

        oh yes!! we have been doing this for long time and now suddenly we are seeing this.

        Interestingly, in some cases processing still works even after we get this error, but not always.

        What does this error mean?

  • JaileneH's avatar
    JaileneH
    Frequent Visitor

    Do we have any update for this error? We are getting the same error, but it happened when we did "defragement" on one of the tables in the PBI dataset. 

    The error shows up, but the query continues running. 

    This is the code we used:

    {

    "refresh": {

    "type": "defragment",

    "objects": [

    {

    "database": "DatabaseName",

    "table": "TableName"

    }

    ]

    }

    }