Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Missing transactions in MMC statistics for MTS

Status
Not open for further replies.

grad

Programmer
Apr 13, 2000
15
0
0
US
I created a COM object that simple connects to a database and executes a sql string which I pass in.&nbsp;&nbsp;I then call setabort or setcomplete.<br><br>I register the object in MTS and create a VB client, point to the reference of the DLL and code my client calls to the method.&nbsp;&nbsp;However in the MTS MMC under the transaction statistics I do not see any transaction activity.&nbsp;&nbsp;I try this on another NT server machine and it works, I see all the transaction commits and aborts<br><br>What am I doing wrong on my machine???<br><br><br>
 
hi grad,<br><br>1.have you configured your component as &quot;requires transaction&quot; under MTS explorer?<br><br>2.if the component was written in VB.. have you set the properties of the class to be an MTS object for transactions?
 
I did configure the component to use transactions but this still did not help.&nbsp;&nbsp;Funny thing is it works fine on another NT server!!!&nbsp;&nbsp;Is something installed differently?&nbsp;&nbsp;The installation of the option pack seems pretty straight forward<br><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top