When using a custom script with the SSHFTP or FTP transports in BusinessConnect (BC), retries occur immediately after FTP script exits if there is an error.

When using a custom script with the SSHFTP or FTP transports in BusinessConnect (BC), retries occur immediately after FTP script exits if there is an error.

book

Article ID: KB0086003

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect -
Not Applicable -

Description

Resolution:
The BC transport returns control to the script immediately if it indicates that a retry is needed.  If you need to delay the retry, you can use the userStatusMsg jobslot property to initialize it with 500 before doing a connect( ) and then check if the slot has 500 in subsequent script invocations before attempting connect( ). In such cases, the script could sleep a sufficient time before trying to reestablish the connection.

Issue/Introduction

When using a custom script with the SSHFTP or FTP transports in BusinessConnect (BC), retries occur immediately after FTP script exits if there is an error.

Additional Information

BC, SSHFTP, FTP, custom script