How can I update the IP address of my TEXTML server?
You can update the IP address in the TEXTML server configuration file.
Description
We updated the IP address of the server that runs TEXTML.
Solution
- Edit the C:\ProgramData\IxiaSoft\TextmlServer44\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.