zoukankan      html  css  js  c++  java
  • How to: Change the Frequency for Refreshing the Data Warehouse for Team System

    Link: http://msdn.microsoft.com/en-us/library/ms244694(v=VS.90).aspx

    The data warehouse service periodically calls the warehouse adapters. The adapters then pull data from the operational store, transform it as necessary, and write it to the warehouse through the warehouse object model. The default frequency for running the adapters and refreshing the warehouse is 3,600 seconds (1 hour). You may want to increase the length of time between refreshes to reduce the processing time and other resource demands on the server.

    You can change the refresh frequency by connecting to the warehouse Web service and using the standard ControllerService user interface. Contact your Team Foundation Server administrator or your team project administrator to make sure that your user account has the permissions described in the following section.

    Required Permissions

    To perform this procedure, you must be a member of the Team Foundation Administrators security group or have the server-level Administer warehouse permission set to Allow. For more information, see Team Foundation Server Permissions.

    To change the refresh frequency using the Web service interface

    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.

      A confirmation Web page appears and indicates that the RunIntervalSeconds setting was changed.

  • 相关阅读:
    「题解」:$Six$
    「题解」:$Smooth$
    AFO
    纪念——代码首次达到近50K(更新:78.8K 2019行)
    meet-in-the-middle 基础算法(优化dfs)
    莫队学习笔记
    树链剖分学习笔记
    常用数论模板
    图论模板
    高精度模板(结构体封装,重载运算符)
  • 原文地址:https://www.cnblogs.com/holly/p/1729034.html
Copyright © 2011-2022 走看看