Sharepoint failed in event OnPostRestore

Recientemente tuvimos que restaurar la farm completa en un servidor para hacer algunas pruebas, restaurando el backup de produccion en esta nueva farm obteniamos el siguiente mensaje de error:

Object WSS_Content failed in event OnPostRestore. For more information, see the error log located in the backup directory. SPUpdatedConcurrencyException: An update conflict has occurred, and you must re-try this action. The object SPWebApplication Name=SharePoint - 80 Parent=SPWebService is being updated by Domain\sharepoint_service, in the OWSTIMER process, on machine MACHINENAME. View the tracing log for more information about the conflict.

Investigando en la web dimos con la solucion, sigan los pasos siguientes obtenidos de http://support.microsoft.com/kb/939308

  • Stop the Timer service "Windows SharePoint Services Timer"
  • In Windows Explorer, locate and then double-click the following folder: C:\Documents and Settings\All Users\Application Data\Microsoft\SharePoint\Config\GUIDNotes
  • Back up the Cache.ini file.
  • Delete all the XML configuration files in the GUID folder. Do this so that you can verify that the GUID folder is replaced by new XML configuration files when the cache is rebuilt. Note When you empty the configuration cache in the GUID folder, make sure that you do not delete the GUID folder and the Cache.ini file that is located in the GUID folder.
  • Double-click the Cache.ini file. On the Edit menu, click Select All. On the Edit menu, click Delete. Type 1, and then click Save on the File menu.
  • Start the Timer service "Windows SharePoint Services Timer"
  • Note The file system cache is re-created after you perform this procedure. Make sure that you perform this procedure on all servers in the server farm.
  • Make sure that the Cache.ini file in the GUID folder now contains its previous value. For example, make sure that the value of the Cache.ini file is not 1.
Espero les sea de utilidad.

No hay comentarios:

Publicar un comentario