English 中文(简体)
SSRS 2008 部署问题
原标题:SSRS 2008 Deployment issue

我利用SSRS 2008开发了RDL,并在我部署关于SSRS 2005年运行服务器的报告时,结果低于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."

任何想法,我如何在不重启2005年SSRS报告的情况下部署我的报告。

最佳回答

2008年特别安全局与2005年特别安全局之间有很大差异。 我认为,在2008年、2005年部署人数不会容易。

有一些 ha子使你能够向2000年特别安全局的服务器部署2005年.rdl,但这些格式的差异不大。

SSRS 2008 started using the tablix control for tables, lists and matrixes. These controls were different types in SSRS 2005.

处理坏消息,但我认为你需要在2005年重建报告,或部署到2008年服务器。

Converting2008 GLRDL file to2005

问题回答

暂无回答




相关问题
An error has Occurred During Report proccesing

When I m running the report I m getting that message above. The Report Works fine when I press the "Run Report" Button but I want also to avoid that annoying message that appears when the page loads. ...

Reporting services only displaying the last row

I have built a report pretty basic just a table wiht 45 rows of data. Problem is its only showing one row of data and its the last row. It displays just fine in the dataset and proc. any ...

Show Parameters for Reports In SSRS

I m developing an SSRS in Visual Studio BIDS. In it, I have a link that links to another report (report A). Report A has 4 parameters (dates). When I click on that link, it goes to report A fine, but ...

How to add group, or page field in an existing .rdl report

I have several .rdl reports designed for our client. However, they need new ones, that are relatively similar to the old ones. Differences are in the "group" and "page fields" (these can be changed ...

Report rendering using SSRS in Google Chrome

Hey, In our project, we use SSRS integrated with asp.net forms to render reports. The report looks good in IE. when it comes to google chrome, there re some issues we face such as date picker not ...

热门标签