This topic describes how to use the BizTalk Server Administration console to remove a map from a BizTalk application. You might want to remove a map after deploying a new version of the map. For more information and important considerations for updating application artifacts, see Updating BizTalk Applications.
When you remove a map, the following occurs:
-
The map is deleted from the BizTalk Management database.
-
The BizTalk assembly that contains the map is deleted from the BizTalk Management database, but is not removed from the local file system or the global assembly cache (GAC), if it exists in these locations.
-
As a consequence of the BizTalk assembly being deleted, all artifacts contained in the assembly are removed deleted the BizTalk Management database as well.

Prerequisites

To remove a map
-
Click Start, click Programs, click Microsoft BizTalk Server 2006, and then click BizTalk Server Administration.
-
In the console tree, expand BizTalk Server 2006 Administration, expand the BizTalk group containing the map to remove, and then expand the application containing the map.
-
Click the Maps folder, right-click the map, and then click Remove.
Note |
|---|
|
To remove multiple maps, hold down the shift key, click each map to remove, right-click one of the maps, and then click Remove.
|

See Also