Microsoft KB Archive/301682

From BetaArchive Wiki
Knowledge Base


Article ID: 301682

Article Last Modified on 6/5/2003



APPLIES TO

  • Microsoft COM+ 1.0, when used with:
    • Microsoft Windows 2000 Standard Edition



This article was previously published under Q301682

SYMPTOMS

When you use the Component Services Microsoft Management Console (MMC) snap-in to delete a user from the Administrator role in the system application, you may receive the following error message:

An error occurred while processing the last operation.
Error Code 80010105 - The server threw an exception.
The event log may contain additional trouble shooting information.

CAUSE

This problem occurs when you define 17 or more users in roles for all of the COM+ applications. The problem occurs because of a query problem in the COM+ registration database in which the registration database is accessed incorrectly. The COM+ registration database is located in the SystemRoot\Registration folder.

In this case, COM+ requests a two-column query that asks for an indexed search by primary key on the RoleConfig table. However, the primary key in the RoleConfig table has three columns. Because the COM+ database support code does not check for errors on parameters, COM+ returns a first chance access violation in the system application after COM+ steps off array boundaries because COM+ assumes there are three columns. This problem is specific to 17 or more roles because there are more bad pointers when many records exist in the RoleConfig table.

RESOLUTION

To resolve this problem, obtain Microsoft COM+ Hotfix Rollup 14. For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

302845 INFO: Availability of Windows 2000 Post-Service Pack 2 COM+ Hotfix Rollup Package 14


To resolve this problem, obtain the latest service pack for Windows 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

260910 How to Obtain the Latest Windows 2000 Service Pack




WORKAROUND

To delete users from the Administrator role in the system application, temporarily remove some of the users that are defined in roles in COM+ applications other than the system application.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Windows 2000 Service Pack 3.

MORE INFORMATION

For additional information about how to obtain a hotfix for Windows 2000 Datacenter Server, click the article number below to view the article in the Microsoft Knowledge Base:

265173 Datacenter Program and Windows 2000 Datacenter Server Product


For additional information on how to install multiple hot fixes with only one reboot, click the article number below to view the article in the Microsoft Knowledge Base:

296861 Use QChain.exe to Install Multiple Hotfixes with One Reboot


For additional information about how to install Windows 2000 and Windows 2000 hotfixes at the same time, click the article number below to view the article in the Microsoft Knowledge Base:

249149 Installing Microsoft Windows 2000 and Windows 2000 Hotfixes



Additional query words: kbIISCom kbWin2000preSP3COM+Rollup14Fix

Keywords: kbbug kbfix kbwin2000presp3fix kbwin2000sp3fix KB301682