将 Reporting Services 2005SP2 连接到 SQL Server 2008

发布于 2024-07-05 18:32:10 字数 380 浏览 6 评论 0原文

我正在尝试在一台计算机上配置 Reporting Services 2005SP2,并在另一台托管 ReportServer DB 的计算机上配置 SQL 2008。

当我创建 ReportServerDB 时,数据库将创建为 C.0.9.45 版本:

之后,当我尝试初始化 Reporting Services 时,收到有关版本号不正确的错误。 Reporting Services 创建了 ReportServer DB 版本 C.0.9.45,但现在需要版本 C.0.8.54。

更改数据库的兼容性设置不会产生任何影响。 更改数据库中的版本号存储过程以返回 Reporting Services 想要听到的内容只会延迟崩溃,直到初始化开始。

有任何想法吗?

I am trying to configure Reporting Services 2005SP2 on a machine with SQL 2008 on another hosting the ReportServer DB.

When I create the ReportServerDB the DB is created as version C.0.9.45:

When, afterwards, I try to initialise Reporting Services, I get an error about an incorrect version number. Reporting Services created a ReportServer DB version C.0.9.45 but now expects a version C.0.8.54.

Changing compatibility settings of the DB doesn’t have an effect. And changing the version number sproc in the DB to return what Reporting Services wants to hear only delays the crash until initialisation has started.

Any ideas?

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

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

发布评论

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

评论(2

就像说晚安 2024-07-12 18:32:10

我收到微软支持的回复说不可能在同一个盒子上。

http://forums.microsoft.com/MSDN/ShowPost。 aspx?PostID=4153333&SiteID=1

I got a reply from microsoft support saying that it is impossible on the same box.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=4153333&SiteID=1

蓝眼睛不忧郁 2024-07-12 18:32:10

您必须已使用 SQL 2008 配置工具创建了 reportServerDB。 如果要使用2005版本的服务器,则需要使用SQL 2005附带的配置工具创建配置数据库。2005 SP2工具将创建版本为C.0.8.54的数据库

You must have created the reportServerDB using the SQL 2008 configuration tool. If you want to use the 2005 version of the server you need to create the configuration database using the configuration tool that came with SQL 2005. The 2005 SP2 tool will create a database with version C.0.8.54

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