Posts

Showing posts with the label TimerJob

Default timer jobs for SharePoint 2013

Access Services monitor Monitors the connectivity of Access Services on SharePoint Online and SQL Azure. 5 minutes Analytics Event Store Retention Periodically cleans up the Event Store and the Reporting Database. All data older than 14 days is removed from the Event Store whereas all data older than 3 years is removed from the Reporting Database. Weekly Analytics for Search service application Periodically schedules analytics for the Search service application. 10 minutes App installation service Installs and uninstalls apps. 5 minutes App state update Retrieves and applies updated information on apps from the SharePoint Store. It includes the availability of updates and information about disabled apps. Hourly Application addresses refresh Synchronizes connection information for remote service applications. 15 minutes Application server Manages shared service instances that do not perform highly privileged operations. The Search service instance is managed by

LinkReplaceTimerJob threw an exception after running Update-SPInfoPathUserFileUrl

* A .rsds file is a shared data source file published to SharePoint by users to allow SQL reports to run properly in SSRS integrated mode with SharePoint. Often, customers deploy the shared data source file to a Data Connection library since the file defines a data connection to a data source. Reference : http://msdn.microsoft.com/en-us/library/bb326288.aspx * Publish a shared Data source file to a data connection library (or simply upload an existing .rsds file if you don't have SSRS running) - * Run the following PowerShell command: Get-SPWebApplication http://sp2010 | Update-SPInfoPathUserFileUrl -find " http://sp2007 " -replace " http://sp2010 " * From the event viewer on the server, you will see the following error: "The Execute method of job definition Microsoft.SharePoint.Utilities.LinkReplaceTimerJob threw an exception. Object reference not set to an instance of an object." Below is what I have gathered from Reflector and ULS logs