Wrox Programmer Forums
|
BOOK: Microsoft SQL Server Reporting Services Recipes: for Designing Expert Reports
This is the forum to discuss the Wrox book Microsoft SQL Server Reporting Services Recipes: for Designing Expert Reports by Paul Turley, Robert M. Bruckner; ISBN: 9780470563113
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Microsoft SQL Server Reporting Services Recipes: for Designing Expert Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 3rd, 2010, 03:46 PM
Registered User
 
Join Date: Jul 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Namespace problem when opening a sample report

Hi

When I try to open a sample report ( Report Recipe - Sparklines - R2.rdl), which is according to page 131 based on Reporting Services 2008, I get following error:

"The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2009/01/reportdefinition' which cannot be upgraded"

I currently use version 10.0.2531.0 of Microsoft SQL Server Reporting Services, which has name Space:

xsd:schema targetNamespace="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/sqlserv...portdefinition" elementFormDefault="qualified">
  • What do I have to do use the sample reports?
  • Can I upgrade to version 2009?
  • I yes, how can I do this?

Thank you fpr help
 
Old July 7th, 2010, 12:22 AM
Registered User
 
Join Date: May 2010
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Default

This is an SQL 2008 R2 report, and I was able to open it using Report Builder 3.0. The version numbers are confusing, but search for Report Builder 3.0, and use it unconnected to a report server, unless you have SSRS R2 installed.
 
Old July 7th, 2010, 11:30 AM
Registered User
 
Join Date: Jul 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi rparge

Thank you for the workaround, it works fine for this tutorial. I have not installed SSRS 2008 R2.
The namespace 'http://schemas.microsoft.com/sqlserver/reporting/2009/01/reportdefinition' probably is from a CPT version, because version 2008 R2 has 'http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition' namespace.
 
Old August 26th, 2010, 07:17 PM
Registered User
 
Join Date: Jul 2010
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Correct, the 2009/01 RDL namespace was only used by earlier 2008 R2 CTP versions. It will automatically upgrade to the final 2010/01 RDL namespace when publishing the report to a 2008 R2 report server, or loading the report in Report Builder 3.0 / BIDS 2008 R2.

HTH,
Robert





Similar Threads
Thread Thread Starter Forum Replies Last Post
Application is not opening Crystal Report in Vista Suhas VB How-To 3 April 10th, 2007 05:33 AM
Opening of New Window to show a .pdf report Dilip Nagle General .NET 5 March 8th, 2007 01:25 AM
Opening an report anukagni Access 2 October 3rd, 2006 12:19 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.