Click here to Skip to main content
15,868,164 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

In Biztalk 2013 R2 i have installed the blogical free adapter(code plex)

to connect with SFTP (port 2222) http Proxy(port 8080) .

getting the following error could you help on this error.

Type: Blogical.Shared.Adapters.Sftp.SftpException
Target: System.Collections.Generic.List`1[Blogical.Shared.Adapters.Sftp.FileEntry] dir(System.String, System.String, Int32, System.Collections.ArrayList, Boolean)
Message: Unable to perform directory list at []
Stacktrace:
at Blogical.Shared.Adapters.Sftp.SharpSsh.Sftp.Dir(String fileMask, String uri, ArrayList filesInProcess, Boolean trace)
at Blogical.Shared.Adapters.Sftp.SftpReceiverEndpoint.PickupFilesAndSubmit()
at Blogical.Shared.Adapters.Sftp.SftpReceiverEndpoint.EndpointTask()
------------------------------
Type: System.IO.IOException
Target: Tamir.SharpSsh.java.util.Vector Dir2(System.String)
Message: channel is broken
Stacktrace:
at Blogical.Shared.Adapters.Sftp.SharpSsh.Sftp.SshTransfer.Dir2(String path)
at Blogical.Shared.Adapters.Sftp.SharpSsh.Sftp.dir(String fileMask, String uri, Int32 maxNumberOfFiles, ArrayList filesInProcess, Boolean trace)


Thanks
Srinivas Balasani

What I have tried:

i have checked the user permissions, using the same user to connect sftp and
Hostinstance.
with Winscp able to read and write.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900