question

VarbanovGeorgi-9125 avatar image
0 Votes"
VarbanovGeorgi-9125 asked CarrinWu-MSFT commented

Azure Analysis Services: An unexpected error occured (file 'tmsavepoint.cpp, line 1503, function 'TMSavePoint::GetProxyImpl') at Microsoft.AnalysisServices.Tabular.Model.SaveChangesImpl(SaveOptions options)

Use Case: We are deploying a Tabular Database to an Azure Analysis Services Instance located in West Europe, using a .NET programm.

Here is the relevant part of the C#-code:

 using Microsoft.AnalysisServices.Tabular;
 ...
 Server server = new Server();
 server.Connect(connectionString); 
 Database olapDb = JsonSerializer.DeserializeDatabase(olapDbScript);
 server.Databases.Add(olapDb);
 olapDb.Update(UpdateOptions.ExpandFull);
 ...

Problem: olapDb.Update() throws following exception:
An unexpected error occured (file 'tmsavepoint.cpp, line 1503, function 'TMSavePoint::GetProxyImpl')

at Microsoft.AnalysisServices.Tabular.Model.SaveChangesImpl(SaveOptions options)
...

Note: We get the same message also with SQL Server Analysis Services 2019 (Build 15.0.32.52).

What is wrong there?

sql-server-analysis-servicesazure-analysis-services
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @VarbanovGeorgi-9125, we have not get a reply from you. Could below answers help you? If yes, please do "Accept Answer". By doing so, it will benefit for community members who have this similar issue. Your contribution is highly appreciated. Thank you!

0 Votes 0 ·
dgosbell avatar image
0 Votes"
dgosbell answered

This looks to me like you've encountered a bug. You should raise an official support ticket with Microsoft so that they can get an engineer engaged to investigate this.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

CarrinWu-MSFT avatar image
0 Votes"
CarrinWu-MSFT answered CarrinWu-MSFT edited

Hi @VarbanovGeorgi-9125,

Welcome to Microsoft Q&A! Your question is related with C#, but I am not familiar with it. I suggest that you could post your question in C# forum and will get a solution quickly.

Based on my research, you could check the name of the server and the database first, it seems to be case sensitive when deployed to the server. If it is not work, please refer to this similar issue, and it resolved by CU12(15.0.35.15).

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.