Re: External assembly vs. BT map

Home Page Forums BizTalk 2004 – BizTalk 2010 External assembly vs. BT map Re: External assembly vs. BT map

#18190

rseroter,

Thanks for the links. You solved the most difficult transform I was trying to do. I have been looking for a custom iterator for months and was always told that you can't have global variables…or even variables for that matter…in a map.

Have you encountered any threading issues with global variables? Is there a chance that two Orchestrations would access the same global variable at the same time? Or is it only global to a single Orchestration map?

Thanks again for the help…GREATLY appreciated!!!