Microsoft 4 Water System User Manual


 
Microsoft Dynamics CRM 4.0 Installing Guide
7-58
CRM Connector for SQL Server Reporting Services in quiet mode, which uses an XML
configuration file named install-config.xml and creates a log file named log.txt, run the Setup
program that is located in the SrsDataConnector folder command from the installation media or
the Microsoft Dynamics CRM Server installation files as follows:
SetupSrsDataConnector /Q /CONFIG folderpath\install-config.xml /L
log.txt
Microsoft Dynamics CRM Connector for SQL
Server Reporting Services XML Configuration
File
Before you run Microsoft Dynamics CRM Connector for SQL Server Reporting Services Setup at
a command prompt, you must modify the XML configuration file to include information, such as
the name of the computer where the configuration database is located. A sample Microsoft
Dynamics CRM Connector for SQL Server Reporting Services configuration file named install-
config.xml is located in the SrsDataConnector folder on the installation media, or download
location, of the Microsoft Dynamics CRM Server installation files.
The /config [drive:] [[path] configfilename.xml]] command-line parameter provides the Microsoft
Dynamics CRM Connector for SQL Server Reporting Services Setup with required information.
The information this configuration file supplies is the same that each installation screen requires.
The XML elements must be in English (US); special or extended characters cannot be used. An
XML configuration file that has localized XML elements will not work correctly. An explanation of
each XML element and a sample XML file follows:
<srsdataconnector>
The configuration file must be a valid XML file that uses <srsdataconnectorinstall> as the
root element. All the Microsoft Dynamics CRM Connector for SQL Server Reporting Services
entries that follow must be within the srsdataconnectorinstall tags.
<InstallType>Uninstall/Repair</InstallType>
Specifies the type of installation that Setup will perform. The following options are available:
Uninstall. Uninstalls Microsoft Dynamics CRM Server.
Repair. Starts Setup in repair mode.
<Patch update="true"/"false">\\ServerName\ShareName\Patch_Location</Patch>
If you do not specify a location, by default Setup will go online to a location that is managed
by Microsoft to search for available updates. Or, you can point Setup to install a Microsoft
Dynamics CRM Connector for SQL Server Reporting Services Setup update .msp file from a
different location, such as an internal share.
update
. Specifies whether Setup will look for, download, and apply updates for Microsoft
Dynamics CRM Server Setup. We recommend that you let Setup download the latest version
by selecting true. By default, this value is set to false. If the value is set to false, Setup will
ignore this step and continue with the installation.
<configdbserver>SQLServerName</configdbserver>
Specifies the name of the computer that is running SQL Server that stores the configuration
database.