最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

c# - Failed Azure Analysis Server Data "SaveChanges" - "'Error.cpp', line 116, functi

programmeradmin0浏览0评论

I have a SQL Server 2022 server where I am building a Azure Analysis Service(AAS) cube, amongst other code I have the following:

Tabular.Database d = ssasServer.Databases.FindByName(dbName);
d.Model = model;
d.Model.SaveChanges(Tabular.SaveFlags.Default);

When I run this against a specific AAS instance(A) from a specific server(B), it is throwing the following error:

Microsoft.AnalysisServices.OperationException: 'Failed to save modifications to the server. Error returned: 'An unexpected error occurred (file 'Error.cpp', line 116, function 'err::BaseError::ThrowFromTLS').

However running the same code with the same cube on another server(C) works without issue... In fact running any cube against this specific instance(A) from server(B) is resulting in this error.

What does this error mean? How do I get more information? Is there a way I can view Error.cpp? I don't think the issue is the cube or AAS instance but the connection between the two, how do I get more information on this I only see a single post and it doesn't provide more information?

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论