Article ID: 287499 - Last Review: December 5, 2007 - Revision: 1.3 How To Change the Transaction Time-Out Value for MTS or COM+This article was previously published under Q287499 SUMMARY
This article explains how to change the time-out value for Microsoft Distributed Transaction Coordinator (MS DTC) transactions that are controlled by Microsoft Transaction Server (MTS) or COM+.
MORE INFORMATION
When a method call is made on a transactional component that is configured in either MTS or COM+, an MS DTC transaction is started for that component. When the method call completes, the transaction is either committed or canceled, depending on whether any errors were encountered. If the method call runs for longer than the transaction time-out value, the transaction is automatically canceled. The following steps explain how to increase the time-out value. You can also set the time-out to a value of 0 (zero), which means that transaction never times out. However, when you set the time-out value to 0, your application may stop responding (hang).
Steps to Set the Transaction Time-Out Value in MTS on Windows NT 4.0
Steps to Set the Global Transaction Time-Out in COM+
Steps to Set a Component's Transaction Time-Out Value in COM+
REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
253669
(http://support.microsoft.com/kb/253669/EN-US/
)
INFO: What's New with COM+ 1.0
| Article Translations
|
Back to the top
