Warehouse web service Server 500 error

I am getting an internal server 500 error when invoking any of the warehouse web service operations--it would appear that the URL used to redirect to the results of the operation is incorrect. For example, when I invoke the ChangeSetting operation the URL is redirects to ishttp://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx/ChangeSetting

-- which is obviously an invalid URL. Is this a known issue? I need to change the warehouse update interval--an hour is far too long for updates in my opinion, and I would like to make it shorter.

[740 byte] By [LarkinY] at [2007-12-17]
# 1

You can use the ChangeSetting method to change the interval at which the warehouse refreshes its data. To do that, key in RunIntervalSeconds for the setting and, say 1800 for a 30 minute interval. When you do that, you'll be redirected to the URL above, and the content of that page should be something like

<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="http://schemas.microsoft.com/TeamFoundation/2005/06/Services/Controller/02">The setting RunIntervalSeconds has been successfully changed.</string>

AllenClark at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 2
I am curious what scenarios are involve when you state that 1 hour latency on the warehouse is too long. Typically, warehouses are used for aggregate counts, trends (which are day/build granularity) and other project rollup status scenarios.

Anything which is up to the minute is typically derived from the operational systems.

Insight into your scenario is appreciated.

thx

BryanMacFarlaneMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 3
... also, if you're browsing to the web service via IE on the data tier, in IE goto Tools, Internet Options, Advanced tab, browsing, and disable Show friendly http messages. That will show the true error and stack.

Please supply the scenario for fresh data as well.

thx

BryanMacFarlaneMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...

Visual Studio Team System

Site Classified