Training
Module
Import data in different formats for use in scripts by using Windows PowerShell cmdlets - Training
This module explains how to import data from a text file, CSV file, XML file, and JavaScript Object Notation (JSON) file.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
To perform this operation, you must be signed in as a member of the BizTalk Server Administrators group.
ImportSettings –Source:value –Map: value [-Server:value] [-Database:value]
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. |
BTSTask ImportSettings /Source:”C:\My Folder>\ExportedSettings.xml” /Map:Mappings.xml /Server:MyServer /Database:MyMgmtDb
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.
Training
Module
Import data in different formats for use in scripts by using Windows PowerShell cmdlets - Training
This module explains how to import data from a text file, CSV file, XML file, and JavaScript Object Notation (JSON) file.