原来在创新team project没有让它创建一个SharePoint Portals,现在想让他在team project存在的情况下,再为此team project创建一个SharePoint Portals,大家有什么好的办法吗?
我参考了网上的一篇文章
http://blogs.msdn.com/b/greggboer/archive/2010/02/24/creating-sharepoint-portals-reports-and-upgrading-reports-for-an-existing-team-project.aspx
可是没有,看了日志老是报错,无论怎么改都报错,
File.xml
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="ProjectCreationSettingsFileSchema.xsd">
<TFSName>http://win-jzedofha7k1:8080/tfs/projectcollection1</TFSName>
<LogFolder>C:\</LogFolder>
<ProjectName>Projectagile</ProjectName>
<AddFeaturesToExistingProject>true</AddFeaturesToExistingProject>
<ProjectReportsEnabled>false</ProjectReportsEnabled>
<ProjectSiteEnabled>true</ProjectSiteEnabled>
<ProjectSiteWebApplication>ABC</ProjectSiteWebApplication>
<ProjectSitePath>sites/ProjectCollection1/Projectagile</ProjectSitePath>
<ProjectSiteTitle>Projectagile222</ProjectSiteTitle>
<ProjectSiteDescription>SITEDESCRIPTION</ProjectSiteDescription>
<ProcessTemplateName>MSF for Agile Software Development v5.0</ProcessTemplateName>
</Project>
日志中的错误如下:
“2011-05-05T22:22:38 | Module: BatchTeamProjectCreator | Thread: 1 | Microsoft.TeamFoundation.Client.PcwException: TF218016: The team project could not be created because there was an error with the following SharePoint Web application:
http://win-jzedofha7k1. Either no Web application could be found with that name, or more than one Web application was found with that name. Make sure that the Web application that you chose is the one that supports projects
in the team project collection. If the problem persists, either choose to create the project without a SharePoint site, or contact the administrator for collection for more details about what SharePoint Web application to use。。。”