Error TF218027 when trying to add new team project

流过昼夜 提交于 2020-01-05 08:52:22

问题


I get this error: "TF218027: the following reporting folder could not be created on the server running SQL Reporting Services."

I have no use for sql reporting services in my project, I'm just trying to share a simple project with my partner.

In the group membership section in team explorer it says "If your deployment utilizes sql server reporting services you must also configure permissions in that software.."

Apart from the fact that I don't know how to do that, my deployment doesn't utilize ssrs

Can anyone please help?


回答1:


Your setup must have some misconfiguration as the New Team Project wizard should skip Reporting setup. Check on the TFS Console.

You can still reach your goal using TFPT command line tool, e.g.

tfpt createteamproject /collection:DefaultCollection /teamproject:MyNewProject "/processtemplate:Microsoft Visual Studio Scrum 2013.4" /noportal /noreports

The TFPT tool requires the Team Foundation Power Tools.

Also note that to use Git instead of classic TFVC you must use the /sourcecontrol:None option and subsequently create the initial Git repo using a tool like my TfsGitAdmin.



来源:https://stackoverflow.com/questions/32694448/error-tf218027-when-trying-to-add-new-team-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!