SharePoint Products TechCenter >
SharePoint Products and Technologies Forums
>
SharePoint - Enterprise Content Management
>
Unable to Create Web Application on Sharepoint
Unable to Create Web Application on Sharepoint
- Error :The specified schedule recurrence string is invalid
While creating the Web Application on the Sharepoint Site, I am getting the above error
Please help me on this- Changed TypeSenthilkumar099 Thursday, October 29, 2009 4:16 PM
- Changed TypeMike Walsh MVPMVP, ModeratorThursday, October 29, 2009 5:40 PMuse the question type
Answers
- Error : The specified schedule recurrence string is invalid: Weekly at 02:00.
This is very strange issue. Because as you know this issue doesn't have any Information's on any of the Logs.
To resolve check each and every job which is running on the Sharepoint Server with the default or error Value. We found this is the Job "job-dead-site-delete" was running on "weekly at 02:00". Because when we checked the Microsoft Article itself they mentioned this as the default value.
Then when we were seen the article very minute we found that one part of article is clearly saying to set this job on a weekly basis by setting up on a Particular day and at the end it shows just weekly basis. Then we changed it to day on a weekly basis and the error got fixed. Please find the Article link and the command which we ran to change the value to fix the above error.
Link : "http://technet.microsoft.com/en-us/library/cc261868.aspx"
Command Syntax : "stsadm -o setproperty -pn job-dead-site-delete -pv "Weekly at Sat 02:00""
I hope this will help to resolve the above error- Marked As Answer bySenthilkumar099 Tuesday, November 03, 2009 3:19 PM
All Replies
- One person (Raghu Iyer) found a workaround for this error: http://metahat.blogspot.com/2008/04/specified-schedule-recurrence-string-is.html
From his post:
solution is to reset the property... I used the follwong command to set the timer :
stsadm -o setproperty -pn job-immediate-alerts -pv "Every 5 minutes between 0 and 59"
- cawood
blog | twitter - Hi Cawood,
I ran the above Command and it was successfull but Still I am getting the Same Error : The specified schedule recurrence string is invalid: Weekly at 02:00.
Thanks,
K.R.Senthil Kumar- Marked As Answer bySenthilkumar099 Tuesday, November 03, 2009 12:41 PM
- Unmarked As Answer bySenthilkumar099 Tuesday, November 03, 2009 12:41 PM
- Error : The specified schedule recurrence string is invalid: Weekly at 02:00.
This is very strange issue. Because as you know this issue doesn't have any Information's on any of the Logs.
To resolve check each and every job which is running on the Sharepoint Server with the default or error Value. We found this is the Job "job-dead-site-delete" was running on "weekly at 02:00". Because when we checked the Microsoft Article itself they mentioned this as the default value.
Then when we were seen the article very minute we found that one part of article is clearly saying to set this job on a weekly basis by setting up on a Particular day and at the end it shows just weekly basis. Then we changed it to day on a weekly basis and the error got fixed. Please find the Article link and the command which we ran to change the value to fix the above error.
Link : "http://technet.microsoft.com/en-us/library/cc261868.aspx"
Command Syntax : "stsadm -o setproperty -pn job-dead-site-delete -pv "Weekly at Sat 02:00""
I hope this will help to resolve the above error- Marked As Answer bySenthilkumar099 Tuesday, November 03, 2009 3:19 PM

