How can I update the IP address of my TEXTML server?
You can update the IP address in the TEXTML server configuration file.
Symptom
We updated the IP address of the server that runs TEXTML.
Problem
I do not know where to update the IP address for TEXTML.
Solution
- Edit the
C:\ProgramData\IxiaSoft\TextmlServer43\TextmlServerCfg.xml
file and change the
endpoint
value if it contains the ip address. For example:<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <TextmlServer> <Server> <InstanceName>TextmlServer</InstanceName> <Endpoint>iiop://192.168.1.33:2500,127.0.0.1:2500</Endpoint>
- Restart the TEXTML service.