Microsoft Analysis Service (SSAS) - Unable to create a database

183 views Asked by At

Create DB is failing with the below error for SSAS OS - Microsoft Windows Server 2022 Datacenter

===================================

Internal error: An unexpected error occurred (file 'pcserialize.cpp', line 1535, function 'ASDatabase::Serialize').
 (Microsoft.AnalysisServices.Core)

------------------------------
Program Location:

   at Microsoft.AnalysisServices.Core.AnalysisServicesClient.SendExecuteAndReadResponse(ImpactDetailCollection impacts, Boolean expectEmptyResults, Boolean throwIfError)
   at Microsoft.AnalysisServices.Core.AnalysisServicesClient.Alter(IMajorObject obj, ObjectExpansion expansion, ImpactDetailCollection impact, Boolean allowCreate, XmlaWarningCollection warnings, JaXmlSerializer serializer)
   at Microsoft.AnalysisServices.Core.Server.Update(IMajorObject obj, UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings, ImpactDetailCollection impactResult)
   at Microsoft.AnalysisServices.Core.Server.SendUpdate(IMajorObject obj, UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings, ImpactDetailCollection impactResult)
   at Microsoft.AnalysisServices.MajorObject.Update(UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings)
   at Microsoft.AnalysisServices.MajorObject.Update(UpdateOptions options)
   at Microsoft.AnalysisServices.ManagementDialogs.OlapCreateDB.SendDataToServer()

Any pointers if I am missing something?

Create a test database

0

There are 0 answers