Home
|
Tutorial
|
Articles
|
Forum
|
Interview Question
|
Code Snippets
|
News
|
Fun Zone
|
Poll
|
Web Links
|
Certification
|
Search
Welcome :
Guest
Sign In
Register
Win Surprise Gifts!!!
Congratulations!!!
Top 5 Contributors of the Month
Syed Shakeer Hussain
laptop charles
Sunil Yadav
Abhisek Panda
Dhananjay Kumar
Home
>>
Forum
>>
SharePoint
>>
Post New Question
Subscribe to Forum
sharepoint timer jobs not running?
Posted By :
sagar pardeshi
Posted Date :
01/02/2010
Points :
2
Category :
SharePoint
share point timer jobs not running .i have create timer job for min and daily.but not call timer jobs execute method.
Responses
Author:
Lalit
Company URL:
http://www.dotnetspark.com
Posted Date: 02/02/2010 Points: 5
try this link
http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/4f1b3aaf-7173-4151-874b-5740bff4b14f/
Please Check my answer if you help....
Thank You...
Lalit.
Author:
bijayani
Company URL:
http://www.dotnetspark.com
Posted Date: 23/06/2010 Points: 5
When we want to run a task (like sending emails or deleting the list items etc. . . ) in Daily basis or in Hourly basis then we can use a Timer job to this task .To see the timer job you can move to the Central Administrations then click on the operations tab, then in the Global Configuration section you can see the Timer job status and timer job definition. In timer job definition you can get the details of the timer job i.e. the title , the web application to which it is attached and the schedule type i.e. Daily, Weekly or hourly basis. To get the status of the timer job go to the timer job status, here you can view status.
Steps To create a custom timer job:
1. We need to create a class that inherits the SPJobDefinition Class. Then we need add the constructor s and the Execute () method.
namespace TestTimerJob {
public class CustomTimerJob : SPJobDefinition{
public CustomTimerJob (): base(){
}
Thanks,
Bijayani
http://www.mindfiresolutions.com/Sharepoint-Support.htm
Author:
elizas
Company URL:
http://www.mindfiresolutions.com/
Posted Date: 28/06/2010 Points: 5
When we want to run a task (like sending emails or deleting the list items etc. . . ) in Daily basis or in Hourly basis then we can use a Timer job to this task .To see the timer job you can move to the Central Administrations then click on the operations tab, then in the Global Configuration section you can see the Timer job status and timer job definition. In timer job definition you can get the details of the timer job i.e. the title , the web application to which it is attached and the schedule type i.e. Daily, Weekly or hourly basis. To get the status of the timer job go to the timer job status, here you can view status.
http://www.mindfiresolutions.com/sharepoint-development.htm
Post Reply
You must
Sign In
To post reply
Related Questions Related Questions
While running ASP.NET in IE it shows error like this
Error while running on IIS
how to use timer in window service
Calculate running time
Sharepoint
Latest Forum Questions From The Same Category
how call web service in sharepoint
How to install Sharepoint
Checking workflow usage in Sharepoint
Sharepoint Webpart doubts
Update sharepoint field
Find more Forum Questions on C#, ASP.Net, Vb.Net, SQL Server and more
Here
Quick Links For Forum Categories:
ASP.Net
Windows Application
.NET Framework
C#
VB.Net
ADO.Net
Sql Server
SharePoint
OOPs
Silverlight
IIS
JQuery
JavaScript/VBScript
Biztalk
WPF
Patten/Practices
WCF
Others
www.DotNetSpark.com
UnAnswered
All
Hall of Fame
Twitter
Terms of Service
Privacy Policy
Contact Us
Archives
Tell A Friend