Hotfix rollup package for Identity Manager and Profile Manager in Connected Services Framework (905905)



The information in this article applies to:

  • Connected Services Framework

SUMMARY

This article lists the issues that are fixed in this hotfix rollup package for Identity Manager (IDM) and Profile Manager (PM) in the Microsoft Connected Services Framework (CSF).

INTRODUCTION

Issues that are fixed in this hotfix rollup package

The following issues are fixed in this hotfix rollup package. These issues were not documented in earlier Microsoft Knowledge Base articles:
  • An "Invalid Cast Exception" is thrown when you try to update integer type items in the Active Directory directory service. This issue occurs when you try to update integer type attributes in Active Directory through Identity Manager (IDM).
  • IDM only takes the first custom attribute into account if multiple attributes have the same name. Therefore, the specific changes that were being made to Active Directory are not made.

    The IDM UserManager Web service performs the operation that is in the first node in the property table n times where n is the number of times that the attribute appears. This issue only occurs for special or custom attributes.

    In the following example, the UserManager Web service calls the memberOf value of the Remove operation two times when IDM sends the Propagate Attribute message.

    The expected behavior is that the UserManager Web service should make one call for the memberOf attribute of the Remove operation and one call for the memberOf attribute of the Append operation.
    <PropagateAttributePayload xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.microsoft.com/csf/20/ProfileManager">
            <InteractionId>020202</InteractionId>
            <UserId>PAUser1@csftest.com</UserId>
            <PropertyTable>
              <Properties xmlns="http://www.microsoft.com/csf/21/IdentityManager">
                <Property OperationType="Remove">
                  <Name>memberof</Name>
                  <Values>
                    <Value>Developers@csftesthoster2</Value>
                  </Values>
                </Property>
                <Property OperationType="Append">
                  <Name>memberof</Name>
                  <Values>
                    <Value>AllUsersLO@csftesthoster2</Value>
                  </Values>
                </Property>
              </Properties>
            </PropertyTable>
            <CustomXML xmlns="http://www.microsoft.com/csf/20/ProfileManager">
              <AttributeExistingValue />
            </CustomXML>
            <UserSelectionCriteria />
            <Rollback>true</Rollback>
            <ServiceUuids />
          </PropagateAttributePayload>
    

MORE INFORMATION

Hotfix rollup package information

A supported hotfix rollup package is now available from Microsoft, but it is only intended to correct the issues that this article describes. Apply it only to systems that are experiencing these specific issues.

To resolve these issues, contact Microsoft Product Support Services to obtain the hotfix rollup package. 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 issue. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

To apply this hotfix rollup package, follow these steps:
  1. Stop the following services:
    • IDM
    • ProfileManagement
  2. Apply the hotfix rollup package.
  3. Restart Microsoft Internet Information Services (IIS).
  4. Restart the following services:
    • IDM
    • ProfileManagement

Prerequisites

No prerequisites are required.

Restart information

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

Hotfix replacement information

This hotfix rollup package does not replace any earlier hotfixes. The hotfixes in this hotfix rollup package will not be included in a later service pack.

Registry information

You do not have to create or modify any registry keys to enable any hotfixes in this hotfix rollup package.

File information

The English version of this hotfix rollup package 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 tool in Control Panel.
   Date         Time   Version     Size     File name
   --------------------------------------------------------------------------------------
   02-Aug-2005  00:32  2.5.0.1060  188,416  Microsoft.csf.connector.identitymanager.dll
   02-Aug-2005  01:06  2.5.0.1060    6,656  Microsoft.csf.userorganizationchange.dll
   02-Aug-2005  01:06  2.5.0.1060    5,632  Microsoft.csf.userrolechange.dll
   02-Aug-2005  00:39  2.5.0.1060  212,992  Microsoft.csf.connector.profilemanagement.dll
Note Because of file dependencies, the most recent hotfix rollup package that contains these files may contain additional files.

For more information about software update terminology, 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:kbWinXPpreSP3fix kbQFE kbprb kbHotfixRollup kbinfo kbfix kbbug kbpubtypekc KB905905 kbAudDeveloper kbAudITPRO