Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cocoa/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
SFTP BizTalk 2013适配器错误_Biztalk_Sftp_Filezilla_Biztalk 2013 - Fatal编程技术网

SFTP BizTalk 2013适配器错误

SFTP BizTalk 2013适配器错误,biztalk,sftp,filezilla,biztalk-2013,Biztalk,Sftp,Filezilla,Biztalk 2013,我正在尝试使用SFTP BizTalk适配器连接到filezilla SFTP服务器,但遇到此错误 The Messaging Engine failed to add a receive location "SFTPReceivePortReceiveLocation" with URL "sftp://127.0.0.1:990/.*" to the adapter "SFTP". Reason: "Microsoft.BizTalk.Adapter.SftpInvoker.SftpExce

我正在尝试使用SFTP BizTalk适配器连接到filezilla SFTP服务器,但遇到此错误

The Messaging Engine failed to add a receive location "SFTPReceivePortReceiveLocation" with URL "sftp://127.0.0.1:990/.*" to the adapter "SFTP". Reason: "Microsoft.BizTalk.Adapter.SftpInvoker.SftpException: Open SFTP connection error.
   at Microsoft.BizTalk.Adapter.SftpInvoker.SftpInvoker.Open()
   at Microsoft.BizTalk.Adapter.Sftp.SftpConnection.OpenUnderlyingConnection(SftpConnectionProperties connectionProperties)
   at Microsoft.BizTalk.Adapters.CommonHelpers.Connection`3.ConnectionPool`3.GetConnection(T1 connectionProperties, TimeSpan timeout)
   at Microsoft.BizTalk.Adapters.CommonHelpers.Connection`3.GetConnection(T connectionProperties, TimeSpan timeout)
   at Microsoft.BizTalk.Adapter.Sftp.SftpRLConfig.ValidateConfiguration(SftpReceivePropertyBag receivePropertyBag)
   at Microsoft.BizTalk.Adapter.Sftp.SftpRLConfig.CreateBinding(RHConfig rhConfig)
   at Microsoft.BizTalk.Adapter.Wcf.Runtime.BtsServiceHostBase.InitializeRuntime()
   at System.ServiceModel.ServiceHostBase.OnBeginOpen()
   at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiveEndpoint.Enable()
   at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiveEndpoint..ctor(BizTalkEndpointContext endpointContext, IBTTransportProxy transportProxy, ControlledTermination control)
   at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiver`2.AddReceiveEndpoint(String url, IPropertyBag adapterConfig, IPropertyBag bizTalkConfig)".
下面是我的sftp适配器配置

下面是我的sftp服务器配置

这里是我如何生成私钥的


您正在使用SFTP客户端连接到FTPS服务器。是完全不同的协议

这是真的eguene所以你能告诉我最好的连接方式吗sftp@hazem若您尝试连接到SFTP服务器,那个么您选择的适配器是正确的,但您正在尝试不连接到SFTP服务器!谢谢尤金,它现在正在工作。这是我的错,我应该使用ssh而不是ssl