Showing posts with label TimerService. Show all posts
Showing posts with label TimerService. Show all posts

Friday, February 13, 2015

Remove and Re-create a OOB Timer jobs in SharePoint.



Remove and Re-create a OOB Timer jobs in SharePoint.

Remove a OOB timer job: I found a very good article on how to remove\struck a timer job in SharePoint. Please check the link below to get  more details.


Re-creating a OOB timer job: I found a very good article on how to recreate a timer job in SharePoint. Please check the link below to get  more details.

 


I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

Friday, January 30, 2015

How to View timer job status in SharePoint 2013



How to View timer job status in SharePoint 2013

Description : A timer job runs a specific Windows service for SharePoint 2013. The timer job contains a definition of the service to run and specifies how frequently the service is started. The SharePoint Timer Service runs timer jobs. Many features in SharePoint 2013 rely on timer jobs to run services according to a schedule. You can view the status of timer jobs that have been run by using the Central Administration website or Windows Power Shell

To view timer job status by using Central Administration 

1.    Verify that the user account that is performing this procedure is a member of the Farm Administrators group.
2.    In Central Administration, on the home page, click Monitoring.
3.    On the Monitoring page, in the Timer Jobs section, click Check job status.
4.    Timer job status is divided into three groups: Scheduled, Running, and History. To page through the timer job status data rows, click the paging arrows at the bottom of these groups.
5.    To view the timer job status for a specific group, click the title of the group. Or, in the Quick Launch, click Scheduled Jobs, Running Jobs, or Job History.

To view timer job status by using Windows Power Shell

1.    Verify that you have the following memberships:

·         securityadmin fixed server role on the SQL Server instance.
·         db_owner fixed database role on all databases that are to be updated.
·         Administrators group on the server on which you are running the Windows PowerShell cmdlets.
An administrator can use the Add-SPShellAdmin cmdlet to grant permissions.

1.    On the Start menu, click All Programs.
2.    Click Microsoft SharePoint 2013 Products.
3.    Click SharePoint 2013 Management Shell.
4.    At the Windows PowerShell command prompt, type the following command:

Get-SPTimerJob -Identity <SPTimerJobPipeBind> | Format-Table DisplayName,Id,LastRunTime,Status

Where <SPTimerJobPipeBind> can be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid name of a timer job (for example, TimerJob1); or an instance of a valid SPTimerJob object.

You can use the value of the Identity parameter to specify a timer job. If you do not use the Identity parameter, all timer jobs are returned.

To view the history of a specific timer job, type the following command:

(Get-SPTimerJob -Identity <SPTimerJobPipeBind>).HistoryEntries | Format-Table -Property Status,StartTime,EndTime,ErrorMessage




I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

Monday, June 9, 2014

Timer service terminated with service-specific error or Timer service terminated unexpectedly in share point



Timer service terminated with service-specific error  or Timer service terminated unexpectedly in share point

This is an issue that face every SharePoint administrator many times in their experience. This could be of many reasons. In this article I am providing the reason that cause the issue as per my experience.

Due to the issue with the timer service we see the other parts like Alerts, Backups, Search and UPS also stops working

When I tried to retract a solution, but the status showing "Retracting" only for long time. After digging in events, I figure out that the issue is with the SharePoint Timer service on one of the servers crashed every couple of minutes. The event log showed the following errors.

Events:
Log Name: System
Source: Service Control Manager
Event ID: 7024
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: [Server name]
Description:
The SharePoint 2010 Timer service terminated with service-specific error %%-2147467259.
and
Log Name: System
Source: Service Control Manager
Event ID: 7031
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: [Server name]
Description:
The SharePoint 2010 Timer service terminated unexpectedly. It has done this 3 time(s). The following corrective action will be taken in 30000 milliseconds: Restart the service.

Solution: Ensure to follow the below steps to resolve the issue

·         Open the Registry Editor
·         Browse to HKLM > SOFTWARE > Microsoft > Shared Tools > Web Server Extensions > 14.0 > Secure > ConfigDB(For SharePoint 2013,Its 15.0)
·         Copy the value in the property "Id" 

                     
·         Browse to folder C:\ProgramData\Microsoft\SharePoint\Config and create a folder with the name of the previously copied value 

                          

·         Restart the SharePoint Timer service
·         The folder should be populated with XML files after restart
 

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

ShareThis

X