在BizTalk 2016中的MLLP接收位置使用IP地址0.0.0.0?

问题描述:

只是想知道有没有人使用BizTalk 2016试图在MLLP适配器接收位置使用0.0.0.0作为本地主机IP?

Just wonder has anyone using BizTalk 2016 tried to use 0.0.0.0 as Local Host IP in MLLP adapter receive location?

它投诉"请求的主机名无效。"

It complaints "The requested Host name is Invalid."

但它在Biztalk 2013,2013 R2早期版本中运行良好。

But it works fine in Biztalk 2013, 2013 R2 those earlier version.

谢谢。

从未尝试过,但这种行为是有道理的。从网络角度来看,0.0.0.0代表"互联网"。而127.0.0.0通常是"localhost"。

Never tried it but this behaviour makes sense. From a networking standpoint, 0.0.0.0 represents "the internet" while 127.0.0.0 is typically "localhost".

理想情况下,您应始终使用主机地址/ NLB IP而不是假设默认值。 MLLP适配器可能接受0.0.0.0输入字符串并假定暗示localhost,而在BTS2016中它们更正此值以反映该值的实际网络
含义。

Ideally, you should always use the host address/NLB IP instead of assuming defaults. It is possible that the MLLP adapter accepts 0.0.0.0 input string and assumes that localhost is implied while in BTS2016 they correct this to reflect the actual network implications of the value.

问候。

Regards.