The Live Communications Server service stops responding when you perform a batch presence subscription in Live Communications Server 2005 (904951)



The information in this article applies to:

  • Microsoft Office Live Communications Server 2005 Service Pack 1, when used with:
    • Microsoft Office Live Communications Server 2005 Enterprise Edition
    • Microsoft Office Live Communications Server 2005 Standard Edition

SYMPTOMS

Microsoft Office Live Communications Server 2005 stops responding. Additionally, and an event that is similar to the following is logged in the Application log: Event Type: Error
Event Source: Live Communications User Services
Event Category: (1006)
Event ID: 30903
Date: 7/27/2005
Time: 07:59:02 AM
User: N/A
Computer: Computer Name
Description: The Endpoint expiration stored procedure failed. It will be retried, but if this error continues to occur, the Live Communications Server service will need to be restarted.

Error code: 0x80004005
Cause: Possible issues with backend database.This problem occurs if all the following conditions are true:
  • Microsoft Office Live Communications Server 2005 Service Pack 1 (SP1) is installed.
  • At least two subscribers subscribe to two different publishers by using batch subscriptions.
  • All publishers and subscribers are homed on the same server pool.
  • The two publishers change their status at the same time.
  • The batch subscriptions have a different order across both publishers.

CAUSE

This problem occurs because of a deadlock condition on the back-end Microsoft SQL Server database. When there is a deadlock condition, SQL Server automatically selects one of the set presence calls as the deadlock victim. Then, Live Communications Server retries the operation. Occasionally, the endpoint expiration procedure is also chosen as the deadlock victim. Therefore, the event that is mentioned in the "Symptoms" section logged in the Application log.

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 Live Communications Server 2005 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.

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.
   Date          Time    Size     File name
   --------------------------------------------
   04-Aug-2005   22:27   21,478   Qfe904951.wsf

WORKAROUND

To work around this problem, follow these steps:
  1. Install the SQL Server client tools on the back-end server that is running Live Communications Server.
  2. Type the following command at a command prompt on the back-end server that is running Live Communications Server to manually reindex all the tables:

    OSQL.EXE -S local\instance name -d rtc -E -Q "exec sp_MSforeachtable 'dbcc dbreindex(''?'')'"

STATUS

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

MORE INFORMATION

This hotfix corrects the problem by making sure that the batch subscriptions have the same order across both publishers. To make sure that the batch subscriptions have the same order, the nightly maintenance schedule is used to reindex the BatchSubParent table and the BatchSubChild table of the Live Communications Server database. Because problems may exist in other tables, the command that is mentioned in the "Workaround" section reindexes all tables. This command has been effective in fixing more problems than if only the known affected tables were reindexed.

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:kbQFE KBHotfixServer kbpubtypekc KB904951 kbAudITPRO