Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The ExportSettings command nables you to export the BizTalk Server settings from a BizTalk Server configuration database to an XML file. You can then import these settings in another environment as described in How to Import BizTalk Settings Using Settings Dashboard or How to Import BizTalk Settings Using BTSTask.
Prerequisites
To perform this operation, you must be logged on as a member of the BizTalk Server Administrators group.
Usage
ExportSettings –Destination:value[-Server:value] [-Database:value]
Parameters
| Parameter | Required | Value | 
|---|---|---|
| -Destination | Yes | Path and file name of the XML 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
BTSTask ExportSettings /Destination:MyFile.xml /Server:MyServer /Database:MyMgmtDb
Remarks
Parameters are not case-sensitive. You do not need to type the entire parameter name to specify it; you can type the first few letters of the parameter name that identify it unambiguously.