Map Definition Associated with a Given Channel Is Not Refreshed with the BizTalk SDK Refresh Messaging Manager Tool (319025)



The information in this article applies to:

  • Microsoft BizTalk Server 2002

This article was previously published under Q319025

SYMPTOMS

When you use the BizTalk 2002 SDK Refresh Messaging Manager tool to refresh a specific channel, the corresponding map definition is not refreshed as expected.

CAUSE

When you select a specific channel, the application calls the update_channels() subroutine. This subroutine does not refresh the corresponding map referenced by the channel.

RESOLUTION

To resolve this issue, add a map reference resetting to the update_channels() subroutine, as follows:
objChannel.MapReference = objChannel.MapReference
				

MORE INFORMATION

To refresh the map referenced by the channel, click Update All in the Refresh Messaging Manager Tool dialog box to update all of the BizTalk objects.

Modification Type:MajorLast Reviewed:3/13/2002
Keywords:kbprb KB319025