How to Change the Data Warehouse Processing Interval in Team Foundation Server
I recently had a client that wanted
to increase the processing interval for the data warehouse in TFS. They
problem was that they would run reports and they would not show up. After
a period of stopping and starting the the scheduler service, we got some
information that indicated that the data warehouse only pulls published test
data in on a 60 minute interval. You can change this interval by going to
the warehouse configuration web service as the MSDN exceprt below
indicates:
You can use the built-in data
warehouse Web services to change the data warehouse processing
interval.
To set the
processing interval for the data warehouse
In Internet
Explorer, open the following URL:
https://<tfsserver>:8080/Warehouse/v1.0/warehousecontroller.asmx?op=ChangeSetting
where
<tfsserver> represents the name of the Team Foundation Server. A
page that contains two boxes labeled settingID and newValue
opens.
In the box labeled
settingID, type RunIntervalSeconds.
In the box labeled
newValue, type the new interval time in seconds.
Click Invoke
to change the setting.
Security
To perform this procedure, you must
be a member of the Administrators group on the Team Foundation
application-tier server. For more information, see Team Foundation Server Permissions.
Here is the URL
https://msdn2.microsoft.com/en-us/library/ms400787.aspx
Comments
- Anonymous
April 27, 2006
Martin Woodward gives us TFS Top Tip #2: Changing the Logged In User.
Rob Caron talks about VSLive...