Error While a partition is processed: "The JSON DDL request failed with the following error: The server sent an unrecognizable response.;Root element is missing"
Irama Abello Moreno
0
Reputation points
We got this error when it was processing a tabular model partition in SSAS from an SSIS package.
This is the JSON that process the partition:
{ "refresh": { "type": "full", "objects": [ { "database": "ClicksterToday", "table": "Clickster", "partition": "CLICKSTER Today 0" }] } }
Note: The partition is processed every 10 seconds and sometimes this error is shown. Could you help me, please? How Can I fix it? Thanks
Sign in to answer