逆水行船

别人的天堂,是我的异乡;无端的繁华,倍添我的惆怅

 

ERROR 32000 错误

 在安装vsts的时候,经常遇到32000错误:
error 32000 the commandline "C:\program files\microsoft visual studio 2005 enterprise server\BISIISDIR\sdl\bin\tfsadaminst.exe"/install SSSSS 2420 TFGSS MGIT\tfssetup' returned non-zero value: 1.


解决办法:
1:问题原因:Reporting Service 未启动或不匹配。
2:开始前需要:
1)卸载Team Foundation, Sharepoint Services 、Reporting Service。
2)安装Sharepoint Services 。
3)安装Reporting Service,这期间可能会发生冲突,不要管它。
3:解决
1)安装Reporting Service的时候可能会出现问题,忽略它就行了。
2)运行:
 
STSADM.EXE -o addpath -url http://localhost/ReportServer -type exclusion

STSADM.EXE -o addpath -url http://localhost/Reports -type exclusion
3)在Report Server和Report Manager 的Web.config 中,提高站点信任程度:
(默认路径:C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer,C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportManager)
system.web 下,修改为<trust level="Full" originUrl="" />
4)在SharePoint中的Web.config(默认路径:SharePoint Web.config ) 下修改:
修改后:
<HttpModules> <add name="Session" type="System.Web.SessionState.SessionStateModule"/>
<pages enableSessionState="true" enableViewState="true" enableViewStateMac="true" validateRequest="false" />
5)

从“控制面板”中打开“管理工具”并且打开“Internet信息服务(IIS)管理器”。
从“控制面板”中打开“管理工具”,并且打开“Internet信息服务(IIS)管理器”。

Internet信息服务(IIS)管理器中展开本地计算机,右击应用程序池,点击“新建”,点击“应用程序连接池”。

在“应用程序池ID”文本框中,输入新应用程序池的名称,Reporting Services。

在“应用程序池设置”中,点击“对新的应用程序池使用默认设置”。
点击OK。

从“控制面板”中选择“管理工具”,并且打开“Internet信息服务(IIS)管理器”。

在Internet信息服务(IIS)管理器中展开网络服务扩展,展开“默认站点”,右击“默认站点”,右击Reports,并且点击“属性”。

在“虚拟目录”选项卡中,在“应用程序池”列表框中,选择Reporting Services,并且点击“确定”。

在“默认网点”中,右击ReportServer,并且点击属性。

在“虚拟目录”选项卡中,在“应用程序池”下拉列表中选择Reporting Services,并且点击OK。


6)用rsactivate (默认在C:\Program Files\Microsoft SQL Server\80\Tools\Binn下)执行命令:

rsactivate -c "C:\Program Files\Microsoft SQL Server\MSSQL\R()——eporting Services\ReportServer\RSReportServer.config"


听说是这么解决的,听说而已,我并没有亲自试过,把它写出来,是为了整理思路。
听说原文在:http://207.46.248.238/msdn/showpost.aspx?postid=2882&siteid=1

posted on 2005-11-11 11:31  荣-  阅读(1035)  评论(2编辑  收藏  举报

导航