Select the product you need help with
Team Foundation Server 2008 SP1 TfsAdminUtil.exe 'ConfigureConnections' fails to properly set ReportServerUriArticle ID: 959126 - View products that this article applies to. Source: Microsoft Support RAPID PUBLISHINGRAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION. THE INFORMATION CONTAINED HEREIN IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, OR IS INTENDED SUPPLEMENT OTHER KNOWLEDGE BASE INFORMATION. SymptomYou are using the TFSAdminUtil.exe tool from Microsoft Team Foundation Server 2008 Service Pack 1, attempting to set the ReportServerUri value via the ConfigureConnections command, like this: TfsAdminUtil ConfigureConnections /ReportServerUri:http://SSRS_Server/ReportServer You then check the ReportServerUri value using the TfsAdminUtil ConfigureConnections command without any parameters, which generates a list of current values. You note that the ReportServerUri value is missing the "/ReportServer" part of the path. For example, you expect to see this: http://SSRS_Server/ReportServer/ReportService.asmx ...but instead see this (incorrect): http://SSRS_Server/ReportService.asmx
(http://SSRS_Server/ReportService.asmx)
CauseThere is bug in the TFSAdminUtil.exe tool included with Microsoft Team Foundation Server 2008 Service Pack 1.
ResolutionUse this TfsAdminUtil command instead. This does not rely on the utility to fully qualify the path - you are doing it yourself:
TfsAdminUtil ConfigureConnections /ReportServerUri:http://SSRS_Server/ReportServer/ReportService.asmx DISCLAIMERMICROSOFT AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY, RELIABILITY OR ACCURACY OF THE INFORMATION CONTAINED IN THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS WEBSITE (THE “MATERIALS”) FOR ANY PURPOSE. THE MATERIALS MAY INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS AND MAY BE REVISED AT ANY TIME WITHOUT NOTICE.
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND/OR ITS SUPPLIERS DISCLAIM AND EXCLUDE ALL REPRESENTATIONS, WARRANTIES, AND CONDITIONS WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO REPRESENTATIONS, WARRANTIES, OR CONDITIONS OF TITLE, NON INFRINGEMENT, SATISFACTORY CONDITION OR QUALITY, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE MATERIALS. PropertiesArticle ID: 959126 - Last Review: October 21, 2008 - Revision: 1.1
|


Back to the top








