BizTalk Server Cross Reference Import Tool (BTSXRefImport.exe)

 

The BizTalk Server Cross Reference Import tool reads data from a series of XML files and stores the information in SQL Server tables.

Syntax

  
btsxrefimport  –file=setupfile  
Argument Description
Setupfile An XML document file in the format described in SetUp-Files Document containing the names of the data files.

Remarks

The import tool does not create the SQL Server tables. Rather, the BizTalk Server Configuration Wizard automatically creates the required tables during installation. For more information about the configuration wizard, see Working with the Configuration Framework.

Note

On a system that supports User Account Control (UAC), you may need to run the tool with Administrative privileges.

Example

In the following command, btsxrefimport reads the names of the data files from the XML document in the file setupfile.xml:

btsxrefimport –file=setupfile.xml  

See Also

SetUp-Files Document
Importing Data for the Cross Referencing Functoids