如何更改 TFS 2010 中生成报告的时间间隔?

发布于 2024-09-01 21:56:08 字数 185 浏览 2 评论 0原文

我安装TFS 2010只是为了测试,对以前的版本没有任何经验。

现在,问题是我刚刚创建了一些新错误项目,但当我运行报告“错误状态”时,它们没有显示。

这些报告是否以特定的时间间隔创建和缓存?我可以更改设置来强制创建报告吗?

先感谢您, 马可

I installed TFS 2010 just to test, and I have no experience with previous versions.

Now, the problem is that I have just created some New Bugs items but when I run the Report "Bug Status" they are not shown.

Are these reports created and cached at certain interval of time? Is there a setting that I can change to force the creation of a report?

Thank you in advance,
Marco

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

断爱 2024-09-08 21:56:08

您需要更新仓库的刷新频率: http://msdn.microsoft.com/en-us/library/ms244694(VS.80).aspx

  1. 登录到 Team Foundation Server 的应用程序层。

  2. 启动 Internet Explorer。

  3. 在 Internet Explorer 地址框中,输入 http://localhost: 8080/Warehouse/v1.0/warehousecontroller.asmx

  4. 在ControllerService页面上,单击ChangeSetting。

  5. 在设置 ID 框中,输入 RunIntervalSeconds。

  6. 在 newValue 框中,键入新的秒数,然后单击“调用”。

  7. 这将打开一个确认网页,表明 RunIntervalSeconds 设置已更改。

You'll need to update the refresh frequency of the warehouse: http://msdn.microsoft.com/en-us/library/ms244694(VS.80).aspx

  1. Log on to the application tier of Team Foundation Server.

  2. Start Internet Explorer.

  3. In the Internet Explorer Address box, type http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx.

  4. On the ControllerService page, click ChangeSetting.

  5. In the settingID box, type RunIntervalSeconds.

  6. In the newValue box, type the new number of seconds, and then click Invoke.

  7. This opens a confirmation web page which indicates that the RunIntervalSeconds setting was changed.

情绪失控 2024-09-08 21:56:08

您可能还需要更改 IncrementalProcessingIntervalSeconds 参数(这是我们在 2010 年发现的)。下面的博客文章很好地介绍了这一点,因为我们现在还有一些关于报告刷新的设置可以使用:

http://estebanfg.blogspot.com/2011/02/controlling-data-warehouse-refresh-in.html

You may also need to change the IncrementalProcessingIntervalSeconds parameter (this is something we picked up in 2010). The blog post below covers this pretty well, as we now have a few more settings to work with regardingreport refreshing:

http://estebanfg.blogspot.com/2011/02/controlling-data-warehouse-refresh-in.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文