문제

I'm trying to to run the below command but error which I have never seen before. I have ran this many times never got this error.

stsadm -o setproperty -propertyname "job-worfklow" -propertyvalue "every 1 minutes between 0 and 59" -url http://connect.test.com

Specified argument was out of the range of valid values. Parameter name: Number of daily notifications. This value must be >= 28 and <=168

Please let me know if you have any idea about this.

올바른 솔루션이 없습니다

다른 팁

This command is equal to Set-SPTimerJob cmdlet, you could try to use the below command instead. Check if this works for you:

Set-SPTimerJob –Identity job-workflow -Schedule  "Every 1 minutes between 0 and 59"
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top