we are running the SSAS backup though SQL agent jobs and job gets failed after running for 20 hours ,below are the logs
Message
Executed as user: SSO\SQLService. Microsoft.AnalysisServices.Xmla.XmlaException: Server: The operation was cancelled because of locking conflicts. at Microsoft.AnalysisServices.Xmla.XmlaClient.CheckForSoapFault(XmlReader reader, XmlaResult
xmlaResult, Boolean throwIfError) at Microsoft.AnalysisServices.Xmla.XmlaClient.CheckForError(XmlReader reader, XmlaResult xmlaResult, Boolean throwIfError) at Microsoft.AnalysisServices.Xmla.XmlaClient.SendMessage(Boolean endReceivalIfException,
Boolean readSession, Boolean readNamespaceCompatibility) at Microsoft.AnalysisServices.Xmla.XmlaClient.SendMessageAndReturnResult(String& result, Boolean skipResult) at Microsoft.AnalysisServices.Xmla.XmlaClient.Execute(String command,
String properties, String& result, Boolean skipResult, Boolean propertiesXmlIsComplete) at Microsoft.SqlServer.Management.Smo.Olap.SoapClient.ExecuteStatement(String stmt, StatementType stmtType, Boolean withResults, String properties, String
parameters, Boolean restrictionListElement, String discoverType, String catalog) at Microsoft.SqlServer.Management.Smo.Olap.SoapClient.SendCommand(String command, Boolean withResults, String properties) at OlapEvent(SCH_STEP* pStep,
SUBSYSTEM* pSubSystem, SUBSYSTEMPARAMS* pSubSystemParams, Boolean fQueryFlag). The step failed.
code of the job is
<Backup xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<Object>
<DatabaseID>Demantra</DatabaseID>
</Object>
<File>I:\Analysis Backup\Demantra.abf</File>
<ApplyCompression>false</ApplyCompression>
</Backup>
This is getting failed from last one month ,first i though it is throwing error because of space but there are plenty of space available now
Size of the database is 950 gb and free space on drive is around 1300 gb ..it runs ince in a week and gets failed and i can not run it on week days
Thanks in advance ..Please let me know if i missed anything