32000 Error creating datasource
Just like many others have posted, I'm getting a 32000 error almost at the end of installing VS TFS. The error is occuring with the createds.exe which it looks like is what is supposed to set up the Reporting Services Datasource for Team Foundation Server. And before anybody tells me to try Bruce's link, that's no help, just like Gwyn said (http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=10564) and never got any further response. Just for kicks, I tried running the same command from the command line to see what happened. Here is the actual error, with a bit more detail then "non-zero value: 3"
C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\uninstall>createdshttp://myserver/reportserver/reportservice.asmx TEST "Data source=myserver;initial catalog=BisDWDB" "MYDOMAIN\admin" "adminpass" 0 0
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: The operation you are attempting requires a secure connection (HTTPS).
> Microsoft.ReportingServices.Diagnostics.Utilities.SecureConnectionRequiredException: The operation you are attempting requires a secure connection (HTTPS).
at Microsoft.ReportingServices.Library.RSService.EnsureHttpsLevel(HttpsLevel level)
at Microsoft.ReportingServices.WebServer.ReportingService.CreateDataSource(String DataSource, String Parent, Boolean Overwrite, DataSourceDefinition Definition, Property[] Properties)
End of inner exception stack trace
at Microsoft.ReportingServices.WebServer.ReportingService.CreateDataSource(String DataSource, String Parent, Boolean Overwrite, DataSourceDefinition Definition, Property[] Properties)
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.VisualStudio.ELead.ReportManager.RosettaProxy.ReportingService.CreateDataSource(String DataSource, String Parent, Boolean Overwrite, DataSourceDefinition Definition, Property[] Properties)
at Microsoft.VisualStudio.ELead.Tools.createds.Program.Run(String[] args)
Reporting Services doesn't let the call execute because it's not over a secure connection (https). But according to the installation guide, TFS doesn't support https. So, you can't create the datasource _without_ a secure connection, but you also can't run TFS _with_ a secure connection. I'm not exactly sure where this leaves the end user, but maybe someone else has suggestions?

