Asked by:
Blogical SFTP adapter scheduling is not working

Question
-
We are currently trying to use the Blogical.Shared.Adapters.Sftp v1 adapter for picking up the file from the vendor's SFTP server. We are trying to schedule the pick up in the receive port and I have the setting like below
The files not picked up nor throwing any error.
All replies
-
Hi vdha,
Did you checked any error instance during that time in event viewer?
Also why are you not using simple SFTP inbuilt sftp adapter?
Could you please confirm if file size and proper access on this server ?
Thanks,
Kamlesh Kumar
If my reply is helpful please mark as Answer or vote as Helpful.
My blog | Twitter | LinkedIn
-
-
-
BizTalk 2013 R2. I changed the scheduling to Timely I am getting the error
Method: Blogical.Shared.Adapters.Sftp.SharpSsh.Sftp.connect
Error: Unable to connect to Sftp host [xxx.xxxx.xxx.com]
------------------------------
Information:
Type: System.Exception
Target:
Message: Unable to connect to Sftp host [xxx.xxxx.xxx.com]
Stacktrace:
------------------------------
Type: System.Exception
Target: Void CheckConnected()
Message: SSH session is not connected.
Stacktrace:
at Tamir.SharpSsh.SshBase.CheckConnected()
at Tamir.SharpSsh.SshBase.get_HostKey()
at Blogical.Shared.Adapters.Sftp.SharpSsh.Sftp.CheckHostKey()
at Blogical.Shared.Adapters.Sftp.SharpSsh.Sftp.connect(Boolean force)