I just installed SharePoint at my workplace. I have been unsuccessful in creating a web application, but I am getting an error in the Event Viewer that I should probably handle first. It says it is critical. I have copied the exception details below. How to I increase the timeout for this or is there another solution? Thanks in advance.
Log Name: Application
Source: Microsoft-SharePoint Products-SharePoint Foundation
Date: 1/11/2013 3:25:22 PM
Event ID: 6398
Task Category: Timer
Level: Critical
Keywords:
User: XXXX\sp_farm
Computer:
Description:
The Execute method of job definition
Microsoft.Office.Server.UserProfiles.LMTRepopulationJob (ID 9b7582b5-cb2e-4fbf-9a9a-f2b0bcee2d0c) threw an exception. More information is included below.
System.TimeoutException
Event Xml:
<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="2013-01-11T20:25:22.553686700Z" />
<EventRecordID>7060</EventRecordID>
<Correlation ActivityID="{65D7F39B-6F1E-E0E7-52AF-42384421D627}" />
<Execution ProcessID="1848" ThreadID="4844" />
<Channel>Application</Channel>
<Computer></Computer>
<Security UserID="S-1-5-21-3796384619-3807780964-3612228699-3151" />
</System>
<EventData>
<Data Name="string0">Microsoft.Office.Server.UserProfiles.LMTRepopulationJob</Data>
<Data Name="string1">9b7582b5-cb2e-4fbf-9a9a-f2b0bcee2d0c</Data>
<Data Name="string2">System.TimeoutException</Data>
</EventData>
</Event>