安装 CRM4 的 SSRS 数据连接器

发布于 2024-07-23 05:04:23 字数 630 浏览 14 评论 0原文

我正在尝试为我的 CRM4 实施安装 SSRS 数据连接器。 我正在使用方法 2:从此页面修改 Install-config.xml 文件。 但不断收到相同的错误消息:

无法验证 SQL Server Reporting Services 报表服务器 安装。 请检查本地是否正确安装 机器。

我已将以下内容添加到我的 XML 文件中。

<reportserverurl>http://SSRS-Server/Reportserver$MYORG_MSCRM</reportserverurl>
<instancename>MYORG_MSCRM</instancename>

有谁知道还有什么问题吗? 我尝试了几个实例名称,但它们都不起作用。 我可以通过访问 http://SSRS-Server/Reports 来访问我的 SSRS 服务器,它将提供在那里运行的所有服务的列表。

任何帮助将非常感激。

I'm trying to install the SSRS data connector for my CRM4 implementation.
I'm using the Method 2: Modify the Install-config.xml file from this page. But keep getting the same error message:

Unable to validate SQL Server Reporting Services Report Server
installation. Please check that it is correctly installed on the local
machine.

I've added the following to my XML file.

<reportserverurl>http://SSRS-Server/Reportserver$MYORG_MSCRM</reportserverurl>
<instancename>MYORG_MSCRM</instancename>

Anyone know what is still wrong?
I tried several instance names but they all don't work either.
I can access my SSRS server by going to http://SSRS-Server/Reports and it will give a list of all services running there.

Any help would be much appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

三生一梦 2024-07-30 05:04:23

您可能需要发布有关此问题的更多详细信息:
1)此链接中描述的第二种方法:此处在安装Reporting Server数据库时使用使用 SQL Server 命名实例。 您是否在默认实例或命名实例中安装 Reporting Server 数据库?

2) 如果您使用默认实例,则可能不需要使用自定义 XML,只需运行安装程序即可,无需输入 XML 文件。

3) 你们的 CRM 实施架构是什么? CRM 应用程序、SQL 服务器和报告服务器是否驻留在同一服务器上? 或者不同的服务器?

希望这可以帮助。

You may need to post more details regarding this issue:
1) The 2nd method described in this link : here is used when the Reporting Server database is installed using the SQL Server named instance. Are you installing the Reporting Server database in the default instance or named instance ?

2) If you are using default instance, you might not need to use custom XML, you can just run the installer without requiring the input XML file.

3) What is the architecture of your CRM implementation ? is the CRM Application, SQL server and Reporting Server resided in the same server ? or different server ?

Hope this helps.

赠意 2024-07-30 05:04:23

我意识到这是一篇非常旧的文章,但我想发布我发现有效的解决方案,因为我在过去 3 天里一直在尝试解决这个问题! 我创建了一个帐户只是为了发布此内容。

我遇到了与原始文章相同的问题。 我在一台服务器上安装了 SSRS 2008,在另一台服务器上安装了 CRM(4.0!!!),在另一台服务器上安装了 SQL 2008。 当所有权限问题都得到解决并且从 SSRS 服务器到 SQL 服务器的端口打开时,我在使用 SetupSrsDataConnector.exe 查看本地安装的 SSRS2008(不是 R2)实例时仍然遇到问题。

我在这篇文章中找到了该问题的解决方案:

实际上,我遇到的问题是我的 SRS 连接器安装文件副本很旧并且需要更新,但是我的服务器没有互联网连接。 在上面的链接中,它为您提供了一个下载位置来获取 .mps 文件,其中包含 SRS 连接器的更新。

您需要下载此 .mps 文件,然后使用自定义的 install-config.xml 文件通过命令提示符运行安装,该文件在自定义标记中指定 SSRS ReportServer URL 和 SSRS 实例名称(您在创建 SSRS 实例时所命名的名称)。安装了它)以及 <Patch update="true">C:\.msp 文件的路径<的另一个自定义标记 /补丁>

这是我的安装命令:
“D:\Stage\SRSDataConnector\SetupSrsDataConnector.exe”/CONFIG “D:\Stage\SRSDataConnectorUpdates\install-config.xml”

I realise this is a really old article however I wanted to post the resolution I found to work as I have spent the past 3 days trying to resolve this issue! I created an account just to post this.

I was having the same problem as the original article. I had SSRS 2008 installed on a server, CRM (4.0!!!) on a different server and SQL 2008 on a different server again. When all permission issues were resolved and ports were opened from the SSRS server to the SQL server, I was still having problems getting the SetupSrsDataConnector.exe to see the locally installed instance of SSRS2008 (Not R2).

I found the resolution to the issue in this article:
https://community.dynamics.com/crm/b/pabloperalta/archive/2011/07/12/unable-to-validate-sql-server-reporting-services-report-server-installation-error-while-installing-srs-data-connector

Effectively the problem I was having is that my copy of the SRS Connector installation files were old and needed updating, however my server did not have internet connectivity. In the link above, it gives you a download location to get a .mps file which contains the updates for the SRS Connector.

You need to download this .mps file and then run the installation via command prompt with a customised install-config.xml file, which specifies the SSRS ReportServer URL and the SSRS Instance Name in a custom tag (what you named the SSRS instance when you installed it) and another custom tag for <Patch update="true">C:\Path to the .msp file< /Patch>

This was my installation command:
"D:\Stage\SRSDataConnector\SetupSrsDataConnector.exe" /CONFIG "D:\Stage\SRSDataConnectorUpdates\install-config.xml"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文