Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
COM Transaction Integrator (COMTI) version 1.0, a feature of Microsoft® SNA Server 4.0, is capable of generating Visual Studio Analyzer events. You can use these events to determine when and where a COM request has been forwarded to the mainframe for processing. Although COMTI components look like regular COM components, COMTI events indicate when the actual request has been sent to a mainframe CICS or Information Management System (IMS) program for processing and will indicate when that request comes back to the Microsoft® Windows NT® Server. If the return event does not occur, it indicates a problem on the remote mainframe.
Other Microsoft-supplied technologies are also capable of generating Visual Studio Analyzer events; see Microsoft Components That Generate Visual Studio Analyzer Events for a complete list.
Visual Studio Analyzer Events Generated by COMTI
Event | Event description | Event data |
Call | Indicates that a COMTI method has been sent to the host. | Sequence number to correlate this Visual Studio Analyzer event with a COMTI invocation.
COMTI Remote Environment name. |
Return | Indicates that the reply to a COMTI method has been received from the host with no errors. | Sequence number to correlate this Visual Studio Analyzer event with a COMTI invocation.
COMTI Remote Environment name. |
ReturnException | Indicates that an error occurred in receiving the reply to a COMTI method. | Sequence number to correlate this Visual Studio Analyzer event with a COMTI invocation.
COMTI Remote Environment name. |