1

We are trying to deploy Azure SSAS Tabular model to the server in and getting an error:

outputstringnopump must be called on the UI thread

The "Processing Option" is set to "Do Not Process", "Edition" set to "Standard".

The version of Visual Studio is 2022 Community edition fresh install. We tried from 2 different machines.

We can connect via SSMS to the model on server.

Visual Studio is started as administrator.

What can be the issue?

Thank you

Lev

1 Answer 1

1

It's known issue, related to error:
The JSON DDL request failed with the following error: <ccon>Failed to execute XMLA. Error returned: 'New Tabular database '' is not using latest encryption schema. Please run RemoveDiscontinuedFeatures command with EnsureProperEncryption option (or restore DB from backup file with the same option) to upgrade to the latest encryption.
'.</ccon>.
Technical Details:
RootActivityId: 23937a1d-b8db-4d8a-a496-815171a5f1d6
Date (UTC): 3/18/2025 3:55:54 PM

and should be resolved by running XMLA query:


<RemoveDiscontinuedFeatures xmlns='http://schemas.microsoft.com/analysisservices/2003/engine' xmlns:ddl922='http://schemas.microsoft.com/analysisservices/2022/engine/922'>

  <DatabaseID>XXX</DatabaseID>

  <ddl922:EnsureProperEncryption>true</ddl922:EnsureProperEncryption>

</RemoveDiscontinuedFeatures>
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.