index > Team Foundation Server - Setup > TF30162: Task "Populate Reports" from Group "Repor...

TF30162: Task "Populate Reports" from Group "Repor...


After finally getting through the install of Reporting Services and Team Foundation Server and SharePoint I am getting an error when I try and create a Test project I'm getting an error. We have installed all of the components onto a Single Server Environment on a machine called VM-Foundation1. We have also installed an SSL certificate on the box for the URL AppDev.Company.com. All through the install we had to change various configuration files and a couple of registry entries to get all of the URLs and paths to the various parts pointing correctly and we also had to disable the Loop-Back check for Reporting Services because the certificate name is different then the name of the server. All of these changes we found on different posts mostly on this forum.

Each of the 3 sites on the box are setup to require SSL and all of the subsites and folders underneath each of these sites is setup to not require SSL as we have read. So what is happening is now that the install has completed we go into Team Explorer and attempt to create a new Team Project (we have done this on the server as an Admin to eliminate ny possible conflicts or confusions from that. When we do this it gets most of the way through the setup of the Project (about 80% or so) and then fails with the error that is attached below.

One other note we have uploaded a new Process Template without any issues so everything that is required for that is setup correctly. In the Team Project that we are attempting to setup here we are not using this custom template, so that is not where the problem lies. We are using the built-in Agile template when we setup this Team Project.

---begin Exception entry---
Time: 2006-08-30 17:13:12Z
Module: Engine
Event Description: TF30162: Task "Populate Reports" from Group "Reporting" failed
Exception Type: Microsoft.TeamFoundation.Client.PcwException
Exception Message: TF30225: Error uploading report : Work Item with Tasks
Exception Details: The Project Creation Wizard encountered a problem while
creating reports on the SQL Server Reporting Services on appdev.oceanspray.com.
The reason for the failure cannot be determined at this time.
Because the operation failed, the wizard was not able to finish
creating the SQL Server Reporting Services site.
Stack Trace:
at Microsoft.VisualStudio.TeamFoundation.RosettaReportUploader.UploadReport(ProjectCreationContext context, XmlNode report)
at Microsoft.VisualStudio.TeamFoundation.RosettaReportUploader.HandleCreateReports(ProjectCreationContext context, XmlNode node)
at Microsoft.VisualStudio.TeamFoundation.RosettaReportUploader.Execute(ProjectCreationContext context, XmlNode taskXml)
at Microsoft.VisualStudio.TeamFoundation.ProjectCreationEngine.TaskExecutor.PerformTask(IProjectComponentCreator componentCreator, ProjectCreationContext context, XmlNode taskXml)
at Microsoft.VisualStudio.TeamFoundation.ProjectCreationEngine.RunTask(Object taskObj)
-- Inner Exception --
Exception Type: System.Web.Services.Protocols.SoapException
Exception Message: The operation you are attempting requires a secure connection (HTTPS). ---> The operation you are attempting requires a secure connection (HTTPS).
SoapException Details: <detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsSecureConnectionRequired</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message xmlns="http://www.microsoft.com/sql/reportingservices">The operation you are attempting requires a secure connection (HTTPS).</Message><HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsSecureConnectionRequired&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=9.00.2047.00</HelpLink><ProductName xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">9.00.2047.00</ProductVersion><ProductLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation xmlns="http://www.microsoft.com/sql/reportingservices"><Source>ReportingServicesLibrary</Source><Message msrs:ErrorCode="rsSecureConnectionRequired" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsSecureConnectionRequired&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=9.00.2047.00" xmlns:msrs="http://www.microsoft.com/sql/reportingservices">The operation you are attempting requires a secure connection (HTTPS).</Message></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>
Stack Trace:
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.Proxy.Reporting.ReportingService.CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties)
at Microsoft.VisualStudio.TeamFoundation.RosettaReportUploader.UploadReport(ProjectCreationContext context, XmlNode report)
-- end Inner Exception --
--- end Exception entry ---

Paul Cavacas

Hi Paul,

There is currently another thread open with this same question. Check out the response that Othmane gives.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=687687&SiteID=1

-Matt




http://blogs.msdn.com/tfs_migration/
Matthew Mitrik MSFT

The problem here is that while your servers require SSL, the entries in the database for WSS and Reporting may not be pointing to the HTTPS location. You can check the entries in the database by hitting https://<server>:<port>/services/v1.0/registration.asmx. It will list out the interfaces in the database. You should be able to scan the list of interfaces (a long list) to see what is http vs https. If there are any issues, you may need to crack open the database and modify the interfaces in the tbl_service_interface table in the TFSService (I think that is the name) database. We do not recommend modifying the database, however this would be a necessary step to make it work.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.




Bruce Taimana - SDET TFS Server Team
Bruce Taimana MSFT
Did this work for you?


Bruce Taimana - SDET TFS Server Team
Bruce Taimana MSFT
reply 4

You can use google to search for other answers

 

More Articles

Hourly Error in eventlog, Should I worry?
Install problem - VS2005 and Sharepoint Portal Server 2003
Team Builds error when connecting to the build machine.
Team Foundation Server Error createds.exe returned non-zero value...
Installation Question
Problem with Team Explorer/Source Control in VS 2005
Team Foundation Server Setup Error 32000 returned non-zero value:...
Install issues with 2005 developer edition ctp
hatteras error in event-log
TF53011 - Not a licensed user
Welcome to Bokebb   New Update   Joins the collection  
 

New Articles

Upgrade SQL 2005 Sept CTP / TFS Beta 3 A…
TFS Project creation fails while uploadi…
Local VSTFS install and local user rights
Do we have a guide for RC to RTM upgrade?
Visibility of Projects
Initialization for plugin "Microsof…
I installed (with very difficults) Team …
Sharepoint Installation Issue
Capacity Planning
TFS Beta 3 Go Live License
Internet Explorer 7 and Team Foundation
It has to be easier than this..... 32000
Authentication problems using SSL.
Error 28704.Unable to connect to the Ana…
TfsWarehouse and Update the Team Project…

Hot Articles

Wrong URL for reports & documents in…
Permissions Bug with Beta 3 and Active D…
Dual Server Setup 32000 - BisSubscribe.e…
SQL Server 2005 SP1
Error: 28940, TFServerStatusValidator
VSTF Create project Error
TF30063: You are not authorized to acces…
Unattended Team Explorer (Client) Instal…
Can't Delete Orphaned Version Control Fo…
Unknown Error 28002 / TF50604 during ins…
Can Field "Assigned to" in WIT…
Remote Users - How ?
Whats the latest and greatest version of…
Creating a user in TFS
Leverage existing SQL 2005 environment i…

Recommend Articles

DeleteTeamProject.exe ?
Can not reference to Microsoft.VisualStu…
HTTP 403 (Forbidden) error & Team Ex…
Team Explorer freezes if not VS.NET Edit…
TFS Install Error "ConfigureSql: E…
Alerts still going to deleted user
Any other solution for this problem. [:S]
"Add to source control" missing
Answer File for SQL Server Install w/Too…
TFS Beta3 backup
tfs b3r and office12
Problem with Team Foundation Install
Licensing question....
Setting Alerts: SMTP Server Requires Aut…
TFS Backup Procedures