Problem with the report site.
On the team project we setup a report site. For the report site we added TfsOlapReportDS and TfsReportDS. We then added a couple of reports, Bug Rates and Issues.
The Issues report is using the data source TfsReportDS which runs fine with no problems. When I open the Bug Rates report in Team System, I get the following error message:
An error has occurred during report processing. (rsProcessingAborted)
Query execution failed for data set 'AreaPathPath1'. (rsErrorExecutingCommand)
Incorrect syntax near 'Measures'. Incorrect syntax near 'WorkItemType'.
I then added two more reports. Again the one that used the TfsReportDS worked fine, but the one that used the TfsOlapReportDS displayed a similar error. This seems to be a TfsOlapReportDS datasource problem, but I'm not sure how to troubleshoot with the error we've been getting.
Any suggestions?
thanks,
aaron
[950 byte] By [
AaronJ] at [2007-12-16]
Check to see if Analysis Services is running on the data tier. If it's not start it, and make sure it's set up to start automatically. After that, there may be a couple of hour latency before the cube is populated and processed. See if that resolves your problem.
Yes, here is a tfs error that appears in the event log.
System.Data.SqlClient.SqlException: Violation of UNIQUE KEY constraint 'UQ_ADObjects__DomainName_SamAccountName'. Cannot insert duplicate key in object 'dbo.ADObjects'.
at Microsoft.VisualStudio.Currituck.Server.DataAccessLayer.BisSyncGroupsAndUsers.AddToCache(ProjectInfo project, Identity identity, String parentSid, Boolean isDeleted)
at Microsoft.VisualStudio.Currituck.Server.DataAccessLayer.BisSyncGroupsAndUsers.SyncIdentity(ProjectInfo project, Identity identity, String parentSid, Boolean fPopulateMetaData)
at Microsoft.VisualStudio.Currituck.Server.DataAccessLayer.BisSyncGroupsAndUsers.SyncGlobalGroups()
thanks,
aaron