Upravit

Sdílet prostřednictvím


Manage BizTalk Assemblies

Overview

This section provides instructions on using the BizTalk Server 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 BizTalk Server 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 in the UI guidance and developers API namespace reference.

The developer uses Visual Studio to develop BizTalk assemblies, as described in Developing BizTalk Server Applications, and can deploy them from Visual Studio into BizTalk Server 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