Users may observe the following issues with SFTP/SCP jobs after upgrading the Workload Automation System Agent to version r12.1, r24.1, or higher:
ftp_scp_debug.log may show errors such as Incoming SFTP message... SshFxpStatus {id=..., code=5, message='Bad message'}.In some instances transfer-layer issues can occur. This can typically manifests as dropped bytes or corruption at 64 KB boundaries in the SFTP read path.
To resolve this issue add the following parameters:
Stop the System Agent.
Navigate to the agent installation directory and open the agentparam.txt file.
Add (or modify) the following parameter:
ftp.scp.pipelinetransferenable=false
ftp.scp.pipelinewindowsize=8
ftp.scp.downloadblocksize=32750
Save the file.
Restart the System Agent.