FTP Connection TimeoutsAll supported operating systems provide a TCP KeepAlive socket feature which ENOVIA Live Collaboration uses for all FTP connections. When ENOVIA Live Collaboration creates a socket for use in a FTP transfer (that is, for checkin/checkout operations with FTP stores or with FCS), the socket utilizes the TCP SO_KEEPALIVE option. If ENOVIA Live Collaboration is unable to set the SO_KEEPALIVE option on the socket(s), it will print a warning. With the proper OS TCP stack configuration, large file transfer attempts through firewalls and other intermediary network devices, including proxies, no longer fail due to the FTP control connection time outs and termination. Below are guidelines for enabling and configuring TCP KeepAlives on the various platforms.
Changing the keepalive interval is a server wide and not per connection/process setting. Before making changes to the TCP stack in a production system these changes must be qualified in a comparable test environment. If you find you have long data transfers (replication) between stores on separate sides of a firewall that is configured to time out TCP connections that remain idle for a given interval, then you will want to configure your operating system's TCP stack to send KeepAlives at an interval smaller than the interval at which the firewall times out idle TCP connections. You should contact your IT infrastructure staff to determine what is the maximum time the infrastructure hardware will allow a connection to remain active. An industry standard is 300 seconds (5 minutes). You would be safe to set the keepalive interval to 290 seconds. If the hardware is not dedicated to ENOVIA Live Collaboration, then you must determine the impact of lowering the keepalive interval for any other application on the server. Laptop Performance
Session Timed Out Error
Tar Error When Unpacking DistributionsIf you receive LongLink error(s) when attempting to untar an ENOVIA distribution file such as ENOVIALiveCollaborationServer-VERSION.tar, install GNU tar 1.14 or higher and unpack with gtar. The original POSIX format can only handle 100 characters for link names. |