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.
Imports the BizTalk group, host, or host instance settings from a source XML file to the configuration database. The settings are mapped as they are in the mapping XML file. These settings may have been exported as described in Import or export BizTalk Settings Using Settings Dashboard or Import or export BizTalk Settings Using BTSTask.
Prerequisites
To perform this operation, you must be signed in as a member of the BizTalk Server Administrators group.
Usage
ImportSettings –Source:value –Map: value [-Server:value] [-Database:value]
Parameters
| Parameter | Required | Value |
|---|---|---|
| -Source | Yes | Path and file name of the exported settings XML file. |
| -Map | Yes | Path and file name of the mapping XML file. |
| -Server | Optional | The name of SQL Server computer hosting the BizTalk configuration database. |
| -Database | Optional | The name of the BizTalk configuration database. |
Sample
BTSTask ImportSettings /Source:”C:\My Folder>\ExportedSettings.xml” /Map:Mappings.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.