CRM 3.0 - Schema ReportDefinition
-
11 มีนาคม 2551 15:42
When a .rdl file's reportdefinition is changed to something other than:
http://schemas.microsoft.com/sqlserver/reporting/2003/10/reportdefinition
it doesn't work... why?! i.e I have to change it to:
http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition in order to make changes in visual studio 2005, but then I have to change it back so that I can upload it to the CRM so that it works.
Why is that?!
Is there somewhere in CRM 3.0 I can change so that 2005/01 reportdefinition works?! Would that mean I need to change all my report definition files to have "2005/01" etc.
Firstly, I appologize if this is a stupid question, I am new to the world of CRM, but I really want to get to know it, cause it just has SO MANY possibilities!
d
ตอบทั้งหมด
-
11 มีนาคม 2551 17:16ผู้ดูแล
The main reason that 2005/01/reportdefinition wouldn't work is the version of Reporting Services. SQL 2000 Reporting Services will only recognise 2003/10/reportdefinition
So your solution would be to upgrade Reporting Services to SQL 2005 Reporting Services, but this may have other ramificiations.
- ทำเครื่องหมายเป็นคำตอบโดย DavidJennawayMVP, Moderator 27 มีนาคม 2552 9:58
-
12 มีนาคม 2551 10:05
I thought so too, but I checked the version by looking at the log files as well as starting a SQL express installation and then looking at the "installed instances". It shows that I have SQL 2005 Reporting Services installed.
What gives?!