En el event viewer aparecería el siguiente error:
The Execute method of job definition Microsoft.SharePoint.Diagnostics.SPDiagnosticsMetricsProvider (ID 6004dc5d-5cee-451c-b5ae-b6a09ab8c9b2) threw an exception. More information is included below.
An update conflict has occurred, and you must re-try this action. The object SPWebService was updated by Dominio\Cuenta, in the OWSTIMER (660) process, on machine NOMBREMAQUINA. View the tracing log for more information about the conflict.
Cuando en el mensaje aparece el texto “An update conflict has occurred, and you must re-try this action.” casi siempre es un problema de versiones diferentes de cache de configuración de Sharepoint.
Para ello reviso el archivo cache.ini.
C:\ProgramData\Microsoft\SharePoint\Config\GUID
Al revisar veo que lo siguiente en el contenido del archivo cache.ini
- En el WFE el valor = 116991
- En el Application Server el valor = 11700
Claramente tenia versiones diferentes de cache. Lo que hice es limpiar la cache DE CADA SERVIDOR, puedes usar el siguiente post: http://blogs.msdn.com/b/jamesway/archive/2011/05/23/sharepoint-2010-clearing-the-configuration-cache.aspx
Una vez que se actualizo la cache, reviso de nuevo los files (esperar unos 10 minutos hasta que se actualice de forma completa), y veo que ahora están iguales las versiones.
- En el WFE el valor = 117052
- En el Application Server el valor = 117052
No hay comentarios:
Publicar un comentario