Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Dynamic Ports / CPU-Load? Expert opinion needed. › Re: Dynamic Ports / CPU-Load? Expert opinion needed.
[quote user="Anonymous"]THe most important thing is, that the UNC-Shares of our shops have to be easily configured! If a new shop is added in the ERP System and mapping table, there should be no need to change orchestration or something else…[/quote]
In this case, you could do something like what this link shows: http://geekswithblogs.net/edmundzhao/archive/2006/03/06/71555.aspx
1.To do this, just find all the unc paths that you need, loop through each one and put that into the destination part of the message. Send the message and go onto the next. In this instance, you would have a message from each unc path.
2. Another option would be to send through a send port group and then you can add or remove send ports from that group at any time and it doesn't change the orchestration. This is probably the most common way to do this since you won't need to do anything really dynamic and will save on the number of messages sent through your biztalk system.
I'm sure there are other ways but these are just a few that I thought of right now.