ApplicationResourceManagementSyste m

Doing a bit of log maintenance and came across an Error message this message and couldn't figure out what it was.  Not sure if it's important or not.  

Any ideas would be helpful?  Thank you.

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Microsoft-Windows-ApplicationResourceManagementSystem" Guid="{770CA594-B467-4811-B355-28F5E5706987}" /> 
  <EventID>240</EventID> 
  <Version>0</Version> 
  <Level>2</Level> 
  <Task>2005</Task> 
  <Opcode>0</Opcode> 
  <Keywords>0x4000000000000000</Keywords> 
  <TimeCreated SystemTime="2015-02-04T00:50:02.743347300Z" /> 
  <EventRecordID>37664</EventRecordID> 
  <Correlation /> 
  <Execution ProcessID="4380" ThreadID="10420" /> 
  <Channel>Microsoft-Windows-ApplicationResourceManagementSystem/Operational</Channel> 
  <Computer>Bullet</Computer> 
  <Security UserID="S-1-5-21-1322585526-2548288027-4183101606-500" /> 
  </System>
- <EventData>
  <Data Name="String1">Microsoft::Resources::Runtime::CResourceManagerInternal::LoadPriFile</Data> 
  <Data Name="String2">C:\windows\SystemResources\Windows.UI.Search\resources.pri</Data> 
  <Data Name="HResult">-2147024894</Data> 
  </EventData>
  </Event>

February 3rd, 2015 8:29pm

Hi Vanderblugen,

According to the log , Execution ProcessID="4380" ThreadID="10420" .We can use check the task manager to check what the process is  .We also can use process explorer to have a check .
Process Explorer v16.04
https://technet.microsoft.com/en-us/sysinternals/bb896653.aspx

<Data Name="HResult">-2147024894</Data>
-2147024894 is 0x80070002 which means file not found.
For this case ,C:\windows\SystemResources\Windows.UI.Search\resources.pri cannot be found .Please check the existence of this file .

We can  run sfc/scannow or dism /online /cleanup-image /restorehealth to check the health of the system .Considering it is related to the Windows Search. We can run the built-in troubleshooter to have check .
Control Panel\All Control Panel Items\Troubleshooting\All Categories\Search and indexing

Best regards

  • Edited by MeipoXu 23 hours 45 minutes ago
Free Windows Admin Tool Kit Click here and download it now
February 5th, 2015 7:04am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics