FIX: In BizTalk Server 2006, the AVG measure does not appear as expected in the PivotTable control on the BAM portal (920122)



The information in this article applies to:

  • Microsoft BizTalk Server 2006 Standard Edition
  • Microsoft BizTalk Server 2006 Enterprise Edition
  • Microsoft BizTalk Server 2006 Developer Edition

SYMPTOMS

Consider the following scenario:
  • In Microsoft BizTalk Server 2006, you create a Business Activity Monitoring (BAM) view.
  • In the BAM view, you define a measure that uses the Sum (SUM) aggregation type for an alias.
  • In the BAM view, you define a measure that uses the Average (AVG) aggregation type for the same alias.
  • You use real-time aggregation in the BAM spreadsheet.
In this scenario, the AVG measure does not appear as expected in the PivotTable control on the BAM portal.

CAUSE

This problem occurs because the wrong member name is used for the AVG measure in the CREATE CUBE statement when the BAM view is defined. For example, the CREATE CUBE statement may resemble the following when the BAM view is defined.
COMMAND (CREATE MEMBER [Order Transmission].[Measures].[AvgOrderAmount] AS '[Measures].[Total Order Amount] / [Measures].[_Count]'), 
The name of the local cube is always RTACube. Therefore, the CREATE CUBE statement should resemble the following when the BAM view is defined.
COMMAND (CREATE MEMBER [RTACube].[Measures].[AvgOrderAmount] AS '[Measures].[Total Order Amount] / [Measures].[_Count]'), 

RESOLUTION

Hotfix information

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next BizTalk Server 2006 service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

Prerequisites

You must have BizTalk Server 2006 installed to apply this hotfix.

Restart requirement

You do not have to restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace any other hotfixes.

File information

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
File nameFile versionFile sizeDateTime
Microsoft.biztalk.bam.management.dll3.5.1613.03,140,41625-May-200600:39
Note Because of file dependencies, the most recent hotfix that contains these files may also contain additional files.

STATUS

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

MORE INFORMATION

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


Modification Type:MinorLast Reviewed:7/26/2006
Keywords:kbBTSBam kbBTS kbbug kbfix kbQFE kbpubtypekc kbhotfixserver KB920122 kbAudDeveloper kbAudITPRO