SSAS Tabular model processing error

Neeta Chander 1 Reputation point
2021-01-19T15:59:36.12+00:00

Hello,
I am getting an error while processing a Tabular model : Failed to save modifications to the server. Error returned: 'A string store or binary store with a compatibility level of '1050' is at the maximum file size of 4 gigabytes. To store additional strings, you can change the StringStoresCompatibilityLevel property of the associated dimension or distinct count measure to '1100' and reprocess. This option is only available on databases with a compatibility level of '1100' or higher.

I am not able to find this setting in Tabular model. I have :

Compatibility Level : SQL Server 2016 (1200)
Version : 14.0.249.3

Any suggestions.

Thanks in Advance.

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,295 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lukas Yu -MSFT 5,821 Reputation points
    2021-01-20T06:12:22.123+00:00

    Hi,

    This error happens because of the string data size over 4 gb. It is not about the 1200 compatibility level you see.

    The best way to resolve this error is to increase string storage capacity.

    This is a multi-step process that starts with having the database at certain compatibility level (1100 or higher), setting the StringStoresCompatibilityLevel property on the object, and concludes with reprocessing the object.
    You could see more and follow the steps in this article.


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    What can I do if my transaction log is full?--- Hot issues November
    How to convert Profiler trace into a SQL Server table -- Hot issues November


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.