SharePoint 2013 Microsoft.Office.Server.UserProfiles.LMTRepopulationJob

解决SharePoint 2013 Microsoft.Office.Server.UserProfiles.LMTRepopulationJob

  • 说明:仍然是升级问题.
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" /> 
  <EventID>6398</EventID> 
  <Version>15</Version> 
  <Level>1</Level> 
  <Task>12</Task> 
  <Opcode>0</Opcode> 
  <Keywords>0x4000000000000000</Keywords> 
  <TimeCreated SystemTime="2016-04-25T13:05:00.890728900Z" /> 
  <EventRecordID>205552</EventRecordID> 
  <Correlation ActivityID="{2BFB759D-B1BB-1044-7B23-33EA17C826E2}" /> 
  <Execution ProcessID="1832" ThreadID="2340" /> 
  <Channel>Application</Channel> 
  <Computer>SharePoint.proj.cgdc.com.cn</Computer> 
  <Security UserID="S-1-5-21-3188985184-3382596657-3758942455-1617" /> 
  </System>
- <EventData>
  <Data Name="string0">Microsoft.Office.Server.UserProfiles.LMTRepopulationJob</Data> 
  <Data Name="string1">eca0fc3e-6c48-474d-81a4-e4d380f19308</Data> 
  <Data Name="string2">在 FeedCacheService.IsRepopulationNeeded 中出现意外异常: 无法创建 DataCache。SPDistributedCache 可能会降低。。</Data> 
  </EventData>
  </Event>
  • 问题抓图:
SharePoint 2013 Microsoft.Office.Server.UserProfiles.LMTRepopulationJob_第1张图片
  • 问题原因:
在更新过程中,更新冲突导致。
  • 解决方法
  • 停止 SharePoint Services Timer 服务
  • 进入到C:\Documents and Settings\All Users\Application Data\Microsoft\SharePoint\Config*GUID*目录下,你知道GUID目录啥意思吧。
  • 找那个Cache 文件,备份出来。删除所有的xml文件(直接del *.xml);
  • 修改cache.ini的内容为“1”(数字1,不包括引号)
  • 重启Windows SharePoint Services Timer
再去检查应该可以了。 

你可能感兴趣的:(SharePoint 2013 Microsoft.Office.Server.UserProfiles.LMTRepopulationJob)