Pb sauvegarde cube SSAS sur SQLServer 2005
Bonjour
J'ai un problème pour sauvegarder un cube su AS.
En effet, je lance depuis un job SQLServer le xml suivant :
Code:
1 2 3 4 5 6 7 8
|
<Backup xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<Object>
<DatabaseID>MONCUBE</DatabaseID>
</Object>
<File>MONCUBE.abf</File>
<AllowOverwrite>true</AllowOverwrite>
</Backup> |
L'erreur suivante apparait :
Citation:
Message
Executed as user: CIB\svc-mssql-sgbd. ... Server: The operation has been cancelled. 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 Mi. The step failed.
Le plantage est aléatoire et je ne trouve aucune log d'erreur nulle part
Je cherche la solution mais aussi la démarche pour remonter jusqu'à l'erreur
Merci d'avance de votre aide
Jeeps64