Hi,
I just solved the Problem.
The main Problem was the System_Cube from the Analysis Service. I had to delete it from the Analysis Database and manually recreate it.
I found a Solution under the Warehouse Troiubleshooting Guide http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=154526&SiteID=1
<------------------------------------------------------->
Resolution: Rebuild the OLAP schema and cube
1) Back up all data
2) Delete the TFSWarehouse database in *Analysis Services* (I don't believe this is absolutely necessary but doesn't hurt if you back it up). 3) From a command prompt on the TFS Application Tier machine, use the following command (substituting the correct values for your installation in place of the following values: ServerName, Domain\TFSService, Domain\TFSReports):
%ProgramFiles%\Microsoft Visual Studio 2005 Team Foundation Server\Tools\setupwarehouse.exe -o -s ServerName -d TfsWarehouse -c Warehouseschema.xml -a Domain\TFSService -ra Domain\TFSReports
Note: -o is the important param here which causes the OLAP cube to get rebuilt.
<------------------------------------------------------->
After that, I rerun the Warehouse Service under http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx and that was it !
greez Karsten |