A connection attempt failed because the connected party did not properly respond after a period of time




Faced Could Not connect error...... while sending message to Service Bus Queue from BizTalk 2013 R2


So in order to debug it, 07ied sending test message to the queue using Server Explorer, but it wasn't successful -- network delay.

As per the error text Could not connect to net.tcp://pramah.servicebus.windows.net:9354/ , it appears that BizTalk SB adapter uses an outbound connection and works only over TCP port 9351-9354. I checked the outbound rules and there was no such port, so to fix this i 07ied with creating new outbound rule and enabled the port 


But still error persist, upon looking on some blogs it is said installing Azure SDK 2.8.1 will solve the problem --- did installed and restarted the host instances  but still error persists.






 But error still  persisted.

Upon suggestion from fellow MVP Michael Stephenson, I 07ied from home and bingo --- it worked. Message was successfully delivered to Service Bus Queue.


Why it happened


BizTalk SB adapter uses an outbound connection and works only over TCP port 9351-9354 so this ports should be enabled. But, I had enabled it still there was error, why? It is because I had enabled the port on Local Server but it was blocked  on Network Level.


What to do


If you are in private network then enable the ports on Local machine but if you are at workplace then check with your network team to enable those port .




ServerLess360



Comments

Popular posts from this blog

Getting Started with Logic Apps - XML to EDI X12

Getting Started with Logic Apps - AS2

The request has both SAS authentication scheme and 'Bearer' authorization scheme. Only one scheme should be used