|
Hi all,
I've now worked with the source control part for quite a while in the Beta 3 refresh version of TFS. Now we're upgrading to a released version and want to restore our work on new HW. Both the Beta installation and the new released version are single-server installations that belongs to the same domain.
I've followed the instructions 'How to: Move Your TFS from one HW configuration to another'. Here's the link:
http://msdn2.microsoft.com/en-us/library/ms404869.aspx
1. The first problem I get into is when I move the service accounts using command:
tfsadminutil ChangeAccount domain\tfsservice domain\tfsservice
I'll get messages that changes were made to application pools 'TFS AppPool', 'TFSWSS' and 'TFSWSSADMIN', but after that a message 'ERROR: Could not access database' appears. I use the same domain acounts as in the Beta installation.
2. The next problem occurres when I perform the 'Process' method on 'dbo._WarehouseConfig' database. Following errors appears:
- Errors in the high-level relational engine. The data source view does not contain a definition for the '__ID' column in the 'Load_x0020_Test_x0020_Transaction_x0020_Dimension' table or view. - Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Load Test Transaction Dimension', Name of 'Load Test Transaction Dimension' was being processed. - Errors in the OLAP storage engine: An error occurred while the 'Load Test Transaction Dimension' attribute of the 'Load Test Transaction Dimension' dimension from the 'TFSWarehouse' database was being processed.
3. The third problem I get is when trying to access the 'ClientService.asmx' using:
http://localhost:8080/workitemtracking/v1.0/clientservice.asmx
It returns the error:
------ The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
Invalid at the top level of the document. Error processing resource 'http://localhost:8080/workitemtracking/v1.0/clientserv... TF10216: Team Foundation services are currently unavailable. Try again later. If the problem persists, contact your Team Fou... ---- I would really appreciate if anyone could give any input regarding these problems! /Hansi |