TCP/IP and RESOLVER CTRACE
To perform a TCP/IP and RESOLVER CTRACE, use the following process:
- Start external writer:
TRACE CT,WTRSTART=CTWTR1
- Start resolver CTRACE:
TRACE CT,ON,COMP=SYSTCPRE,SUB=(resolverprocname) R xx,WTR=CTWTR1,OPTIONS=(ALL),END
- Start TCPIP CTRACE:
TRACE CT,ON,COMP=SYSTCPIP,SUB=(tcpipprocname) R xx,WTR=CTWTR1,OPTIONS=(TCP,PFS,UDP),END
- Recreate the problem.
- Stop the traces:
TRACE CT,ON,COMP=SYSTCPRE,SUB=(resolverprocname) R xx,WTR=DISCONNECT,END TRACE CT,OFF,COMP=SYSTCPRE,SUB=(resolverprocname) TRACE CT,ON,COMP=SYSTCPIP,SUB=(tcpipprocname) R xx,WTR=DISCONNECT,END TRACE CT,OFF,COMP=SYSTCPIP,SUB=(tcpipprocname) TRACE CT,WTRSTOP=CTWTR1,FLUSH