Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/sharepoint/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在开发者7的Pro上安装SharePoint基金会2010的外接程序_Sharepoint_Reporting Services_Sharepoint 2010 - Fatal编程技术网

在开发者7的Pro上安装SharePoint基金会2010的外接程序

在开发者7的Pro上安装SharePoint基金会2010的外接程序,sharepoint,reporting-services,sharepoint-2010,Sharepoint,Reporting Services,Sharepoint 2010,我在让SharePoints_x64.msi成功安装时遇到了很多麻烦,它说它在Win 7 Pro上安装并运行sharepoint时找不到sharepoint。由于操作系统,我无法安装SharePoint基金会2010(包括这个报告ADIN)的Preeq包。p> 我已经为我的MSSQLS2008实例(win 2008 server R2)设置了一个报告服务器。当我转到http:\servername\Reports时,它就开始工作了。我可以启动报表生成器,一切正常。我现在无法在SharePoint

我在让SharePoints_x64.msi成功安装时遇到了很多麻烦,它说它在Win 7 Pro上安装并运行sharepoint时找不到sharepoint。由于操作系统,我无法安装SharePoint基金会2010(包括这个报告ADIN)的Preeq包。p> 我已经为我的MSSQLS2008实例(win 2008 server R2)设置了一个报告服务器。当我转到http:\servername\Reports时,它就开始工作了。我可以启动报表生成器,一切正常。我现在无法在SharePoint上设置另一端(不同的(开发)机器-运行win 7 pro)

任何帮助都将非常感激。 请让我知道我想做的事是否可行

谢谢


Mike

你必须记住,在桌面上安装sp2010会限制你的农场。这不是一个功能齐全的农场。搜索和用户配置文件同步等高级功能将无法工作/出现问题。我想现在,您可以将reporting services集成添加到不起作用的列表中。保护您自己会有很多麻烦,但是构建一个vm,它无论如何都会更接近您的生产环境

更新

我认为它可能不受基金会的支持,但它是:


您必须记住,在桌面上安装sp2010将限制您的服务器场。这不是一个功能齐全的农场。搜索和用户配置文件同步等高级功能将无法工作/出现问题。我想现在,您可以将reporting services集成添加到不起作用的列表中。保护您自己会有很多麻烦,但是构建一个vm,它无论如何都会更接近您的生产环境

更新

我认为它可能不受基金会的支持,但它是:

我找到了解决办法。 您需要打开配置文件: C:\Program Files\Microsoft SQL Server\MSRS10。\Reporting Services\ReportServer\rsreportserver.config

在此配置中查找字符串: 添加Key=“SecureConnectionLevel”Value=“2”

将值2更改为0

价值观意味着: 3-最安全的使用SSL的绝对一切。 2-安全使用SSL进行呈现和传递凭据的方法,但不要在所有SOAP调用中都坚持使用SSL。 1-基本安全性接受http,但拒绝可能涉及凭据传递的任何调用。 0-最不安全的是根本不使用SSL。

我找到了解决方案。 您需要打开配置文件: C:\Program Files\Microsoft SQL Server\MSRS10。\Reporting Services\ReportServer\rsreportserver.config

在此配置中查找字符串: 添加Key=“SecureConnectionLevel”Value=“2”

将值2更改为0

价值观意味着: 3-最安全的使用SSL的绝对一切。 2-安全使用SSL进行呈现和传递凭据的方法,但不要在所有SOAP调用中都坚持使用SSL。 1-基本安全性接受http,但拒绝可能涉及凭据传递的任何调用。 0-安全性最低,根本不使用SSL