Wednesday, April 27, 2005

Changing a VPC Computer Name with BizTalk

Alan Smith asked about the steps to take to change a VPC computer name when distributing the same preloaded VPC image to multiple developers...”We have network problems if two or more images with the same computer name are started with network access (to SourceSafe). So I attempted to change the computer name in an image.”

While the BizTalk reload steps are painful, Megan Davis put together notes on sysprepping the VPC image before distributing so that it will do a “mini-install” when first starting up similar to how OEMs do it before shipping. Thus you can allow the computer name to be changed when starting up the image for the first time!

Original post

Wednesday, April 13, 2005

Accessing input queue name in an orchestration

The name of the queue that a message was received on can also be obtained through the message context:

IncomingMsgName(BTS.InboundTransportLocation)

Original post