Hi.
I am having trouble when I try to backup an SSAS database. I try to do it manually in SSMS. It doesn't matter which option I tick or untick (Allow file overwrite, Apply compression, Encrypt backup file) (I tried everything) or which directory I choose. After 1 - 2 seconds an empty backup file is created and I get the following error message:
Systemfehler: Invalid procedure call or argument
(Microsoft.AnalysisServices)
------------------------------
Program Location:
at Microsoft.AnalysisServices.AnalysisServicesClient.SendExecuteAndReadResponse(ImpactDetailCollection impacts, Boolean expectEmptyResults, Boolean throwIfError)
at Microsoft.AnalysisServices.AnalysisServicesClient.Backup(Database database, String file, Boolean allowOverwrite, Boolean backupRemotePartitions, ICollection locations, Boolean applyCompression, String password)
at Microsoft.AnalysisServices.Server.Backup(Database database, BackupInfo backupInfo)
at Microsoft.AnalysisServices.Database.Backup(BackupInfo backupInfo)
at Microsoft.AnalysisServices.ManagementDialogs.OlapBackup.OnRunNow(Object sender)
at Microsoft.SqlServer.Management.SqlMgmt.PanelExecutionHandler.Run(RunType runType, Object sender)
at Microsoft.SqlServer.Management.SqlMgmt.SqlMgmtTreeViewControl.DoPreProcessExecutionAndRunViews(RunType runType)
at Microsoft.SqlServer.Management.SqlMgmt.SqlMgmtTreeViewControl.ExecuteForOlap(PreProcessExecutionInfo executionInfo, ExecutionMode& executionResult)
at Microsoft.SqlServer.Management.SqlMgmt.SqlMgmtTreeViewControl.Microsoft.SqlServer.Management.SqlMgmt.IExecutionAwareSqlControlCollection.PreProcessExecution(PreProcessExecutionInfo executionInfo, ExecutionMode& executionResult)
at Microsoft.SqlServer.Management.SqlMgmt.ViewSwitcherControlsManager.RunNow(RunType runType, Object sender)
My colleagues and I don't have an idea? Can someone please help?
Thx in advance!