Hello guys,
I has some problems in my network and this led me to this situation:
"The adapter "SFTP" raised an error message. Details "The WCF service host at address "sftp://**********/*" has faulted and as a result no more messages can be received on the corresponding receive location. To fix the issue, BizTalk Server will automatically attempt to restart the service host."."
I saw that this adapter was sometimes restarted normally:
"The WCF service host at address "sftp://***********/*" was successfully restarted, therefore the associated receive location can now receive messages."
And some times I also received this message:
"The adapter "SFTP" raised an error message. Details "The faulted WCF service host at address "sftp://************/*" could not be restarted, and as a result no messages can be received on the corresponding receive location.
BizTalk Server will continue trying to start the service host until it succeeds or the receive location is disabled.
To fix the problem, you may choose to:
1. Use the error information given to fix the problem.
2. Restart the receive location.
3. Keep waiting for BizTalk to recycle the service host. Another event will notify if the service host is successfully started.
Detailed error information: Microsoft.BizTalk.Adapter.SftpInvoker.SftpException: List remote directory error.
at Microsoft.BizTalk.Adapter.SftpInvoker.SftpInvoker.ListRemoteDirectory(String dirname)
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.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.RecycleServiceHost(Object unused)"."
But the last time I remarked that my host was been restarted but my adapter its not functional.
In a strange way I saw my receive location was UP and running, but he do not do anything, and only after a restart in my Host the adapter come to work again.
There's a BUG in SFTP adapter ? I thi