Inbound SFTP using Synchronous IB Fails
Hi ,
We currently have an AE that SFTPs a file from an external server to PeopleSoft HR via a synchronous IB. The Service Timeout specified at the App Server level is 300 seconds.
We have added PeopleCode to override the timeout value:
&messages [1].IBInfo.SyncServiceTimeout = &iTimeoutSecs;
where, timeout is overridden to 1200 seconds (20 minutes).
However, when the process starts executing (while SFTPing an 18 MB file), it transfers the file until 14 MB properly - then fails, and starts over again.This has resulted in the full file not being transferred to PeopleSoft HR. A similar process that does an outbound SFTP works fine.