1

We have an SSAS tabular model that we want to add partitions to. The server is hosted on Azure with 100GB of memory (the highest tier). We manage to create 5 out of 20 partitions, but when we try to create the sixth partition we get the following error:

Failed to save modifications to the server. Error returned: 'Memory error: You have reached the maximum allowable memory allocation for your tier. Consider upgrading to a tier with more available memory. Technical Details: RootActivityId: b2ae04c9-f0eb-4f62-93f9-adcda143a25d Date (UTC): 9/13/2017 7:43:46 AM

The strange thing is that the memory usage is just around 17gb out of 100gb when we check the server monitoring logs.

I have seen a similar issue in Azure Analysis Services maximum allowable memory issue, but I don't think this is the same problem.

Another funny thing is that we have managed to process another model with the same type of data, but the tables used in that model are even bigger than the tables in this model. The server that is hosting that model has the same amount of memory as the server that is hosting the model that fails partitioning.

If it is of any help, we upgraded this server's tier, so perhaps there is a bug in Azure so it thinks we have the old pricing tier with the lower amount of memory?

4

1 回答 1

0

奇怪的是,我们的本地数据网关计算机是导致此问题的原因。我不知道为什么,但是一旦我们重新启动网关计算机,我们就摆脱了这个错误...

于 2017-10-15T10:13:07.830 回答