cancel
Showing results for 
Search instead for 
Did you mean: 

How does TimeOut(Sec) works/ behave in FTP Adapter?

Former Member
0 Kudos

Hi ,

How does TimeOut(Sec) works/ behave in FTP Adapter?

Lets Say : If I mention 300 Secs in this . How Should it behave ??

if a file processing in adapter is taking more then 300 sec , will it also be terminated ??? what error response i will get in such case.

Regards

Prabhat Sharma.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

if there's a network error the channel may hang (for a very long time)

if you specify 300 secs after that time the channel will reset the connection and you can start pooling again

for more details:

Note 849089 - XI 3.0 / PI 7.0 File Adapter: FTP Timeout Handling

Regards,

Michal Krawczyk

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

channel stops waiting for connection after timeout's gone and then restart next polling.

Fabio