ExportParties Command

Exports all the parties and agreements to an XML bindings file.

Important

This command is new starting with BizTalk Server 2016, and any newer versions.

Usage

BTSTask ExportParties -Destination:value [-Server:value] [-Database:value]

Parameters

Parameter Required Value
-Destination Required Path and file name of the XML binding file to write.
-Server Optional The name of SQL server hosting the BizTalk configuration database.
-Database Optional The name of the BizTalk configuration database.

Sample

ExportParties -Destination:"C:\Temp\MyParties.Xml"

Remarks

Only parties, agreements, and EDI fallback settings are exported. No application artifacts are exported.