Ask a questionAsk a question
 

AnswerUnable to Create Web Application on Sharepoint

Answers

  • Tuesday, November 03, 2009 3:19 PMSenthilkumar099 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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

All Replies

  • Friday, October 30, 2009 3:38 PMCawood Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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
  • Friday, October 30, 2009 5:21 PMSenthilkumar099 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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
  • Tuesday, November 03, 2009 3:19 PMSenthilkumar099 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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