The Prinergy Evo Client software must have Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) access to the server. The Prinergy Evo Client software requires two TCP ports and one UDP port to be used in tunnel mode. For example, the Prinergy Evo Client software can connect to a server over a Point-to-Point Tunneling Protocol (PPTP) or virtual private network (VPN) connection that is not filtering traffic. The port numbers Prinergy Evo uses for client connections are:
Service | Protocol | Port Number |
---|---|---|
Client XML RPC | TCP | 290001 (default) |
Client Notification | TCP | Variable (default) |
Client Locator | UDP | 50007 |
The two TCP ports can be reconfigured to always “float” (that is, their actual port number is decided when the Prinergy Evo system starts) or to be a fixed value. By default, the XML RPC service port number is hard-wired to 290001 but the Client Notification service port number “floats”.
The Client Locator service cannot be changed.
To change the port numbers for the two TCP ports, edit the configuration file in your Prinergy Evo server installation directory using the path:
<your server's hard drive>\Program Files (x86)\Kodak\Prinergy Evo <version number>\config_data\System\UIServer-Local\config.txt
You can use a text editor to modify this file.
Look for the lines in the configuration file:
Prinergy.JUIS.XmlRpcServicePort=29001
Prinergy.JUIS.RemoteMonitorServicePort=0
Any item set to 0 will “float.” Otherwise, the system uses the port number you suggest. If that port is already in use by another process then the server will fail to start, so be careful with your choice of hard-wired port numbers. Once you edit the configuration file, restart the Prinergy Evo Server software. If you run into problems, use the original copy of theconfig.txtfile and restart.