TCP/IP Collection UDR Types
You can view UDRs using the UDR Internal Format Browser. To open it, follow these steps:
Click Build in the menu.
Select New Configuration.
Choose APL Code.
In the editing area, right-click and select UDR Assistance...
This will open the UDR Internal Format Browser.
TCPIPUDR
The TCPIPUDR is the UDR type created by default in the TCP/IP agent.
Note!
The TCPIPUDR cannot be cloned, and the socket connection is not initialized if cloning is attempted. It is therefore recommended that you initialize every UDR from the decoder and then route it into the workflow.
Field | Description |
|---|---|
| The IP address of the client. |
| The port through which the agent connects to the client. |
| The data that the agent sends back to the client. |
| A per-connection unique number that is generated by the TCPIP agent. This number enables you to follow the order in which the UDRs are collected. The agent counter is reset whenever a connection with the agent is established. |
Note!
The UDR fields RemoteIP, RemotePort, and SequenceNumber are accessible from the workflow configuration only if the TCP/IP agent is configured with a decoder that extends the built-in TCP/IP format. For further information, see Decoder in the section Decoder Tab in TCP/IP Collection Agent Configuration
TCPIPStateUDR
You can configure the collection agent to track the connection state of the client. Whenever the client is connected or disconnected, the agent sends this UDR, which contains the status of the connection each time it changes state. To activate this function, go to the TCP/IP tab and select the Send TCPIPStateUDR checkbox. See the TCP/IP Tab in TCP/IP Collection Agent Configuration
Field | Description |
|---|---|
| This field is only populated when the collection agent tries to send a response to the client, but the client is no longer connected. The agent then sends the |
| The IP address of the client. |
| This field indicates if the client is connected or disconnected. When a new connection is established, this field is set to |
| The port of the client. |
| The data that the agent sends back to the client. |