Forum Discussion
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
- lbendlin
Super User
show your XMLA command.
- junnsonalFrequent Visitor
This is what we are using -
{
"refresh": {
"type": "full",
"objects": [
{
"database": "<<semantic model name>>",
"table": "<<table name>>"
}
]
}
}- lbendlin
Super User
looks good. Did you set your xmla endpoint to read/write ?
- junnsonalFrequent 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?
- JaileneHFrequent 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"
}
]
}
}