Can not visit project portal site
This is odd.
While the source control functionalities are working well. The Menu item
Project Portal Site....
becomes gray. Then I logon to TFS server, I tried following sites.
http://localhost:8080/bisserver/registration.asmx
http://localhost/
http://localhost/reportserver
http://localhost/reports
all became inaccessible. All gives out "Service Availabe".
Enviroment is TFS beta3 and WSS sp2.
Help!Thanks.
Yi
[827 byte] By [
Jemmy] at [2007-12-17]
http://localhost:8080/bisserver/registration.asmx is no longer a valid url - that was from Beta 2. The Beta 3 corresponding url is http://localhost:8080/services/v1.0/registration.asmx
The others you list should work - they are valid ways to access WSS and Report server. Something is configured wrong or permissions are wrong probably. I'll direct this question to someone else who may be able to help you more.
I think Brian is correct - something looks misconfigured.
Can you check a few things for me please?
Can you check that the default web site is using ASP1.1?
Also Sharepoint SP2 uses Kerberos authentication by default. Did you follow Rob Caron's posting to change the default site authentication mechanism to NTLM? The posting can be found here: http://blogs.msdn.com/robcaron/archive/2005/10/07/478336.aspx
Then try again to access the default web site and report services. If this doesn't work please check that you have a Sharepoint site exclusion for Report Server (you can use stsadm to do this).
Let me know if any of this helps
Thanks for your response.
http://localhost:8080/services/v1.0/registration.asmx is working.
My default web site is using ASP1.1 and NTLM.
Each web site is using different App pool:
Default: TFWSSffe
Sharepoint: WSSffeadm
TFS: TFS AppPool
The problem is still existing.
BTW: "have a Sharepoint site exclusion for Report Server (you can use stsadm to do this)" I am not very clear about this.
Finally, I resolved this issue.
I found the problem is that the account that runs the application pool in which sharepoint central admin runs should belongs to both STS_WPG and IIS_WPG groups. I don't know why my account is not existed in IIS_WPG, then I added it into IIS_WPG, Solved.