Erro ao tentar debugar orch no HAT: This remoting proxy has no channel sink wich means….

Ao tentar debugar uma orchestration aparece a seguinte mensagem:

This remoting proxy has no channel sink wich means either the server has no registered server channels that are listening, or this application has no suitable client channel to talk to the server.. The instance may have been completed or terminated already.

image
Causa:

Aparentemente acontece por ter referenciado dentro do projeto componete COM+.

Solução:

Colocar a seguinte tag dentro do BTSNTSvc.exe.config

<system.runtime.remoting> <channelSinkProviders> <serverProviders> <provider id="sspi" type="Microsoft.BizTalk.XLANGs.BTXEngine.SecurityServerChannelSinkProvider,Microsoft.XLANGs.BizTalk.Engine" securityPackage="ntlm" authenticationLevel="packetPrivacy" /> </serverProviders> </channelSinkProviders> <application> <channels> <channel ref="tcp" port="0" name=""> <serverProviders> <provider ref="sspi" /> <formatter ref="binary" typeFilterLevel="Full"/> </serverProviders> </channel> </channels> </application> </system.runtime.remoting>


Depois é só reiniciar o Host Instance e deve funcionar.

Até mais.

Seja o primeiro a comentar ;)

Postar um comentário

BizTalk 360

Visitas

Arquivo do blog