Page not found error on SharePoint sites in TFS

I have big problems here, today I was asked to add a new user to TFS, the first thing I do is add it to SharePoint, but now every time I tried to enter the project portal (Team Explorer -> right click on the project -> Show project portal). I got a page error with every project. Here are some basic setup details:

2 Tier TFS, TFS Server, ReportServices and SharePoint are on the same server.

If I try to login to the administration portal on this server (cd21vids1 is a tfs server)

http: // cd21vids1: 17012 / - I get denied listing directories

http: // cd21vids1: 17012 / default.aspx - I get a default page that works fine.

If I log into the project site I get these results (88 is the default SharePoint port on this server):

http: // cd21vids1: 88 / Sites / Cnbv.Framework / - Page not found

http: // cd21vids1: 88 / Sites / Cnbv.Framework / default.aspx - I get a page, but no styles, and the layout is wrong, also I get a "work left" error (directory listing is not allowed) in reports that have problems, there is a "List of problems" and "Status of exit criteria" (directory listing is prohibited in both cases).

Everything else works fine, (builds, logs), hopefully you can help me, thanks.

Juan Zamudio

UPDATE: I did some more tests, I get an error not found in url

http: // cd21vids1: 88 / Sites / Cnbv.Framework / _styles / core.css

Perhaps this is how I get the default page with no proper layout.

UPDATE2: Also, when I click on the "Administer Windows SharePoint Services Sites" link, I get this error: "Team Foundation Server could not find the web site administration application for this Team Project Portal in Windows SharePoint Services. The most likely cause of this error is is that the language settings in the Project Team Portal do not match the current language of your Visual Studio Client. Site Administration is specific to the language of the project portal. Contact your Team Foundation Server administrator for information on Site Administration availability for this project portal. For more information, see the Guide. a Windows SharePoint Services administrator. "

Someone changed the language on the server from English to Spanish MX, I changed the language to English and restarted the server but didn't buy (BTW I already had a folder named 2058 in the "C: \ Program Files \ Common Files" \ Microsoft Shared \ webserver extensions \ 12 \ TEMPLATE \ LAYOUTS \ "as described in this post

+1


source to share


2 answers


my SharePoint issue fixed, here are the details.



  • Run the SharePoint Products Configuration Wizard
    1.1. Select do not disconnect from this server farm, click next
    1.2. Select "No", this machine will continue to host the website, click "Next".
    1.3 Click "Next"
  • Restart IIS
+1


source


I had the same problem with the core.css file. I didn't want to use the Sharepoint designer to solve it because it would have canceled my site!

So I tried this (it works): in the site administration go to the "home page" and on the page you can override the CSS used for the site. So, I put the url there: / _ layouts / 1036 / Styles / core.css (1036 = French, so use 1033 if your site is in English!) And after checking it worked.

The problem is the page is still trying to get core.css from http: //MYServeur/_styles/core.css .. and return 404!



But at least I have my style. I'll just post it in case ... I'm still hoping for a better solution ...

AJ

0


source







All Articles