COMTI Explicit Security Feature Does Not Work If COMTIIntrinsics Is Set to False (314516)



The information in this article applies to:

  • Microsoft Windows 2000 Server SP1
  • Microsoft Windows 2000 Server SP2
  • Microsoft Windows 2000 Advanced Server SP1
  • Microsoft Windows 2000 Advanced Server SP2
  • Microsoft Windows 2000 Professional SP2
  • Microsoft Windows 2000 Professional SP1

This article was previously published under Q314516

SYMPTOMS

Beginning with Microsoft COM+ hotfix rollup package 10, the COMTIIntrinsics property is set to False by default. This change leads to a regression in COM Transaction Integrator (COMTI) in which the COMTI Explicit Security feature does not work.

RESOLUTION

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

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



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


STATUS

Microsoft has confirmed that this is a problem 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

COM+ add a new coclass type library attribute named COMTIINTRINSICS_ENABLED to its catalog. This attribute instructs the COM+ catalog to turn on the COMTIIntrinsics property for that component, which overrides the default value.

The use of this new attribute is similar to other properties on COM+ components (such as TRANSACTION_REQUIRED, QUEUEABLE, and so on). The following code illustrates how to use COMTIINTRINSICS_ENABLED:
	[
		uuid(A543F0B8-DDC8-11D0-B5A0-00C04FB957D8),
		helpstring("YourCoClassName Class"),
		COMTIINTRINSICS_ENABLED
	]
	coclass YourCoClassName
				

REFERENCES

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

292818 FIX: COMTIIntrinsics Property Is Not False by Default

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

265173 The Datacenter Program and Windows 2000 Datacenter Server Product

For additional information about how to install multiple hotfixes with only one reboot, click the following article number 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 following article number to view the article in the Microsoft Knowledge Base:

249149 Installing Microsoft Windows 2000 and Windows 2000 Hotfixes


Modification Type:MajorLast Reviewed:9/24/2003
Keywords:kbbug kbfix kbWin2000PreSP3Fix kbWin2000sp3fix KB314516