I have an application built by another group in my company that works fine on our internal server, but fails when I deploy it to our customer's system. We are running BT 2010 on W2K8 R2 servers. When I deployed on our internal server everything looks fine and I can see the WCF Net.Tcp port listening with netstat and all the communications work fine. But when I deployed to the customers server everything looks fine except I can not see the WCF Net.tcp port listening with netstat and when I try to send to it I get a TCP error code 10061 and it says the machine actively refused it at the ip address and port (which I would expect as it appears to not be listening).
What can be done to try an figure out why Biztalk is not opening this port when the application is started, I see no errors in the event log's
suggestions??
Thanks
Karl