Help needed in biztalk Server

Asked By 30 points N/A Posted on -
qa-featured

I use Microsoft biztalk server for my website. For monitoring I use WCF custom that has basic http binding. Basically when the server tracks the request message, it shows the response message.

But my pipeline component is not taking the response messages. It works fine for other web sites. What is the reason for this?

SHARE
Answered By 0 points N/A #141209

Help needed in biztalk Server

qa-featured

The only reason that this is happening is because your pipeline is being blocked or is blocking all the incoming responses or connection requests that user are making. The first thing to do is it opens the pipeline properly.

  1. See what ports are being used in the pipeline.
  2. Go to portforward.com and scan all the ports. See which of them are red and green. The red one is the ones that are blocked. If you are using one of them then there is the problem.
  3. Either open the blocked port or switch to a green port by changing the number.
  4. You can open a port by going to the routers page 192.168.1.1 and specify that particular port number.

Related Questions