Re: wodSFTP.NET and BizTalk 2004 (General questions)
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:
- wodSFTP.NET and BizTalk 2004 - Kamal, 2004-12-24, 12:49
- Re: wodSFTP.NET and BizTalk 2004 - wodSupport, 2004-12-24, 13:10
- Re: wodSFTP.NET and BizTalk 2004 - Kamal, 2004-12-24, 13:29
- Re: wodSFTP.NET and BizTalk 2004 - wodSupport, 2004-12-24, 13:34
- Re: wodSFTP.NET and BizTalk 2004 - Kamal, 2005-01-05, 12:21
- Re: wodSFTP.NET and BizTalk 2004 - wodSupport, 2005-01-05, 12:34
- Re: wodSFTP.NET and BizTalk 2004 - Kamal, 2005-01-05, 13:13
- Re: wodSFTP.NET and BizTalk 2004 - wodSupport, 2005-01-05, 13:15
- Re: wodSFTP.NET and BizTalk 2004 - Kamal, 2005-01-05, 13:34
- Re: wodSFTP.NET and BizTalk 2004 - wodSupport, 2005-01-05, 13:49
- Re: wodSFTP.NET and BizTalk 2004 - Kamal, 2005-01-05, 13:34
- Re: wodSFTP.NET and BizTalk 2004 - wodSupport, 2005-01-05, 13:15
- Re: wodSFTP.NET and BizTalk 2004 - Kamal, 2005-01-05, 13:13
- Re: wodSFTP.NET and BizTalk 2004 - wodSupport, 2005-01-05, 12:34
- Re: wodSFTP.NET and BizTalk 2004 - Kamal, 2005-01-05, 12:21
- Re: wodSFTP.NET and BizTalk 2004 - wodSupport, 2004-12-24, 13:34
- Re: wodSFTP.NET and BizTalk 2004 - Kamal, 2004-12-24, 13:29
- Re: wodSFTP.NET and BizTalk 2004 - wodSupport, 2004-12-24, 13:10