Bonjour

J'effectue un stsadm export sur un sous site afin de terminer l'opération par un stsadm import sur une collection destination

Au bout d'un certain nombre d'opération, j'ai une erreur avec le message dans les logs :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
FatalError: Index was outside the bounds of the array.
   at Microsoft.SharePoint.Deployment.ListItemSerializer.SaveListItem(DataRow liData, String relation, String mvlRelation, SerializationInfo info, SPExportSettings settings, SPWeb parentWeb, ExportObjectManager objectManager)
   at Microsoft.SharePoint.Deployment.ListItemSerializer.GetDataFromDataSet(Object obj, SerializationInfo info, StreamingContext context)
   at Microsoft.SharePoint.Deployment.DeploymentSerializationSurrogate.GetObjectData(Object obj, SerializationInfo info, StreamingContext context)
   at Microsoft.SharePoint.Deployment.XmlFormatter.SerializeObject(Object obj, ISerializationSurrogate surrogate, String elementName, Boolean bNeedEnvelope)
   at Microsoft.SharePoint.Deployment.XmlFormatter.Serialize(Stream serializationStream, Object topLevelObject)
   at Microsoft.SharePoint.Deployment.ObjectSerializer.Serialize(DeploymentObject deployObject, Stream serializationStream)
   at Microsoft.SharePoint.Deployment.SPExport.SerializeObjects()
   at Microsoft.SharePoint.Deployment.SPExport.Run()
[25/01/2012 10:54:32]: Progress: Opération Exporter terminée.
[25/01/2012 10:54:32]: Heure de fin*: 25/01/2012 10:54:32.
[25/01/2012 10:54:32]: Opération terminée*: 0 avertissements.
[25/01/2012 10:54:32]: Opération terminée*: 1 erreurs.
Auriez vous une idée sur le source du problème s'il vous plaît ?

Merci