Re: wodSFTP.NET and BizTalk 2004 - WeOnlyDo Discussion board

Re: wodSFTP.NET and BizTalk 2004 (General questions)

by Kamal, Wednesday, January 05, 2005, 13:13 (7052 days ago) @ wodSupport

I've maanged to create a simple SFTP adapter using wodSFTP.NET. However, I keeep getting the following error in my code:

Message:
Could not read licensing data. If running from ASPX please contact general@weonlydo.com

StackTrace:
at n.af()
at WeOnlyDo.Client.SFTP.Connect()

and the following is a snapshot of what appears in the Event Viewer:

The adapter failed to transmit message going to send port SFTP://k/true/Server IP Address/kali/needlecast//Kamal/false/C:TestSFTPkt.txt . It will be retransmitted after the retry interval specified for this Send Port. Details: Object reference not set to an instance of an object. .

Is it suppose to have the following structure:

//uri.InnerText = SFTP:// + LicenseKey.InnerText + / + Blocking.InnerText + / + Hostname.InnerText + / + Login.InnerText + / + Password.InnerText + / + RemotePath.InnerText + / + Timeout.InnerText + / + FileName.InnerText;

or this is just wrong?!

thank you and hope to hear from you very soon...


Complete thread: