SSRS 2008 部署问题
我使用 SSRS 2008 开发 RDL,当我在 SSRS 2005 运行服务器上部署报告时,出现以下错误。
“报告定义无效。详细信息:报告定义 有一个无效的目标命名空间 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' 无法升级。”
知道如何部署我的报告而不在 SSRS 2005 上重新创建报告吗?
I developed RDL using SSRS 2008 and when I deploy the reports on SSRS 2005 running server, It resulted below Error.
"The report definition is not valid. Details: The report definition
has an invalid target namespace
'http:/schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition'
which cannot be upgraded."
Any idea how can I deploy my reports without recreating the reports on SSRS 2005.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SSRS 2008 和 SSRS 2005 之间存在显着差异。我认为没有任何简单的方法可以将 2008 .rdl 部署到 2005。
有一些技巧可以让您将 2005 .rdl 部署到 SSRS 2000 服务器;但这些格式的差异很小。
SSRS 2008 开始对表格、列表和矩阵使用 Tablix 控件。这些控件在 SSRS 2005 中是不同类型的。
很抱歉这个坏消息,但我认为您需要在 2005 年重建报表或部署到 2008 年服务器。
请参阅将 SQL2008 RDL 文件转换为 SQL2005
There are significant differences between SSRS 2008 and SSRS 2005. I don't think there is any easy way to deploy a 2008 .rdl to 2005.
There were some hacks that would let you deploy a 2005 .rdl to a SSRS 2000 server; but the differences in those formats were minor.
SSRS 2008 started using the tablix control for tables, lists and matrixes. These controls were different types in SSRS 2005.
Sorry for the bad news, but I think you will need to rebuild the report in 2005 or deploy to a 2008 server.
See Converting SQL2008 RDL file to SQL2005