All,
We are running TFS 2013. It appears the reports are not up to date. I was able to update it after running a full sync from Warehouse Control Webservice. However, when I check the status, is see the IncrementalAnalysisProcessing job is still running. Looking at the process status, I see the following:
- <Jobs> - <Job Name="Common Structures Warehouse Sync" JobProcessingStatus="Idle"><LastRun QueueTimeUtc="2014-10-02T01:55:08.877Z" ExecutionStartTimeUtc="2014-10-02T01:55:09.173Z" EndTimeUtc="2014-10-02T01:55:09.27Z" Result="Succeeded" /> <NextRun QueueTimeUtc="2014-10-02T02:25:08.877Z" JobState="QueuedScheduled" /> </Job> - <Job Name="Full Analysis Database Sync" JobProcessingStatus="Idle"><LastRun QueueTimeUtc="2014-10-01T22:51:30.477Z" ExecutionStartTimeUtc="2014-10-01T22:51:31.223Z" EndTimeUtc="2014-10-02T00:06:14.863Z" Result="Succeeded" /> <NextRun QueueTimeUtc="2014-10-02T09:00:00Z" JobState="QueuedScheduled" /> </Job> - <Job Name="Incremental Analysis Database Sync" JobProcessingStatus="IncrementalAnalysisProcessing"><LastRun QueueTimeUtc="2014-09-24T01:55:17.847Z" ExecutionStartTimeUtc="2014-09-24T01:55:18.293Z" EndTimeUtc="2014-09-24T02:14:23.64Z" Result="Succeeded" /> <CurrentRun QueueTimeUtc="2014-09-24T02:55:17.847Z" ExecutionStartTimeUtc="2014-09-24T02:55:18.44Z" JobState="Running" /> </Job></Jobs>
If you look at the "incremental Analysis Database Sync" section, it shows the last run was at 9/24/2014 and today is 10/01/2014. It looks to me that the Incremental job got hung up somehow. So what is the process for ending the current incremental job so that it will not let any subsequent incremental jobs from running?
Thanks
UPDATE: I tried setting SetAnalysisJobEnabledState to FullyDisabled but it is stuck in "stopping" state.