Dealing with Timeouts Due to Extremely Large Files

When transferring extremely large files via DMZ, there may be a timeout in the communication between Lobster_data and DMZ.

The default timeout is 30 minutes. This is how long Lobster_data waits for a response from the DMZ server. If the file not yet been completely transferred between the DMZ and the partner by this time, Lobster_data abandons the transmission and produces an error message. To wait longer, you have to start the Integration Server with an additional system property.

-Dhub.datawizard.remote.waitTime=<waiting time in ms>

It is also possible that the communication between Lobster_data and the DMZ server is not possible because the FTP service of the DMZ server does not use the default port 21 or because a firewall does not allow the connection in passive mode. The following system properties can be used to adjust those settings after a restart of the Integration Server.

-Dhub.datawizard.remoteFtp.port=<port number>
-Dhub.datawizard.remoteFtp.passive=true|false