Microsoft KB Archive/917421

From BetaArchive Wiki
Knowledge Base


Some rows are not displayed when you create a model-based report in SQL Server 2005 Reporting Services

Article ID: 917421

Article Last Modified on 4/27/2006



APPLIES TO

  • Microsoft SQL Server 2005 Reporting Services



Bug #: 429679 (SQLBUDT)


SYMPTOMS

When you create a model-based report, some rows are not displayed.

CAUSE

The problem occurs because the report model data extension returns primary key values as Base64-encoded strings that may differ only by case. At the same time, report processing is instructed to ignore case when it processes the results. Because their grouping values are considered equal, some rows are collapsed together by report processing.

The problem does not affect aggregates that are computed by the report model data extension or by report processing, except if the RDL CountDistinct function is applied to a primary key value. Report Builder will never generate this kind of expression. However, you may manually generate this kind of expression when you create a model-based report in Microsoft Visual Studio 2005. In this case, the CountDistinct function may generate an incorrect result.

RESOLUTION

To resolve this problem, obtain the latest service pack for SQL Server 2005. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

913089 How to obtain the latest service pack for SQL Server 2005


STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Keywords: kbfix kbqfe kbexpertiseadvanced kbsql2005rs kbsql2005rssp1fix KB917421