FIX: The Session component in Connected Services Framework Server 2.5 cannot route a message between two participants if any participant does not respond (909984)



The information in this article applies to:

  • Microsoft Connected Services Framework Order Handling Standard Business Event 2.5
  • Microsoft Connected Services Framework Server 2.5

SYMPTOMS

In Microsoft Connected Services Framework (CSF) Server 2.5, the Session component cannot route a message between two participants when the following conditions are true:
  • The session is being restored from the session database after the session has been swapped out of memory.
  • At least one session participant has an expired Web Service Description Language (WSDL) file.
  • At least one session participant is no longer available or does not return a WSDL response.

CAUSE

This problem occurs because the Session component tries to query all session participants for an updated WSDL file. This query includes participants that are not required for the current message routing request. If any participant does not respond, the Session component will not route the message. Therefore, a participant that is not required for the current message routing request can prevent the message from being routed.

RESOLUTION

Hotfix information

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

To resolve this problem, 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.

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 tool in Control Panel.
File nameFile versionFile sizeDateTimePlatform
Microsoft.csf.connector.session.dll2.5.0.1075221,18411-Oct-200523:02x86

STATUS

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

MORE INFORMATION

For example, if you use the CSF 2.5 version of the SERT tool to create a session, and then you close the SERT tool before the Session component sends a message routing request, the request fails when the following conditions are true:
  • The session is no longer in memory.
  • The WSDL has expired.
The SERT tool adds itself as a participant when the session is first created. However, the SERT tool does not automatically remove itself from the session's participant list when you close the tool.

To resolve this problem, the hotfix modifies the behavior of the Session component. The Session component will honor the message routing request regardless of whether a participant is missing or has failed, as long as the missing or failed participant does not play a role in the specific request.

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:kbfix kberrmsg kbQFE kbpubtypekc KB909984 kbAudDeveloper