Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 3.19 KB

managing-biztalk-assemblies.md

File metadata and controls

32 lines (24 loc) · 3.19 KB
title description ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Manage BizTalk Assemblies
Links to work with assemblies in BizTalk Server, including adding, updating, viewing the dependencies, and removing assemblies
06/08/2017
biztalk-server
article

Manage BizTalk Assemblies

Overview

This section provides instructions on using the [!INCLUDEbtsBizTalkServerNoVersion] Administration console or the BTSTask command-line tool to manage BizTalk assemblies after they have been deployed into a BizTalk group. A BizTalk assembly is a Microsoft Windows DLL file that contains resource information, such as orchestrations, pipelines, schemas, and maps to be used in a [!INCLUDEbtsBizTalkServerNoVersion] business solution. For background information on BizTalk assemblies, see BizTalk Assemblies.

Important

Deploying or undeploying a property schema may expose sensitive data, and subsequently expose sensitive information during tracking. Whenever an assembly containing a property schema is deployed or undeployed, the event viewer logs an event in the Windows Application Event Log. You should check the event log for these messages to ensure that all assembly deployment activities are in line with your policies for any sensitive data. (The message generated to the Event Log for deployment is: "The user "{1}" deployed the assembly "{0}" containing property schemas." The message generated to the Event Log for undeployment is: "The user "{1}" undeployed the assembly "{0}" containing property schemas.")

[!NOTE] You can use Microsoft Windows Management Instrumentation (WMI) Object Model to create and run scripts that automate administrative tasks. For information about using WMI, see the WMI Class Reference [!INCLUDEui-guidance-developers-reference].

The developer uses [!INCLUDEbtsVStudioNoVersion] to develop BizTalk assemblies, as described in Developing BizTalk Server Applications, and can deploy them from [!INCLUDEbtsVStudioNoVersion] into [!INCLUDEbtsBizTalkServerNoVersion] as described in Deploying BizTalk Assemblies from Visual Studio into a BizTalk Application. The developer can also manage BizTalk assemblies during the development process by using either the administration console, as described in this section.

Next steps