BizTalk SFTP : WinSCP.SessionRemoteException: Connection has been unexpectedly closed. Server sent command exit status 0
I have configured dynamic SFTP send port and check all configure property that is OK but I have received following error when my application try to delivered my message to SFTP Server.
"A message sent to adapter "SFTP" on send port "_1.0.0.0_Request.orchAResponse_Port_Res_XML_SFTP_fb44164c5bfbcbe5" with URI " " is suspended.
Error details: WinSCP.SessionRemoteException: Connection has been unexpectedly closed. Server sent command exit status 0.
Authentication log (see session log for details):
Using username "".
Access denied.
Authentication failed."
Solution: Firstly check your Message Assignment Shape you have assigned all value for dynamic SFTP port to send message on SFTP server like username, password, Address etc.
As it clear that marked in event viewer - Authentication failed, may be wrong user name or password or there is no access to this user for SFTP folder.
!!Keep visiting BizTalkLive!!
Nice .very useful at the time of Coding Biztalk online training
ReplyDeleteHello Radha. Hope you are doing well. We have the same problem but I am looking to fill the properties under a pipeline components. I added the property to override the password and is always failing. I am trying on BTS 2020 with winSCP.
ReplyDeleteTHanks