KB Article #58429

Error 418 CFTT09E _ Maximum cv - thus even at the very first transfer attempt

Problem

-- CFTT09e
-- freeze
-- maximum cv
Transfers no more run, being frozen: Error 418 CFTT09E _ Maximum CV even after the very first transfer request



Transfers status stays "C" or "D"


Resolution

Check IP ports assignment:



From command prompt:
netstat -an | more
Before CFT start: CFT ports used in CFTPROTs (for example 1761) and COPILOT port
(For example 1766) must not display.



After CFT is started, the same command must show those ports LISTENING:
For example:
TCP    0.0.0.0:1761           0.0.0.0:0              LISTENING
TCP    172.17.177.23:1766     0.0.0.0:0              LISTENING



A test with telnet can confirm that:
Telnet 172.17.177.23 1761 -> a telnet window opens
Telnet 172.17.177.23 1766 -> a telnet window opens
(If port not available: an error message would appear)